All Products
Search
Document Center

ApsaraDB for HBase:DeleteGlobalResource

Last Updated:Aug 24, 2023

Deletes the global resources in an ApsaraDB for HBase cluster.

Request parameters

Parameter Type Required Example Description
Action String Yes DeleteGlobalResource

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

ClusterId String Yes hb-t4naqsay5gn******

The cluster ID.

ResourceName String Yes PubPhoenixSLBQueryServerVip

The resource name.

The PubPhoenixSLBQueryServerVip resource represents the public endpoint of the HBase SQL service. If this parameter is set to PubPhoenixSLBQueryServerVip, this API operation releases the public endpoint of the HBase SQL service.

ResourceType String Yes GLOBAL_VIP

The resource type.

RegionId String No cn-hangzhou

The ID of the region to which the ApsaraDB for HBase cluster belongs.

Response parameters

Parameter Type Example Description
RequestId String BD0B0B9A-79E8-4FDD-9C51-93443490B784

The request ID.

Examples

Sample requests

http(s)://[Endpoint]/?Action=DeleteGlobalResource
&ClusterId=hb-t4naqsay5gn******
&ResourceName=PubPhoenixSLBQueryServerVip
&ResourceType=GLOBAL_VIP
&RegionId=cn-hangzhou
&Common request parameters

Sample success responses

XML format

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

<DeleteGlobalResourceResponse>
    <RequestId>BD0B0B9A-79E8-4FDD-9C51-93443490B784</RequestId>
</DeleteGlobalResourceResponse>

JSON format

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

{
  "RequestId" : "BD0B0B9A-79E8-4FDD-9C51-93443490****"
}

Error codes

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