内容分发网络 CDN-查询所有绑定HTTPS证书的域名信息:响应参数

时间:2024-04-23 16:29:51

响应参数

状态码: 200

表3 响应Body参数

参数

参数类型

描述

total

Integer

查询结果总数

https

Array of HttpsDetail objects

https配置。

表4 HttpsDetail

参数

参数类型

描述

domain_id

String

域名 id。

domain_name

String

绑定该证书的域名。

cert_name

String

证书名字。

certificate

String

证书内容。

private_key

String

私钥内容。

certificate_type

Integer

0:自有证书 1:云托管证书。

expiration_time

Long

证书过期时间。

https_status

Integer

HTTPS证书是否启用,取值0:不启用;1:启用HTTPS加速并协议跟随回源;2:启用HTTPS加速并HTTP回源。

force_redirect_https

Integer

客户端请求是否强制重定向。1是,0否。(如果为2,表示强制跳转HTTP)

force_redirect_config

ForceRedirect object

强制跳转。

http2

Integer

是否使用HTTP2.0。(1是,0否。)

表5 ForceRedirect

参数

参数类型

描述

switch

Integer

强制跳转开关。1打开。0关闭。

redirect_type

String

强制跳转类型。http:强制跳转HTTP。https:强制跳转HTTPS。

support.huaweicloud.com/api-cdn/ShowCertificatesHttpsInfo.html