调用UnbindVbr解除绑定的边界路由器。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
请求参数
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
RegionId | String | 是 | cn-hangzhou |
智能接入网关实例所属的地域ID。 |
SmartAGId | String | 是 | sag-jdh*************** |
智能接入网关实例ID。 |
VbrId | String | 是 | vbr-sjf********** |
要解绑的边界路由器实例ID。 |
VbrRegionId | String | 是 | cn-hangzhou |
边界路由器实例所在的地域ID。 |
Action | String | 否 | UnbindVbr |
要执行的操作。 取值:UnbindVbr。 |
返回数据
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 61C33444-D8C5-4018-A06C-BA8C8812BEF6 |
请求ID。 |
示例
请求示例
http(s)://[Endpoint]/?Action=UnbindVbr
&RegionId=cn-hangzhou
&SmartAGId=sag-jdh***************
&VbrId=vbr-sjf**********
&VbrRegionId=cn-hangzhou
&<公共请求参数>
正常返回示例
XML
格式
<UnbindVbrResponse>
<RequestId>61C33444-D8C5-4018-A06C-BA8C8812BEF6</RequestId>
</UnbindVbrResponse>
JSON
格式
{
"RequestId":"61C33444-D8C5-4018-A06C-BA8C8812BEF6"
}
错误码
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | Forbbiden.SubUser | You are not authorized to operate on the specified resource. | 您不具有操作指定资源的权限 |
403 | Forbidden | User not authorized to operate on the specified resource. | 用户没有操作此资源的权限 |
403 | VbrConflict.ChangeSubnet | The subnet of the gateway conflicts with the VBR. Modify the subnet first. | 该智能接入网关的子网网段与VBR有冲突,请修改子网网段。 |
403 | NotBoundCCN | The specified smart access gateway has not bound CCN; please bind CCN first. | 该智能接入网关没有绑定CCN;请先绑定CCN。 |
400 | NotBoundCEN | Bind the specified CCN instance to a CEN instance first. | 当前CCN实例还未绑定CEN,请先绑定。 |
500 | InternalError | An error occurred while processing your request. | 请求失败,发生未知错误。 |
访问错误中心查看更多错误码。
在文档使用中是否遇到以下问题
更多建议
匿名提交