Thus far, I've been building workflows that call out to powershell commands that reach out to a restful API that accepts and responds with JSON.
and those workflows work very well as is with a powershell module but there's some overhead there that comes with the use of the powershell module and reaching out to a powershell host locally or remotely.
So that got me thinking about being able to communicate directly with the API from within vRO. Are there any examples of how to make http/https calls directly?
thank you.