host_metric_summary_monthly

host_metric_summary_monthly#

usage: awx host_metric_summary_monthly [-h] action ...

positional arguments:
  action
    list
    get

optional arguments:
  -h, --help  show this help message and exit

awx host_metric_summary_monthly: the following arguments are required: action

host_metric_summary_monthly list#

usage: awx host_metric_summary_monthly list [-h] [--all] [--order_by ORDER_BY]
                                            [-f {json,yaml,jq,human}]
                                            [--filter TEXT]
                                            [--conf.color BOOLEAN] [-v]
                                            [--date DATE]
                                            [--license_consumed INTEGER]
                                            [--license_capacity INTEGER]
                                            [--hosts_added INTEGER]
                                            [--hosts_deleted INTEGER]
                                            [--indirectly_managed_hosts INTEGER]

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
                        (,)
  --date DATE           only list host_metric_summary_monthly with the
                        specified date
  --license_consumed INTEGER
                        only list host_metric_summary_monthly with the
                        specified license_consumed
  --license_capacity INTEGER
                        only list host_metric_summary_monthly with the
                        specified license_capacity
  --hosts_added INTEGER
                        only list host_metric_summary_monthly with the
                        specified hosts_added
  --hosts_deleted INTEGER
                        only list host_metric_summary_monthly with the
                        specified hosts_deleted
  --indirectly_managed_hosts INTEGER
                        only list host_metric_summary_monthly with the
                        specified indirectly_managed_hosts

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

host_metric_summary_monthly get#

usage: awx host_metric_summary_monthly 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 host_metric_summary_monthly get: the following arguments are required: id