List Namespaces
A REST endpoint for listing all catalog entry points. Each Orchestrator plug-in exposes its own catalog entry point that is accessible at /catalog/{pluginname}. The 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
inventory-item
of type(s)
application/json
"inventory-item Object"
array of
object
attribute
Optional
attribute
string
href
Optional
href
object
relations
Optional
relations
401
User is not authorized
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/vco/api/catalog