Mengkueri detail konfigurasi SSL instans Database Apsara for MongoDB.
Deskripsi operasi
To use this operation, the instance must meet the following requirements:
-
The instance status is Running.
-
The instance is a replica set instance or a sharded cluster instance.
-
The replica set instance must be version 3.4 or later.
-
The sharded cluster instance must use Enhanced SSDs (ESSDs).
-
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dds:DescribeDBInstanceSSL |
get |
*Instance
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| DBInstanceId |
string |
Yes |
ID instans. |
dds-bpxxxxxxxx |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| SSLExpiredTime |
string |
The expiration time of the SSL certificate. The time is in the yyyy-MM-ddTHH:mm:ssZ format and is displayed in UTC. |
2020-03-11T02:28:25Z |
| SSLStatus |
string |
The status of the SSL feature.
|
Open |
| RequestId |
string |
The request ID. |
36BB1BC2-789C-4BBA-A519-C5B388E4B0D4 |
| CertCommonName |
string |
The name of the SSL certificate. |
dds-bpxxxxxxxx.mongodb.rds.aliyuncs.com |
| ForceEncryption |
string |
Specifies whether connections must be encrypted using SSL. Valid values:
Valid values:
|
0 |
Contoh
Respons sukses
JSONformat
{
"SSLExpiredTime": "2020-03-11T02:28:25Z",
"SSLStatus": "Open",
"RequestId": "36BB1BC2-789C-4BBA-A519-C5B388E4B0D4",
"CertCommonName": "dds-bpxxxxxxxx.mongodb.rds.aliyuncs.com",
"ForceEncryption": "0"
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.