Skip to main content

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 and  jobOccurrenceTime values for the restored jobs.

.. surveyDefId

required

integer

Survey definition ID of the scan. To get a list of surveyDefId values for your scans, use the scan list endpoint.

.. 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.