cis tagging category: list

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

Request:

HTTP request

GET https://{server}/rest/com/vmware/cis/tagging/category
No request parameters

Response:

HTTP Status Code: 200

Representation:

{
    "value"[
        "obj-103",
        "obj-103"
    ]
}

Response Type:

Name Type Description
bold = required
value string[] The array of resource identifiers for the categories in the system.

Errors:

None