Actions are integral parts of many workflows. An action is used to execute a script and optionally return a value; actions can have input parameters.
You can use actions either by: dragging and dropping them into your new or existing workflow and starting that workflow, or starting one of the workflows included in BlueCat vRO plug-in, or dragging and dropping an action into a workflow, viewing details, and copying the line in the Scripting tab into some script and executing that script.
BlueCat vRO plug-in contains the following five actions that you can use in the predefined
BlueCat workflows, or in the existing or new workflows.
Actions | Input parameters | Return value |
---|---|---|
addVMInstance |
|
A map with the following keys:
|
addVMInstance_DHCPReserved |
|
A map with the following keys:
|
deleteVMInstance |
|
void |
notifyMACAddress |
|
void |
calculateNetwork |
|
A string representation of an IP range in CIDR format. |
defineHostName |
|
A string that will serve as the hostname. |