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

The alarm object that queued the task.

string
entityName
Required

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

entity
Required

The managed entity object on which the alarm is triggered.