/config/alert/reporter/mail/from-address

The "From" email address to use when sending an email alert. If set to an empty string, the email server will use a default address.

Get /config/alert/reporter/mail/from-address

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

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

Replace /config/alert/reporter/mail/from-address

SecurityApiKey
Request
Request Body schema: application/json
string (configAlertReporterMailFromAddress)

The "From" email address to use when sending an email alert. If set to an empty string, the email server will use a default address.

Responses
200

Normal response.

401

Unauthorized response.

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

Update /config/alert/reporter/mail/from-address

SecurityApiKey
Request
Request Body schema: application/json
string (configAlertReporterMailFromAddress)

The "From" email address to use when sending an email alert. If set to an empty string, the email server will use a default address.

Responses
200

Normal response.

401

Unauthorized response.

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

Delete /config/alert/reporter/mail/from-address

Reset to empty string.

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

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