Eyer Query API - anomaly alert history
to retrieve the complete history for a specific anomaly alert
https://boomi.eyer.ai/api/v2/anomalies/{id}
This api will return the complete history of the selected anomaly alert. Alerts with history will be stored for 7 days after they were triggered, then they will be removed.
Authentication: use “Authorization” in your HTTP header with your query key.
Example response
[
{
"severity": "medium",
"event_type": "updated",
"event_occured": "2024-07-11T07:28:00Z",
"id": "668f1d1a6ea102403a5298b5",
"items": [
{
"node": {
"id": 144,
"name": "Execution Manager. http://10.0.1.10:8778/jolokia",
"system": {
"id": 4,
"name": "http://10.0.1.10:8778/jolokia"
}
},
"metrics": [
{
"id": "50060171-414b-4cbd-8534-5b0d9338c86b",
"name": "Average Execution Time",
"metric_type": "int",
"aggregation": "avg",
"severity": "severe",
"started": "2024-07-10T23:42:00Z",
"updated": "2024-07-11T00:12:00Z"
},
{
"id": "0dee40ce-19bf-4717-ac9e-1465f8c62cf3",
"name": "Running Execution Estimated Count",
"metric_type": "int",
"aggregation": "avg",
"severity": "severe",
"started": "2024-07-11T07:23:00Z",
"updated": "2024-07-11T07:28:00Z"
}
]
}
]
}