Invokes the DescribeCharacterSet operation to query the character set types supported by databases in a target instance.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
polardbx:DescribeCharacterSet |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DBInstanceName |
string |
Yes |
The instance ID. |
pxc-********* |
| RegionId |
string |
Yes |
The ID of the region where the instance resides. |
cn-hangzhou |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Message |
string |
The response message. "success" is returned if the request is successful. Otherwise, an error code is returned. |
success |
| RequestId |
string |
The request ID. |
709C1E40-092D-4A3D-9958-6D7438****** |
| Success |
boolean |
Indicates whether the request is successful. |
true |
| Data |
object |
The data struct. |
|
| Engine |
string |
The storage type of databases in the target instance. Currently, only polarx is supported. |
polarx |
| CharacterSet |
array |
The character sets supported by the instance. Valid values:
|
|
|
string |
The character set. |
utf8 |
Examples
Success response
JSON format
{
"Message": "success",
"RequestId": "709C1E40-092D-4A3D-9958-6D7438******",
"Success": true,
"Data": {
"Engine": "polarx",
"CharacterSet": [
"utf8"
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.