The AddTags operation attaches tags to specified application groups.
Operation description
This topic provides an example of how to attach a tag to the application group 7301****. In this example, the tag key is key1 and the tag value is value1.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cms:AddTags |
create |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Tag |
array<object> |
Yes |
A list of tags. |
|
|
object |
No |
|||
| Key |
string |
Yes |
The tag key. The value of N can be from 1 to 3. The tag key must be 1 to 64 characters in length. Enter a new tag key or use an existing tag key from Cloud Monitor. For information about how to obtain tag keys, see DescribeTagKeyList. Note
The tag key cannot start with |
key1 |
| Value |
string |
Yes |
The tag value. The value of N can be from 1 to 3. The tag value must be 1 to 64 characters in length. Enter a new tag value or use an existing tag value from Cloud Monitor. For information about how to obtain tag values, see DescribeTagValueList. Note
The tag value cannot start with |
value1 |
| GroupIds |
array |
Yes |
The IDs of the application groups. The value of N can be from 1 to 20. For information about how to obtain application group IDs, see DescribeMonitorGroups. |
7301**** |
|
string |
No |
The ID of the application group. |
7301**** |
For more information about common request parameters, see Common parameters.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| 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. |
DAE4B115-3847-5438-8709-423627F0A3A3 |
| Success |
boolean |
Indicates whether the operation was successful. Valid values:
|
true |
Examples
Success response
JSON format
{
"Code": "200",
"Message": "The specified resource is not found.",
"RequestId": "DAE4B115-3847-5438-8709-423627F0A3A3",
"Success": true
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | ParameterInvalid | Illegal parameters. | |
| 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. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.