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

Authorizations

X-API-Key
string
headerrequired

Body

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