内容分发网络 CDN-配置HTTPS:响应参数

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

响应参数

状态码: 200

表7 响应Body参数

参数

参数类型

描述

https

HttpInfoResponseBody object

https配置。

表8 HttpInfoResponseBody

参数

参数类型

描述

https_status

Integer

HTTPS证书是否启用。0:不启用,此时无需填写证书及私钥参数;1:启用HTTPS加速并协议跟随回源;2:启用HTTPS加速并HTTP回源;3:启用HTTPS加速并HTTPS回源,开启时需要传递证书及私钥

cert_name

String

证书名称。(长度限制为3-32字符)。

certificate

String

证书内容。

private_key

String

功能说明: HTTPS协议使用的私钥,不启用证书则无需输入。(为了客户信息安全,接口返回私钥为空)

certificate_type

Integer

证书类型。1:代表华为云托管证书;0:表示自有证书。

force_redirect_https

Integer

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

force_redirect_config

ForceRedirect object

强制跳转

http2

Integer

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

expiration_time

Long

证书过期时间

表9 ForceRedirect

参数

参数类型

描述

switch

Integer

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

redirect_type

String

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

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