# cfxEdgeCollector Command Line Options

```
>>> cfxedgecollector status --help
```

Command: **cfxedgecollector status --help**

Command will display the following syntax information.

usage: cfxstatus.sh \[-h] \[--jobname JOBNAME] \[--status] \[--type TYPE]

&#x20;                          \[--network NETWORK] \[--date\_range DATE\_RANGE] \[--failed]

&#x20;                          \[--duplicates]

&#x20;                          \[--db {seed,inprogress,successful,duplicate,partial,failed,deviceidentity}]

&#x20;                          \[--securedir SECUREDIR] \[--exporteddir EXPORTEDDIR]

&#x20;                          \[--jobdir JOBDIR] \[--datadir DATADIR]

**optional arguments**:

&#x20; -h, --help                                                            Show this help message and exit

&#x20; \--jobname      JOBNAME                          Override job name with this name

&#x20; \--status                                                              Print current status of the Job and ignore all other options  and filters

&#x20; \--type              TYPE                                       Specify type of report  (default|credentials|groups|system|duplicates)

&#x20; \--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

&#x20; \--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

&#x20; \--failed                                                                 Include failed devices also in the output

&#x20; \--duplicates                                                      Include duplicate devices also in the output

&#x20; \--db {seed,inprogress,successful,duplicate,partial,failed,deviceidentity} Table to dump data from

&#x20; \--securedir     SECUREDIR                       Directory of RSA Key Pair

&#x20; \--exporteddir EXPORTEDDIR               Directory where Exported data is stored.

&#x20; \--jobdir JOBDIR                                             Directory where Collector jobs are stored.

&#x20; \--datadir DATADIR                                       Directory where Collector Data and logs are stored.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudfabrix.io/cfx-aia/enterprisediscovery/cfxedgecollector/cfxedgecollector-command-options.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
