General job management. Internal jobs are used to process data within network.
usage: fcpc job [-h] [--job.dry {0,1}] {execute,list,show-work} [jobargs ...]
positional arguments:
{execute,list,show-work}
Internal job operations[Defined:fcplib.cmd.job]
Choices:
execute
list
show-work
jobargs Job arguments[Defined:fcplib.cmd.job] (default: None)
optional arguments:
-h, --help show this help message and exit
--job.dry {0,1} Dry run for jobs (just log actions into audit)[Defined:fcplib.cmd.job] (default: 0)
Choices:
0
1
fcpc list jobs
name type arguments info
------------------- ------ ----------- -----------------------------------------------------------------------------------------------------------------------
accounttagger Job [] Account tagger job.
all Job [] Virtual job to run all enabled jobs
assetlinker Job [] Simple linker job. It searches assets which should be linked and link them.
- Links same name with link ~is
- Links same IP with link ~is
- Links same FQDN with link -is
assettagger Job [] Asset tagger job. It updates basic tags for assets
dummy Job [] Dummy job. It does nothing, just sleep. Mainly for testing purposes
housekeeper Job [] ## Housekeeper job
Job used to clean old states and data. In future, it can clean old epochs and data too.
linktagger Job [] ## LinkTagger job
Job used to speedup searches between links. It must be run regurarly after collections
personlinker Job [] Person linker job. It searches persons and accounts and try to link them
- Links same email
qualysassettagger Job ['retag'] Qualys Asset tagger job. It updates basic tags for assets
qualystagduplicated Job [] Qualys tag assets which should be removed due to deduplication
ruler Job [] FCP ruler - FCP rule interpreter.
tagdeleted Job [] Find objects which are deleted within last epoch and tag them.
If object exists in last epoch and does not exists in new, it is created as deleted and tagged as sys:deleted:epoch
tagmodified Job [] Find objects which are new within last epoch and tag them.
tagnew Job [] Find objects which are new within last history and tag them.