Skip to main content
POST
/
scans
/
cve
/
scheduled
/
{scanScheduleId}
/
invoke
Start a Scan
curl --request POST \
  --url https://api.altostrat.io/scans/cve/scheduled/{scanScheduleId}/invoke \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Enter your bearer token in the format: Bearer {token}

Path Parameters

scanScheduleId
string<uuid>
required

The unique identifier of the scan schedule to start.

Example:

"9c43cc95-f313-49a3-b632-524f7a24503b"

Response

The scan has been successfully queued for execution.