This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// VMware vRealize Orchestrator action sample | |
// | |
// Executes a transient RESTOperation for a transient RESTHost. | |
// Performs the operation without having the operation nor the host persist in the RESTHost Inventory. | |
// Returns the response string and status code as named key-value pairs "responseString" and "statusCode", respectively. | |
// | |
// For vRO 7.0+ | |
// | |
// Action Inputs: | |
// baseUrl - string - Base URL for connecting to the RESTful application |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Copyright 2016, VMware, Inc. All Rights Reserved | |
// | |
// VMware vRealize Orchestrator action sample | |
// | |
// Checks the 'Connected' and 'Connect at power on' setting for every Network Adapter on a VM. | |
// If the value is false, the workflow will update the setting to true on the Network Adapter. | |
// VM can be powered off or powered on. All changes applied with a single vm reconfig task | |
// | |
//Action Inputs: | |
// vm - VC:VirtualMachine |