Get Remote Inventory

Get Remote Inventory

Browse remote vRealize Orchestrator inventory

Request
URI
GET
https://{api_host}/cloudapi/vro/servers/{vroId}/inventory{any:.*}
COPY
Path Parameters
string
vroId
Required

The ID of the server to browse inventory items on

string
any
Required

Inventory search path to identify the VRO inventory node to get contents of

string
vroId
Required

The ID of the server to browse inventory items on

string
any
Required

Inventory search path to identify the VRO inventory node to get contents of


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns VroRemoteInventoryItem of type(s) application/json;version=37.1
{
    "href": "string",
    "attributes": [
        {
            "displayValue": "string",
            "name": "string",
            "value": "string"
        }
    ],
    "relations": {
        "total": 0,
        "link": [
            {
                "attributes": [
                    {
                        "displayValue": "string",
                        "name": "string",
                        "value": "string"
                    }
                ],
                "href": "string",
                "rel": "string",
                "type": "string",
                "name": "string"
            }
        ],
        "start": 0
    }
}
string
href
Optional

href

attributes
Optional

attributes

relations
Optional

relations


404

Not Found

Operation doesn't return any data structure