调用DescribeCdnHttpsDomainList查询用户所有证书信息。
接口说明
单用户调用频率:100 次/秒。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
cdn:DescribeCdnHttpsDomainList |
get |
*全部资源
|
无 | 无 |
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| PageNumber |
integer |
否 |
取得第几页,取值范围为:1~100000。 |
5 |
| PageSize |
integer |
否 |
分页大小,默认 20。 |
20 |
| Keyword |
string |
否 |
搜索关键字。 |
com |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
|||
| TotalCount |
integer |
总条数。 |
16 |
| RequestId |
string |
请求 ID。 |
F5E8DF64-7175-4186-9B06-F002C0BBD0C5 |
| CertInfos |
object |
||
| CertInfo |
array<object> |
证书信息列表。 |
|
|
object |
|||
| CertStartTime |
string |
证书开始时间。 |
2018-11-26 14:45:09 |
| CertExpireTime |
string |
证书过期时间。 |
2018-12-26 14:45:09 |
| CertUpdateTime |
string |
证书更新时间。 |
2019-01-08 18:33:16 |
| CertType |
string |
证书类型。
|
free |
| CertName |
string |
证书名称。 |
test |
| CertStatus |
string |
证书状态。
|
mismatch |
| DomainName |
string |
加速域名。 |
example.com |
| CertCommonName |
string |
证书主域名。 |
example.org |
示例
正常返回示例
JSON格式
{
"TotalCount": 16,
"RequestId": "F5E8DF64-7175-4186-9B06-F002C0BBD0C5",
"CertInfos": {
"CertInfo": [
{
"CertStartTime": "2018-11-26 14:45:09",
"CertExpireTime": "2018-12-26 14:45:09",
"CertUpdateTime": "2019-01-08 18:33:16",
"CertType": "free",
"CertName": "test",
"CertStatus": "mismatch",
"DomainName": "example.com",
"CertCommonName": "example.org"
}
]
}
}
错误码
|
HTTP status code |
错误码 |
错误信息 |
描述 |
|---|---|---|---|
| 400 | NoHttpsDomain | Your account doesn't have https domain. |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。