GET /bhm/api/v1/configs/alert - 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 global alert trigger and threshold severity values.

Parameters

None.

Responses

Status Description
Successful

Code: 200

Body:
Returned object will contain configuration info for all metric data types.

{
    "F": {
        "global": int
    }
    "MAB": {
        "global": int
    }
    "WS": {
        "global": int
    }
    Metric data type (string): {
        "critical": int,
        "description": "String",
        "info": int,
        "warning": int
    }    
}