This is a specialized version of the Resend Process call for SSL certificates requests used to resend/retry domain control validation. A process can be resent when the resumeType "RESEND" is set. When a different method is selected, the automated checks will also continue on the new method. When possible the DCV check is executed immediately and when available the failure reason is returned in the "warning" field.
Name | Type | Description | Restrictions |
---|---|---|---|
processId | Integer | The process ID |
Name | Type | Required / Optional | Description | Restrictions |
---|---|---|---|---|
commonName | String | Required | The common name for this DCV entry |
|
type | Enum | Required | The validation type used for this DCV entry |
Possible values:
|
String | Optional | The email address for this DCV entry, required if 'type' is set to 'EMAIL' |
|
Name | Type | Required / Optional | Description |
---|---|---|---|
warning | String | Optional | Contains the current reason a DVC check could not be completed, when available. |
Generic errors can be expected.
POST
/v2/processes/processId/resend
Content-Type: application/json
{}