CreateSLAElement
Use this method to create a new SLA element.
Available from DataMiner 9.0.5 onwards.
Input
Item | Format | Description |
---|---|---|
connection | String | The connection string. See ConnectApp. |
dmaID | Integer | The DataMiner Agent ID. |
viewIDs | Array of Integer | The IDs of the views in which the element should be created. |
configuration | DMASLAElementConfiguration | See DMASLAElementConfiguration. |
Note
When you create an SLA element, the “State” property of the DMASLAElementConfiguration object should be Active, Paused or Stopped.
Output
Item | Format | Description |
---|---|---|
CreateSLAElementResult | Array of string | The DataMiner ID and element ID of the new SLA element. |