1BKR-SYSTEM-DETAILS(1) Beaker BKR-SYSTEM-DETAILS(1)
2
3
4
6 bkr-system-details - Export RDF/XML description of a Beaker system
7
9 bkr system-details [options] <fqdn> | [:option:'--format'
10 <json_or_xml>]
11
13 Prints to stdout an RDF/XML description of the given system.
14
15 A copy of the Beaker RDF schema definition is installed as
16 /usr/lib/python2.x/bkr/common/schema/beaker-inventory.ttl.
17
19 Common bkr options are described in the Options section of bkr(1).
20
22 Non-zero on error, otherwise zero.
23
25 Export RDF/XML for a particular system:
26
27 bkr system-details system1.example.invalid
28
29 Display details of a system in JSON format:
30
31 bkr system-details --format json system1.example.invalid
32
34 bkr-system-list(1), bkr(1)
35
37 The Beaker team <beaker-devel@lists.fedorahosted.org>
38
40 2013-2021 Red Hat, Inc.
41
42
43
44
4528.2 Feb 17, 2021 BKR-SYSTEM-DETAILS(1)