All Products
Search
Document Center

Lindorm:ListTagResources

Last Updated:May 09, 2026

Get Lindorm instance-to-tag bindings.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

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.