接口功能介绍
查看监听器扩展域名证书
接口约束
URI
GET /v4/elb/list-domain-cert-links
请求参数
请求体 Query 参数
参数 | 参数类型 | 是否必填 | 说明 | 示例 |
---|---|---|---|---|
regionID | String | 是 | 资源池ID | |
listenerID | String | 否 | 监听器 ID | listener-xxxxx |
响应参数
参数 | 参数类型 | 说明 | 示例 |
---|---|---|---|
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
参数 | 参数类型 | 说明 | 示例 |
---|---|---|---|
certificateName | String | 多证书 id | test |
certificateType | String | 类型类型: ca / certificate | |
extDomainName | String | 扩展域名 | domain |
createdTime | String | 创建时间 | 2022-10-11T19:50:44Z |
domainCertID | String | 多证书 id | dcl-xxxx |
请求示例
GET /v4/elb/list-domain-cert-links?regionID=100054c0416811e9a6690242ac110002
请求体Body
无
响应示例
{
"statusCode": 800,
"errorCode": "SUCCESS",
"message": "success",
"description": "成功",
"returnObj": [{
"certificateName": "test",
"certificateType": "ca",
"extDomainName": "domain",
"createdTime": "2022-10-11T19:50:44Z"
}]
}
状态码
状态码 | 描述 |
---|---|
200 | 表示请求成功。 |
错误码
请参考 错误码说明。