bkr system-details: Export RDF/XML description of a Beaker system¶
Synopsis¶
bkr system-details [options] <fqdn> | [:option:’–format’ <json_or_xml>]
Description¶
Prints to stdout an RDF/XML description of the given system.
A copy of the Beaker RDF schema definition is installed as /usr/lib/python2.x/bkr/common/schema/beaker-inventory.ttl.
Exit status¶
Non-zero on error, otherwise zero.
Examples¶
Export RDF/XML for a particular system:
bkr system-details system1.example.invalid
Display details of a system in JSON format:
bkr system-details --format json system1.example.invalid
See also¶
bkr-system-list(1), bkr(1)