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 used to ensure the idempotence of the request. Generate a unique token for each request. The token can contain up to 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. | [\"Alert contact\"] | |
| 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 | Indicates whether text message notifications are configured. Valid values:
Text message notifications are supported only on the China site (aliyun.com). They are not supported on the international site (alibabacloud.com). | true |
EmailNotice | boolean | Indicates whether email notifications are configured. Valid values:
| true |
DingtalkNotice | boolean | Indicates whether DingTalk notifications are configured. Valid values:
| false |
Examples
Success response
JSON format
{
"RequestId": "B57C121B-A45F-44D8-A9B2-13E5A5044195",
"AlertGroup": {
"AlertGroup": [
"[\\\"云账号报警联系人\\\"]"
]
},
"AlertConfig": {
"AlertConfig": [
{
"NoticeType": "addr_alert",
"SmsNotice": true,
"EmailNotice": true,
"DingtalkNotice": false
}
]
}
}Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.