Adjusts the disk size.

Request parameters

Parameter Type Required Example Description
Action String Yes ResizeDiskSize

The operation that you want to perform. Set the value to ResizeDiskSize.

ClusterId String Yes hb-bp16o0pd52e3y****

The ID of the instance.

NodeDiskSize Integer Yes 120

The disk size per node. Unit: GB.

Response parameters

Parameter Type Example Description
OrderId String 3C22622B-8555-42BF-AD8A-1B960743****

The ID of the order.

RequestId String 493A762B-E4A6-44E9-B877-CA6D0CAF8B29

The ID of the request.

Examples

Sample requests

http(s)://[Endpoint]/?Action=ResizeDiskSize
&ClusterId=hb-bp16o0pd52e3y****
&NodeDiskSize=120
&<Common request parameters>

Sample success responses

XML format

HTTP/1.1 200 OK
Content-Type:application/xml

<RequestId>493A762B-E4A6-44E9-B877-CA6D0CAF8B29</RequestId>
<OrderId>3C22622B-8555-42BF-AD8A-1B960743****</OrderId>

JSON format

HTTP/1.1 200 OK
Content-Type:application/json

{
  "RequestId" : "493A762B-E4A6-44E9-B877-CA6D0CAF8B29",
  "OrderId" : "3C22622B-8555-42BF-AD8A-1B960743****"
}

Error codes

For a list of error codes, visit the Error Center.