Content Library list
Returns the identifiers of all libraries of any type in the Content Library.
Returns an authorization error if you do not have all of the privileges described as follows:
- Operation execution requires
System.Read.
Request
URI
GET
https://{host}/api/content/library
COPY
Responses
200
The list of all identifiers of all libraries in the Content Library.
The response will contain identifiers for the resource type: com.vmware.content.Library.
[
{}
]
array of
string
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/content/library
Content Operations
GET
Content Library get
DELETE
Content Library delete
PATCH
Content Library update
GET
Content Library list
POST
Content Library find
POST
Content Library migrate
POST
Content Library convert
POST
Content Library enterMaintenance
POST
Content Library exitMaintenance
POST
Content Library forceDelete