Email notification recipient management

Prev Next

Adds, updates, deletes, and enables email notification recipients.

API URL

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

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

Payload

JSON containing notification, email_address, enable, name, and alerts_update.

Sample curl requests

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

CREATE and update - curl -skH "$Token" "https://10.2.140.114/wsapis/v2.0.0/devicemgmt/notification/email/recipients?operation=create" -d '{"name": "xyz", "notification": "all-events", "email_address": "abc@fireeye.com", "enable": true, "alerts_update": "true"}'

DELETE - curl -skH "$Token" "https://10.2.140.114/wsapis/v2.0.0/devicemgmt/notification/email/recipients?operation=delete" -d '["xyz"]'

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