Deletes the health check configurations from a virtual border router (VBR).
Usage notes
DisableCenVbrHealthCheck is an asynchronous operation. After you send a request, the request ID is returned but the operation is still being performed in the system background. You can call DescribeCenVbrHealthCheck to query the status of health check configurations. If the health check configurations cannot be found, the health check configurations are deleted.
Debugging
Request parameters
| Parameter | Type | Required | Example | Description |
|---|---|---|---|---|
| Action | String | Yes | DisableCenVbrHealthCheck |
The operation that you want to perform. Set the value to DisableCenVbrHealthCheck. |
| CenId | String | Yes | cen-sjfoejfghhjgghjghkg**** |
The ID of the Cloud Enterprise Network (CEN) instance. |
| VbrInstanceRegionId | String | Yes | cn-hangzhou |
The ID of the region where the VBR is deployed. You can call the DescribeChildInstanceRegions operation to query the most recent region list. |
| VbrInstanceId | String | Yes | vbr-wz95o9aylj181n5**** |
The ID of the VBR. |
| VbrInstanceOwnerId | Long | No | 1250123456123456 |
The ID of the Alibaba Cloud account to which the VBR belongs. Note The parameter is required if the VBR and the CEN instance belong to different Alibaba
Cloud accounts.
|
Response parameters
| Parameter | Type | Example | Description |
|---|---|---|---|
| RequestId | String | A278B8A6-A5B8-4FDE-9F70-95F0F6A1D68A |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=DisableCenVbrHealthCheck
&CenId=cen-sjfoejfghhjgghjghkg****
&VbrInstanceRegionId=cn-hangzhou
&VbrInstanceId=vbr-wz95o9aylj181n5****
&VbrInstanceOwnerId=1250123456123456
&Common request parameters
Sample success responses
XML format
HTTP/1.1 200 OK
Content-Type:application/xml
<DisableCenVbrHealthCheckResponse>
<RequestId>A278B8A6-A5B8-4FDE-9F70-95F0F6A1D68A</RequestId>
</DisableCenVbrHealthCheckResponse>
JSON format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "A278B8A6-A5B8-4FDE-9F70-95F0F6A1D68A"
}
Error codes
For a list of error codes, visit the API Error Center.