Users Guide

This workflow allows users to deploy a new service based on the template configuration chosen by the
user. This workflow tracks the status of the new Service, and it completes its run when the service status
is no longer displaying as IN_PROGRESS.
Scaledown service
This workflow scales down the service by removing the selected Service Component (prompted during
the workflow run). This workflow tracks the status of the target Service, and it completes its run when the
service status is no longer in IN_PROGRESS status.
Scaleup service
There are two sample synchronous scaleup service workflows:
Scaleup service – Server: Scale up the service by adding more server components or resources. This
workflow tracks the status of the target Service, and it completes its run when the Service status is no
longer in IN_PROGRESS.
Scaleup service – Storage: Scale up the service by adding more storage components or resources.
This workflow tracks the status of the target Service, and it completes its run when the Service status
is no longer in IN_PROGRESS.
Teardown service
There are two sample synchronous teardown service workflows:
Teardown service – All: Delete the service selected (prompted during the workflow run) and remove
all its resources. This workflow tracks the existence of the target Service, and it completes its run
when the Service no longer exists.
Teardown service – Selectively: Removes the Service and all its resources selected by their type. This
workflow tracks the existence of the target Service, and it completes its run when the Service no
longer exists.
Actions
The actions provide elements that can be used to build workflow by mapping the ASM vRO Integration
API methods. It also provides actions that help configuring the vRO environment for managing the
inventory objects. There are two groups of the actions:
com.dell.library.asm
com.dell.library.asm.configuration
com.dell.library.asm
Actions in com.dell.library.asm
These actions helps in mapping of the API methods from the ASMAppliance. It is responsible for making
REST to sync with the ASM server:
addDuplicateServer
This is the action that calls the addDuplicateServer method of the ASMAppliance API object. It returns a
service object that has the updated information.
20