Get Plugin Type List

Get Plugin Type List

Browse remote vRealize Orchestrator inventory

Request
URI
GET
https://{api_host}/cloudapi/vro/servers/{vroId}/entityTypes/{pluginName}
COPY
Path Parameters
string
vroId
Required

The ID of the server to browse inventory items on

string
pluginName
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
pluginName
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 VroRemotePluginTypes of type(s) application/json;version=38.1
{
    "types": [
        {
            "name": "string",
            "selectable": false,
            "canHaveChildren": false
        }
    ],
    "namespace": "string"
}
types
Optional

types

string
namespace
Optional

namespace


404

Not Found

Operation doesn't return any data structure