The following table provides the list of all the CLIs that will be available for Alerts in EFA. This enables the user to verify the historical alerts and then filter the alerts of interest based on resource, ID, severity or sequence ID.
CLI | Description | |
---|---|---|
Inventory | efa system alert inventory show | List of Alert(s) supported by EFA |
efa system alert inventory show --id=31000 | Alert definition filtered on Alert ID | |
efa system alert inventory show --resource=/App/System/Certificate | Alert definition filtered on Resource | |
Alert History | efa system alert show | List of Alert(s) raised in EFA |
efa system alert show {--id=31000 | --severity=warning | --sequence-id | --resource /App/System/Security/Certificate | --limit 5 | --before-timestamp | --after-timestamp } | Alert(s) that are filtered by id or severity, sequence-id, resource or timestamps | |
efa system alert show --before-timestamp 2022-08-11T17:32:28 --after-timestamp 2022-07-21T17:32:28 | List of Alert(s) raised between some timestamps | |
efa system alert show –limit=<number> | Alert(s) from the Alert history to the specified limit | |
efa system alert show --id=31000 | Alerts(s) from the history filtered on id | |
efa system alert clear | Clear the Alert history |