GetTagValues
In this article:
GetTagValues#
Description#
Request to receive the list of tag values with the specified key.
Request Parameters#
Required parameters#
Key — The tag key.
Required: Yes
Type: String
Optional parameters#
PaginationToken — PaginationToken returned by a previous call (see Response Elements).
Required: No
Type: String
Response Elements#
PaginationToken — The token is returned only when the response cannot contain all the tag values. To retrieve further data, the returned value must be passed as a PaginationToken parameter in the same request.
Type: String
TagValues — The list of values of tags.
Type: Array of strings
Length constraints: From 0 to 128 items
Examples#
c2-rgt GetTagValues Key "tag_key"
c2-rgt GetTagValues Key "tag_key" PaginationToken <pagination_token>