/config/alert/reporter/mail/to/{idx}/min-priority

The minimum priority that is required for a new alert to generate an email. When an email is generated, other lower priority alerts may also be included if they are unacknowledged and the reporting format allows it.

Get /config/alert/reporter/mail/to/{idx}/min-priority

SecurityApiKey
Request
path Parameters
idx
required
integer [ 0 .. 3 ]

The index of an alert destination.

Responses
200

Normal response.

401

Unauthorized response.

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

Replace /config/alert/reporter/mail/to/{idx}/min-priority

SecurityApiKey
Request
path Parameters
idx
required
integer [ 0 .. 3 ]

The index of an alert destination.

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

The minimum priority that is required for a new alert to generate an email. When an email is generated, other lower priority alerts may also be included if they are unacknowledged and the reporting format allows it.

Responses
200

Normal response.

401

Unauthorized response.

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

Update /config/alert/reporter/mail/to/{idx}/min-priority

SecurityApiKey
Request
path Parameters
idx
required
integer [ 0 .. 3 ]

The index of an alert destination.

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

The minimum priority that is required for a new alert to generate an email. When an email is generated, other lower priority alerts may also be included if they are unacknowledged and the reporting format allows it.

Responses
200

Normal response.

401

Unauthorized response.

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

Delete /config/alert/reporter/mail/to/{idx}/min-priority

Reset to 0.

SecurityApiKey
Request
path Parameters
idx
required
integer [ 0 .. 3 ]

The index of an alert destination.

Responses
200

Normal response.

401

Unauthorized response.

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