本接口支持获取当前账号下所有证书信息。
说明
veImageX 在全球多个区域部署,每个区域有自己对应的 OpenAPI 域名,不支持跨区域调用。具体详情请查看服务地址。
以下请求参数列表仅列出了该接口的部分公共参数,完整公共参数列表见公共参数。
参数 | 类型 | 是否必选 | 描述 |
---|---|---|---|
Action | String | 是 | 接口名称。 |
Version | String | 是 | 接口版本。veImageX 当前 API 的版本为 2018-08-01 。 |
参数 | 类型 | 描述 |
---|---|---|
cert_id | String | 证书 ID |
cert_name | String | 证书名 |
common_name | String | 证书通用名称 |
create_time | Integer | 证书创建时间,单位为秒。 |
not_after | Integer | 证书过期时间,单位为秒。 |
issuer | String | 证书签发机构 |
GET https://imagex.volcengineapi.com/?Action=GetAllCerts&Version=2018-08-01
{ "ResponseMetadata": { "RequestId": "201806041104200100100232280022D30", "Action": "GetAllCerts", "Version": "2018-08-01", "Service": "imagex", "Region": "cn-north-1" }, "Result": [ { "cert_id": "syq7*", "cert_name": "*.imagex.com", "common_name": "*.imagex.com", "create_time": 1603371088, "not_after": 1619755200, "issuer": "TrustAsia TLS RSA CA" } ] }
{ "ResponseMetadata": { "RequestId": "201806041104200100100232280022D30", "Action": "GetAllCerts", "Version": "2018-08-01", "Service": "imagex", "Region": "cn-north-1", "Error": { "Code": "GetAllCertsErr", "Message": "Backend Service Error" } } }