8.3.13 Using dcli to List Alert History Information
This example shows a CellCLI command that lists alert history name, examined by, severity on the target cells.
The target cells are contained in the
mycells group file. The command is run as the default celladmin user. Output lines that contain clear for severity are deleted.
Example 8-13 Using dcli to List Alert History Information
$ ./dcli -r '.*clear' -g mycells \
"cellcli -e list alerthistory attributes name, examinedby, severity"
Parent topic: dcli Examples