Alert content explained
To try out the Eyer APIs directly, see the Postman - Eyer APIs collection.
{
"aggregate": {
"active": true,
"activeMetrics": 1,
"activeNodes": 1
},
"alertId": "698c6e0f02d1c0ebcc8ac0cd",
"changes": [
{
"nodeId": 129,
"nodeName": "Process Summary Reporting Service. prd-at1",
"statTypeId": "f09e56d5-0ce6-50d6-b776-2f86cc3a3ec8",
"statTypeName": "Pending Execution Count",
"systemId": 5,
"systemName": "prd-at1",
"type": "added",
"values": {
"closestBaselineDeviation": 0,
"learningStatus": 0,
"score": {
"adjusted": 0.5,
"contribution": 1
},
"severity": {
"name": "yellow",
"rank": 2
},
"type": "deviation"
}
}
],
"eventId": "698c6e0f02d1c0ebcc8ac0cd|00000001",
"impact": {
"name": "low",
"rank": 1
},
"learningStatus": 0,
"occurred": "2026-02-11T11:53:00.000Z",
"score": 0,
"sequenceNumber": 1,
"type": "created"
}
Below are explanations of the most important data fields in the alert.
Field | Description |
|---|---|
| A unique identifier for the alert. This ID remains the same throughout the alert lifecycle (created, updated, closed). See Anomaly alerts - structure and data explained for more details. |
| The event type for this alert payload. Can be |
| The sequential update number for this alert. Starts at 1 (created) and increments with each update. Useful for ordering events in the alert lifecycle. |
| The timestamp when this alert event occurred. |
| Indicates the alert is currently active and ongoing. Becomes |
| The number of nodes currently participating in the alert. As anomalies spread to correlated nodes, this number may increase. |
| The number of metrics currently participating in the alert. |
| The overall impact level of the alert, calculated based on the number of nodes and metrics involved and the spread of deviations across the correlation group. See Alerting for how severity and impact are determined. |
| A score reflecting how many metrics in the correlation group are affected. The score is a continuous value and grows each time a new metric in “red” or “blood_red” is added to the alert. A score of |
| The mean learning status across all metrics in the alert. Indicates how well Eyer has learned the baseline behavior. |
| Indicates what changed for this metric in this event. |
| The anomaly type for this metric. |
| The deviation severity for this individual metric. Reflects how likely the deviation is to be a true anomaly, based on how far outside the baselines the metric has moved. See Alerting - Severity of deviations for the full severity scale. |
| A signed numeric value quantifying how far the data point is from the nearest baseline boundary, normalized by the baseline width. |
| The learning status for this specific metric. See Learning status flag for the full scale. |
| The anomaly score adjusted to calculate the severity of the anomaly. it is max(contribution - 0.5, 0). This filters out anomalies with low anomaly score. |
| The anomaly score at the level of the single metric reflect the evolution of the anomaly, it goes from |