Find Root Element
A REST endpoint for retrieving the root elements in a namespace. All Orchestrator plug-ins that have an inventory, usually provide a single root element. The Orchestrator server does not have a single root. Instead, for the System namespace, the Orchestrator REST API returns a list that contains links to all system types (workflows, tasks, etc.)
Request
URI
GET
https://{api_host}/vco/api/catalog/{namespace}
COPY
Path Parameters
string
namespace
Required
namespace
Query Parameters
string of array
keys
Optional
keys
Responses
200
The request is successful
Returns inventory-item of type(s) application/json
{
"attribute": [
{
"displayValue": "string",
"name": "string",
"value": "string"
}
],
"href": "string",
"relations": {
"total": 0,
"start": 0,
"link": [
{
"rel": "string",
"attribute": [
{
"displayValue": "string",
"name": "string",
"value": "string"
}
],
"href": "string",
"type": "string"
}
]
}
}
string
href
Optional
href
401
User is not authorized
Operation doesn't return any data structure