Queries the list of instance specifications.
Operation description
Binary log files are retained for 15 days by default.
The returned log list includes all logs log record end time is after the query start time and log record start time is before the query end time.
When DownloadLink is not NULL, you can download the backup file from this URL. The URL is valid for 2 days after it is generated. Download the file before the expiration time.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
polardbx:DescribeCdcClassList |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DBInstanceName |
string |
Yes |
The instance ID. |
pxc-hzjasd**** |
| RegionId |
string |
Yes |
The region where the instance resides. |
cn-hangzhou |
| InstanceName |
string |
No |
The instance name. |
pxc-hzrh51fze****pon-cdc |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
Id of the request |
6BA32080EEA |
| Data |
object |
The data struct. |
|
| ClassCodeList |
array<object> |
array |
|
|
object |
object |
||
| Mem |
string |
The total memory size of the tenant. Unit: GB. |
2048 |
| ClassCode |
string |
The instance specification. |
polarx.n2.small.2e.cdc |
| CpuCore |
string |
The number of CPU cores. |
2 |
Examples
Success response
JSON format
{
"RequestId": "6BA32080EEA",
"Data": {
"ClassCodeList": [
{
"Mem": "2048",
"ClassCode": "polarx.n2.small.2e.cdc",
"CpuCore": "2"
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.