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,
            "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