VMware Cloud Community
evil242
Enthusiast
Enthusiast
Jump to solution

Orchestrator 8 API Explorer vs vRO 7

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. 

Screenshot 2023-09-12 at 2.13.31 PM.pngScreenshot 2023-09-12 at 2.17.50 PM.png

 

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

Screenshot 2023-09-12 at 2.23.40 PM.png

 

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
Screenshot 2023-09-12 at 2.19.40 PM.png

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?

Damion Terrell  .   +  (He/Him)  +  . *  .  +   @   + .    *  .    +      .                    
Core IT Service Specialist * . + * . + . + . + * +
UNM – IT Platforms – VIS + . . . . . . . . .
. + . + * . + * .
* . . + . . . . + . + * + .
“You learn the job of the person above you, * + . + * @
and you teach your job to the person below you..” . * +
Reply
0 Kudos
1 Solution

Accepted Solutions
mayank_goyal
Enthusiast
Enthusiast
Jump to solution

You might already know it. But looking at the screenshot, I am not sure if you explored this view of API Explorer which shows a satisfactory amount of detail on any SDK class or object.

mayank_goyal_0-1694786107246.png

 

 



-
For more interesting content on Aria Automation, check my blog:
https://cloudblogger.co.in

View solution in original post

4 Replies
bdamian
Expert
Expert
Jump to solution

I agree, the old Java client was a far better IDE than the new HTML5. The only good thing is that you can now open several tabs to show Workflows, Actions, Config and others at the same time.

About the API, sadly, not all APIs are properly documented and, when you create a new Project, some APIs are made that are not in the Swagger.

I've made a post in my blog (in spanish) that explains how to create a project with the most common options: https://tecnologiaimasd.blogspot.com/2023/02/vmware-aria-automation-api-crear.html

Hope it helps,

D.

---
Damián Bacalov
vExpert 2017-2023 (7 years)
https://www.linkedin.com/in/damianbacalov/
https://tecnologiaimasd.blogspot.com/
twitter @bdamian
Reply
0 Kudos
mayank_goyal
Enthusiast
Enthusiast
Jump to solution

You might already know it. But looking at the screenshot, I am not sure if you explored this view of API Explorer which shows a satisfactory amount of detail on any SDK class or object.

mayank_goyal_0-1694786107246.png

 

 



-
For more interesting content on Aria Automation, check my blog:
https://cloudblogger.co.in
bdamian
Expert
Expert
Jump to solution

I use it very often. But it only describes vRO objects.

 

---
Damián Bacalov
vExpert 2017-2023 (7 years)
https://www.linkedin.com/in/damianbacalov/
https://tecnologiaimasd.blogspot.com/
twitter @bdamian
Reply
0 Kudos
evil242
Enthusiast
Enthusiast
Jump to solution

Thank you.  I missed that little link down on the bottom left. 

I was looking at this
Screenshot 2023-09-21 at 10.32.15 AM.png

Which was driving me half way to crazy.  But now with your guidance, I found

Screenshot 2023-09-21 at 10.33.36 AM.png

For the win!

Damion Terrell  .   +  (He/Him)  +  . *  .  +   @   + .    *  .    +      .                    
Core IT Service Specialist * . + * . + . + . + * +
UNM – IT Platforms – VIS + . . . . . . . . .
. + . + * . + * .
* . . + . . . . + . + * + .
“You learn the job of the person above you, * + . + * @
and you teach your job to the person below you..” . * +
Reply
0 Kudos