post
https://saner.secpod.com/AncorWebService/perform
This method allows users to update network scan config. Account and config names are mandatory inputs for this method.
| Key | Meaning | Mandatory | Data Type |
|---|---|---|---|
| account | Account name or ID | Yes | string |
| configname | Existing network scan configuration name | Yes | string |
| newconfigname | New configuration name | No | string |
| enableudpports | Enable UDP ports option (TRUE or FALSE) | No | string |
| description | Description of the configuration | No | string |
| targets | Target IP ranges for scanning | No | array |
| excludetargets | Targets excluded from scanning | No | array |
| schedule | Schedule frequency (daily, weekly, monthly) | No | string |
| starttime | Scan start time (format: HH:MM:AM/PM) | No | string |
| endtime | Scan end time (format: HH:MM:AM/PM) | No | string |
| tcpports | TCP ports for scanning | No | array |
| udpports | UDP ports for scanning | No | array |
| portoption | Port selection option (default/custom ports) | No | string |
