Adds tags to an application group.
Operation description
This topic provides an example on how to add a tag to an application group whose ID is 7301****
. In this example, the key of the tag is key1
and the value of the tag is value1
.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
cms:AddTags | create |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Tag | array<object> | Yes | The tags. | |
object | Yes | |||
Key | string | Yes | The tag key. Valid values of N: 1 to 3. A tag key can be 1 to 64 characters in length. You can create a tag key or specify an existing tag key. For more information about how to obtain a tag key, see DescribeTagKeyList . Note
The tag key cannot start with aliyun or acs: . The tag key (Tag.N.Key ) and tag value (Tag.N.Value ) must be specified at the same time.
| key1 |
Value | string | Yes | The tag value. Valid values of N: 1 to 3. A tag value can be 1 to 64 characters in length. You can create a tag value or specify an existing tag value. For more information about how to obtain a tag value, see DescribeTagValueList . Note
The tag value cannot start with aliyun or acs: . The tag key (Tag.N.Key ) and tag value (Tag.N.Value ) must be specified at the same time.
| value1 |
GroupIds | array | Yes | The ID of the application group. Valid values of N: 1 to 20. For more information about how to obtain the ID of an application group, see DescribeMonitorGroups . | |
string | Yes |
For more information about common request parameters, see Common parameters.
Response parameters
Examples
Sample success responses
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. | - |
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. |
500 | InternalError | The request processing has failed due to some unknown error. | - |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-08-28 | The Error code has changed | View Change Details |