All Products
Search
Document Center

ApsaraDB for ClickHouse:CheckScaleOutBalanced

Last Updated:Mar 01, 2024

Performs migration and scale-out detection on an ApsaraDB for ClickHouse cluster.

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
RegionIdstringYes

The region ID. You can call the DescribeRegions operation to query the most recent region list.

cn-hangzhou
DBClusterIdstringYes

The cluster ID.

cc-bp108z124a8o7****
PageSizeintegerNo

The number of entries returned per page. Valid values:

  • 30 (default)
  • 50
  • 100
30
PageNumberintegerNo

The total number of returned pages.

1

Response parameters

ParameterTypeDescriptionExample
object
TotalCountinteger

The total number of entries that are returned.

1
TableDetailsobject []

The error information returned for a check failure.

TableNamestring

The name of the local table.

test
Clusterstring

The cluster. The value is fixed as default.

default
Databasestring

The database name.

db_name
Detailinteger

The error details. Valid values:

  • 1: The unique distributed table is missing.
  • 2: More than one distributed table exists for the local table.
1
RequestIdstring

The request ID.

F5178C10-1407-4987-9133-DE4DC9119F75
PageSizeinteger

The number of entries returned per page. Valid values:

  • 30 (default)
  • 50
  • 100
30
PageNumberinteger

The total number of returned pages.

1
CheckCodestring

The check result. Valid values:

  • 400: The cluster failed the check.
  • 200: The cluster passed the check.
400
TimeDurationstring

The amount of time that is required for the migration and scale-out. Unit: minutes.

21

Examples

Sample success responses

JSONformat

{
  "TotalCount": 1,
  "TableDetails": {
    "TableDetail": [
      {
        "TableName": "test",
        "Cluster": "default",
        "Database": "db_name",
        "Detail": 1
      }
    ]
  },
  "RequestId": "F5178C10-1407-4987-9133-DE4DC9119F75",
  "PageSize": 30,
  "PageNumber": 1,
  "CheckCode": "400",
  "TimeDuration": "21"
}

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