Queries the details of Transparent Data Encryption (TDE) for an instance.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
polardbx:DescribeDBInstanceTDE |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DBInstanceName |
string |
No |
The instance ID. |
pxc-******** |
| RegionId |
string |
No |
The region ID of the instance. |
cn-hangzhou |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
C458B1E8-1683-3645-B154-6BA32080EEA |
| Data |
object |
The data struct. |
|
| TDEStatus |
string |
Indicates whether TDE is enabled. Valid values:
|
0 |
Examples
Success response
JSON format
{
"RequestId": "C458B1E8-1683-3645-B154-6BA32080EEA",
"Data": {
"TDEStatus": "0"
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 403 | IncorrectEngineVersion | The current engine version does not support the operation. | The current engine version does not support the operation. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.