Create New Schedule

POST https://api.helium.sh/workspaces/:id_workspace/schedule
Create New Schedule Scan
Run a vulnerability schedule scan and get the results once the scanning process is complete.

Parameters

Path
id_workspace integer Enter your workspace ID
Body
tool_name string Name of the tool to be used, you can see available tools on tools page of helium docs
target string Write the target url, example: http://testphp.vulnweb.com
scan_option string Write the option to scan, you can use standard or custom_args
args string Write your custom argument if the scan option you choose is custom_args
project_name string Write where you want to put the scan history
frequency string Write down the scan frequency, you can use ONCE, DAILY, WEEKLY
day_of_week integer Write down what day of the week to run the scan if the frequency you choose is weekly, you can use 0=sunday,...,...,6=saturday
timezone string Write down the timezone to run the scan schedule, for example Asia/Jakarta
start_time datetime Write down the date and time to start the scan schedule, for example 2022-03-23 00:00

Responses

Try it!