You can call the CreateDynamicTagGroup operation to automatically create application groups using tags.
Operation description
This operation supports the following Alibaba Cloud services: Elastic Compute Service (ECS), ApsaraDB RDS, and Server Load Balancer (SLB).
This topic provides an example of how to automatically create an application group for resources that have the ecs_instance tag key. The alert contact group for the application group is ECS_Group.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cms:CreateDynamicTagGroup |
create |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| TagKey |
string |
Yes |
The tag key of the resource. For more information about how to query the tag keys of resources, see DescribeTagKeyList. |
ecs_instance |
| ContactGroupList |
array |
Yes |
The alert contact groups. The value of N can be from 1 to 100. Alert notifications for the application group are sent to the alert contacts in these alert contact groups. An alert contact group can contain one or more alert contacts. For more information about how to create alert contacts and alert contact groups, see PutContact and PutContactGroup. For more information about how to obtain alert contact groups, see DescribeContactGroupList. |
ECS_Group |
|
string |
No |
The alert contact groups. The value of N can be from 1 to 100. Alert notifications for the application group are sent to the alert contacts in these alert contact groups. An alert contact group can contain one or more alert contacts. For more information about how to create alert contacts and alert contact groups, see PutContact and PutContactGroup. For more information about how to obtain alert contact groups, see DescribeContactGroupList. |
ECS_Group |
|
| MatchExpress |
array<object> |
Yes |
The match expressions that are used to create an application group from tags. |
|
|
object |
No |
The match expressions that are used to create an application group from tags. The value of N can be from 1 to 3. |
||
| TagValueMatchFunction |
string |
No |
The method that is used to match the values of resource tags. The value of N is 1. Valid values:
Note
You must specify both the |
contains |
| TagValue |
string |
No |
The value of the resource tag. The value of N is 1. Note
You must specify both the |
instance |
| TagName |
string |
No |
The key of the tag that is used to create the group. If multiple resources have this tag key, the resources that meet the filter conditions are added to the same group based on the same key-value pair. |
appname |
| TagRegionId |
string |
No |
The ID of the region to which the tag belongs. |
cn-hangzhou |
| EnableSubscribeEvent |
boolean |
No |
Specifies whether to automatically subscribe to event notifications for the application group. When a critical or warning event occurs on a resource in the application group, CloudMonitor sends an alert notification. Valid values:
|
true |
| EnableInstallAgent |
boolean |
No |
Specifies whether to automatically install the CloudMonitor agent for the application group. CloudMonitor automatically installs the agent on the hosts in the application group. Valid values:
|
true |
| MatchExpressFilterRelation |
string |
No |
The relationship between the conditional expressions for the tag values. Valid values:
|
and |
| TemplateIdList |
array |
No |
The ID of the alert template. For more information about how to query the IDs of alert templates, see DescribeMetricRuleTemplateList. |
85**** |
|
string |
No |
The ID of the alert template. For more information about how to query the IDs of alert templates, see DescribeMetricRuleTemplateList. |
70**** |
For more information about common request parameters, see Common parameters.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
None. |
||
| Code |
string |
The status code. Note
A status code of 200 indicates that the request was successful. |
200 |
| Message |
string |
The error message. |
The specified resource is not found. |
| RequestId |
string |
The request ID. |
84AC6F0B-7945-466A-AA44-99BB5A561F86 |
| Success |
boolean |
Indicates whether the operation was successful. Valid values:
|
true |
| Id |
string |
The ID of the tag matching rule. |
2534dc0a-e3e5-4ae1-a2fc-75ef166c**** |
Examples
Success response
JSON format
{
"Code": "200",
"Message": "The specified resource is not found.",
"RequestId": "84AC6F0B-7945-466A-AA44-99BB5A561F86",
"Success": true,
"Id": "2534dc0a-e3e5-4ae1-a2fc-75ef166c****"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | ParameterInvalid | %s | |
| 500 | InternalError | The request processing has failed due to some unknown error. | |
| 403 | AccessForbidden | User not authorized to operate on the specified resource. | |
| 404 | ResourceNotFound | The specified resource is not found. | The specified resource is not found. |
| 429 | ResourceOverLimit | %s |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.