GET
/
scheduled
/
{scanSchedule}
/
invoke
Start Scheduled Scan Manually
curl --request GET \
  --url https://api.altostrat.io/scans/cve/scheduled/{scanSchedule}/invoke \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Authentication token obtained via Altostrat platform login.

Path Parameters

scanSchedule
string<uuid>
required

The UUID of the Scan Schedule.

Response

202

Scan start request accepted. The scan will run asynchronously.