Ens.DataType.ManagedAlertAction
datatype class Ens.DataType.ManagedAlertAction extends %Library.Integer
ODBC Type: INTEGER
Datatype class for actions that update a Ens.Alerting.ManagedAlert. Values are as follows:- 1 - Assign to a different owner
- 2 - Change the Open status
- 4 - Change Escalation Level
- 8 - Change Next Action Time
- 16 - Send a notification for a Managed Alert
- 32 - Log an action to indicate that the alert reoccurred
Method Inventory
Parameters
parameter MAXVAL = 63;
Note that bits up
parameter MINVAL = 0;
Inherited description: The minimum allowed logical value for the data type.
Methods
Helper method to represent the action using localised text.
classmethod IsValid(%val As %RawString) as %Status
Check that the value is valid.