REST API - list

cis tagging category host: list

Returns information about the categories that have hosts as an attachable type. Warning: This operation is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

Request:

HTTP request

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

Response:

HTTP Status Code: 200

Representation:

{
    "value"[
        {
            "name""string",
            "description""string",
            "category""obj-103"
        },
        {
            "name""string",
            "description""string",
            "category""obj-103"
        }
    ]
}

Response Type:

Name Type Description
bold = required
value summary[] The list of categories that have hosts as an attachable type.
value[].category string Identifier of the category. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.cis.tagging.Category:HostSystem. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.cis.tagging.Category:HostSystem.

value[].name string Name of the category. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

value[].description string Description of the category. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

Errors:

None