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"
}
]
}
array of
object
triggers
Optional
triggers
404
Not Found
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/alerts/{alert_id}/trigger-history
Alert Service Operations
GET
Get Alert Trigger History
PUT
Update Alert
GET
Get Alert
POST
Create Alert
GET
List Alerts