Get Alert Firing Details

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


Authentication
This operation uses the following authentication methods.
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
        }
    ]
}
status
Required

status

response
Optional

response