Calls the DescribeUserEncryptionKeyList operation to retrieve the list of Transparent Data Encryption (TDE) keys for a user.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
polardbx:DescribeUserEncryptionKeyList |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DBInstanceName |
string |
No |
The instance ID. |
pxc-hzjasd**** |
| RegionId |
string |
No |
The region ID. |
cn-hangzhou |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
FEA5DC20-6D8A-5979-97AA-FC57546ADC20 |
| Data |
object |
The returned data. |
|
| KeyIds |
array |
The key list. |
|
|
string |
The user key. |
RkVBNURDMjAtNkQ4QS01OTc5LTk3QUEtRkM1NzU0Nk****** |
Examples
Success response
JSON format
{
"RequestId": "FEA5DC20-6D8A-5979-97AA-FC57546ADC20",
"Data": {
"KeyIds": [
"RkVBNURDMjAtNkQ4QS01OTc5LTk3QUEtRkM1NzU0Nk******"
]
}
}
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.