Associates resources with an alert rule.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | CreateMetricRuleResources |
The operation that you want to perform. Set the value to CreateMetricRuleResources. |
Overwrite | String | Yes | false |
Specifies whether to overwrite the existing data. Valid values:
|
Resources | String | Yes | [{"instanceId":"i-a2d5q7pm3f9yr29e****"}] |
The resources to be associated with the alert rule. The value is a JSON array. Note You can add up to 100 resources each time. An alert rule can be associated with up
to 3,000 resources.
|
RuleId | String | Yes | i-2ze3w55tr2rcpejpcfap_59c96b85-0339-4f35-ba66-ae4e34d3**** |
The ID of the alert rule. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 0671A721-0D7A-4F11-BB77-2416325D65AB |
The ID of the request. |
Success | Boolean | true |
Indicates whether the call was successful. The value true indicates a success. The value false indicates a failure. |
Code | String | 200 |
The HTTP status code. Note The status code 200 indicates that the call was successful.
|
Message | String | success |
The returned message. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=CreateMetricRuleResources
&Overwrite=false
&Resources=[{"instanceId":"i-a2d5q7pm3f9yr29e****"}]
&RuleId=i-2ze3w55tr2rcpejpcfap_59c96b85-0339-4f35-ba66-ae4e34d3****
&<Common request parameters>
Sample success responses
XML
format
<RequestId>0671A721-0D7A-4F11-BB77-2416325D65AB</RequestId>
<Success>true</Success>
<Code>200</Code>
JSON
format
{
"RequestId": "0671A721-0D7A-4F11-BB77-2416325D65AB",
"Success": true,
"Code": "200"
}
Error codes
For a list of error codes, visit the API Error Center.