Search Sdk Objects
Browse remote vRealize Orchestrator inventory
Request
URI
GET
https://{api_host}/cloudapi/vro/servers/{vroId}/sdkObjects/{target}
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
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
Query Parameters
string
filter
Optional
Filter for a query. FIQL format.
string
sortAsc
Optional
Field to use for ascending sort
string
sortDesc
Optional
Field to use for descending sort
Responses
200
OK
Returns VroRemoteItems of type(s) application/json;version=39.0
{
"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
}
integer
resultTotal
Optional
resultTotal
integer
pageCount
Optional
pageCount
404
Not Found
Operation doesn't return any data structure
On This Page
Vrealize Browse Operations
GET
Browse Sdk Objects
GET
Get Plugin List
GET
Get Plugin Type List
GET
Get Remote Inventory
GET
Search Sdk Objects