alert-definition-state

alert-definition-state
alert-definition-state

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}.

JSON Example
{
    "impact": {
        "detail": "string",
        "impactType": "string"
    },
    "recommendationPriorityMap": {
        "recommendationPriorityMap": 0
    },
    "severity": "string",
    "symptoms": {}
}
impact
Required

The alert's impact on the system

object
recommendationPriorityMap
Optional

A map of recommendation identifiers keyed by recommendation id. A lower priority value indicates higher priority. The priorities are required to start from 1.

string
severity
Optional

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,
symptoms
Required

symptoms

Property Of