post
https://saner.secpod.com/AncorWebService/perform
This method is used to create remediation jobs for mis-configuration patches.
| Key | Meaning | Mandatory | Data Type |
|---|---|---|---|
| accountid | The account ID or name under which the remediation job is created | Yes | string |
| name | The name of the remediation job | Yes | string |
| starttime | The start time of the remediation job in HH:MM:AM/PM format (e.g., 03:24:PM) | Yes | string |
| endtime | The end time of the remediation job in HH:MM:AM/PM format (e.g., 03:50:PM) | No | string |
| startwindowtime | The start window time for the remediation job in HH:MM:AM/PM format (e.g., 03:30:PM) | Yes | string |
| forcereboot | Whether to force reboot after remediation; accepted values: true or false | No | string |
| schedule | The scheduled date for the remediation job in YYYY-MM-DD format (e.g., 2024-12-29) | Yes | string |
| device | List of target device names on which the remediation job will run | Yes | array |
| remjobpatchesinfo | JSON array containing asset name and associated patch details including patchid, eri, and reboot flag | Yes | array |
