configuration / notification / email

CLI REST-API

username

username
This is a read-write object and valid values are strings.

Datatype-Help:
value must be a string.



See also:
/configuration/notification/email: email
/configuration/notification/email/recipient: recipient
/configuration/notification/email/sender: sender
/configuration/notification/email/smarthost: smarthost
/configuration/notification/email/port: port
/configuration/notification/email/enable-authentication: enable-authentication
/configuration/notification/email/password: password

REST-API Support:


This object is supported by the REST API:

Method: GET
URL: /api/configuration/notification/email


Example using curl:
curl /api/configuration/notification/email


Method: PATCH
URL: /api/configuration/notification/email
Body:
{
  "username": "Meinberg"
}

Example using curl:
curl -X PATCH /api/configuration/notification/email -d
{
  "username": "Meinberg"
}