- add Add objects into Epoch
- ansible Ansible module subcommands
- azuread Azuread module
- cache Cache subcommands
- config Manage data within config
- count
- daemon Daemon mode of FCP
- db Database management commands
- del Delete objects in database based on query
- describe Describe internal objects and attributes
- diff Show differences between two objects
- dns
- epoch Epochs management
- graph Graph functions
- groupby Group objects within platform
- hardenize Hardenize module subcommands
- help General and specific help
- hint Show hints according to actual state of the model
- history History management
- itop Itop module subcommands
- job Job management
- ldap LDAP subcommands
- link Link objects within DB
- list Listing of internal objects
- nessus Nessus module subcommands
- nmap Nmap module subcommands
- openvas OpenVAS module subcommand
- qualys Qualys subcommands
- remedy Remedy module subcommands
- report Report module subcommands
- rt RT subcommands
- search Search objects within platform
- select Use SQL syntax to select data within platform
- shell Reads command from stdin of file and process the
- show Show objects in DB
- show-impacts Show what is impacted by object
- show-members Show what is impacted by object
- show-nwdiag Generate nwdiag graph
- skybox Skybox module subcommands
- tag Tags management
- tag-by-query Tag objects in db based on query
- tag-duplicated-by Tag duplicated objects in db based on query and attribute name
- tag-intersect-by Intersects set of objects by attribute and tag them
- unlink UnLink objects within DB
- untag-by-query Untag objects in db based on query
- update Update object(s) in DB
- views Views management
- zabbix Zabbix module subcommands
optional arguments:
-c CONFIG, --config CONFIG
Specify config file (default: None)
-l LOGLEVEL, --loglevel LOGLEVEL
Set logging level. Use in form module:level, use "all" to match all modules. Use "-l help" to list all modules and levels. Repeat more times to set more modules. (default: ['all:ERROR', 'progress:WARNING', 'audit:ERROR', 'fcp:WARNING'])
--logfile LOGFILE Save log output to file. If file ends with .gz , it will be compressed. (default: False)
--modules MODULES List of modules to enable/disable, separated by comma or "all". Use "-" to disable. For example "all,-ldap" to enable all but LDAP (default: all)
--timezone TIMEZONE Timezone to use (default: Europe/Prague)
--profiling FILE Enable profiling and save to file (default: None)
--message MESSAGE Message to add to history for this operation (default: None)
--locationid LOCATIONID
Location ID where to add or search object. Use "All" to search for all (default: all)
--organizationid ORGANIZATIONID
Organization ID where to add or search object. Use "All" to search for all (default: all)
--tag TAG Tag[s] to be set on all updated/created/deleted objects within history. (default: None)
--cd CD Change directory before run (default: None)
--write_exit_code WRITE_EXIT_CODE
Write exit code to this file (default: None)
--asset.inactive.days ASSET.INACTIVE.DAYS
How many days to tag asset as inactive (default: 30)
--asset.nologins.days ASSET.NOLOGINS.DAYS
How many days to tag asset as asset:nologins if no login activity detected (default: 30)
--user USER Change user before run (must be run as root, only on Linux) (default: None)
--host.default.name {guess,fqdn,ip,hostname}
How to construct default name for hosts (default: guess)
Choices:
guess
fqdn
ip
hostname
--host.default.domain HOST.DEFAULT.DOMAIN
If set, this domain will be appended to hosts without FQDN (default: None)
--prev_epoch PREV_EPOCH
Set previous epoch for diff operations (default: None)
--epoch EPOCH Set actual epoch for this run (default: None)
--epochs_back EPOCHS_BACK
How many epochs to look back for multi-epoch queries. (default: 20)
--server.url SERVER.URL
Specify daemon URL to connect to (default: None)
--dbconfig.base DBCONFIG.BASE
DBConfig prefix to fetch/set db options (default: None)
--dbconfig.password DBCONFIG.PASSWORD
DBConfig encrypt password to fetch/set db options (default: None)
--client mode If set, this instance is client and connects to server to process commands. no - Same as not set - do not use server wait - Do request and wait for result imediately (for short running commands) bg - Run process on backround and return jobid
bgwait - Run process on background and periodically ask server for result (for long jobs). (default: None)
Choices:
wait
bg
bgwait
no
--help_format {cli,md}
[Defined:fcplib.cli] (default: cli)
Choices:
cli
md
--input.format FORMAT
Set input format to read data from[Defined:fcplib.fileio.core] (default: cli)
Choices:
cli
csv
--input.buffering FLAG
Set input buffering[Defined:fcplib.fileio.core] (default: 1)
Choices:
0
1
--input.file FILE Set input file to read data from. Default is stdin.[Defined:fcplib.fileio.core] (default: None)
--output.format FORMAT
Set output format to write data to[Defined:fcplib.fileio.core] (default: cli)
Choices:
cli
csv
--output.buffering FLAG
Set output buffering[Defined:fcplib.fileio.core] (default: 1)
Choices:
0
1
--output.file FILE Set output file to write to. Default is stdout.[Defined:fcplib.fileio.core] (default: None)
--output.column COLUMN
Filter output columns. Use "all" For all columns.[Defined:fcplib.fileio.core] (default: None)
--cli.write.header BOOL
CLI output header[Defined:fcplib.fileio.cli] (default: True)
Choices:
0
1
--cli.dump.columns BOOL
If set to true, list only columns within output.[Defined:fcplib.fileio.cli] (default: 0)
Choices:
0
1
--cli.count.column COLUMN
Sum output column within row[Defined:fcplib.fileio.cli] (default: None)
--cli.shorten.column COLUMN:WIDTH
Shorten column within row. Use column:width syntax[Defined:fcplib.fileio.cli] (default: ['tag:25', 'left_tag:20', 'right_tag:20', 'description:40'])
--cli.tag.group CLI.TAG.GROUP
Group output tag values into one with number of tags. You can use tag name or type here.[Defined:fcplib.fileio.cli] (default: ['@value', 'sys:', 'job:'])
--cli.tag.show CLI.TAG.SHOW
Show only this output tags[Defined:fcplib.fileio.cli] (default: [])
--cli.tag.suppress CLI.TAG.SUPPRESS
Suppress these output tags[Defined:fcplib.fileio.cli] (default: ['organization=', 'location='])
--cli.clock.column COLUMN
Column which contains unix timestamp[Defined:fcplib.fileio.cli] (default: ['clock'])
--cli.count.rows BOOL
Return sum of all rows only[Defined:fcplib.fileio.cli] (default: 0)
--cli.write.type TYPE
CLI output table format.[Defined:fcplib.fileio.cli] (default: simple)
Choices:
plain Plain
simple Simple
fancy_grid Fancy grid
html HTML
grid Grid
github Github markdown
sum Sum
full Fill
latex Latex