/config/alert/reporter/mail/to/{idx}/address

The destination email address to send the alert to.

Get /config/alert/reporter/mail/to/{idx}/address

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}/address
Request samples
Response samples
application/json
{
  • "result": "user@site.com",
  • "error": "Error message (present if an error occurred)."
}

Replace /config/alert/reporter/mail/to/{idx}/address

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

The index of an alert destination.

Request Body schema: application/json
string (configAlertReporterMailToItemAddress)

The destination email address to send the alert to.

Responses
200

Normal response.

401

Unauthorized response.

put/config/alert/reporter/mail/to/{idx}/address
Request samples
application/json
"user@site.com"
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Update /config/alert/reporter/mail/to/{idx}/address

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

The index of an alert destination.

Request Body schema: application/json
string (configAlertReporterMailToItemAddress)

The destination email address to send the alert to.

Responses
200

Normal response.

401

Unauthorized response.

post/config/alert/reporter/mail/to/{idx}/address
Request samples
application/json
"user@site.com"
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Delete /config/alert/reporter/mail/to/{idx}/address

Reset to empty string.

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}/address
Request samples
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}