Chapter 5. CLI Queries
5.1. Query Syntax Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
The CLI
list command uses the --query attribute to perform server-side queries, which uses the same format as Red Hat Storage Console search query language:
| Collections | Criteria | Result |
|---|---|---|
hosts | host.status=up | Displays a list of all hosts running clusters that are up. |
events | severity>normal sortby time | Displays the list of all events with severity higher than normal and sorted by the time element values. |
events | severity>normal sortby time desc | Displays the list of all events with severity higher than normal and sorted by the time element values in descending order. |