Library Item Tagging APIs

Library Item Tagging APIs

A service for managing tags on library items. A library item can be tagged by one or multiple key/value pairs. These can be used to add extra information to the library item. Library item tags will be replicated through the VCSP protocol. If a library item belongs to a published library, the subscribed library item will have the same tags once a sync happens. Note that tags cannot be set on library items that are part of a subscribed library. Note: This service is restricted for VMware internal use only.

Operations
POST
Create Library Item Id Tagging Internal
Sets a key/value pair on a library item. If the key has been already set in the past, this method will override the old value with the new one.
POST
Delete Library Item Id Internal
Removes the key from the library item tags. If the library item doesn't have such a key this call will be a no-op.
POST
Get Library Item Id Internal
Gets the value of the key associated with the library item. If no key is defined this method will return null. If a tag key is set with an unspecified value the result will be unspecified.
GET
List Library Item Tagging Internal
Lists all tags associated with the library item. If no tag is found, the method will return an empty list.