-
Notifications
You must be signed in to change notification settings - Fork 30
Schedule schema
Jaume Martin edited this page Nov 29, 2017
·
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 |
rules | List of rules | Rules to be executed during the scan |
when | ¿Date? | When the task should be executed |
status | string | ini, run, end |
created_at | Date | |
updated_at | Date |