POST
/
api
/
schedule
/
scan
curl --request POST \
  --url https://api.novasec.io/api/schedule/scan \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "targetId": "{targetId}",
  "scanDaily": true,
  "selectedDay": 123,
  "schedule": {
    "minute": 37,
    "hour": 13
  },
  "filterLiveHosts": true,
  "runScanNow": true,
  "runCNAMEX": true
}'

Authorizations

X-API-Key
string
headerrequired

Body

application/json
targetId
string
scanDaily
boolean
selectedDay
integer
schedule
object
filterLiveHosts
boolean
runScanNow
boolean
runCNAMEX
boolean