#!/bin/sh
#
# Setup environment variables for auto login to CloudClient Shell
. ./env.sh
# Provide Machine Name and Action, a guid or name is supported
export machine='"Finance0011"'
export action='"Power Off"'
# Execute CloudClient
./bin/cloudclient.sh vra machines action execute --id $machine --action $action