Membuat kelompok aplikasi secara otomatis menggunakan tag.
Deskripsi operasi
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.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cms:CreateDynamicTagGroup |
create |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| TagKey |
string |
Yes |
Kunci tag Sumber daya. Untuk informasi selengkapnya tentang cara mengkueri kunci tag Sumber daya, lihat DescribeTagKeyList. |
ecs_instance |
| ContactGroupList |
array |
Yes |
Kelompok kontak peringatan. Nilai N dapat berkisar dari 1 hingga 100. Notifikasi peringatan untuk kelompok aplikasi dikirim ke kontak peringatan dalam kelompok kontak peringatan ini. Satu kelompok kontak peringatan dapat berisi satu atau beberapa kontak peringatan. Untuk informasi selengkapnya tentang cara membuat kontak peringatan dan kelompok kontak peringatan, lihat PutContact dan PutContactGroup. Untuk informasi selengkapnya tentang cara mendapatkan kelompok kontak peringatan, lihat 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 |
Ekspresi pencocokan yang digunakan untuk membuat kelompok aplikasi dari tag. |
|
|
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:
Catatan
You must specify both the |
contains |
| TagValue |
string |
No |
The value of the resource tag. The value of N is 1. Catatan
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 |
ID wilayah tempat tag berada. |
cn-hangzhou |
| EnableSubscribeEvent |
boolean |
No |
Apakah akan berlangganan notifikasi event untuk kelompok aplikasi secara otomatis. Ketika event kritis atau peringatan terjadi pada Sumber daya dalam kelompok aplikasi, CloudMonitor mengirimkan pemberitahuan peringatan. Nilai valid:
|
true |
| EnableInstallAgent |
boolean |
No |
Apakah akan menginstal Agen CloudMonitor untuk kelompok aplikasi secara otomatis. CloudMonitor menginstal agen secara otomatis pada host dalam kelompok aplikasi. Nilai valid:
|
true |
| MatchExpressFilterRelation |
string |
No |
Hubungan antara ekspresi kondisional untuk nilai tag. Nilai valid:
|
and |
| TemplateIdList |
array |
No |
ID templat peringatan. Untuk informasi selengkapnya tentang cara mengkueri ID templat peringatan, lihat 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**** |
Untuk informasi selengkapnya tentang parameter permintaan umum, lihat Parameter umum.
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
None. |
||
| Code |
string |
The status code. Catatan
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**** |
Contoh
Respons sukses
JSONformat
{
"Code": "200",
"Message": "The specified resource is not found.",
"RequestId": "84AC6F0B-7945-466A-AA44-99BB5A561F86",
"Success": true,
"Id": "2534dc0a-e3e5-4ae1-a2fc-75ef166c****"
}
Kode kesalahan
|
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. | |
| 429 | ResourceOverLimit | %s |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.