Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
alidns:UpdateCloudGtmGlobalAlert |
update |
*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-generated token to ensure request idempotence. This token must be unique for each request, contain only ASCII characters, and be no more than 64 characters in length. |
1ae05db4-10e7-11ef-b126-00163e24**22 |
| AlertGroup |
array |
No |
A list of alert notification groups. |
|
|
string |
No |
An alert notification group. The system retrieves its configuration from Cloud Monitor. |
[\"云账号报警联系人\"] |
|
| AlertConfig |
array<object> |
No |
A list of alert configurations. |
|
|
object |
No |
An alert configuration. |
||
| NoticeType |
string |
No |
The alert event type. Valid values:
|
addr_alert |
| SmsNotice |
boolean |
No |
Whether to send a text message notification when an alert is triggered. Valid values:
Text message notifications are available only on the China site. |
true |
| EmailNotice |
boolean |
No |
Whether to send an email notification when an alert is triggered. Valid values:
|
true |
| DingtalkNotice |
boolean |
No |
Whether to send a DingTalk notification when an alert is triggered. Valid values:
|
false |
| Threshold |
integer |
No |
The alert threshold. |
100 |
| QpsThreshold |
integer |
No |
The alert threshold for queries per second (QPS). |
10 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
B57C121B-A45F-44D8-A9B2-13E5A5044195 |
| Success |
boolean |
Indicates whether the global alert configuration was successfully updated. Valid values:
|
true |
Examples
Success response
JSON format
{
"RequestId": "B57C121B-A45F-44D8-A9B2-13E5A5044195",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.