Retrieves the list of CDC versions.
Operation description
Binary log files are retained for 15 days by default.
The returned log list includes all logs whose log record end time is after the query start time and whose 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 URL expires.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
polardbx:DescribeCdcVersionList |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The region ID of the instance. |
cn-beijing |
| DBInstanceName |
string |
No |
The instance name. |
pxc-bjrl7****k2vp7 |
| InstanceName |
string |
No |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
Id of the request |
97632117-E477-5FE8-B424-F059CBBDD919 |
| Data |
object |
The response struct. |
|
| VersionList |
array |
The ID of the associated legacy project. You can ignore this parameter. |
|
|
string |
The ID of the associated legacy project. You can ignore this parameter. |
[{'Version': '2022-07-28'}] |
Examples
Success response
JSON format
{
"RequestId": "97632117-E477-5FE8-B424-F059CBBDD919",
"Data": {
"VersionList": [
"[{'Version': '2022-07-28'}]"
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.