Submits a Domain Validation (DV) certificate application.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | CreateDVOrderAudit |
The operation that you want to perform. Set the value to CreateDVOrderAudit. |
City | String | Yes | hangzhou |
The city of the applicant. We recommend that you set this parameter in Chinese Pinyin. Note This parameter is the information that you must provide during the certificate application
process. Alibaba Cloud cannot obtain this information. Therefore, you must manually
enter it.
|
Domain | String | Yes | example.aliyundoc.com |
The domain name that you want the certificate to protect. If you want to protect multiple domain names, separate them with commas (,). Note This parameter is the information that you must provide during the certificate application
process. Alibaba Cloud cannot obtain this information. Therefore, you must manually
enter it.
|
DomainVerifyType | String | Yes | DNS |
The method to verify the identity of the registrant. Valid values:
|
String | Yes | username@example.com |
The contact email. Note This parameter is the information that you must provide during the certificate application
process. Alibaba Cloud cannot obtain this information. Therefore, you must manually
enter it.
|
|
InstanceId | String | Yes | cas-cn-68n1mm16**** |
The ID of the SSL Certificates Service instance. Note This parameter is the information that you must provide during the certificate application
process. Alibaba Cloud cannot obtain this information. Therefore, you must manually
enter it.
|
Mobile | String | Yes | 1335678**** |
The contact phone number. Note This parameter is the information that you must provide during the certificate application
process. Alibaba Cloud cannot obtain this information. Therefore, you must manually
enter it.
|
Province | String | Yes | zhejiang |
The province of the applicant. We recommend that you set this parameter in Chinese Pinyin. Note This parameter is the information that you must provide during the certificate application
process. Alibaba Cloud cannot obtain this information. Therefore, you must manually
enter it.
|
Username | String | Yes | AXXX |
The name of the contact. Note This parameter is the information that you must provide during the certificate application
process. Alibaba Cloud cannot obtain this information. Therefore, you must manually
enter it.
|
SourceIp | String | No | 192.168.XX.XX |
The source IP address of the request. |
Lang | String | No | zh |
The language of the request and response. Valid values:
|
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 5D97F21E-2B95-4EA9-8A9B-2759E04A5B4C |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=CreateDVOrderAudit
&City=hangzhou
&Domain=example.aliyundoc.com
&DomainVerifyType=DNS
&Email=username@example.com
&InstanceId=cas-cn-68n1mm16****
&Mobile=1335678****
&Province=zhejiang
&Username=AXXX
&<Common request parameters>
Sample success responses
XML
format
<CreateDVOrderAuditResponse>
<RequestId>5D97F21E-2B95-4EA9-8A9B-2759E04A5B4C</RequestId>
</CreateDVOrderAuditResponse>
JSON
format
{
"RequestId": "5D97F21E-2B95-4EA9-8A9B-2759E04A5B4C"
}
Error codes
For a list of error codes, visit the API Error Center.