Cis Tagging Tag list

Cis Tagging Tag list

Enumerates the tags in the system. To invoke this operation, you need read privilege on the individual tags. The list will only contain tags for which you have read privileges.

Request
URI
GET
https://{api_host}/api/cis/tagging/tag
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

The list of resource identifiers for the tags in the system.

The response will contain identifiers for the resource type: com.vmware.cis.tagging.Tag.

[
    {}
]
array of string
Optional

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/api/cis/tagging/tag