Quantum DXi-Series Command Line Interface (CLI) Guide
6-67081-05 Rev B
April 2012
60 Other System Configuration CLI Commands
Listing E-Mail Recipients
syscli --list emailrecipient [--name <email_recipient>]
This CLI command allows the user to list the e-mail recipients that are
configured on the system. An example output of one e-mail recipient is shown
below.
ListofRecipients
Totalcount=1
[Recipient=1]
Name=User1
EmailAddress=user1@mycomapny.com
NotificationType=all
NotificationStatus=Disabled
Adding E-Mail Recipients
syscli --add emailrecipient --name <recipient_name> --emailaddr
<recipient_email_address> [--type { high | highmed | all } ] [--disable]
This CLI command allows the admin user to add an e-mail recipient. If the
--disable option is specified, the recipient’s e-mail notification is disabled.
Editing E-Mail Recipients
syscli --edit emailrecipient --name <recipient_name> [--emailaddr
<recipient_email_address>] [--type { high | highmed | all } ] [--disable]
This CLI command allows the admin user to edit an existing e-mail recipient.
Note that at least the e-mail address, type, or the disable optional parameter
must be specified.
Deleting E-Mail Recipients
syscli --del emailrecipient --name <recipient_name>
This CLI command allows the admin user to delete the specified e-mail recipient.
Deleting All E-Mail Recipients
syscli --deleteall emailrecipient [--sure]
This CLI command allows the admin user to delete all e-mail recipients. If the
--sure option is specified, the user will not be prompted for confirmation.