Modifies the disk size of a multi-zone ApsaraDB for HBase cluster.
Request parameters
| Parameter | Type | Required | Example | Description |
|---|---|---|---|---|
| Action | String | Yes | ResizeMultiZoneClusterDiskSize | The operation that you want to perform. Set the value to ResizeMultiZoneClusterDiskSize. |
| ClusterId | String | Yes | ld-f5d6vc2r8d6**** | The ID of the multi-zone cluster. |
| CoreDiskSize | Integer | Yes | 480 | The disk size of the core node. The value must be greater than the current disk size. The step size must be an integral multiple of 40. Unit: GB. Maximum value: 64000. |
| LogDiskSize | Integer | No | 440 | The disk size of the log node. The value must be greater than the current disk size. The step size must be an integral multiple of 40. Unit: GB. Maximum value: 8000. |
Response parameters
| Parameter | Type | Example | Description |
|---|---|---|---|
| OrderId | String | 123412341**** | The ID of the order. |
| RequestId | String | 568339C4-9F71-43D0-994E-E039CD826E56 | The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=ResizeMultiZoneClusterDiskSize
&ClusterId=ld-f5d6vc2r8d6****
&CoreDiskSize=480
&<Common request parameters>
Sample success responses
XML format
<RequestId>568339C4-9F71-43D0-994E-E039CD826E56</RequestId>
<OrderId>123412341****</OrderId>
JSON format
{"RequestId":"568339C4-9F71-43D0-994E-E039CD826E56","OrderId":"123412341****"}
Error codes
For a list of error codes, see Service error codes.