Enables the backup and restoration feature for an ApsaraDB for HBase cluster.
Request parameters
| Parameter | Type | Required | Example | Description |
|---|---|---|---|---|
| Action | String | Yes | OpenBackup | The operation that you want to perform. Set the value to OpenBackup. |
| ClusterId | String | Yes | hb-t4naqsay5gn****** | The ID of the cluster. |
Response parameters
| Parameter | Type | Example | Description |
|---|---|---|---|
| RequestId | String | C977DF60-7D06-4E34-A27D-8BC696C5112A | The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=OpenBackup
&ClusterId=hb-t4naqsay5gn******
&<Common request parameters>
Sample success responses
XML format
<RequestId>C977DF60-7D06-4E34-A27D-8BC696C5112A</RequestId>
JSON format
{
"RequestId": "C977DF60-7D06-4E34-A27D-8BC696C5112A"
}
Error codes
For a list of error codes, see Service error codes.