Users Guide
9
Workow and Actions
The Dell ASM vRO Integration is prepackaged with a set of sample workows and actions. These can be used as out of the box to
immediately enable common use cases. They may also be used to serve as examples that can be extended by advanced users.
Underlying actions and API’s are updated, but the workows provide the same user experience as with versions 1.0 and 1.1.
Workow
The prepackaged ASM vRO Integration workow is divided into two types:
• Conguration workow — These can be used to store and remove ASM appliance congurations within vRO. Appliances can
be viewed in the Inventory panel once it is stored.
• Sample workow — These samples illustrate the various capabilities of the integration. They are designed to allow users to
immediately begin testing the integration between vRO and their ASM appliance. These samples can also be used by advanced
users to develop or modify workows.
Conguration Workows
Add ASM Appliance:
This workow asks the user to provide various conguration parameters for the ASM appliance and subsequently persists the
conguration as a vRO resource. Once this workow has been run successfully, the appliance appears in the inventory and can be
selected as an input for any of the other sample workows.
Remove ASM Appliance:
This workow removes the selected appliance from the inventory.
Sample Workows
The sample workow is divided into four categories:
• Asynchronous — Workows are designed to make API calls without waiting for the completion of the corresponding operations.
The immediate result of the API calls is reported.
• Non-interactive — Workows that are designed to run without any user inputs fall under this category. These workows are
examples for vRA integration or other automation purposes.
• Synchronous — The synchronous workows make use of the asynchronous counterparts but include polling functionality to
defer completion and status update until the corresponding operation either succeeds or fails on the ASM appliance.
• XaaS — These workows are designed specically to help with the vRA integration. The XaaS workows are based on the
synchronous workows and report the result after the ASM server completes handling the task; unless the API call fails
immediately. In addition, the user inputs are submitted at the beginning of the run to allow simple importation of the workows
into vRA as XaaS Blueprints.
NOTE: On applications with plugin 2.0.1, new workows under XaaS folder are bundled in addition to preexisting
workows from version 2.0.0.
Asynchronous
Deploy service
20