$ sccfm-cli inventory devices asa shun remove --help
Usage: sccfm-cli inventory devices asa shun remove [OPTIONS]
Remove one or more shun entries from ASA devices. Repeat --source-ip to remove
multiple IPs in a single transaction.
Options:
-n, --device-name TEXT Device name to search for (supports wildcards like
'branch-*').
-q, --query TEXT Filter devices by a Lucene query.
-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 remove the shun from.
--source-ip TEXT Source IP to remove from the shun list. Repeat to
remove multiple IPs in one transaction.
[required]
--check Run a preflight check without performing the
operation.
--wait / --no-wait Wait for the transaction to finish before
returning. [default: no-wait]
--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.