Queries the verification reports.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
polardb:DescribeUpgradeReport |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The ID of the region. Note
For more information, see DescribeRegions. |
cn-hangzhou |
| SourceDBClusterId |
string |
No |
The ID of the source instance. |
rm-2zen5pe5vi56447d0 |
| DBType |
string |
No |
The database type. Valid values:
|
MySQL |
| DBVersion |
string |
No |
The compatible database version. |
8.0 |
| TaskId |
string |
No |
The task ID. |
2321321 |
| PageNumber |
integer |
No |
The page number. |
1 |
| PageSize |
integer |
No |
The number of entries per page. |
30 |
| Status |
string |
No |
The task status. |
Running |
| Type |
string |
No |
A special metric. This parameter is supported only for instances that use the Tair architecture. |
orca |
| CreationCategory |
string |
No |
The product series. Valid values:
For more information, see Product series. |
Normal |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
2FED790E-FB61-4721-8C1C-07C627****** |
| SourceDBClusterId |
string |
The ID of the source instance. |
rm-2zen5pe5vi56447d0 |
| TotalSize |
integer |
The total number of entries returned. |
137 |
| UpgradeReportList |
array<object> |
The list of evaluation reports. |
|
|
object |
|||
| TaskId |
string |
The task ID. |
275948 |
| CheckTime |
string |
The check time. |
2024-03-15T06:48:44Z |
| DstVersion |
string |
The version of the destination instance. |
8.0 |
| SrcInsName |
string |
The name of the source instance. |
pc-2ze54671qoz830za9 |
| SrcVersion |
string |
The version of the source instance. |
5.7 |
| UpgradeMode |
string |
The upgrade mode. |
rds2polar_pengine_with_dts |
| Result |
string |
The status of the evaluation task. |
running |
| EffectiveTime |
string |
The effective time of the evaluation. |
2024-03-08T06:48:44Z |
| StartTime |
string |
The start time of the evaluation. |
2025-07-05T01:56:00Z |
| EndTime |
string |
The end time of the evaluation. |
2024-03-08T06:48:44Z |
| ItemsSize |
integer |
The number of entries in the list of Oracle compatibility evaluation details. |
10 |
| Items |
array<object> |
The list of Oracle compatibility evaluation details. Note
This parameter is supported only for Oracle instances. |
|
|
object |
The list. |
||
| Schema |
string |
The schema of the evaluation object. |
ny_openapi |
| Type |
string |
The type of the evaluation object. |
orca |
| Name |
string |
The name of the evaluation object. |
testName |
| Status |
string |
The result of the compatibility evaluation. Valid values:
|
1 |
| DDL |
string |
The Data Definition Language (DDL) statements for object synchronization. |
CREATE XXXX |
| Details |
string |
The details. |
[] |
| SrcDBType |
string |
The database type of the source instance. Valid values:
|
MySQL |
| DstDBType |
string |
The database type of the destination instance. Valid values:
|
MySQL |
| SrcDeleted |
string |
The deletion status of the source instance. Valid values:
|
1 |
| Type |
string |
A special metric. This parameter is supported only for instances that use the Tair architecture. |
tair |
Examples
Success response
JSON format
{
"RequestId": "2FED790E-FB61-4721-8C1C-07C627******",
"SourceDBClusterId": "rm-2zen5pe5vi56447d0",
"TotalSize": 137,
"UpgradeReportList": [
{
"TaskId": "275948",
"CheckTime": "2024-03-15T06:48:44Z",
"DstVersion": "8.0",
"SrcInsName": "pc-2ze54671qoz830za9",
"SrcVersion": "5.7",
"UpgradeMode": "rds2polar_pengine_with_dts",
"Result": "running",
"EffectiveTime": "2024-03-08T06:48:44Z",
"StartTime": "2025-07-05T01:56:00Z",
"EndTime": "2024-03-08T06:48:44Z"
}
],
"ItemsSize": 10,
"Items": [
{
"Schema": "ny_openapi",
"Type": "orca",
"Name": "testName",
"Status": "1",
"DDL": "CREATE XXXX"
}
],
"Details": "[]",
"SrcDBType": "MySQL",
"DstDBType": "MySQL",
"SrcDeleted": "1",
"Type": "tair"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.