Users Guide

This calls the getTemplates method from the ASMAppliance. An array of Template objects is returned.
scaleDownService
This action calls the scaleDownService method of the ASMAppliance. A Service object with updated information is returned.
scaleDownServiceComponent
This action calls the scaleDownServiceComponent method from the ASMAppliance. A Service object with updated information is
returned.
serviceExists
This calls serviceExist method to check if the Service exists in the ASM appliance. A boolean value is returned to indicate whether it
exists or not.
teardownService
This action calls teardownService method, and the target Service is returned.
teardownServiceSelective
This calls the teardownServiceSelective method from the ASMAppliance, and the target Service is returned.
com.dell.library.asm.configuration
Actions in com.dell.library.asm.configuration
The actions in this group are used for creating inventory items for the ASM appliance resources and other general helps:
addAsmApplianceConfig
This is an action that persists the given configuration of the ASMAppliance object by calling the create method of the
ASMApplianceManager.
removeAsmApplianceConfig
This removes the vRO resource used for persisting the ASMAppliance configuration (which is added through
addAsmApplianceConfig action or ASMApplianceManager.save method).
generateUniqueServiceName
This action takes a base name of Service and appends sequence number at the end to ensure the uniqueness of the given name. To
get the list of all the Service names, it calls the getServices method from the ASMAppliance.
getDefaultAsmAppliance
This action is useful in a vRO environment that manages multiple instances of ASMAppliance objects. It picks the first persisted
ASMAppliance object from the list of all the ASMAppliance resources. The action can be modified to pick a specific ASMAppliance
by its ID or name. This action is used in the sample workflows through the attribute property.
22