Queries the list of China Shield certificates.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| PageNumber |
integer |
No |
The current page number. Default value: 1. |
1 |
| PageSize |
integer |
No |
The page size. Valid values: any integer from 1 to 1000. |
20 |
| SearchKeyword |
string |
No |
The certificate name for fuzzy match. |
aliyun |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
F61CDR30-E83C-4FDA-BF73-9A94CDD44229 |
| TotalCount |
integer |
The total number of entries returned. |
20 |
| Certificates |
array<object> |
The certificate list. |
|
|
object |
The certificate. |
||
| NotAfter |
string |
The expiration time of the certificate. |
1708423200000 |
| Fingerprint |
string |
The certificate fingerprint. |
0151xxxx |
| Name |
string |
The certificate name. |
demo |
| Issuer |
string |
The certificate issuer. |
DigiCert |
| Id |
integer |
The certificate ID. |
30000145 |
| CommonName |
string |
The common name of the certificate. |
example.com |
| Region |
string |
The region where the certificate resides. Supported values: cn-hangzhou and ap-southeast-1. |
ap-southeast-1 |
| PageNumber |
integer |
The page number. Default value: 1. |
1 |
| PageSize |
integer |
The page size. |
10 |
Examples
Success response
JSON format
{
"RequestId": "F61CDR30-E83C-4FDA-BF73-9A94CDD44229",
"TotalCount": 20,
"Certificates": [
{
"NotAfter": "1708423200000",
"Fingerprint": "0151xxxx\n",
"Name": "demo",
"Issuer": "DigiCert",
"Id": 30000145,
"CommonName": "example.com\n",
"Region": "ap-southeast-1"
}
],
"PageNumber": 1,
"PageSize": 10
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | CertList.NotFound | The specified CertList does not exist. | The queried certificate list does not exist. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.