post
https://saner.secpod.com/AncorWebService/perform
This method allows you to update a Saner Agent configuration settings. It requires configuration setting name (configname) and allows updating description and other configuration key values. The input for "hostpeerverification" must be true for cloud server.
| Key | Meaning | Mandatory | Data Type |
|---|---|---|---|
| configname | Name of the configuration to be updated | Yes | string |
| configdesc | Updated configuration description | No | string |
| runmode | Agent run mode setting | No | string |
| scantype | Scan type configuration | No | string |
| scheduledscantime | Scheduled scan time | No | string |
| scheduledownloadtime | Scheduled download time | No | string |
| autoremediation | Auto remediation setting | No | string |
| remediationjobpollinterval | Remediation job poll interval | No | string |
| vendorproductpatchserver | Vendor product patch server type | No | string |
| thirdpartyproductpatchservertype | Third-party patch server type | No | string |
| localresourcesurl | Local resources URL (must include protocol) | No | string |
| vendorproductinstallationtype | Vendor product installation type | No | string |
| thirdpartyproductinstallationtype | Third-party installation type | No | string |
| secondarypatchserverwhen | Condition for using secondary patch server | No | string |
| bufferpatchesenabled | Enable or disable buffer patches | No | string |
| proxyurl | Proxy URL | No | string |
| proxyport | Proxy port | No | string |
| proxyusername | Proxy username | No | string |
| proxypassword | Proxy password | No | string |
| agentautoupgrade | Agent auto-upgrade setting | No | string |
| auditlog | Audit log configuration | No | string |
| missedscanaction | Action for missed scan | No | string |
| AgentInteractionMode | Agent interaction mode | No | string |
| HostPeerVerification | Host peer verification (must be true for cloud server) | No | string |
