Queries information about data migration from an ApsaraDB for ClickHouse cluster of an earlier version to an ApsaraDB for ClickHouse cluster of a later version
Operation description
Note
You can call this operation to query information about only data migration from an ApsaraDB for ClickHouse cluster of an earlier version to an ApsaraDB for ClickHouse cluster of a later version.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
DBClusterId | string | Yes | The cluster ID. | cc-bp108z124a8o7**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"HistoryDetails": {
"HistoryDetail": [
{
"SourceDBCluster": "cc-bp108z124a8o7****",
"TargetDBCluster": "cc-bp13zkh9uw523****",
"Status": "Finished",
"Progress": "100%"
}
]
},
"RequestId": "05321590-BB65-4720-8CB6-8218E041CDD0"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
500 | InternalError | An error occurred while processing your request. | An error occurred while processing your request. |
503 | ServiceUnavailable | An error occurred while processing your request. | An error occurred while processing your request. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history