/config/alert/reporter/web/min-priority

The minimum priority that is required for a new alert to generate a report to the web server. When a report is generated, all other unacknowledged alerts are also reported, even if they have a priority lower than the value indicated by this resource.

Get /config/alert/reporter/web/min-priority

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

get/config/alert/reporter/web/min-priority
Request samples
Response samples
application/json
{
  • "result": 7,
  • "error": "Error message (present if an error occurred)."
}

Replace /config/alert/reporter/web/min-priority

SecurityApiKey
Request
Request Body schema: application/json
integer (configAlertReporterWebMinPriority) [ 0 .. 7 ]

The minimum priority that is required for a new alert to generate a report to the web server. When a report is generated, all other unacknowledged alerts are also reported, even if they have a priority lower than the value indicated by this resource.

Responses
200

Normal response.

401

Unauthorized response.

put/config/alert/reporter/web/min-priority
Request samples
application/json
7
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Update /config/alert/reporter/web/min-priority

SecurityApiKey
Request
Request Body schema: application/json
integer (configAlertReporterWebMinPriority) [ 0 .. 7 ]

The minimum priority that is required for a new alert to generate a report to the web server. When a report is generated, all other unacknowledged alerts are also reported, even if they have a priority lower than the value indicated by this resource.

Responses
200

Normal response.

401

Unauthorized response.

post/config/alert/reporter/web/min-priority
Request samples
application/json
7
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Delete /config/alert/reporter/web/min-priority

Reset to 0.

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

delete/config/alert/reporter/web/min-priority
Request samples
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}