com.vmware.content.local_library

The LocalLibaray service manages local libraries.

The local_library service provides support for creating and maintaining local library instances. A local library may also use the com.vmware.content.library service to manage general library functionality.

list

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

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

Parameters:
None

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

Errors:
None

Copyright © 2014. All Rights Reserved.