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