/config/alert/reporter/mail/to

The email destinations to send the alerts to.

Get /config/alert/reporter/mail/to

SecurityApiKey
Request
query Parameters
max-depth
integer >= 1

Limit output depth of the response. See Max-Depth.

Example: max-depth=2
filter
string

Response filter string. See Filter-Spec.

Example: filter={foo,bar}
Responses
200

Normal response.

401

Unauthorized response.

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

Replace /config/alert/reporter/mail/to

SecurityApiKey
Request
Request Body schema: application/json
Array
format
string (configAlertReporterMailToItemFormat)

The reporting format to use for this destination. Valid values are:

  • short: Report only the newest alert with the highest priority.

  • full: Report all unacknowledged alerts that are pending in order from highest to lowest priority.

min-priority
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.

address
string (configAlertReporterMailToItemAddress)

The destination email address to send the alert to.

Responses
200

Normal response.

401

Unauthorized response.

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

Update /config/alert/reporter/mail/to

SecurityApiKey
Request
Request Body schema: application/json
Array
format
string (configAlertReporterMailToItemFormat)

The reporting format to use for this destination. Valid values are:

  • short: Report only the newest alert with the highest priority.

  • full: Report all unacknowledged alerts that are pending in order from highest to lowest priority.

min-priority
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.

address
string (configAlertReporterMailToItemAddress)

The destination email address to send the alert to.

Responses
200

Normal response.

401

Unauthorized response.

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

Delete /config/alert/reporter/mail/to

Reset to empty array.

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

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