All Products
Search
Document Center

Resource Orchestration Service:ListTagKeys

Last Updated:Jul 17, 2024

Queries the tag keys that are added to resources in a template or stack in an Alibaba Cloud region.

Operation description

In this example, the tag keys that are added to a stack in the China (Hangzhou) region are queried.

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
RegionIdstringYes

The region ID of the tag key. You can call the DescribeRegions operation to query the most recent region list.

cn-hangzhou
ResourceTypestringYes

The type of the resource. Valid values:

  • stack: stack
  • stackgroup: stack group
  • template: template
  • templatescratch: scenario
stack
NextTokenstringNo

The pagination token that is used in the next request to retrieve a new page of results.

caeba0bbb2be03f84eb48b699f0*****

For more information about common request parameters, see Common parameters.

Response parameters

ParameterTypeDescriptionExample
object
NextTokenstring

A pagination token. It can be used in the next request to retrieve a new page of results.

caeba0bbb2be03f84eb48b699f0*****
RequestIdstring

The ID of the request.

C429473A-5C66-4661-B5F8-4F900CD4330A
Keysarray

The tag keys.

string

The tag key. Multiple tag keys are separated by commas (,).

["TagKey1","TagKey2"]

Examples

Sample success responses

JSONformat

{
  "NextToken": "caeba0bbb2be03f84eb48b699f0*****",
  "RequestId": "C429473A-5C66-4661-B5F8-4F900CD4330A",
  "Keys": [
    "[\"TagKey1\",\"TagKey2\"]"
  ]
}

Error codes

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

Change history

Change timeSummary of changesOperation
No change history