List Namespaces

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
{
    "attribute": [
        {
            "displayValue": "string",
            "value": "string",
            "name": "string"
        }
    ],
    "href": "string",
    "relations": {
        "total": 0,
        "start": 0,
        "link": [
            {
                "attribute": [
                    {
                        "displayValue": "string",
                        "value": "string",
                        "name": "string"
                    }
                ],
                "href": "string",
                "type": "string",
                "rel": "string"
            }
        ]
    }
}
attribute
Optional

attribute

string
href
Optional

href

relations
Optional

relations


401

User is not authorized

Operation doesn't return any data structure