Find Objects by Relations

You can use the Inventory service of the vRealize Orchestrator REST API to browse the vRealize Orchestrator objects and the plug-in inventories as a hierarchy.

Procedure

  1. Make a GET request at the URL of the Inventory service:
    GET https://{orchestrator_fqdn}/vco/api/inventory/
    The response body contains down links to the registered inventories of the installed plug-ins and links to the system objects in vRealize Orchestrator under System.
  2. Make a GET request at the down link of the inventory that you want to access.
  3. Make a GET requests at the up and down links for the items in the inventory until you reach the object that you want to find.