symptom

symptom
symptom

List of Symptoms

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

The ID which identifies the Symptom

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

integer As int64 As int64
updateTimeUTC
Required

Last updated time of the symptom

integer As int64 As int64
cancelTimeUTC
Optional

Time when the symptom was canceled

boolean
kpi
Optional

True, if the symptom is a KPI, false otherwise

string
symptomCriticality
Required

The Criticality level

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

The Symptom Definition describing the violated rule for this Symptom

string
statKey
Optional

Hierarchical structure of the metric

string
message
Optional

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

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.

extension
Optional

extension

array of link
links
Optional

links

faultDevices
Optional

Additional information of the faulted devices.

Property Of