Find Root Element

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
"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/{namespace}