sla
With the sla command, you can create and delete service-level agreement objects and also view, dump, and update service-level agreements.
Tip: In the Process Engine API, you can also use the VWSLAList
class to create a service-level agreement object and to accomplish other actions for
service-level agreements.
Syntax
| Action to perform | Syntax |
|---|---|
| View list on screen. The command displays a list of the service-level agreements for the isolated region. | sla v |
| Dump in XML format to file or screen. The command displays a list of the service-level agreements for the isolated region in XML format. The list shows all attribute values for each agreement. | sla d |
| Update from an XML file. In accordance with the specified XML, the command updates service-level agreements or creates service-level agreement objects. | sla u <xml-file> |
| Remove (delete). The command deletes the specified service-level agreement. | sle r <agreement> |
Parameters
| Parameter | Description |
|---|---|
| agreement | The name of the service-level agreement. |
| xml-file | The name of the file that contains the XML. |