content library: list
Returns the identifiers of all libraries of any type in the Content Library.
Request:
HTTP request
GET https://{server}/rest/com/vmware/content/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 all identifiers of all libraries in the Content Library. |