queryEvents
To view events through the CLI, your requests need to specify which events you want to retrieve.
For example, this JSON request body searches the event log for all events that have a severity level of warning:
{ "severities": [ "warning" ] }