Get Alert Trigger History
Request
URI
GET
https://{api_host}//api/alerts/{alert_id}/trigger-history
COPY
Responses
200
Returns alertsAlertTriggerHistory of type(s) */*
{
"triggers": [
{
"userName": "string",
"valueInt64": "string",
"timeMs": "string",
"metric": "string",
"state": "string",
"valueBoolean": false,
"valueString": "string",
"valueDouble": "number"
}
]
}
404
Not Found
Operation doesn't return any data structure
Alert Service Operations
POST
Create Alert
GET
Get Alert
GET
Get Alert Trigger History
GET
List Alerts
PUT
Update Alert