All Products
Search
Document Center

ApsaraDB for ClickHouse:CheckScaleOutBalanced

Last Updated:Nov 12, 2024

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

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
clickhouse:CheckScaleOutBalancedget
  • DBCluster
    acs:clickhouse:{#regionId}:{#accountId}:dbcluster/{#DBClusterId}
    none
none

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 per page. Valid values:

  • 30 (default)
  • 50
  • 100
30
PageNumberintegerNo

The page number.

1

Response parameters

ParameterTypeDescriptionExample
object
TotalCountinteger

The total number of entries that are returned.

1
TableDetailsarray<object>

The error information returned for a check failure.

TableDetailobject
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
2024-09-25API Description Update. The Error code has changedView Change Details