GetTagKeys#

Description#

Request to receive the list of tag keys.

Request Parameters#

  • PaginationTokenPaginationToken returned by a previous call (see Response Elements).

    • Required: No

    • Type: String

Response Elements#

  • PaginationToken — The token is returned only when the response cannot hold all the tag keys. To receive further data, the returned value must be passed as the PaginationToken parameter in the same request.

    • Type: String

  • TagKeys — The list of keys of tags.

    • Type: Array of strings

    • Length constraints: From 0 to 128 items

Examples#

c2-rgt GetTagKeys
c2-rgt GetTagKeys PaginationToken <pagination_token>