serial class Ens.Alerting.Action
extends %SerialObject, %XML.Adaptor
Representation of a single action taken by a user to update a ManagedAlert.
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
6
|
|
|
|
|
|
property Action
as Ens.DataType.ManagedAlertAction [ InitialExpression = 0,Required ];
A set of boolean flags indicating what actions were performed as part of the update.
property ActionTime
as Ens.DataType.UTC [ InitialExpression = $$$timeUTC,Required ];
The time at which the action was performed.
property NewValues
as array of %String(MAXLEN=128,XMLITEMNAME="Value",XMLKEYNAME="Property");
A list of key/value pairs for new values that were changed by this action.
property OldValues
as array of %String(MAXLEN=128,XMLITEMNAME="Value",XMLKEYNAME="Property");
A list of key/value pairs for old values that were changed by this action.
property Reason
as %String(MAXLEN=500) [ Required ];
A short text string to indicate what the user actually did.
property Username
as %String(MAXLEN=128) [ InitialExpression = $username,Required ];
The username of the user performing the action.