Query a DV certificate order.
You can call this operation to query the information of a DV certificate order.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DescribeDVOrderResult |
The operation that you want to perform. Set this value to DescribeDVOrderResult. |
InstanceId | String | Yes | cas-cn-mpXX |
The ID of the DV certificate. |
Lang | String | No | ZH |
The language type of the request and response. |
SourceIp | String | No | 1.2.3.4 |
The source IP address of the request. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
Certificate | String | -----BEGIN CERTIFICATE----- MIIF...... -----END CERTIFICATE----- |
The certificate content, in PEM format. Note This parameter only appears when the OrderStatus parameter is issued.
|
CheckName | String | _xx.aliyundns20181016.certificatestests.com |
The verification item. Note This parameter only appears when the OrderStatus parameter is checking.
|
CheckType | String | DNS |
The verification type. The value is DNS or FILE. Note
|
CheckValue | String | 201810150000000k09v6d4........ |
The verification value. Note This parameter only appears when the OrderStatus parameter is checking.
|
OrderStatus | String | checking |
The order status. Valid values:
|
PrivateKey | String | ----BEGIN RSA PRIVATE KEY----- MII.... -----END RSA PRIVATE KEY----- |
The private key of the certificate, in PEM format. Note This parameter only appears when the OrderStatus parameter is issued.
|
RequestId | String | EECA10D5-BD0.... |
The ID of the request. |
Examples
Sample request
http(s)://[Endpoint]/? Action=DescribeDVOrderResult
&<Common request parameters>
Sample success response
XML
format
<DescribeDVOrderResult>
<CheckValue>201810150000000k09v6d49sb26ys9whgpjp7cdavl6ik8a1nfct9mnep68n0h31</CheckValue>
<OrderStatus>checking</OrderStatus>
<CheckType>DNS</CheckType>
<RequestId>EECA10D5-BD0F-4EF1-B3EA-B4578E5C6F8E</RequestId>
<CheckName>_dnsauth.aliyundns20181016.certificatestests.com</CheckName>
</DescribeDVOrderResult>
JSON
format
{
"CheckValue":"201810150000000k09v6d49sb26ys9whgpjp7cdavl6ik8a1nfct9mnep68n0h31",
"OrderStatus":"checking",
"CheckType":"DNS",
"RequestId":"EECA10D5-BD0F-4EF1-B3EA-B4578E5C6F8E",
"CheckName":"_dnsauth.aliyundns20181016.certificatestests.com"
}
Error codes
The operation returns only common errors. For more information about errors common to all operations, see Error codes.