Description
Create a new global alert configuration in BHM.
Parameters
| Name | Description |
|---|---|
| body | Location: body Type: application/json Information about the alert in the
following
format:
{
"field": "string",
"severity": "string",
"value": int
}
Where:
Example body:
{
"field": "authqryrej",
"severity": "critical",
"value": 95
}
Note: Global
alert trigger settings can be configured using this
method, or with dedicated method POST /bhm/api/v1/configs/alert_evaluating. If using this method, enter "global" as the severity
value.
|
Responses
| Status | Description |
|---|---|
| Successful |
Code: 200 Body:
{
"message": "success"
}
|