All Products
Search
Document Center

:DescribeInstanceTags

Last Updated:Apr 29, 2024

You can call this operation to view the tag value of a cluster.

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
InstanceIdsstringNo

The list of tags.

["ob3za5w73as8rk"]
TagsstringNo

The returned response.

[{"Key": "xxx", "Value", "xxx"},{}]

Response parameters

ParameterTypeDescriptionExample
object

The tags.

RequestIdstring

The resource ID.

EE205C00-30E4-XXXX-XXXX-87E3A8A2AA0C
TagResourcesobject []

The request ID.

ResourceIdstring

You can call this operation to view the tag value of a cluster.

ob317v4uif****

Examples

Sample success responses

JSONformat

{
  "RequestId": "EE205C00-30E4-XXXX-XXXX-87E3A8A2AA0C",
  "TagResources": [
    {
      "ResourceId": "ob317v4uif****",
      "ResourceType": "instance",
      "Tag": "[{\"Key\": \"xxx\", \"Value\", \"xxx\"},{}]"
    }
  ]
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history