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
orjson
. Thetabular
format is intended for human consumption, whereas thejson
format is machine-readable. The default istabular
.
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)