configuration / notification

CLI REST-API

email

The submenu email (email) contains the following:

Menus: none

Objects:
recipient (recipient)
sender (sender)
smarthost (smarthost)
port (port)
enable-authentication (enable-authentication)
username (username)
password (password)

Commands: none



See also:
/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/username: username
/configuration/notification/email/password: password

REST-API Support:


This menu 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:
{
  \"objects\": \"new-values\"
}

Example using curl:
curl -X PATCH /api/configuration/notification/email
-d "{
  \"objects\": \"new-values\"
}"