VMware Aria Automation Orchestrator

 View Only

Search Community

Latest Discussions

  • Today, I think AI editors like ChatGPT etc would be the best bet for converting ES6+ code to ES5 vRO compatible code (looked for my transpilers but none suited my\your requirement). Also, ask the editor to change console.log() with System.log(). Additionally, ...

  • Hi, I would try something like this. "var csv" is an example. Replace it with your own. var csv = "1,2,3\n4,5,6\n7,8,9"; var rows = csv.split("\n"); var array = rows.slice(0).map(function(row) { return row.split(",").map(function(value) { ...



Latest Q&A List

  • mayank_goyal's profile image

    RE: Tagging VMs as part of VRA deployment

    Not sure need to check what missing in machinevra = Server.findForType("VRA:Machine","stu124"); But for time being, this works: var ...

  • Stuart MacPherson's profile image

    RE: Tagging VMs as part of VRA deployment

    Actually my issue seems to be elsewhere. (I have managed to link the variable machinevra as an Input to the "update machine tags" ...

Unanswered Threads

  • I'm working on build IPAM plugin that will be integrated to Aria Automation. I tried with Hands-on Lab: VCF Automation - Getting Started - [HOL-2501-07-VCF-L], but I cannot manipulate with this lab if I want to test my IPAM plugin. How can I test my IPAM ...

  • Hello, I'm having trouble with letting the user enter a png file in a request originating from a yaml template in assembler and then uploading to either a CIFS folder, sending it as email or sending it in the message the approver sees in the assembler. ...

Recent Shared Files List Add