Eyer Query API - current anomaly alerts
for current active alerts, use
https://boomi.eyer.ai/api/v2/anomalies/current
This api will return all active anomaly alerts, with their current state and timestamps
Authentication: use “Authorization” in your HTTP header with your query key.
Example response
[
{
"severity": "medium",
"severity_num": 2,
"event_type": "updated",
"event_occured": "2024-09-20T13:54:00Z",
"id": "66ed79e80c45d886b6531607",
"items": [
{
"node": {
"id": 107,
"name": "Config. http://10.0.1.161:8778/jolokia",
"system": {
"id": 1,
"name": "http://10.0.1.161:8778/jolokia"
}
},
"metrics": [
{
"id": "3f42f923-ca99-4317-97b8-2e9c48cb903d",
"name": "Status",
"metric_type": "Boolean",
"aggregation": "max",
"severity": null,
"severity_num": null,
"started": null,
"updated": null
}
]
}
]
}
]