bkr-system-details - Man Page

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.

Options

Common bkr options are described in the Options section of bkr(1).

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)

Author

The Beaker team <beaker-devel@lists.fedorahosted.org>

Referenced By

bkr(1).

Feb 11, 2024 29.1 Beaker