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
{
    "base-symptom-set": {
        "0": "c",
        "1": "o",
        "2": "m",
        "3": "p",
        "4": "o",
        "5": "s",
        "6": "i",
        "7": "t",
        "8": "e",
        "9": "-",
        "10": "s",
        "11": "y",
        "12": "m",
        "13": "p",
        "14": "t",
        "15": "o",
        "16": "m",
        "17": "-",
        "18": "s",
        "19": "e",
        "20": "t",
        "21": " ",
        "22": "O",
        "23": "b",
        "24": "j",
        "25": "e",
        "26": "c",
        "27": "t"
    },
    "impact": {
        "detail": "string",
        "impactType": "string"
    },
    "recommendationPriorityMap": {
        "recommendationPriorityMap": 0
    },
    "severity": "string"
}
base-symptom-set
Required

Base symptom set

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
Required

The Criticality level

Possible values are : UNKNOWN, NONE, INFORMATION, WARNING, IMMEDIATE, CRITICAL, AUTO,
Property Of