Queries the certificate resources of a cloud service provider and cloud services.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
CloudName | string | No | The cloud service provider. Valid values:
| Tencent |
CloudProduct | string | No | The cloud service. Only Content Delivery Network (CDN) is supported for Tencent Cloud. | SLB |
SecretId | string | No | The AccessKey ID used to access cloud resources. | 21 |
Keyword | string | No | The domain name bound to the cloud resource. | cert-instanceId |
CurrentPage | integer | No | The page number. Default value: 1. | 1 |
ShowSize | integer | No | The number of revoked certificates per page. Default value: 20. | 20 |
Response parameters
Examples
Sample success responses
JSON
format
{
"Total": 440,
"CurrentPage": 1,
"ShowSize": 20,
"Data": [
{
"Id": 2356,
"GmtCreate": "1673423339000",
"GmtModified": "1696911946000",
"CloudProduct": "ALB",
"UserId": 1666884372152785,
"CertId": 12433121,
"CertName": "shop.amsaudio.cn",
"CertEndTime": "1737795520000",
"CertStartTime": "1706259520000",
"Domain": "www.tkgeo.ru",
"InstanceId": "nlb-rv05agjc97ovm14il5",
"ListenerId": "lsn-jiugof6t23et66lsnc@443",
"ListenerPort": "8047",
"EnableHttps": 1,
"DefaultResource": 0,
"Status": "BUY",
"UseSsl": 1,
"RegionId": "cn-hangzhou",
"CloudName": "aliyun",
"CloudRegion": "cn-hangzhou\n",
"CloudAccessId": "1234"
}
],
"RequestId": "12345678-1234-1234-1234-123456789ABC"
}
Error codes
For a list of error codes, visit the Service error codes.