All Products
Search
Document Center

Bastionhost:ListTagKeys

Last Updated:Apr 18, 2024

Queries the tags that are added to a resource.

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 bastion host.

cn-hangzhou
ResourceTypestringYes

The type of the resource.

Set the value to INSTANCE, which indicates that the resource is a bastion host.

INSTANCE
PageSizeintegerNo

The number of entries to return on each page.

10
PageNumberintegerNo

The number of the page to return.

1

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

50177258-E817-4D2F-A5C6-3FD7BC4806E3
PageNumberinteger

The page number of the returned page.

1
PageSizeinteger

The number of entries returned per page.

10
TotalCountinteger

The total number of tags returned.

5
TagKeysobject []

An array that consists of tags.

TagCountinteger

The total number of tag keys.

2
TagKeystring

The name of the tag key.

key2

Examples

Sample success responses

JSONformat

{
  "RequestId": "50177258-E817-4D2F-A5C6-3FD7BC4806E3",
  "PageNumber": 1,
  "PageSize": 10,
  "TotalCount": 5,
  "TagKeys": [
    {
      "TagCount": 2,
      "TagKey": "key2"
    }
  ]
}

Error codes

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