List Local Library
Returns the identifiers of all local libraries in the Content Library. if you do not have all of the privileges described as follows: - Operation execution requires System.Read.
Request
URLURL
https://{api_host}/rest/com/vmware/content/local-library
Header Parameters
Header Parameters
string
vmware-api-session-id
Required
Required session ID, acquired from Create Session API under CIS product
vmware-api-session-id Example
b00db39f948d13ea1e59b4d6fce56389
Response
Response
Response BodyResponse Body
200 OK returns
LocalLibraryListResponseBody
of type application/json
The list of identifiers of all local libraries in the Content Library. The result will contain identifiers for the resource type: com.vmware.content.Library.
{
"value": [
"string"
]
}
array of
string
value
Optional
The list of identifiers of all local libraries in the Content Library. The result will contain identifiers for the resource type: com.vmware.content.Library.
cURL Command
curl -H "vmware-api-session-id: b00db39f948d13ea1e59b4d6fce56389" https://{api_host}/rest/com/vmware/content/local-library
Errors
default
'Default' means this response is used for all HTTP codes that are not covered individually for this operation.
On This Page
Local Library Operations
post
patch
delete