Restarts a specified ApsaraDB for HBase instance.
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | RestartInstance |
The operation that you want to perform. Set the value to RestartInstance. |
ClusterId | String | Yes | ld-bp150tns0sjxs**** |
The ID of the ApsaraDB for HBase instance. You can call the DescribeInstances operation to query the instance ID. |
Components | String | No | THRIFT |
The name of the component that you want to restart. Valid values:
|
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | F744E939-D08D-5623-82C8-9D1F9F7685D1 |
The ID of the request. |
Examples
Sample requests
http(s)://hbase.aliyuncs.com/?Action=RestartInstance
&ClusterId=ld-bp150tns0sjxs****
&<Common request parameters>
Sample success responses
XML
format
<RestartInstanceResponse>
<RequestId>70F2D5B8-632F-4045-8F2D-2ADF73A31C08</RequestId>
</RestartInstanceResponse>
JSON
format
{
"RequestId":"F744E939-D08D-5623-82C8-9D1F9F7685D1"
}
Error codes
For a list of error codes, visit the API Error Center.