Today I have the ability to connect third party tools with Web API which works fine for most things, but if I want to do anything more advanced I have just two options:
  • PowerShell, this is a great starting point but relies on me setting up a relay agent and storing my PS scripts onprem. I want to be able to choose whether the PowerShell scripts are executed in the cloud nativly or on the relay agent
  • Javascript, you have to hunt quite hard to find the ability to use JS and when you find it, the JS is only executed in cloud, I want to be able to run JS onprem too. I also want a simpler UX as I had to fall back to product documentation to understand where I go to hook scripts up to tiles once stored in SquaredUp
I am looking for a single place I can go to configure scripts for PS, JS and also Python support and to have the freedom to run scripts in either cloud or onprem regardless of the language I script in