All Products
Search
Document Center

CloudMonitor:AddTags

Last Updated:Mar 01, 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

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
Tagobject []Yes

The tags.

KeystringYes

The key of tag N.

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 value of tag N.

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 DescribeTagKeyList .

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
No change history