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:
Example body:
{
"field": "F",
"value": 65
}
|
Responses
| Status | Description |
|---|---|
| Successful |
Code: 200 Body:
{
"message": "success"
}
|