Attaches tags to resources.
Operation description
You can call this operation to attach tags to a source. You can use tags to classify resources in ApsaraMQ for RocketMQ. This can help you aggregate and search resources in an efficient manner.
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 |
---|---|---|---|---|
mq:TagResources | Read |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
InstanceId | string | No | The ID of the ApsaraMQ for RocketMQ instance that contains the resource to which you want to attach tags. Note
This parameter is required when you attach tags to a topic or a group.
| MQ_INST_188077086902****_BXSuW61e |
ResourceType | string | Yes | The type of the resource to which you want to attach tags. Valid values:
| TOPIC |
Tag | object [] | Yes | The tags that you want to attach to the resource. | |
Key | string | Yes | The tag key. If you configure this parameter, you must also configure the Value parameter.****
| FinanceDept |
Value | string | Yes | The value of the tag that you want to attach to the resource. If you configure this parameter, you must also configure the Key parameter.****
| FinanceJoshua |
ResourceId | array | Yes | The resource IDs. | |
string | Yes | The ID of the resource to which you want to attach a tag.
| TopicA |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "301D2CBE-66F8-403D-AEC0-82582478****"
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
Attach tags to a resource in the console
You can also attach tags to a resource in the ApsaraMQ for RocketMQ console.**** For more information, see Manage tags.