首页 边缘安全加速 边缘安全加速 ESA 开发参考 API参考 API目录 SSL/TLS 客户端证书 ListClientCaCertificates - 获取客户端CA证书列表

ListClientCaCertificates - 获取客户端CA证书列表

更新时间: 2024-12-26 16:52:02

获取指定站点下的客户端CA证书列表。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

当前API暂无授权信息透出。

请求参数

名称类型必填描述示例值
SiteIdlong

站点 ID。可通过 ListSites 接口获取。

1234567890123
PageNumberlong

取得第几页,取值范围:1~500。

1
PageSizelong

分页大小。默认值:20;最大值:100。 取值:1~100 之间的任意整数。

20

返回参数

名称类型描述示例值
object

Schema of Response

RequestIdstring

请求 ID。

F61CDR30-E83C-4FDA-BF73-9A94CDD44229
TotalCountlong

总条数。

16
PageNumberlong

返回数据的页码。

1
PageSizelong

整页大小。

20
SiteIdlong

站点 ID。

1234567890123
SiteNamestring

站点名称。

example.com
Resultarray<object>

客户端 CA 证书列表。

CertItemobject

证书信息。

Idstring

证书 ID。

babab9db65ee5efcca9f3d41d4b5****
Namestring

证书名称。

yourCertName
Statusstring

证书状态。

OK
Typestring

证书类型。

upload
CommonNamestring

证书通用名称。

www.example.com
NotBeforestring

证书有效期开始时间。

2023-03-31 02:08:00
NotAfterstring

证书有效期截止时间。

2024-03-31 02:08:00
Issuerstring

证书颁发机构。

GlobalSign nv-sa
SANstring

证书主题备用名。

www.example.com,*.example.com
SignatureAlgorithmstring

证书签名算法。

SHA256-RSA
PubkeyAlgorithmstring

证书公钥算法。

RSA
CreateTimestring

创建时间。

2024-06-24 07:48:51
UpdateTimestring

更新时间。

2024-07-20 06:18:42

示例

正常返回示例

JSON格式

{
  "RequestId": "F61CDR30-E83C-4FDA-BF73-9A94CDD44229",
  "TotalCount": 16,
  "PageNumber": 1,
  "PageSize": 20,
  "SiteId": 1234567890123,
  "SiteName": "example.com",
  "Result": [
    {
      "Id": "babab9db65ee5efcca9f3d41d4b5****",
      "Name": "yourCertName",
      "Status": "OK",
      "Type": "upload",
      "CommonName": "www.example.com ",
      "NotBefore": "2023-03-31 02:08:00",
      "NotAfter": "2024-03-31 02:08:00",
      "Issuer": "GlobalSign nv-sa",
      "SAN": "www.example.com,*.example.com",
      "SignatureAlgorithm": "SHA256-RSA",
      "PubkeyAlgorithm": "RSA",
      "CreateTime": "2024-06-24 07:48:51",
      "UpdateTime": "2024-07-20 06:18:42"
    }
  ]
}

错误码

HTTP status code错误码错误信息描述
400InvalidParameter.SiteIdFailed to query the website based on the SiteID you specified. Check parameter SiteId and try again.SiteId参数无效,无法通过指定的SiteId获取对应的站点名称,请确认SiteId后重试。
400MissingSiteIdRequired parameter SiteId missing. Specify SiteId and try again.缺少必填参数SiteId,请指定SiteId参数后重试。
400InternalExceptionFailed to call the service. Try again later or contact technical support.调用服务失败,请稍后重试或联系客服咨询详情。
403Unauthorized.InvalidTimeThe specified authentication time is invalid.您输入的鉴权时间参数无效,请检查参数值后重试。
403Unauthorized.InvalidTokenToken authentication failed.您输入的token无效,请检查并输入正确的token后进行重试。

访问错误中心查看更多错误码。

上一篇: ListClientCertificates - 获取客户端证书列表 下一篇: DeleteClientCaCertificate - 删除客户端CA证书