Users Guide

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 ASMHostConfigManager.
removeAsmApplianceConfig
This removes the vRO resource used for persisting the ASMAppliance configuration (which is added
through addAsmApplianceConfig action or ASMHostConfigManager.create 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.
22