cfxEdgeCollector Command Line Options
Command: cfxedgecollector status --help
Command will display the following syntax information.
usage: cfxstatus.sh [-h] [--jobname JOBNAME] [--status] [--type TYPE]
[--network NETWORK] [--date_range DATE_RANGE] [--failed]
[--duplicates]
[--db {seed,inprogress,successful,duplicate,partial,failed,deviceidentity}]
[--securedir SECUREDIR] [--exporteddir EXPORTEDDIR]
[--jobdir JOBDIR] [--datadir DATADIR]
optional arguments:
-h, --help Show this help message and exit
--jobname JOBNAME Override job name with this name
--status Print current status of the Job and ignore all other options and filters
--type TYPE Specify type of report (default|credentials|groups|system|duplicates)
--network NETWORK Print devices in the specified ranges or network addresses ex: 10.1.., 10.25.1.2, 10.10.5.0/24, 10.12.1.1-10.12.1.20
--date_range DATE_RANGE Print devices that have been attempted in the specified date ranges (mm/dd/yyy-mm/dd/yyyy) with optional time ex: 12/30/2017T10:00-12/31/2017T18:30
--failed Include failed devices also in the output
--duplicates Include duplicate devices also in the output
--db {seed,inprogress,successful,duplicate,partial,failed,deviceidentity} Table to dump data from
--securedir SECUREDIR Directory of RSA Key Pair
--exporteddir EXPORTEDDIR Directory where Exported data is stored.
--jobdir JOBDIR Directory where Collector jobs are stored.
--datadir DATADIR Directory where Collector Data and logs are stored.
Last updated