rmemailalert

Use the rmemailalert command to remove e-mail addresses from the list of e-mail addresses to receive e-mail alerts.

Syntax

Read syntax diagramSkip visual syntax diagram rmemailalert -help-h-?-typeallsessionsession_proconfigcommseverestatusactive_standby_connectedactive_standby_disconnectedpathingtask_successtask_failed -recipient email_address ,  email_address

Parameters

-help | -h | -?
Lists help for the command. If you specify additional parameters and arguments, those parameters and arguments are ignored.
-type { all | session | session_rpo | config | comm | severestatus | active_standby_connected | active_standby_disconnected | pathing | task_success | task_failed }
Specifies which type of alert the recipient will no longer receive. If type is not specified, the recipient will be removed from all categories.
-recipient email_address[,email_address]
Specifies the e-mail addresses to be removed from the alert recipient list. Multiple e-mail addresses can be removed using a comma separated list.
Example: Removing an e-mail address from the alert recipient list
csmcli> rmemailalert -recipient user@us.ibm.com
The following output is returned:
IWNR1720I [Apr 15, 2016 8:38:29 AM] The e-mail recipient list has been updated.
IWNR1723I [Apr 15, 2016 8:38:29 AM] The e-mail recipient user@us.ibm.com has been removed.
Removing multiple e-mail addresses from the alert recipient list
rmemailalert -type session -recipient user1@us.ibm.com,user2@us.ibm.com
The following output is returned:
IWNR1720I [Apr 15, 2016 8:38:54 AM] The e-mail recipient list has been updated.
IWNR1723I [Apr 15, 2016 8:38:54 AM] The e-mail recipient user1@us.ibm.com has been removed from category SESSION. 
IWNR1723I [Apr 15, 2016 8:38:54 AM] The e-mail recipient user2@us.ibm.com has been removed from category SESSION.