Citrix releases SoftLayer Activity Library for Workflow Studio
The SoftLayer activity library allows you to order and cancel Cloud Computing Instances (CCIs) on the SoftLayer CloudLayer. This library also allows you to retrieve information about the instances, create templates from the instances, change the power state, and much more!
The activity library and setup instructions can be downloaded here.
Activities Included
This activity library includes the following activities. There’s a lot more I can add to the library, but this should give you a great start for automating various functions on SoftLayer within Citrix Workflow Studio workflows.
Activity | Description |
---|---|
Connect To SoftLayer | Creates a SoftLayer connection using a specified API Username and API Key. |
Cancel Instance | Cancels (deletes) an instance that is running on the SoftLayer account |
Create Template | Creates a template from an existing virtual machine instance on the SoftLayer account |
Disconnect From SoftLayer | Cancels the SoftLayer connection |
Delete Template | Deletes a template from the SoftLayer account |
Get Instance Info | Retrieves information for a single active instance running on the SoftLayer account |
Get Instances | Retrieves the list of all active instances running on the SoftLayer account |
Get Package Info | Retrieves package information from the SoftLayer account |
Get Power State | Retrieves the current power state of an instance on the SoftLayer account |
Get Pricing Info | Retrieves pricing code information from SoftLayer. Pricing codes include things such as OS ID, RAM ID, and CPU ID. This info is needed for placing an order for starting a new instance on the SoftLayer account. |
Get Template Info | Gathers information about a template within the Softlayer account |
Get Templates | Retrieves the list of templates stored on the SoftLayer account |
Get Vlan Info | Retrieves vlan information from the Softlayer account |
Place Order | Places an order to start a new virtual machine instance on the SoftLayer account |
Pause Instance | Pauses an instance that is currently running on the SoftLayer account |
Power Off Instance (Hard) | Performs a hard shutdown of an instance within the SoftLayer account. This is similar to the “force shutdown” command of a XenServer virtual machine that performs a hard shutdown. |
Power Off Instance (Soft) | Performs a soft shutdown of an instance within the SoftLayer account. This is similar to the “shutdown” command of a XenServer virtual machine that performs a graceful shutdown. |
Power On Instance | Starts an instance on the SoftLayer account that was previously shut down. |
Reboot Instance (Hard) | Performs a hard reboot of an instance within the SoftLayer account. This is similar to the “force reboot” command of a XenServer virtual machine that performs a hard reboot. |
Reboot Instance (Soft) | Performs a soft reboot of an instance within the SoftLayer account. This is similar to the “reboot” command of a XenServer virtual machine that performs a graceful reboot. |
Resume Instance | Resumes an instance that is currently paused on the SoftLayer account |