bkr-system-status - Man Page
Return the current status of a system
Synopsis
bkr system-status [options] <fqdn> --format <format>
Description
Prints to stdout the current status of a system whose FQDN is <fqdn>. This includes the condition, current reservation details, and current loan details.
Options
- --format <format>
Display results in the given format, either tabular or json. The tabular format is intended for human consumption, whereas the json format is machine-readable. The default is tabular.
Exit Status
Non-zero on error, otherwise zero.
Examples
Display the status of invalid.example.com in JSON format:
bkr system-status invalid.example.com --format json
See Also
Author
The Beaker team <beaker-devel@lists.fedorahosted.org>
Copyright
2013-2024 Red Hat, Inc.
Referenced By
Jul 17, 2024 29.1 Beaker