Domain
Return a list of Time Window Alerts enabled to PANIC.
get/v1/time-window-alerts
Response
OK
Example response
{
"status": 200,
"result": [
{
"id": "62e24c59f161ba55e6db2a1e",
"created": "2022-04-01T00:00:00.000Z",
"status": true,
"name": "Missed block signatures within a time window",
"value": "missed_blocks",
"description": "Raised after a number of missed block signatures during a time window.",
"group": "time_window_alert",
"critical": {
"enabled": true,
"repeat_enabled": true,
"threshold": 25,
"repeat": 300,
"time_window": 300
},
"warning": {
"enabled": true,
"threshold": 10,
"time_window": 180
}
}
]
}