com.vmware.content.library

The library service provides operations to manage and find com.vmware.content.library_model entities.

The library service provides support for generic functionality which can be applied equally to all types of libraries. The functionality provided by this service will not affect the properties specific to the type of library. See also com.vmware.content.local_library and com.vmware.content.subscribed_library.

list

GET /com/vmware/content/library
POST /com/vmware/content/library?~action=list

Returns the identifiers of all libraries of any type in the Content Library.
Request:
Representations:
GET /com/vmware/content/library

Parameters:
None

Response:
Representations:
{
    "value"[
        "obj-103",
        "obj-103"
    ]
}
<?xml version="1.0" ?>
<ns0:List-Result xmlns:ns0="http://vmware.com/content/library" 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 all identifiers of all libraries in the Content Library. Id of type com.vmware.content.Library.

Errors:
None

Copyright © 2014. All Rights Reserved.