Returns a list of alert events for a gateway.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
hcs-sgw:ListAlertEvents |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| GatewayId |
string |
No |
The ID of the gateway. |
gw-000eg44nmxbsfwbvq*** |
| ShareIndexId |
string |
No |
The share name. |
nfs_share |
| PageNumber |
integer |
No |
The page number. |
1 |
| PageSize |
integer |
No |
The number of entries per page. |
10 |
| FirstTriggerTimestampStartTime |
integer |
No |
The start timestamp. |
1761559501337 |
| FirstTriggerTimestampEndTime |
integer |
No |
The end timestamp. |
1761570323090 |
| GatewayRegionId |
string |
No |
The ID of the region where the gateway is located. |
cn-shanghai |
| Status |
string |
No |
The status of the alert events.
|
alerting |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
395B1136-982E-4F95-BDCE-7323FFEF499E |
| Success |
boolean |
Indicates whether the call was successful.
|
true |
| Code |
string |
The status code. A status code of 200 indicates that the request was successful. |
200 |
| Message |
string |
The returned message. |
successful |
| PageSize |
integer |
The number of entries per page. |
10 |
| PageNumber |
integer |
The page number. |
1 |
| TotalCount |
integer |
The total number of alert events. |
20 |
| AlertEvents |
array<object> |
The information about the alert events. |
|
|
object |
The information about the alert event. |
||
| Type |
string |
The alert type. Valid values:
|
uploadQueueFull |
| FirstTriggerTimestamp |
integer |
The time when the alert was first triggered. This value is a UNIX timestamp. |
1761559501337 |
| GatewayId |
string |
The ID of the gateway. |
gw-000dx594q3j5o663s8nx |
| LastTriggerTimestamp |
integer |
The time when the alert was last triggered. This value is a UNIX timestamp. |
1761570323090 |
| StorageBundleId |
string |
The ID of the gateway cluster. |
sb-000iymnht76bdwsho0lm |
| ShareIndexId |
string |
The index ID of the share. |
NFSnfs_share |
| Level |
string |
The severity level of the alert. The value is warn. |
warn |
| AccountId |
integer |
This parameter is deprecated. |
”“ |
| Status |
string |
The status of the alert event. Valid values:
|
alerting |
| RegionId |
string |
The ID of the region where the gateway is located. |
cn-shanghai |
| Display |
boolean |
This parameter is deprecated. |
”“ |
| ShareStatus |
string |
This parameter is deprecated. |
”“ |
| GatewayStatus |
string |
This parameter is deprecated. |
”“ |
Examples
Success response
JSON format
{
"RequestId": "395B1136-982E-4F95-BDCE-7323FFEF499E",
"Success": true,
"Code": "200",
"Message": "successful",
"PageSize": 10,
"PageNumber": 1,
"TotalCount": 20,
"AlertEvents": [
{
"Type": "uploadQueueFull",
"FirstTriggerTimestamp": 1761559501337,
"GatewayId": "gw-000dx594q3j5o663s8nx",
"LastTriggerTimestamp": 1761570323090,
"StorageBundleId": "sb-000iymnht76bdwsho0lm",
"ShareIndexId": "NFSnfs_share",
"Level": "warn",
"AccountId": 0,
"Status": "alerting",
"RegionId": "cn-shanghai",
"Display": true,
"ShareStatus": "”“",
"GatewayStatus": "”“"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.