GET
/
scheduled
/
{scanSchedule}
/
invoke
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
required

The UUID of the Scan Schedule.

Response

202

Scan start request accepted. The scan will run asynchronously.