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
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
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/cis/tagging/tag
Cis Tagging Operations
GET
Cis Tagging Tag list
POST
Cis Tagging Tag create
GET
Cis Tagging Tag get
DELETE
Cis Tagging Tag delete
PATCH
Cis Tagging Tag update
POST
Cis Tagging Tag listUsedTags
POST
Cis Tagging Tag listTagsForCategory
POST
Cis Tagging Tag addToUsedBy
POST
Cis Tagging Tag removeFromUsedBy
POST
Cis Tagging Tag revokePropagatingPermissions