Get Lindorm instance-to-tag bindings.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
lindorm:ListTagResources |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The ID of the region where the instance is located. Call the DescribeRegions operation to get a list of available regions. |
cn-hangzhou |
| ResourceId |
array |
No |
A list of resource IDs. |
|
|
string |
No |
The instance ID. You can specify multiple instance IDs to query their tag bindings. Call the GetLindormInstanceList operation to get the instance IDs. |
ld-bp17j28j2y7pm**** |
|
| NextToken |
string |
No |
The token to retrieve the next page of results. Note
Do not specify this parameter for your first request. If the response returns a NextToken, more results are available. To retrieve the next page, include the returned NextToken value in your next request. |
212db86**** |
| ResourceType |
string |
Yes |
The resource type. Set the value to INSTANCE. |
INSTANCE |
| Tag |
array<object> |
No |
A list of tags. |
|
|
object |
No |
|||
| Key |
string |
No |
The key of the tag. Note
Each tag is a key-value pair. This parameter specifies the key. |
test |
| Value |
string |
No |
The value of the tag. Note
Each tag is a key-value pair. This parameter specifies the value. |
2.2.8 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
05CB115C-91CB-529F-9098-50C1F6CB3BD3 |
| TagResources |
array<object> |
The list of resources. |
|
|
object |
|||
| ResourceType |
string |
The resource type. The value is fixed to ALIYUN::HITSDB::INSTANCE. |
ALIYUN::HITSDB::INSTANCE |
| TagValue |
string |
The value of the tag. |
2.2.8 |
| ResourceId |
string |
The resource ID, which is the instance ID. |
ld-bp17j28j2y7pm**** |
| TagKey |
string |
The key of the tag. |
test |
| NextToken |
string |
The token that is used to start the next query. Note
If not all results are returned in a query, the response includes this parameter. You can use the value of this parameter to start the next query. |
212db86**** |
Examples
Success response
JSON format
{
"RequestId": "05CB115C-91CB-529F-9098-50C1F6CB3BD3",
"TagResources": [
{
"ResourceType": "ALIYUN::HITSDB::INSTANCE",
"TagValue": "2.2.8",
"ResourceId": "ld-bp17j28j2y7pm****",
"TagKey": "test"
}
],
"NextToken": "212db86****"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | Lindorm.Errorcode.MissingParameter | You must specify ResourceId.N or Tags | |
| 400 | Lindorm.Errorcode.NumberExceed.Tags | The maximum number of Tags is exceeded. | |
| 400 | Lindorm.Errorcode.NumberExceed.ResourceIds | The maximum number of ResourceIds is exceeded. | |
| 403 | API.Forbidden | The API operation is forbidden in this environment. | This operation is not supported in the current environment. |
| 403 | Lindorm.Errorcode.OperationDenied | You are not authorized to operate on the specified resource. | You are not authorized to manage the specified resource. |
| 403 | Lindorm.Errorcode.ServiceLinkedRoleNoPermission | No permission to create service linked role. | You are not authorized to create the service-linked role. |
| 404 | Lindorm.Errorcode.InstanceNotFound | The instance is not found. | The specified instance does not exist. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.