GET /bhm/api/v1/configs/alert/{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 alert thresholds configured on the specified server.

Parameters

Name Description
server_name Location: path

Type: string

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

Responses

Status Description
Successful

Code: 200

Body:
For each server specific threshold configuration:

{
    Metric data type (string): {
        Threshold level (string): int,
        "description": "String"
    }   
}