Refreshes the metadata of an import task.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
polardbx:RefreshImportMeta |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID. > You can call the DescribeRegions operation to query the regions supported by PolarDB-X, including region IDs. |
cn-hangzhou |
| DBInstanceName |
string |
No |
The instance ID. > You can call the DescribeDBInstances operation to query the details of all instances in the specified region, including instance IDs. |
pxc-xxx |
| SlinkTaskId |
string |
Yes |
The task ID. |
etx-szr2rr6i***** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Message |
string |
The result details of the import or export task. > This parameter is empty unless an exception occurs. |
***** |
| RequestId |
string |
The request ID. |
AE4F6C34-065F-45AA-B5DC-4B8D816F6305 |
| Success |
boolean |
Indicates whether the request was successful. |
true |
| Data |
object |
The monitoring data. |
|
| SlinkTaskId |
string |
The export task ID. |
etx-szr2rr6i***** |
Examples
Success response
JSON format
{
"Message": "*****",
"RequestId": "AE4F6C34-065F-45AA-B5DC-4B8D816F6305",
"Success": true,
"Data": {
"SlinkTaskId": "etx-szr2rr6i*****"
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.