Modifies instance types.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

Parameter Type Required Example Description
Action String Yes ModifyInstanceType

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

ClusterId String Yes hb-bp1x940uh****

The ID of the instance.

MasterInstanceType String No hbase.sn1.large

The instance type of the master node. You can call the DescribeInstanceType operation to query the available instance types.

CoreInstanceType String No hbase.sn1.8xlarge

The instance type of the core node. You can call the DescribeInstanceType operation to query the available instance types.

Response parameters

Parameter Type Example Description
OrderId String 123412341234123

The ID of the order.

RequestId String 3E19E345-101D-4014-946C-****

The ID of the request.

Examples

Sample requests

http(s)://hbase.aliyuncs.com/?Action=ModifyInstanceType
&ClusterId=hb-bp1x940uh****
&<Common request parameters>

Sample success responses

XML format

<RequestId>3E19E345-101D-4014-946C-****</RequestId>
<OrderId>123412341234123</OrderId>

JSON format

{"RequestId":"3E19E345-101D-4014-946C-****","OrderId":"123412341234123"}

Error codes

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