New fields added to /scans and /targets endpoints
Scans
The scan_type
property has been added to the /scans and /scans/{id} endpoints. This field helps categorize scans and supports filtering operations. Possible values for scan_type
include:
assessment_schedule
new_service
cloudbot_new_target
rapid_remediation
These categories enable more precise targeting of scans based on specific needs. Full documentation can be found here.
Additionally, the start_time
and completed_time
fields have been added to the /scans/{id} endpoint. These timestamps provide detailed insights into scan execution timelines.
Targets
The target_status
property has been introduced to the /targets endpoint. This field categorizes target statuses and supports filtering operations. Possible values for target_status
are:
live
license_exceeded
unscanned
unresponsive
agent_uninstalled
These status codes allow for better visibility into the state of each target and facilitate streamlined management. Full documentation is available here.