Hi experts,
I'm working on automation code to install and configure AdcVCOPluginplug-in which integrates Radware's VADI services with VMware.
Manual procedure is working well.
Now I want to turn this procedure to be fully automated.
The first part of install plugin and restart vRO was implemented pretty easy using following vRealize Orchestrator REST API
https://<server_ip>:8281/vco/api/plugins
https://<server_ip>:8283/vco-controlcenter/api/server/status/restart
The next step is about to apply AdcVCOPluginplug-in configuration ( configuration form is shown on attached screenshot ).
Once again, I would like to write code that do this for me, how can I achieve it?
I'd prefer REST API, but any advise is appreciated.
Thanks,
Michael