Creates a load balancer service for an ApsaraDB for HBase cluster.

Request parameters

Parameter Type Required Example Description
Action String Yes CreateHBaseSlbServer

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

ClusterId String Yes hb-t4naqsay5gn****

The ID of the cluster.

SlbServer String Yes thrift

The load balancer service that you want to create. Valid values:

  • thrift: indicates a Remote Procedure Call (RPC) service that allows cross-language and cross-platform communication.
  • rest: indicates an HTTP service.
ClientToken String No xxxxx-xxxxx-xxxxx

The client token.

Response parameters

Parameter Type Example Description
RequestId String 61FC5B21-87B0-41BC-9686-9DA395EB40B6

The ID of the request.

Examples

Sample requests

http(s)://hbase.aliyuncs.com/?Action=CreateHBaseSlbServer
&ClusterId=hb-t4naqsay5gn****
&SlbServer=thrift
&<Common request parameters>

Sample success responses

XML format

<RequestId>61FC5B21-87B0-41BC-9686-9DA395EB40B6</RequestId>

JSON format

{
    "RequestId": "61FC5B21-87B0-41BC-9686-9DA395EB40B6"
}

Error codes

For a list of error codes, see Service error codes.