Queries the tags that are attached to Server Migration Center (SMC) resources. SMC resources include migration sources and migration jobs.
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 |
---|---|---|---|---|
smc:ListTagResources | get |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ResourceType | string | Yes | The type of the SMC resource. Valid values:
| sourceserver |
NextToken | string | No | The pagination token that is used in the next request to retrieve a new page of results. | caeba0bbb2be03f84eb48b699f0a4883 |
ResourceId | array | No | The IDs of SMC resources. SMC resources include migration sources and migration jobs. You can specify a maximum of 50 SMC resource IDs. | |
string | No | The ID of the SMC resource. SMC resources include migration sources and migration jobs. | s-bp1e2fsl57knvuug**** | |
Tag | array<object> | No | The tags that are attached to SMC resources. | |
object | No | The tags list. | ||
Key | string | No | The key of tag N. The tag key must be 1 to 64 characters in length. Valid values of N: 1 to 20. Tag.N is used for exact match of SMC resources to which the tag is attached. Tag N consists of a key-value pair.
| TestKey |
Value | string | No | The value of tag N. The value must be 1 to 64 characters in length. Valid values of N: 1 to 20. | TestValue |
Response parameters
Examples
Sample success responses
JSON
format
{
"NextToken": "caeba0bbb2be03f84eb48b699f0a4883",
"RequestId": "17743161-66F3-4E7F-B8AE-845FB28B928F",
"TagResources": {
"TagResource": [
{
"ResourceType": "ALIYUN::SMC::SOURCESERVER",
"TagValue": "TestValue",
"ResourceId": "s-bp1e2fsl57knvuug****",
"TagKey": "TestKey"
}
]
}
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | NumberExceed.Tags | The maximum number of the Tag parameters cannot exceed 20. | The maximum number of Tag parameters cannot exceed 20. |
400 | MissingParameter.ResourceType | You must specify ResourceType. | You must specify ResourceType. |
400 | InvalidResourceType.NotFound | The specified ResourceType does not exist. | The specified ResourceType does not exist. |
400 | NumberExceed.ResourceIds | The maximum number of ResourceId parameters cannot exceed 50. | The maximum number of ResourceId parameters cannot exceed 50. |
400 | Duplicate.ResourceId | The ResourceId contains duplicate values. | The ResourceId contains duplicate values. |
400 | InvalidResourceId.NotFound | The specified ResourceIds do not exist. | The specified ResourceIds do not exist. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|