All Products
Search
Document Center

Auto Scaling:ListTagValues

Last Updated:Jun 24, 2024

Queries the tag keys associated with Auto Scaling resources to facilitate a deeper comprehension of those resources. By doing so, you can categorize and manage your Auto Scaling resources more efficiently.

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 Auto Scaling resource.

cn-hangzhou
ResourceTypestringYes

The type of the Auto Scaling resource. Set the value to scalinggroup. This indicates that the tag is added to a scaling group.

scalinggroup
NextTokenstringNo

The token that determines the start point of the next query. If this parameter is empty, all results are returned.

caeba0bbb2be03f84eb48b699f0a****
PageSizeintegerNo

The number of entries to return on each page. Maximum value: 50.

Default value: 10.

10
KeystringYes

The key of the tag.

ESS

Response parameters

ParameterTypeDescriptionExample
object
NextTokenstring

The token that determines the start point of the next query. If this parameter is empty, all results are returned.

caeba0bbb2be03f84eb48b699f0a****
RequestIdstring

The ID of the request.

AB444F46-1CFF-4B06-B8F0-B45D3158****
PageSizeinteger

The number of entries returned per page.

10
Valuesarray

Details of the tag values.

string

Details of the tag values.

Doc

Examples

Sample success responses

JSONformat

{
  "NextToken": "caeba0bbb2be03f84eb48b699f0a****",
  "RequestId": "AB444F46-1CFF-4B06-B8F0-B45D3158****",
  "PageSize": 10,
  "Values": [
    "Doc"
  ]
}

Error codes

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

Change history

Change timeSummary of changesOperation
No change history