All Products
Search
Document Center

CloudMonitor:DeleteMonitorGroupDynamicRule

Last Updated:Mar 01, 2024

Deletes a rule that is used to dynamically add instances of a service that meet the rule to an application group.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
GroupIdlongYes

The ID of the application group.

123456
CategorystringYes

The service to which the rule applies. Valid values: ecs, rds, and slb.

ecs

Response parameters

ParameterTypeDescriptionExample
object
Codeinteger

The HTTP status code.

Note The status code 200 indicates that the call was successful.
200
Messagestring

The returned message.

success
RequestIdstring

The ID of the request.

56B4516A-EB44-4C66-8854-0393B35F636B
Successboolean

Indicates whether the call was successful. The value true indicates a success. The value false indicates a failure.

true

Examples

Sample success responses

JSONformat

{
  "Code": 200,
  "Message": "success",
  "RequestId": "56B4516A-EB44-4C66-8854-0393B35F636B",
  "Success": true
}

Error codes

HTTP status codeError codeError messageDescription
400ParameterInvalid%s-
401AccessDeniedExceptionYou donot have sufficient access to perform this action.-
402LimitExceededThe quota for this customer had been reached.-
403AccessForbiddenThe X.509 certificate or cms access key ID provided does not exist in our records.-
404ResourceNotFoundThe specified resource is not found.The specified resource is not found.
406%s%s-
429Throttli∂ngExceptionThe request was denied due to request throttling.-
500InternalError%s-

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history