configuration / notification / email

CLI REST-API

port

port
This is a read-write object and valid values are unsigned integers within a range of 0-65535.

Datatype-Help:
value must be between 0 and 65535.



See also:
/configuration/notification/email: email
/configuration/notification/email/recipient: recipient
/configuration/notification/email/sender: sender
/configuration/notification/email/smarthost: smarthost
/configuration/notification/email/enable-authentication: enable-authentication
/configuration/notification/email/username: username
/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:
{
  "port": 0
}

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