activity_stream#
usage: awx activity_stream [-h] action ...
positional arguments:
action
list
get
optional arguments:
-h, --help show this help message and exit
awx activity_stream: the following arguments are required: action
activity_stream list#
usage: awx activity_stream list [-h] [--all] [--order_by ORDER_BY]
[-f {json,yaml,jq,human}] [--filter TEXT]
[--conf.color BOOLEAN] [-v]
[--type {activity_stream}]
[--timestamp TIMESTAMP]
[--operation {create,update,delete,associate,disassociate}]
[--changes JSON/YAML] [--object1 TEXT]
[--object2 TEXT] [--action_node TEXT]
optional arguments:
-h, --help show this help message and exit
--all fetch all pages of content from the API when returning
results (instead of just the first page)
--order_by ORDER_BY order results by given field name, prefix the field
name with a dash (-) to sort in reverse eg
--order_by='-name',multiple sorting fields may be
specified by separating the field names with a comma
(,)
--type {activity_stream}
only list activity_stream with the specified type
--timestamp TIMESTAMP
only list activity_stream with the specified timestamp
--operation {create,update,delete,associate,disassociate}
only list activity_stream with the specified operation
--changes JSON/YAML only list activity_stream with the specified changes
--object1 TEXT only list activity_stream with the specified object1
--object2 TEXT only list activity_stream with the specified object2
--action_node TEXT only list activity_stream with the specified
action_node
input/output formatting:
-f {json,yaml,jq,human}, --conf.format {json,yaml,jq,human}
specify a format for the input and output
--filter TEXT specify an output filter (only valid with jq or human
format)
--conf.color BOOLEAN Display colorized output. Defaults to True
-v, --verbose print debug-level logs, including requests made
activity_stream get#
usage: awx activity_stream get [-h] [-f {json,yaml,jq,human}] [--filter TEXT]
[--conf.color BOOLEAN] [-v]
id
positional arguments:
id the ID (or unique name) of the resource
optional arguments:
-h, --help show this help message and exit
input/output formatting:
-f {json,yaml,jq,human}, --conf.format {json,yaml,jq,human}
specify a format for the input and output
--filter TEXT specify an output filter (only valid with jq or human
format)
--conf.color BOOLEAN Display colorized output. Defaults to True
-v, --verbose print debug-level logs, including requests made
awx activity_stream get: the following arguments are required: id