Eyer Query API - anomaly alert history details

Eyer Query API - anomaly alert history details

to retrieve the complete history for a specific anomaly alert

GET https://boomi.eyer.ai/api/v2/anomalies/{id}/details/{update_id}

This api will return details on the selected anomaly alert update. It will return details on nodes and metrics affected, severity per metric and start / end times.

Authentication: use “Authorization” in your HTTP header with your query key.

 

Example response

{ "severity": "medium", "severity_num": 2, "nodes_affected": 3, "metrics_affected": 12, "event_type": "updated", "event_occured": "2025-03-16T08:12:00Z", "update_id": "67d688d7d49367b7ae586331", "id": "67d068ffd49367b7ae5348c9", "learning_status": 0.05555555555555555, "items": [ { "node": { "id": 133, "name": "biztalktest2", "system": { "id": 3, "name": "eyer-ne-test-resources" } }, "metrics": [ { "id": "a7729ba5-88cb-5dba-9257-50d61363b739", "name": "azure_monitor_microsoft_compute_virtualmachines_available_memory_bytes__preview_", "metric_type": "Bytes", "aggregation": "avg", "severity": "medium", "severity_num": 2, "started": "2025-03-13T08:59:00Z", "updated": "2025-03-13T23:33:00Z" }, { "id": "26df4348-5dc3-51cc-bca6-80d87e38c91f", "name": "azure_monitor_microsoft_compute_virtualmachines_network_in_total", "metric_type": "Bytes", "aggregation": "avg", "severity": "medium", "severity_num": 2, "started": "2025-03-16T02:22:00Z", "updated": "2025-03-16T02:23:00Z" }, { "id": "7cd35994-5a57-5f03-8ff0-2931dfa23c85", "name": "azure_monitor_microsoft_compute_virtualmachines_network_out_billable__deprecated_", "metric_type": "Bytes", "aggregation": "avg", "severity": "medium", "severity_num": 2, "started": "2025-03-16T02:25:00Z", "updated": "2025-03-16T02:33:00Z" }, { "id": "a4445a78-6f84-589c-91bf-8f339a96478e", "name": "azure_monitor_microsoft_compute_virtualmachines_inbound_flows_maximum_creation_rate", "metric_type": "CountPerSecond", "aggregation": "avg", "severity": "medium", "severity_num": 2, "started": "2025-03-16T07:04:00Z", "updated": "2025-03-16T07:21:00Z" }, { "id": "6d8ffecd-e625-54b3-845d-e28b8177faa0", "name": "azure_monitor_microsoft_compute_virtualmachines_outbound_flows_maximum_creation_rate", "metric_type": "CountPerSecond", "aggregation": "avg", "severity": "medium", "severity_num": 2, "started": "2025-03-16T07:04:00Z", "updated": "2025-03-16T07:21:00Z" }, { "id": "ed0a0904-55c7-5a26-a036-36f6abeb3550", "name": "azure_monitor_microsoft_compute_virtualmachines_inbound_flows", "metric_type": "Count", "aggregation": "sum", "severity": "severe", "severity_num": 3, "started": "2025-03-16T07:42:00Z", "updated": "2025-03-16T08:12:00Z" }, { "id": "058871b5-ccfc-57f6-a8e7-311cf21e8f31", "name": "azure_monitor_microsoft_compute_virtualmachines_outbound_flows", "metric_type": "Count", "aggregation": "sum", "severity": "severe", "severity_num": 3, "started": "2025-03-16T07:42:00Z", "updated": "2025-03-16T07:56:00Z" } ] }, { "node": { "id": 139, "name": "biztalktest2-ip", "system": { "id": 3, "name": "eyer-ne-test-resources" } }, "metrics": [ { "id": "5658f185-2819-55c3-b094-89bba69b6575", "name": "azure_monitor_microsoft_network_publicipaddresses_byte_count", "metric_type": "Bytes", "aggregation": "avg", "severity": "medium", "severity_num": 2, "started": "2025-03-15T11:46:00Z", "updated": "2025-03-15T15:39:00Z" }, { "id": "8181f28e-cd73-525f-8fc0-564a29a5407c", "name": "azure_monitor_microsoft_network_publicipaddresses_syn_count", "metric_type": "Count", "aggregation": "sum", "severity": "medium", "severity_num": 2, "started": "2025-03-16T06:57:00Z", "updated": "2025-03-16T07:56:00Z" }, { "id": "dc08e502-6207-5072-aadc-f2162b0a2edf", "name": "azure_monitor_microsoft_network_publicipaddresses_packet_count", "metric_type": "Count", "aggregation": "sum", "severity": "medium", "severity_num": 2, "started": "2025-03-16T06:58:00Z", "updated": "2025-03-16T07:57:00Z" } ] }, { "node": { "id": 142, "name": "biztalktest2811", "system": { "id": 3, "name": "eyer-ne-test-resources" } }, "metrics": [ { "id": "abd10f06-11ae-5ca8-8e66-b9222365d335", "name": "azure_monitor_microsoft_network_networkinterfaces_bytes_received", "metric_type": "Bytes", "aggregation": "avg", "severity": "medium", "severity_num": 2, "started": "2025-03-16T02:22:00Z", "updated": "2025-03-16T02:23:00Z" }, { "id": "66dbb920-0f42-56fd-9a21-bee7e47dcc38", "name": "azure_monitor_microsoft_network_networkinterfaces_packets_received", "metric_type": "Count", "aggregation": "sum", "severity": "medium", "severity_num": 2, "started": "2025-03-16T07:17:00Z", "updated": "2025-03-16T07:31:00Z" } ] } ] }

Related content