Email notification properties

Prev Next

Gets and sets email notification properties.

API URL

GET https://<host>/wsapis/v2.0.0/devicemgmt/notification/email/properties

SET https://<host>/wsapis/v2.0.0/devicemgmt/notification/email/properties -d <payload>

Payload

JSON containing variables listed in the API response.

Sample curl requests

curl -skH "$Token" "SET https://10.128.43.157/wsapis/v2.0.0/devicemgmt/notification/email/properties"

curl -skH "$Token" "SET https://10.128.43.157/wsapis/v2.0.0/devicemgmt/notification/email/properties/return_address" -d '{"return_address": "xyzzy@fireeye.com"}'

Availability

This command is available on the following appliances:

  • Network Security

  • Email Security — Server

  • File Protect

  • Malware Analysis

Authentication

Standard WSAPI authentication

Response mime type

application/json