Starts an alert rule.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | StartAlert |
The operation that you want to perform. Set the value to |
AlertId | String | Yes | 1610*** |
The ID of the alert rule. You can call the SearchAlertRules operation and view the
|
RegionId | String | Yes | cn-hangzhou |
The ID of the region. Set the value to |
ProxyUserId | String | No | 123412** |
The internal parameter. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
IsSuccess | Boolean | true |
Indicates whether the call was successful.
|
RequestId | String | 27E653FA-5958-45BE-8AA9-14D884DC**** |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=StartAlert
&AlertId=1610***
&RegionId=cn-hangzhou
&<Common request parameters>
Sample success responses
XML
format
<StartAlertResponse>
<IsSuccess>true</IsSuccess>
<RequestId>27E653FA-5958-45BE-8AA9-14D884DC****</RequestId>
</StartAlertResponse>
JSON
format
{
"IsSuccess": true,
"RequestId": "27E653FA-5958-45BE-8AA9-14D884DC****"
}