bkr system-status: 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¶
bkr(1)