SANtricity 11.8 Commands ( CA08871-194 ~ 196 )

Delete email alert recipient

The delete emailAlert command deletes recipient email address(es) from the Email alert configuration.

Supported Series

This command applies to an individual HB2100/HB2200/HB2300, HB5100/HB5200, AB6100 or AB3100 storage system.

Roles

To execute this command on an HB2100/HB2200/HB2300, HB5100/HB5200, AB6100, or AB3100 storage system, you must have the Storage Admin or Support Admin role.

Syntax

delete emailAlert
       (allEmailRecipients |
        emailRecipients [emailAddress1 ... emailAddressN])

Parameters

Parameter Description

allEmailRecipients

Allows you to delete all email recipients.

emailRecipients

Allows you to delete the recipient addresses. Enclose the email addresses in square brackets ([ ]).

Examples

SMcli -n Array1 -c "delete emailAlert allEmailRecipients;"

SMcli -n Array1 -c "delete emailAlert emailRecipients ["person1@email.domain.com" "person3@email.domain.com"];"

SMcli completed successfully.
Top of Page