added

New field schedule_period added to /scans endpoints

Scans

The schedule_period property has been added to the /scans and /scans/{id} endpoints. This field allows for categorizing scans and supports filtering based on their schedules. The possible values for schedule_period are:

  • one_off Scans that are scheduled to only run once
  • daily Scans that are scheduled to run daily
  • weeklyScans that are scheduled to run weekly
  • monthly Scans that have a monthly schedule scan
  • quarterly Scans that are scheduled to run once a quarter

These categories help improve scan targeting by specifying more precise scheduling options. For full documentation, please refer to the detailed guide.