content local library: list
Returns the identifiers of all local libraries in the Content Library.
Request:
HTTP request
GET https://{server}/rest/com/vmware/content/local-library
No request parameters
Response:
HTTP Status Code: 200
Representation:
{
"value" : [
"obj-103",
"obj-103"
]
}
"value" : [
"obj-103",
"obj-103"
]
}
Response Type:
Name | Type | Description |
---|---|---|
bold = required | ||
value | string[] | The array of identifiers of all local libraries in the Content Library. |