VMware Aria Automation Orchestrator

 View Only
  • 1.  Orchestrator 8 API Explorer vs vRO 7

    Posted Sep 12, 2023 08:30 PM

    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?



  • 2.  RE: Orchestrator 8 API Explorer vs vRO 7

    Posted Sep 13, 2023 12:25 PM

    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.



  • 3.  RE: Orchestrator 8 API Explorer vs vRO 7
    Best Answer

    Posted Sep 15, 2023 01:51 PM

    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

     

     



  • 4.  RE: Orchestrator 8 API Explorer vs vRO 7

    Posted Sep 15, 2023 04:43 PM

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

     



  • 5.  RE: Orchestrator 8 API Explorer vs vRO 7

    Posted Sep 21, 2023 04:34 PM

    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!