MaxSeverityObject

MaxSeverityObject
MaxSeverityObject

Max serverity object.

JSON Example
{
    "severity": 2,
    "notification_count": 4
}
integer
severity
Optional

An enumerated value that describes the severity of the event from the notifier's point of view: 1 - Critical is used to indicate action is needed NOW and the scope is broad, e.g. an outage to a critical resource. 2 - Major is used to indicate action is needed NOW. 3 - Minor should be used to indicate action is needed, but the situation is not serious at this time. 4 - Unknown indicates that the element is unreachable, disconnected or in an otherwise unknown state. 5 - Normal is used when an event is purely informational..

integer
notification_count
Optional

The Number of notifications of {severity} type.