Browse Sdk Objects
Browse remote vRealize Orchestrator inventory
Request
URI
GET
https://{api_host}/cloudapi/vro/servers/{vroId}/sdkObjects/{target}/{browsePaths:.+}
COPY
Path Parameters
string
vroId
Required
The ID of the server to browse inventory items on
string
target
Required
The 'plugin[:type]' to serve as the starting point for the browsing
string
browsePaths
Required
Inventory search path to identify the VRO inventory node to get contents of
Responses
200
OK
Returns
VroRemoteItems
of type(s)
application/json;version=39.1
{
"remoteItems": [
{
"name": "string",
"description": "string",
"id": "string",
"vroServerId": "string",
"dunesId": "string",
"type": "string",
"selectable": false,
"canHaveChildren": false,
"href": "string",
"rel": "string"
}
],
"resultTotal": 0,
"pageCount": 0
}
array of
object
remoteItems
Optional
Information about various objects in vRealize Orchestrator server
integer
resultTotal
Optional
resultTotal
integer
pageCount
Optional
pageCount
404
Not Found
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/cloudapi/vro/servers/{vroId}/sdkObjects/{target}/{browsePaths:.+}
Vrealize Browse Operations
GET
Search Sdk Objects
GET
Browse Sdk Objects
GET
Get Plugin List
GET
Get Plugin Type List
GET
Get Remote Inventory