com.vmware.cis.tagging.tag

The tag service provides operations to create, read, update, delete, and enumerate tags.

list

GET /com/vmware/cis/tagging/tag
POST /com/vmware/cis/tagging/tag?~action=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:
Representations:
GET /com/vmware/cis/tagging/tag

Parameters:
None

Response:
Representations:
{
    "value"[
        "obj-103",
        "obj-103"
    ]
}
<?xml version="1.0" ?>
<ns0:List-Result xmlns:ns0="http://vmware.com/cis/tagging/tag" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <value-array>
    <array-item>obj-103</array-item>
    <array-item>obj-103</array-item>
  </value-array>
</ns0:List-Result>

Parameters:
Name Type Required Description
result List<ID> Yes The array of resource identifiers for the tags in the system. Id of type com.vmware.cis.tagging.Tag.

Errors:
None

Copyright © 2014. All Rights Reserved.