调用DescribeDBInstanceSSL接口查看SSL信息。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

请求参数

名称 类型 是否必选 示例值 描述
Action String DescribeDBInstanceSSL

系统规定参数。取值:DescribeDBInstanceSSL

DBInstanceName String pxc-*********

实例ID。

RegionId String cn-hangzhou

实例所属地域的ID。

返回数据

名称 类型 示例值 描述
RequestId String C458B1E8-1683-3645-B154-6BA32080EEA

请求ID。

Data Object

数据结构体。

SSLEnabled Boolean false

实例是否开启SSL:

  • true:开启
  • false: 关闭
SSLExpiredTime String 2022-11-04T09:39:07Z

证书过期时间。

CertCommonName String pxc-sddddddcym7g7w****.polarx.singapore.rds.aliyuncs.com

证书绑定域名。

示例

请求示例

http(s)://[Endpoint]/?Action=DescribeDBInstanceSSL
&DBInstanceName=pxc-*********
&RegionId=cn-hangzhou
&公共请求参数

正常返回示例

XML格式

HTTP/1.1 200 OK
Content-Type:application/xml

<DescribeDBInstanceSSLResponse>
    <RequestId>C458B1E8-1683-3645-B154-6BA32080EEA</RequestId>
    <Data>
        <SSLEnabled>false</SSLEnabled>
        <SSLExpiredTime>2022-11-04T09:39:07Z</SSLExpiredTime>
        <CertCommonName>pxc-sddddddcym7g7w****.polarx.singapore.rds.aliyuncs.com</CertCommonName>
    </Data>
</DescribeDBInstanceSSLResponse>

JSON格式

HTTP/1.1 200 OK
Content-Type:application/json

{
  "RequestId" : "C458B1E8-1683-3645-B154-6BA32080EEA",
  "Data" : {
    "SSLEnabled" : false,
    "SSLExpiredTime" : "2022-11-04T09:39:07Z",
    "CertCommonName" : "pxc-sddddddcym7g7w****.polarx.singapore.rds.aliyuncs.com"
  }
}

错误码

HttpCode 错误码 错误信息 描述
400 IdempotentParameterMismatch The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical. 该请求使用与先前相同但不相同的请求相同的客户端令牌。 除非请求相同,否则请勿将客户端令牌与其他请求重用。
400 InvalidAction The specified Action is invalid. 指定的Action无效。
404 InvalidDBInstance.NotFound The specified DB instance does not exist. 数据库实例不存在
500 InternalError An error occurred while processing your request. 接口暂时不可用

访问错误中心查看更多错误码。