Skip to main content

Bulk retry automation

POST https://caas.digicert.com/automationws/v1/automation/bulkretryautomationtask

Use this endpoint to retry automating tasks in bulk when there is a failure. Fix issues that caused the initial automation request to fail before retrying.

For more information, see Certificates eligible for retry.

Example requests and responses

Retry an eligible or ineligible automation

Retry all eligible automation

Retry all ineligible automation

Request parameters

Name

Req/Opt

Type

Description

retryAutomationTaskRequests

required

object

Object container for retry automation details.

.. ip

required

integer

The port that you want to configure automation for.

.. port

required

integer

The port that you want to configure automation for.

accountId

required

string

Account ID.

divisionId

required

integer

Division ID.

.. domainName

optional*

string

The domain name that you want to configure automation for.

*Required only for SNI (having multiple profiles or certificates on same IP/Port) automation.

.. agentLicenseKey

optional*

string

Agent license key.

*Required for ACME automation agent flow.

.. virtualServerName

optional*

string

Name of the virtual server to automate.

*Required for agentless automation flow.

Note: This parameter is not required for AWS load balancer.

.. sensorLicenseKey

optional*

string

License key associated with the sensor.

Note: *Only returned if AGENTTYPE is selected as Agentless

Response parameters

Name

Type

Description

error

object

Object with error details.

Note: Returns null if there are no errors.

data

object

Object with response data.

.. retryMessages

object

Object container with retry information about the request.

.. failedRetries

object

Object container with failed retries about the request.

.. .. errors

array

List of objects with information about any errors that occurred while fetching the details.

.. .. .. errorField

string

The field that has error.

.. .. .. errorCode

string

Error code.

.. .. .. errorMessage

string

Error message.

.. message

string

Message with details about the retry task.

.. status

string

Status of the last check configuration request.

Possible values:Failed, In progress.

.. errors

array

List of errors, if any.