Queries the SSL Certificates Service instances in your certificate order.
Debugging
Request parameters
Parameter | Position | Type | Required | Example | Description |
---|---|---|---|---|---|
Action | Query | String | Yes | DescribeOrderInstanceList |
The operation that you want to perform. Set the value to DescribeOrderInstanceList. |
StartIndex | Query | Integer | Yes | 0 |
The start index number. The system starts to query the instance information of the certificate order from this index number. Set the value to 0. |
SourceIp | Query | String | No | 1.2.3.4 |
The source IP address of the request. |
Lang | Query | String | No | zh |
The language of the request and response. Valid values:
|
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
OrderList | Array of order |
The returned SSL Certificates Service instances. |
|
CertType | String | OV |
The type of the certificate. Valid values:
|
Id | Long | 2755629 |
The ID of the returned data source. |
InstanceId | String | cas-cn-68n1mm16**** |
The ID of the SSL Certificates Service instance. |
Source | String | BUY |
The source of the request for the certificate order. Valid values:
|
Status | String | PAYED |
The status of the certificate order. Valid values:
|
RequestId | String | 5BCD2F6C-7A9D-47C1-8588-2CC6A4E0BE5E |
The ID of the request. |
TotalCount | Integer | 12 |
The total number of returned SSL Certificates Service instances. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=DescribeOrderInstanceList
&StartIndex=0
&<Common request parameters>
Sample success responses
XML
format
<DescribeOrderInstanceListResponse>
<OrderList>
<Source>BUY</Source>
<Status>PAYED</Status>
<CertType>EV</CertType>
<InstanceId>cas-cn-68n1mm16****</InstanceId>
<Id>2755629</Id>
</OrderList>
<OrderList>
<Source>BUY</Source>
<Status>CHECKING</Status>
<CertType>OV</CertType>
<InstanceId>cas-cn-68n1mm16****</InstanceId>
<Id>2755619</Id>
</OrderList>
<TotalCount>145</TotalCount>
<RequestId>5BCD2F6C-7A9D-47C1-8588-2CC6A4E0BE5E</RequestId>
</DescribeOrderInstanceListResponse>
JSON
format
{
"OrderList": [
{
"Source": "BUY",
"Status": "PAYED",
"CertType": "EV",
"InstanceId": "cas-cn-68n1mm16****",
"Id": 2755629
},
{
"Source": "BUY",
"Status": "CHECKING",
"CertType": "OV",
"InstanceId": "cas-cn-68n1mm16****",
"Id": 2755619
}
],
"TotalCount": 145,
"RequestId": "5BCD2F6C-7A9D-47C1-8588-2CC6A4E0BE5E"
}
Error codes
For a list of error codes, visit the API Error Center.