Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
alidns:DescribeCloudGtmGlobalAlert |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AcceptLanguage |
string |
No |
The language of the response. Valid values:
|
en-US |
| ClientToken |
string |
No |
A client token that is used to ensure the idempotence of the request. The token must be unique for each request. The token can contain a maximum of 64 ASCII characters. |
1ae05db4-10e7-11ef-b126-00163e24**22 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The unique request ID. |
B57C121B-A45F-44D8-A9B2-13E5A5044195 |
| AlertGroup |
object |
||
| AlertGroup |
array |
The list of alert notification groups. |
|
|
string |
The alert notification group. |
[\"云账号报警联系人\"] |
|
| AlertConfig |
object |
||
| AlertConfig |
array<object> |
The list of alert configurations. |
|
|
object |
The configuration of the alert rule. |
||
| NoticeType |
string |
The type of the alert event. Valid values:
|
addr_alert |
| SmsNotice |
boolean |
Specifies whether to send alert notifications by text message. Valid values:
Text message notifications are supported only on the Alibaba Cloud China Website (www.aliyun.com). This feature is not available on the Alibaba Cloud International Website (www.alibabacloud.com). |
true |
| EmailNotice |
boolean |
Specifies whether to send alert notifications by email. Valid values:
|
true |
| DingtalkNotice |
boolean |
Specifies whether to send alert notifications by DingTalk. Valid values:
|
false |
| Threshold |
integer |
50 |
Examples
Success response
JSON format
{
"RequestId": "B57C121B-A45F-44D8-A9B2-13E5A5044195",
"AlertGroup": {
"AlertGroup": [
"[\\\"云账号报警联系人\\\"]"
]
},
"AlertConfig": {
"AlertConfig": [
{
"NoticeType": "addr_alert",
"SmsNotice": true,
"EmailNotice": true,
"DingtalkNotice": false,
"Threshold": 50
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.