So I am taking the dive into using Aria Automation Orchestrator. Mainly because I was very familiar with v7 Orchestrator and I need to create an "Onboarding" workflow to add department projects to Aria Automation (vRA). But my first stumbling block is the HTML 5 client which doesn't present a decent script editor like v7's fat client.


Next is the API explorer for understanding the javascript OOP data types and functions.

There used to be the vroapi.com site that helped you explore all of the data types.
I'm having difficulty navigating and understanding the HTML 5 interface

The only thing I seem to be finding is the REST examples. Unfortunately the create project REST API doesn't populate with the desired cloudzones and additional information you can with the orchestrator client.
But when tracing down a dataype like projectInput.host.createInfrastructureClient().createProjectService(), how do we determine what all of the structures and functions do?
Is there something similar for Orchestrator 8?