ModifyBgpPeerAttribute_专有网络_API文档

插件下载了解更多
VS Code 插件
安装插件之前,确保已安装 VS Code安装插件之前,确保已安装 VS Code
Alibaba Cloud Developer Toolkit is a collection of extensions that can help access Alibaba Cloud services in Visual Studio Code.
JetBrains 插件
安装插件之前,确保已安装 JetBrains IDE安装插件之前,确保已安装 JetBrains IDE
The Alibaba Cloud Developer Toolkit for JetBrains makes it easier to access Alibaba Cloud services.

流控信息

请求速率为300/60(s)。更多流控信息,请前往配额中心查看

授权信息

如下是此API对应的授权信息,用于RAM权限策略语句的Action元素中,为RAM用户或RAM角色授予调用此API的权限。请通过 RAM 访问控制设置,使用方法可参考访问控制帮助文档

具体说明如下:展开详情

操作访问级别资源类型条件关键字关联操作
vpc:ModifyBgpPeerAttribute
Update
VirtualBorderRouter
acs:vpc:{#regionId}:{#accountId}:virtualborderrouter/{#VirtualBorderRouterId}

请求参数

字段名称字段详情
RegionIdstring

要修改属性的 BGP 邻居所在 BGP 组的地域 ID。 展开详情

示例值:cn-shanghai参考取值来源:
    DescribeRegions
BgpPeerIdstring

要修改属性的 BGP 邻居的 ID。

示例值:bgp-m5eoyp2mwegk8ce9v****参考取值来源:
    CreateBgpPeer
    DescribeBgpPeers
BgpGroupIdstring

要修改属性的 BGP 邻居所在 BGP 组的 ID。

示例值:bgpg-m5eo12jxuw2hc0uqq****参考取值来源:
    CreateBgpGroup
    DescribeBgpGroups
PeerIpAddressstring

要修改的 BGP 邻居的 IP 地址。

示例值:116.62.XX.XX参考取值来源:
    DescribeBgpPeers
EnableBfdboolean

是否开启 BFD 功能,取值:展开详情

示例值:false
ClientTokenstring

客户端 Token,用于保证请求的幂等性。展开详情

示例值:123e4567-e89b-12d3-a456-426655440000
BfdMultiHopinteger<int32>

BFD 跳数。取值范围:1~255展开详情

示例值:3

返回参数

字段名称字段详情
RequestIdstring

请求 ID。

示例值:D4B7649A-61BB-4C64-A586-1DFF1EDA6A42

返回示例

错误码

全局错误码
HTTP 状态码错误码错误信息操作
400
IllegalParam.IpAddress
The specified IpAddress is illegal.诊断
400
InvalidAccessDeviceId.NotFound
There is no Access_Device_Id in our records诊断
400
QuotaExceeded.BfdSession
Your Bfd Session number reaches the upper limit.诊断
400
MissingParam.BgpPeerId
The parameter BgpPeerId is mandatory.诊断
400
InvalidBgpPeer.NotFound
The specified BgpPeerId does not exit in our records.诊断
400
InvalidRegionId.NotFound
The specified RegionId does not exist in our records.诊断
400
IncorrectStatus.BgpPeer
Invalid BgpPeer status cannot operate.诊断
400
MissingParam.EnableBfd
The parameter EnableBfd is missing.诊断
400
IllegalParam.BfdMultiHop
BfdMultiHop is illegal.诊断
400
OperationFailed.PconnTrafficNotEnable
The operation is failed because of PconnTrafficNotEnable.诊断
400
DuplicatedParam.PeerIpAddress
The param of PeerIpAddress is duplicated.诊断
404
InvalidBgpPeerId.NotFound
The specified BgpPeerId does not exit in our records.诊断
404
IncorretStatus.BgpPeer
The specified BgpPeer status is not stable, can not operate.诊断
500
Internal.Error
The request processing has failed due to some unknown error, exception or failure.诊断

变更历史

变更时间变更内容概要操作
2024-01-04
变更错误码400

相关示例

创建BgpGroup,BgpPeer,BgpNetwork
2021-12-09