接口功能介绍
查询用户证书列表
接口约束
无
URI
POST /v1/certificate/list
路径参数
无
Query参数
无
请求参数
请求头header参数
无
请求体body参数
参数 | 是否必填 | 参数类型 | 说明 | 示例 | 下级对象 |
---|---|---|---|---|---|
status | 否 | String | 证书状态,取值范围:待申请-PREAPPLY、申请审核中-APPLYAUDITING、审核失败-AUDITFAILED、已签发-ISSUED、即将过期-EXPIRING、已过期-EXPIRED、吊销审核中-REVOKEAUDITING、已吊销-REVOKED | ISSUED | |
pageSize | 是 | Integer | 当前页码 | 10 | |
pageNum | 是 | Integer | 每页记录数 | 1 | |
keyword | 否 | String | 关键字 | test.com | |
origin | 否 | String | 不传默认为PURCHASE,证书来源,取值范围:购买-PURCHASE、上传-UPLOAD | PURCHASE |
响应参数
参数 | 参数类型 | 说明 | 示例 | 下级对象 |
---|---|---|---|---|
statusCode | Integer | 状态码 | 200 | |
message | String | 提示信息 | Success | |
returnObj | Object | 返回数据结构体 | result | |
error | String | 错误码,仅错误时返回 | CCMS_100000063 |
表 result
参数 | 参数类型 | 说明 | 示例 | 下级对象 |
---|---|---|---|---|
list | Object | 返回数据结构体 | CertificateList | |
totalSize | Integer | 证书总数量 | 10 |
表 CertificateList
参数 | 参数类型 | 说明 | 示例 | 下级对象 |
---|---|---|---|---|
id | String | 证书id | 0d63c8bc04634de195af1cbbbfb836a2 | |
accountid | String | 租户的账户 id | e24318ed2ce748c7d9073d5f97221d36 | |
userid | String | 用户 id | e24318ed2ce748c7d9073d5f97221d36 | |
workOrderNo | String | 工单号 | 20240719152808491958 | |
ordApplyType | String | 商用试用 | ORD_100_04_0001 | |
itOrderCreateDate | String | 订单创建时间 | 2024-07-19T07:24:11Z | |
resourceId | String | 资源id | e736f6cd1649442893d7b205fe7d95de | |
resourceType | String | 资源类型 | CCMS_PUBLIC_SINGLE | |
origin | String | 证书来源 | PURCHASE | |
type | String | 证书种类 | OV | |
certificateId | String | 证书id | aHz0Djw7 | |
name | String | 证书名称 | test | |
labelList | String | 标签表 | test,test1 | |
status | String | 证书当前状态 | REVOKEAUDITING | |
detailStatus | String | 证书当前状态 | ISSUED | |
managedStatus | String | 托管状态 | HELD | |
fingerprint | String | 证书指纹 | 45324B2FD17DBAA0808FFFE6547D2E83DD5ACD52 | |
issueTime | String | 证书签发时间 | 2024-07-19T08:00:00Z | |
expireTime | String | 证书过期时间 | 2025-07-19T08:00:00Z | |
serviceBeginTime | String | 服务开始时间 | 2024-07-19T00:00:00Z | |
serviceEndTime | String | 服务结束时间 | 2025-07-19T00:00:00Z | |
renewNum | Integer | 剩余续期次数 | 1 | |
domainType | String | 域名类型 | WILDCARD | |
domainName | String | 域名 | *.test.cn | |
cycleType | Integer | 周期类型 | 5 | |
orderingDurationUnit | Integer | 购买时长单位 | 5 | |
orderingDurationValue | Integer | 购买时长 | 1 | |
encryptionStandard | String | 加密标准类型 | INTERNATIONAL | |
encryptionAlgorithm | String | 加密算法 | RSA | |
createTime | String | 第二位名称 | 2025-07-19T00:00:00Z | |
updateTime | String | 邮箱地址 | 2025-07-19T00:00:00Z |
枚举参数
无
请求示例
请求url
无
请求头header
无
请求体body
{
"status": "ISSUED",
"pageSize": 10,
"pageNum": 1,
"keyword": "",
"origin": "PURCHASE"
}
响应示例
{
"statusCode": 200,
"message": "Success",
"returnObj": {
"totalSize": 15,
"list": [
{
"id": "0d63c8bc04634de195af1cbbbfb836a2",
"accountId": "dccdc8ef8e6546d9bd7ba5675ae39f38",
"userId": "3130b39cd6934672be0c7e2dd74808e7",
"ordApplyType": "ORD_100_04_0002",
"workOrderNo": "20240719152411087835",
"itOrderCreateDate": "2024-07-19T07:24:11Z",
"resourceId": "140e5bef988e45588a6bb359e3e33911",
"resourceType": "CCMS_PUBLIC_SINGLE",
"origin": "PURCHASE",
"type": "DV",
"certificateId": "2dxgB53h",
"name": "TRUSTASIA",
"status": "ISSUED",
"managedStatus": "HOLD",
"fingerprint": "000790778F282822634B91FE7B6A9CCA5151ECB8",
"issueTime": "2024-07-19T00:00:00Z",
"expireTime": "2025-07-19T12:00:00Z",
"serviceBeginTime": "2024-07-19T00:00:00Z",
"serviceEndTime": "2025-07-19T00:00:00Z",
"renewNum": 0,
"domainVerifyMethod": "MANUAL",
"domainType": "SINGLE",
"domainName": "wxl-test.asia",
"cycleType": 200,
"orderingDurationUnit": 5,
"orderingDurationValue": 1,
"encryptionStandard": "NATIONAL",
"encryptionAlgorithm": "SM2",
"createTime": "2024-07-19T07:23:59Z",
"updateTime": "2024-07-22T02:49:44Z"
}
]
}
}
状态码
请参考 状态码
错误码
请参考 错误码