All Products
Search
Document Center

CloudMonitor:PutMonitorGroupDynamicRule

Last Updated:Mar 01, 2024

Creates or modifies an alert rule to dynamically add instances 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
GroupRulesobject []Yes

None.

FilterRelationstringYes

The logical operator used between conditional expressions in the alert rule. Valid values of N: 1 to 3. Valid values:

  • and: The instances that meet all the conditional expressions are automatically added to the application group.
  • or: The instances that meet one of the conditional expressions are automatically added to the application group.
and
Filtersobject []Yes

None.

ValuestringYes

The value to be matched with the specified field. Valid values of N: 1 to 3.

nginx
NamestringYes

The name of the field based on which instances are filtered. Valid values of N: 1 to 3.

Only hostnames are supported. Example: hostName.

hostName
FunctionstringYes

The method that is used to filter instances. Valid values of N: 1 to 3. Valid values:

  • contains: contains
  • notContains: does not contain
  • startWith: starts with a prefix
  • endWith: ends with a suffix
contains
CategorystringYes

The cloud service to which the alert rule is applied. Valid values of N: 1 to 3. Valid values:

  • ecs: Elastic Compute Service (ECS)
  • rds: ApsaraDB RDS
  • slb: Server Load Balancer (SLB)
ecs
IsAsyncbooleanNo

The mode for creating the alert rule. Valid values:

  • true: creates asynchronously
  • false (default): creates synchronously
false

For more information about common request parameters, see Common parameters.

Response parameters

ParameterTypeDescriptionExample
object
Codeinteger

The status code.

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

The error message.

The specified resource is not found.
RequestIdstring

The request ID.

3E73F1AB-D195-438A-BCA7-2F4355789C58
Successboolean

Indicates whether the request was successful. Valid values:

  • true
  • false
true

Examples

Sample success responses

JSONformat

{
  "Code": 200,
  "Message": "The specified resource is not found.",
  "RequestId": "3E73F1AB-D195-438A-BCA7-2F4355789C58",
  "Success": true
}

Error codes

HTTP status codeError codeError messageDescription
206%s%s-
400ParameterInvalid%s-
401AccessDeniedExceptionYou donot have sufficient access to perform this action.-
402LimitExceededThe quota for this customer had been reached.-
403AccessForbidden%s-
404ResourceNotFoundThe specified resource is not found.The specified resource is not found.
412OverLimitMatched instances count was over limit-
429Throttli∂ngExceptionThe request was denied due to request throttling.-
500InternalErrorThe request processing has failed due to some unknown error.-

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

Change history

Change timeSummary of changesOperation
No change history