GET /bhm/api/v1/configs/alert_evaluating - Adaptive Applications - BlueCat Gateway - 22.2

BlueCat Health Monitoring Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
22.2

Description

Retrieves global alert trigger settings.
Note: The formula for an alert trigger is: Check every F seconds. Trigger an alert if the metric exceeds the threshold MAB out of WS times.

Parameters

None.

Responses

Status Description
Successful

Code: 200

Body:
{
    "F": int,
    "MAB": int,
    "WS": int
}