All Products
Search
Document Center

ApsaraDB for ClickHouse:DescribeTransferHistory

Last Updated:Mar 01, 2024

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

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
DBClusterIdstringYes

The cluster ID.

cc-bp108z124a8o7****

Response parameters

ParameterTypeDescriptionExample
object
HistoryDetailsobject []

The migration information.

SourceDBClusterstring

The ID of the source cluster.

cc-bp108z124a8o7****
TargetDBClusterstring

The ID of the destination cluster.

cc-bp13zkh9uw523****
Statusstring

The status of the data migration task. Valid values:

  • Finished: The data migration task is complete.
  • Processing: The data migration task is in progress.
Finished
Progressstring

The progress of the data migration.

100%
RequestIdstring

The request ID.

05321590-BB65-4720-8CB6-8218E041CDD0

Examples

Sample success responses

JSONformat

{
  "HistoryDetails": {
    "HistoryDetail": [
      {
        "SourceDBCluster": "cc-bp108z124a8o7****",
        "TargetDBCluster": "cc-bp13zkh9uw523****",
        "Status": "Finished",
        "Progress": "100%"
      }
    ]
  },
  "RequestId": "05321590-BB65-4720-8CB6-8218E041CDD0"
}

Error codes

HTTP status codeError codeError messageDescription
500InternalErrorAn error occurred while processing your request.An error occurred while processing your request.
503ServiceUnavailableAn 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 timeSummary of changesOperation
No change history