AlertDefinitionState
The problem state describes the severity of a problem when specific symptoms exist on related resources. It optionally may include a prioritized recommendation list. The Symptom Set can be either a {@link SymptomSet} or {@link CompositeSymptomSet}.
Properties
A map of recommendation identifiers keyed by recommendation id. A lower priority value indicates higher priority. The priorities are required to start from 1.
The severity of the Problem State. Select AUTO to pick the worst severity of all the active symptoms.
Possible values are: UNKNOWN , NONE , INFORMATION , WARNING , IMMEDIATE , CRITICAL , AUTO
JSON Example
{
"impact": {
"detail": "string",
"impactType": "BADGE"
},
"symptoms": {}
}
Property Of
AlertDefinition