Get Alert Firing Details
Return details of a particular alert firing, including all the series that fired during the referred alert firing
Request
URI
GET
https://{api_host}/api/v2/event/{id}/alertFiringDetails
COPY
Path Parameters
string
id
Required
id of an event of type alert or alert-detail, used to lookup the particular alert firing
Responses
200
successful operation
Returns
ResponseContainerSetSourceLabelPair
of type(s)
application/json
{
"status": {
"result": "string",
"message": "string",
"code": 0
},
"response": [
{
"severity": "string",
"host": "string",
"startTime": 0,
"label": "string",
"observed": 0,
"firing": 0,
"tags": {
"tags": "string"
}
}
]
}
object
status
Required
status
array of
object
response
Optional
Convenience wrapper for the identifier of a unique series, which consists of a source (host) and a metric or aggregation (label)
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/v2/event/{id}/alertFiringDetails
Event Operations
GET
Get All Events With Time Range
POST
Create Event
GET
Get Alert Firing Events
GET
Get Event
PUT
Update User Event
DELETE
Delete User Event
GET
Get Alert Firing Details
GET
Get Alert Event Queries Slug
POST
Close User Event
GET
Get Related Events With Time Span
GET
Get Event Tags
POST
Set Event Tags
PUT
Add Event Tag
DELETE
Remove Event Tag