List Namespaces
A REST endpoint for listing all catalog entry points. Each VCF Operations Orchestrator plug-in exposes its own catalog entry point that is accessible at /catalog/{pluginname}. The VCF Operations Orchestrator server exposes a separate catalog entry point that is accessible at /catalog/System
Request
URI
GET
https://{api_host}/vco/api/catalog
COPY
Responses
200
The request is successful
Returns
WsInventoryItem
of type(s)
application/json
{
"relations": {
"startIndex": 0,
"count": 0,
"total": 0,
"link": [
{
"rel": "string",
"type": "string",
"attributes": [
{
"name": "string",
"displayName": "string",
"value": "string",
"displayValue": "string"
}
],
"href": "string"
}
]
},
"attributes": [
{
"name": "string",
"displayName": "string",
"value": "string",
"displayValue": "string"
}
],
"href": "string"
}
object
relations
Optional
relations
array of
object
attributes
Optional
attributes
string
href
Optional
href
401
User is not authorized
Returns
WsInventoryItem
of type(s)
application/json
"WsInventoryItem Object"
object
relations
Optional
relations
array of
object
attributes
Optional
attributes
string
href
Optional
href
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/vco/api/catalog