All Products
Search
Document Center

CloudMonitor:AddTags

Last Updated:Sep 24, 2024

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

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

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.
OperationAccess levelResource typeCondition keyAssociated operation
cms:AddTagscreate
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
Tagarray<object>Yes

The tags.

objectYes
KeystringYes

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
ValuestringYes

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
GroupIdsarrayYes

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 .

stringYes

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

Response parameters

ParameterTypeDescriptionExample
object
Codestring

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.

DAE4B115-3847-5438-8709-423627F0A3A3
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": "DAE4B115-3847-5438-8709-423627F0A3A3",
  "Success": true
}

Error codes

HTTP status codeError codeError messageDescription
400ParameterInvalidIllegal parameters.-
403AccessForbiddenUser not authorized to operate on the specified resource.-
404ResourceNotFoundThe specified resource is not found.The specified resource is not found.
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
2024-08-28The Error code has changedView Change Details