Disables health checks for a specified virtual border router (VBR).
Operation description
DisableCenVbrHealthCheck is an asynchronous operation. After you call this operation, the system returns a RequestId, but the health check configuration has not been deleted. The deletion task continues to run in the background. You can call DescribeCenVbrHealthCheck to query the health check configuration. If the specified health check configuration is not found, the deletion is complete.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cen:DisableCenVbrHealthCheck |
update |
*CenInstance
*virtualborderrouter
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| CenId |
string |
Yes |
The CEN instance ID. |
cen-sjfoejfghhjgghjghkg**** |
| VbrInstanceRegionId |
string |
Yes |
The region ID of the VBR instance. You can call DescribeChildInstanceRegions to query region IDs. |
cn-hangzhou |
| VbrInstanceId |
string |
Yes |
The VBR instance ID. |
vbr-wz95o9aylj181n5**** |
| VbrInstanceOwnerId |
integer |
No |
The ID of the Alibaba Cloud account that owns the VBR instance. Note
This parameter is required if the VBR instance and the CEN instance belong to different accounts. |
1250123456123456 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
A278B8A6-A5B8-4FDE-9F70-95F0F6A1D68A |
Examples
Success response
JSON format
{
"RequestId": "A278B8A6-A5B8-4FDE-9F70-95F0F6A1D68A"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidParameter | Invalid parameter. | The error message returned because the parameter is set to an invalid value. |
| 400 | Unauthorized | The AccessKeyId is unauthorized. | The error message returned because you do not have the permissions to perform this operation. |
| 400 | InvalidParameter.CenId | The specified parameter CenId is invalid. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.