Description
Create or update a server specific alert configuration in BHM.
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. |
| 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
}
|
Responses
| Status | Description |
|---|---|
| Successful |
Code: 200 Body:
{
"message": "success"
}
|