POST /bhm/api/v1/configs/alert_evaluating - Adaptive Applications - BlueCat Gateway - 22.1

BlueCat Health Monitoring Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
22.1

Description

Update global 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

Name Description
body Location: body

Type: application/json

Information to update the trigger in the following format:
{
    "field": "string",
    "value": int
}
Where:
  • field: The trigger value that you are updating, either F, MAB, or WS.
  • value: The new value for the trigger.
Example body:
{
    "field": "F",
    "value": 65
} 

Responses

Status Description
Successful

Code: 200

Body:
{
    "message": "success"
}