Back to CLI Reference

$ sccfm-cli inventory devices ftd list-not-on-version --help

Usage: sccfm-cli inventory devices ftd list-not-on-version [OPTIONS]

  List FTD devices that are NOT running a specific or recommended software
  version. Use --version to specify a target version, or --recommended to check
  against the Cisco-suggested version for each device.

Options:
  --version TEXT              Software version to check against (e.g. '7.4.1').
                              Devices NOT on this version are listed. Mutually
                              exclusive with --recommended.
  --recommended               Check each device against its Cisco-recommended
                              (suggested) version. Mutually exclusive with
                              --version.
  -n, --device-name TEXT      Device name to search for (supports wildcards like
                              'branch-*').
  -q, --query TEXT            Lucene query to narrow the device search (combined
                              with the version filter).
  -l, --limit INTEGER RANGE   Maximum records to return  [default: 50;
                              1<=x<=200]
  -o, --offset INTEGER RANGE  Pagination offset  [default: 0; x>=0]
  -u, --device-uids TEXT      List of device UIDs to query.
  --format [table|json]       Output format  [default: table]
  --config-path PATH          Path to the configuration file (defaults to
                              ~/.sccfm-cli/config.json).
  --help                      Show this message and exit.