Cis Tagging Category list

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
Authentication
This operation uses the following authentication methods.
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
Optional

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