Used to get context specific info on a process
Name | Type | Description | Restrictions |
---|---|---|---|
processId | Integer | The process ID |
The response to this request depends on the process type, currently only a certificate request info response is supported
This response is given if the process is of type 'certificate'
Name | Type | Required / Optional | Description |
---|---|---|---|
commonName | String | Required | The common name for this request |
requiresAttention | Boolean | Required | The request requires attention, see validations and notes for details. All requests that require attention can be queried via Process List with the filter "detailStatus=SSL_REQUIRES_ATTENTION" |
certificateId | Integer | Optional | Issued certificate ID, only returned if certificate was immediately issued by using authKey. |
oneTimeLink | String | Optional | A one-time link to access the Sectigo Validation Manager Page. Only present on a request for a certificate to be issued by Sectigo and when the 'organization', 'voice' or 'agreement' validation has the 'ATTENTION' status. |
validations | validations | Optional | Status of the validations for this request. |
notes | List < notes > | Optional | Deprecated List of notes for this request |
Name | Type | Required / Optional | Description |
---|---|---|---|
organization | Enum | Optional |
The status of the organization validation
Possible values:
|
docs | Enum | Optional |
The status of the validation for the documents
Possible values:
|
voice | Enum | Optional |
The status of the phone validation
Possible values:
|
whois | Enum | Optional |
The status of the validation for the domain whois
Possible values:
|
agreement | Enum | Optional |
The status of the subscriber agreement
Possible values:
|
dcv | List < dcv > | Optional | List of DCV validations for this request |
Name | Type | Required / Optional | Description |
---|---|---|---|
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' | |
status | Enum | Required |
The status of the validation for this DCV entry
Possible values:
|
caaRecordStatus | Enum | Required |
Possible values:
|
dnsRecord | String | Optional | The DNS record name |
dnsType | Enum | Optional |
The DNS record type
Possible values:
|
dnsContents | String | Optional | The contents of the DNS record |
fileLocation | String | Optional | The location of the file |
fileContents | String | Optional | The contents of the file |
Generic errors can be expected.
GET /v2/processes/processId/info