#!/bin/sh
#
# Setup environment variables for auto login to CloudClient Shell
vco_server=10.10.10.10
vco_username=administrator@vsphere.local
vco_password=mypassword
# Provide WorkflowId and VCO JSON Payload
export wflowId=3c656670-cd72-49bc-9c79-831067c17d42
export requestFile=vco.json
# Execute CloudClient
./bin/cloudclient.sh vco workflow detail --id $requestFile --requestfile $requestFile