-
Notifications
You must be signed in to change notification settings - Fork 30
Schedule schema
Jaume Martin edited this page Feb 6, 2018
·
5 revisions
Field | Type | Comment |
---|---|---|
oid | OID | MongoDB ID |
ulid | String | Endpoint identifier |
tasks | List of tasks | List of task to be performed |
created_at | Date | |
updated_at | Date |
Field | Type | Comment |
---|---|---|
task_id | String | Unique identifier for the task |
command | Command | Commnad to be executed |
rules | List of rules | Rules to be executed during the scan |
params | String | Params for the command |
when | ¿Date? | When the task should be executed |
status | string | ini, run, end, err |
created_at | Date | |
updated_at | Date |