Cis Tagging Category list
Enumerates the categories in the system. To invoke this operation, you need the read privilege on the individual categories. The list will only contain those categories for which you have read privileges.
Request
URI
GET
https://{api_host}/api/cis/tagging/category
COPY
Responses
200
The list of resource identifiers for the categories in the system.
The response will contain identifiers for the resource type: com.vmware.cis.tagging.Category.
[
{}
]
array of
string
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/cis/tagging/category
Cis Tagging Operations
GET
Cis Tagging Category list
POST
Cis Tagging Category create
GET
Cis Tagging Category get
DELETE
Cis Tagging Category delete
PATCH
Cis Tagging Category update
POST
Cis Tagging Category listUsedCategories
POST
Cis Tagging Category addToUsedBy
POST
Cis Tagging Category removeFromUsedBy
POST
Cis Tagging Category revokePropagatingPermissions