Scans
Schedule scan
Schedule a host discovery scan to run periodically
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
headerrequiredBody
application/json
filterLiveHosts
boolean
runCNAMEX
boolean
runScanNow
boolean
scanDaily
boolean
schedule
object
selectedDay
integer
targetId
string
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}"
}'