symptom
List of Symptoms
{
"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"
}
]
}
The ID which identifies the Symptom
The ID of the resource on which the Symptom was generated
Start time of the symptom
Last updated time of the symptom
Time when the symptom was canceled
True, if the symptom is a KPI, false otherwise
The Criticality level
The Symptom Definition describing the violated rule for this Symptom
Hierarchical structure of the metric
The message associated with a symptom.
This is usually applicable for Event based Symptoms
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.