GET /bhm/api/v1/alerts/detail/{alert_id} - Adaptive Applications - BlueCat Gateway - 22.1

BlueCat Health Monitoring Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
22.1

Description

Retrieves a list of all alerts in BHM.

Parameters

Name Description
alert_id Location: path

Type: string

The id of the alert that you would like to retrieve (example alert_id: efed7bdc-95b4-11ec-af7d-0242ac120004).

Responses

Status Description
Successful

Code: 200

Body:
For each alert:
                                    
{
    "alarm_name": "string",
    "alert_point": array of trigger history objects,
    "f": integer,
    "id": "string",
    "mab": integer,
    "notification": bool,
    "processed_at": "DateTime",
    "server_name": "string",
    "severity": "string",
    "ws": int
}