调用DescribeDBClusterSSL接口查询PolarDB集群SSL设置。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
请求参数
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DescribeDBClusterSSL | 系统规定参数。取值:DescribeDBClusterSSL。 |
DBClusterId | String | 是 | pc-************ | 集群ID。 说明 您可以通过DescribeDBClusters接口查看账号下所有集群的详细信息,包括集群ID。 |
返回数据
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | C890995A-CF06-4F4D-8DB8-DD26C2****** | 请求ID。 |
SSLAutoRotate | String | Enable | 是否开启SSL证书自动轮转。取值:
说明 该参数仅PolarDB MySQL版支持。 |
Items | Array of Item | SSL链路信息列表。 |
|
SSLExpireTime | String | 2021-11-13T07:14:22Z | SSL证书有效期。格式: |
SSLEnabled | String | Enabled | 是否开启SSL加密。取值:
|
SSLConnectionString | String | pc-************.mysql.polardb.rds.aliyuncs.com | SSL链路地址。 |
DBEndpointId | String | pe-************ | 集群地址ID。 |
示例
请求示例
http(s)://polardb.aliyuncs.com/?Action=DescribeDBClusterSSL
&DBClusterId=pc-************
&<公共请求参数>
正常返回示例
XML
格式
HTTP/1.1 200 OK
Content-Type:application/xml
<DescribeDBClusterSSLResponse>
<RequestId>C890995A-CF06-4F4D-8DB8-DD26C2******</RequestId>
<SSLAutoRotate>Enable</SSLAutoRotate>
<Items>
<SSLExpireTime>2021-11-13T07:14:22Z</SSLExpireTime>
<SSLEnabled>Enabled</SSLEnabled>
<SSLConnectionString>pc-************.mysql.polardb.rds.aliyuncs.com</SSLConnectionString>
<DBEndpointId>pe-************</DBEndpointId>
</Items>
</DescribeDBClusterSSLResponse>
JSON
格式
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "C890995A-CF06-4F4D-8DB8-DD26C2******",
"SSLAutoRotate" : "Enable",
"Items" : [ {
"SSLExpireTime" : "2021-11-13T07:14:22Z",
"SSLEnabled" : "Enabled",
"SSLConnectionString" : "pc-************.mysql.polardb.rds.aliyuncs.com",
"DBEndpointId" : "pe-************"
} ]
}
错误码
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidDBClusterId.Malformed | The specified parameter DBClusterId is not valid. | 指定的参数DBClusterId无效 |
404 | InvalidDBCluster.NotFound | The DBClusterId provided does not exist in our records. | 当前的记录中不存在提供的DBClusterId。 |
访问错误中心查看更多错误码。