Queries the SSL configuration of an AnalyticDB for MySQL Data Warehouse Edition (V3.0) cluster.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
adb:DescribeDBClusterSSL |
get |
*DBCluster
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The region ID of the cluster. Note
Call DescribeRegions to query available regions. |
cn-hangzhou |
| DBClusterId |
string |
Yes |
The cluster ID. Note
Call DescribeDBClusters to query cluster IDs in a region. |
am-bp1ub9grke1**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
348303D8-6F42-5141-9B00-A6EECA1E37B6 |
| ExpireTime |
string |
The SSL certificate expiration time in the yyyy-MM-ddTHH:mm:ssZ format (UTC). |
2022-10-11T08:16:43Z |
| ConnectionString |
string |
The SSL-encrypted endpoint. |
am-d7oualxo05x4o5be872***.ads.aliyuncs.com |
| SSLEnabled |
boolean |
Whether SSL encryption is enabled. Valid values:
Valid values:
|
true |
Examples
Success response
JSON format
{
"RequestId": "348303D8-6F42-5141-9B00-A6EECA1E37B6",
"ExpireTime": "2022-10-11T08:16:43Z",
"ConnectionString": "am-d7oualxo05x4o5be872***.ads.aliyuncs.com",
"SSLEnabled": true
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 404 | InvalidDBCluster.NotFound | The DBClusterId provided does not exist in our records. | The specified DBClusterId does not exist. Verify that the value is valid. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.