接口功能介绍
获取多证书
接口约束
无
URI
GET /v4/elb/list-domain-cert-links
路径参数
无
Query参数
参数 | 是否必填 | 参数类型 | 说明 | 示例 | 下级对象 |
---|---|---|---|---|---|
regionID | 是 | String | 资源池ID | ||
listenerID | 否 | String | 监听器 ID | listener-xxxxx |
请求参数
请求头header参数
无
请求体body参数
无
响应参数
参数 | 参数类型 | 说明 | 示例 | 下级对象 |
---|---|---|---|---|
statusCode | Integer | 返回状态码(800为成功,900为失败) | 800 | |
message | String | statusCode为900时的错误信息; statusCode为800时为success, 英文 | success | |
description | String | statusCode为900时的错误信息; statusCode为800时为成功, 中文 | 成功 | |
errorCode | String | statusCode为900时为业务细分错误码,三段式:product.module.code; statusCode为800时为SUCCESS | SUCCESS | |
returnObj | Array of Objects | 检查结果 | returnObj |
表 returnObj
参数 | 参数类型 | 说明 | 示例 | 下级对象 |
---|---|---|---|---|
certificateName | String | 多证书 id | test | |
certificateType | String | 类型类型: ca / certificate | ||
extDomainName | String | 扩展域名 | domain | |
createdTime | String | 创建时间 | 2022-10-11T19:50:44Z | |
domainCertID | String | 多证书 id | dcl-xxxx |
枚举参数
无
请求示例
请求url
GET /v4/elb/list-domain-cert-link?regionID=100054c0416811e9a6690242ac110002
请求头header
无
请求体body
无
响应示例
{
"statusCode": 800,
"errorCode": "SUCCESS",
"message": "success",
"description": "成功",
"returnObj": [{
"certificateName": "test",
"certificateType": "ca",
"extDomainName": "domain",
"createdTime": "2022-10-11T19:50:44Z",
"domainCertID": "dcl-xxxx"
}]
}
状态码
请参考 状态码
错误码
请参考 错误码