DELETE /bhm/api/v1/configs/alert/{server_name} - Adaptive Applications - BlueCat Gateway - 22.1

BlueCat Health Monitoring Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
22.1

Description

Delete server-specific alert configurations.

Note: This method will delete all custom threshold levels for the metric data type provided in the field parameter.

Parameters

Name Description
server_name Location: path

Type: string

The name of the server that you would like to create or update server specific alert threshold information on.

field Location: query

Type: string

The name of the metric data type that you are removing alert thresholds for. To retrieve field names, use the corresponding GET method for alert configurations.

Responses

Status Description
Successful

Code: 200

Body:
{
    "message": "Delete successfully"
}