The vRealize Orchestrator plug-in for vRealize Automation includes several scripting objects with different functionalities.

The latest release of the vRealize Orchestrator plug-in for vRealize Automation include some scripting objects. The list of the managed object types is located in the API explorer under vRA / Objects. These object types can be used to:

  • Define objects specification to create them by using "VraProjectSpecification".
  • Get objects details by using "VraProject".
  • Run methods on these objects by using VraProject putCustomPropertiesItem.

Using these object types simplifies workflow development. Objects are documented in API explorer and provide intelliSense capabilities displaying object properties and methods. When these are also used as inventory objects, troubleshooting is also simplified as their properties can be inspected in a workflow run.