TaskReasonAlarm

TaskReasonAlarm
TaskReasonAlarm

Indicates that the task was queued by an alarm.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "alarmName": "string",
    "alarm": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "entityName": "string",
    "entity": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    }
}
string
alarmName
Required

The name of the alarm that queued the task, retained in the history collector database.

alarm
Required

Reference to an instance of the Alarm managed object.

string
entityName
Required

The name of the managed entity on which the alarm is triggered, retained in the history collector database.

entity
Required

Reference to an instance of the ManagedEntity managed object.