JSON Required to Start vRealize Orchestrator Workflow via REST API

by Simon Sparks · 29 September 2020
{
  "parameters": 
  [
    {
      "value": {
        "sdk-object": {
          "type": "VC:VirtualMachine",
          "href": https://fqdn:443/vco/api/catalog/VC/VirtualMachine/fqdn,id:vm-id/",
          "id": "fqdn,id:vm-id"
        }
      },
      "type": "VC:VirtualMachine",
      "name": "vm",
      "scope": "local"
    },
    {
      "value": {
        "string": { "value": "" }
      },
      "type": "string",
      "name": "",
      "scope": "local"
    },
    {
      "type": "SecureString",
      "name": "",
      "scope": "local",
      "value": {
        "string": { "value": "" }
      }
  ]
}

Discover more from Cloud Build Tools

Subscribe to get the latest posts sent to your email.

You may also like