AlarmState
Information about the alarm's state.
{
"_typeName": "string",
"key": "string",
"entity": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"alarm": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"overallStatus": "string",
"time": "string",
"acknowledged": false,
"acknowledgedByUser": "string",
"acknowledgedTime": "string",
"eventKey": 0,
"disabled": false
}
Unique key that identifies the alarm.
The Status enumeration defines a general "health" value for a managed entity.
Possible values:
gray
: The status is unknown.green
: The entity is OK.yellow
: The entity might have a problem.red
: The entity definitely has a problem.
Time the alarm triggered.
Flag to indicate if the alarm's actions have been acknowledged for the associated ManagedEntity.
The user who acknowledged this triggering.
If the triggering has not been acknowledged, then the value is not valid.
The time this triggering was acknowledged.
If the triggering has not been acknowledged, then the value is not valid.
Contains the key of the event that has triggered the alarm.
The value is set only for event based alarms. The value is not set for gray or manually reset alarms (via vim.AlarmManager.setAlarmStatus).
Flag to indicate if the alarm is disabled for the associated ManagedEntity.