调用 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 ] } }