1BKR-SYSTEM-HISTORY-LIST(1)          Beaker          BKR-SYSTEM-HISTORY-LIST(1)
2
3
4

NAME

6       bkr-system-history-list - Export history of activity for the given sys‐
7       tem
8

SYNOPSIS

10       bkr system-history-list [options] <fqdn>
11         [--pretty]
12         [--since <date>]
13
14

DESCRIPTION

16       JSON history of activity for a given system is printed to stdout.
17
18       New in version 27.
19
20

OPTIONS

22       --since <date>
23              If the since option is given, all history entries  between  that
24              timestamp  and  the  present  are  returned. By default, history
25              entries from the past 24 hours are  returned.  Date  has  to  be
26              defined in UTC format YYYY-MM-DD.
27
28       --pretty
29              Pretty-print  results in JSON (with indentation and line breaks,
30              suitable for human consumption).
31
32       Common bkr options are described in the Options section of bkr(1).
33

EXIT STATUS

35       Non-zero on error, otherwise zero.
36

EXAMPLES

38       Display history of a system in JSON format from the past 24 hours:
39          bkr system-history-list system1.example.invalid
40
41       Display history of a system in JSON format started from 2019-06-25:
42          bkr system-history-list system1.example.invalid --since 2019-06-25
43

SEE ALSO

45       bkr(1)
46

AUTHOR

48       The Beaker team <beaker-devel@lists.fedorahosted.org>
49
51       2013-2021 Red Hat, Inc.
52
53
54
55
5628.2                             Feb 17, 2021       BKR-SYSTEM-HISTORY-LIST(1)
Impressum