Restore jobs
POST https://daas.digicert.com/apicontroller/v1/scan/restoreJobs
Use this endpoint to restore scheduled scan jobs.
Example requests and responses
Request parameters
Name | Req/Opt | Type | Description |
---|---|---|---|
accountId | required | string | Account ID. |
divisionId | required | integer | Division ID. |
restoreJobList | required | array | A list of objects with information about the jobs to restore. Each object includes |
.. surveyDefId | required | integer | Survey definition ID of the scan. To get a list of |
.. jobOccurrenceTime | required | string | Start time of the restore scan job. |
Response parameters
Name | Type | Description |
---|---|---|
error | object | Includes the error code, if any. |
data | string | Message with additional information about the operation. |