GET /bhm/api/v1/alerts/{server_name} - Adaptive Applications - BlueCat Gateway - 22.2

BlueCat Health Monitoring Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
22.2

Description

Retrieves a list of all BHM alerts specific to a server.

Parameters

Name Description
server_name Location: path

Type: string

The name of the server that you would like to retrieve alert information from.

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
}