Retrieves the list of managed orders.
Operation description
Queries the managed orders for a certificate or order.
QPS limit
The single-user QPS limit for this operation is 10 calls per second. If this limit is exceeded, the API call is throttled, which may affect your business. Call this operation appropriately.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-cert:ListTrusteeOrder |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| CertificateId |
integer |
No |
The certificate ID. You must specify either CertificateId or OrderId. Both cannot be empty at the same time. |
23787679 |
| OrderId |
integer |
No |
The order ID. You must specify either CertificateId or OrderId. Both cannot be empty at the same time. |
14933279 |
| MaxResults |
integer |
No |
The maximum number of records to return in this request. |
20 |
| NextToken |
string |
No |
The token for the next query. If NextToken is empty, no more results are available. |
1d2db86sca4384811e0b5e8707e68181f |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
0068247C-A454-5FC9-93BF-C41CBB5CD19E |
| TrusteeOrderList |
string |
The list of orders. |
[ { "VerifyStatus": 0, "ShowRefund": false, "CertificateId": 0, "SourceType": "buy", "IsMix": false, "CertType": "DV", "PartnerOrderId": null, "ProductId": 53, "StatusCode": "closed", "KeyProtection": "UNKNOWN", "BrandName": "Rapid", "JobStatus": "editing", "Month": 6, "IsFree": false, "DomainType": "ONE", "IsRefunding": false, "RevokeReturnCount": false, "JobId": 440231, "DomainCount": 1, "InstanceId": "cas-ivauto-fe7kv4-15650439-renew", "ProductCode": "geotrust-dv-1-starter", "WildDomainCount": 0, "OrderId": 15652305, "Algorithm": "RSA", "Year": 1, "IsRenew": false, "Domain": "tw.certqa.cn", "AllDomain": "tw.certqa.cn", "BuyDate": 1773906251000 } ] |
| TotalCount |
integer |
The total number of orders. |
23 |
| NextToken |
string |
The token for the next query. If NextToken is empty, no more results are available. |
1d2db86sca4384811e0b5e8707e68181f |
| MaxResults |
integer |
The maximum number of records to return in this request. |
20 |
Examples
Success response
JSON format
{
"RequestId": "0068247C-A454-5FC9-93BF-C41CBB5CD19E",
"TrusteeOrderList": "[\n {\n \"VerifyStatus\": 0,\n \"ShowRefund\": false,\n \"CertificateId\": 0,\n \"SourceType\": \"buy\",\n \"IsMix\": false,\n \"CertType\": \"DV\",\n \"PartnerOrderId\": null,\n \"ProductId\": 53,\n \"StatusCode\": \"closed\",\n \"KeyProtection\": \"UNKNOWN\",\n \"BrandName\": \"Rapid\",\n \"JobStatus\": \"editing\",\n \"Month\": 6,\n \"IsFree\": false,\n \"DomainType\": \"ONE\",\n \"IsRefunding\": false,\n \"RevokeReturnCount\": false,\n \"JobId\": 440231,\n \"DomainCount\": 1,\n \"InstanceId\": \"cas-ivauto-fe7kv4-15650439-renew\",\n \"ProductCode\": \"geotrust-dv-1-starter\",\n \"WildDomainCount\": 0,\n \"OrderId\": 15652305,\n \"Algorithm\": \"RSA\",\n \"Year\": 1,\n \"IsRenew\": false,\n \"Domain\": \"tw.certqa.cn\",\n \"AllDomain\": \"tw.certqa.cn\",\n \"BuyDate\": 1773906251000\n }\n]",
"TotalCount": 23,
"NextToken": "1d2db86sca4384811e0b5e8707e68181f",
"MaxResults": 20
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.