cis tagging tag: list

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

Request:

HTTP request

GET https://{server}/rest/com/vmware/cis/tagging/tag
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 tags in the system.

Errors:

None