symptom

symptom
symptom
JSON Example
{
    "alarmInfo": "string",
    "cancelTimeUTC": 0,
    "extension": {
        "anyObjects": [
            {}
        ]
    },
    "id": "string",
    "kpi": false,
    "links": [
        {
            "description": "string",
            "href": "string",
            "name": "string",
            "rel": "string"
        }
    ],
    "message": "string",
    "resourceId": "string",
    "startTimeUTC": 0,
    "statKey": "string",
    "symptomCriticality": "string",
    "symptomDefinitionId": "string",
    "updateTimeUTC": 0
}
string
alarmInfo
Optional

Additional information of the symptom. NOTE: General recommendation is not to rely on the current format of the message content since it can be changed by the source of alarm information at any time. So, backward compatibility of the content of the message format is not guaranteed.

integer As int64 As int64
cancelTimeUTC
Optional

Time when the symptom was canceled

extension
Optional

extension

string As uuid As uuid
id
Optional

The ID which identifies the Symptom

boolean
kpi
Optional

True, if the symptom is a KPI, false otherwise

array of link
links
Optional

links

string
message
Optional

The message associated with a symptom. This is usually applicable for Event based Symptoms

string As uuid As uuid
resourceId
Required

The ID of the resource on which the Symptom was generated

integer As int64 As int64
startTimeUTC
Required

Start time of the symptom

string
statKey
Optional

Hierarchical structure of the metric

string
symptomCriticality
Required

The Criticality of the Symptom

Possible values are : UNKNOWN, NONE, INFORMATION, WARNING, IMMEDIATE, CRITICAL, AUTO,
string
symptomDefinitionId
Optional

The Symptom Definition describing the violated rule for this Symptom

integer As int64 As int64
updateTimeUTC
Required

Last updated time of the symptom

Property Of