ADVERTISEMENT

purealert commands

The purealert command manages alert history and the list of designated email addresses for alert notifications

Below list contains some of the most useful purealert commands.

  • purealert flag 121212

    Flag an alert with ID 121212. This will appear in the flagged alert list.
    Copied
  • purealert list

    List all the alerts generated in the Pure Flash Array
    Copied
  • purealert list --filter "issue='failure'"

    List all the alerts generated for failures
    Copied
  • purealert list --filter "severity='critical'"

    List all the alerts with Critical severity.
    Copied
  • purealert list --filter "state='closed'"

    List all the closed alerts
    Copied
  • purealert list --filter "state='open'"

    List all the alerts in Open state
    Copied
  • purealert list --flagged

    List all the alerts that are flagged. By default all alerts are flagged. We can unflag command once those are resolved.
    Copied
  • purealert unflag 121212

    Unflag alert with ID 121212. This will not appear in the flagged alert list.
    Copied

[ view all commands ]