绑定PathX SSL证书-BindPathXSSL

绑定PathX SSL证书

Request Parameters

Parameter nameTypeDescriptionRequired
ProjectIdstring项目ID。 请参考GetProjectList接口Yes
SSLIdstring证书ID,如果没有指定证书ID也没有申请免费证书,HTTPS接入无法正常工作Yes
UGAIdstringUGA实例IDYes
Port.nint绑定SSL证书的HTTPS端口。Port.0 Port.1对应多个Port。如果Port不存在则不会绑定Yes

Response Elements

Parameter nameTypeDescriptionRequired
RetCodeint操作返回码Yes
Actionstring操作名称Yes

Request Example

https://api.ucloud.cn/?Action=BindPathXSSL
&ProjectId=org-xxxxx
&SSLId=gssl-xxxx
&UGAId=uga-xxxxx
&Port.n=443

Response Example

{
    "RetCode": 0,
    "Action": "BindPathXSSLResponse"
}