v1

latestOpenAPI 3.1.02026-08-06330343826.1 KB
Scan

Scan Status

Updates the scan status. Can pause, resume, and stop scans using this resource. In order to stop a scan the scan must be running or paused. In order to resume a scan the scan must be paused. In order to pause a scan the scan must be running.

post/api/3/scans/{id}/{status}

Path parameters

idinteger required

The identifier of the scan.

Example:28

The identifier of the scan.

status'pause' | 'stop' | 'resume' required

The status of the scan.

Response

OK