Automation Orchestrator Gateway API
The Automation Orchestrator Gateway API provides a gateway to vRO instances for services that are running on vRealize Automation.
Example:
$orderby- returns a result with the rows being sorted by the values of provided attribute./vro/workflows?$orderby=name%20desc$top,$skip-$topreturns the requested number of resources. Used with$skip, the client can skip a given number of resources./vro/workflows?$top=10&$skip=2pageandsize- page used in conjunction with$sizehelps in pagination of resources./vro/workflows?page=0&size=5$filter-$filterreturns a subset of resources that satisfy the given predicate expression./vro/workflows?$filter=startswith(name, 'Act') /vro/workflows?$filter=toupper(name) eq 'ACTIVATE' /vro/workflows?$filter=substringof('renameVM', name) /vro/workflows?$filter=name eq 'ABCD'