You need to enable JavaScript to run this app.
导航
DownloadSSLCertificate
最近更新时间:2025.10.14 14:43:15首次发布时间:2025.10.14 14:43:15
复制全文
我的收藏
有用
有用
无用
无用

调用 DownloadSSLCertificate 接口下载指定实例的 SSL 证书。

请求类型

同步请求。

调试

请求参数

参数
类型
是否必选
示例值
描述
InstanceId
String
postgres-f006d308****
实例 ID。

返回参数

参数
类型
示例值
描述
Certificate
Integer[]
请参见返回示例。
证书压缩包。

示例

请求示例

POST /?Action=DownloadSSLCertificate&Version=2022-01-01 HTTP/1.1
Content-Type: application/json
Host: rds-postgresql.cn-beijing.volcengineapi.com
X-Date: 20231002T101010Z
Authorization: HMAC-SHA256 Credential=AKLTN2I0MmFiNzMxNWE5NDgzMzk4MmVjMTVkODlkZTZ****/20211202/cn-beijing/rds_postgresql/request,SignedHeaders=x-date, Signature=71d31fc7bcf990142851c9833c5656391486cda0ae2e0b8ada733b7c6458****
{
    "InstanceId": "postgres-f006d308****"
}

返回示例

{
    "ResponseMetadata": {
        "RequestId": "20250910214146326EE8E5A46FCC311831-241c03",
        "Action": "DownloadSSLCertificate",
        "Version": "2022-01-01",
        "Service": "rds_postgresql",
        "Region": "cn-beijing"
    },
    "Result": {
        "Certificate": [
            -64,
            96,
            47,
            …,
            -124,
            -64,
            105
        ]
    }
}