調用ModifyBgpPeerAttribute接口修改BGP鄰居的屬性。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
下表是API對應的授權信息,可以在RAM權限策略語句的Action
元素中使用,用來給RAM用戶或RAM角色授予調用此API的權限。具體說明如下:
- 操作:是指具體的權限點。
- 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
- 資源類型:是指操作中支持授權的資源類型。具體說明如下:
- 對于必選的資源類型,用背景高亮的方式表示。
- 對于不支持資源級授權的操作,用
全部資源
表示。
- 條件關鍵字:是指云產品自身定義的條件關鍵字。
- 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作 | 訪問級別 | 資源類型 | 條件關鍵字 | 關聯操作 |
---|---|---|---|---|
vpc:ModifyBgpPeerAttribute | update | *VirtualBorderRouter acs:vpc:{#regionId}:{#accountId}:virtualborderrouter/{#VirtualBorderRouterId} |
| 無 |
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
RegionId | string | 是 | 要修改屬性的 BGP 鄰居所在 BGP 組的地域 ID。 您可以通過調用 DescribeRegions 接口獲取地域 ID。 | cn-shanghai |
BgpPeerId | string | 是 | 要修改屬性的 BGP 鄰居的 ID。 | bgp-m5eoyp2mwegk8ce9v**** |
BgpGroupId | string | 否 | 要修改屬性的 BGP 鄰居所在 BGP 組的 ID。 | bgpg-m5eo12jxuw2hc0uqq**** |
PeerIpAddress | string | 否 | 要修改的 BGP 鄰居的 IP 地址。 | 116.62.XX.XX |
EnableBfd | boolean | 否 | 是否開啟 BFD 功能,取值:
| false |
ClientToken | string | 否 | 客戶端 Token,用于保證請求的冪等性。 由客戶端生成該參數值,要保證在不同請求間唯一,最大值不超過 64 個 ASCII 字符。 說明
若您未指定,則系統自動使用 API 請求的 RequestId 作為 ClientToken 標識。每次 API 請求的 RequestId 不一樣。
| 123e4567-e89b-12d3-a456-426655440000 |
BfdMultiHop | integer | 否 | BFD 跳數。取值范圍:1~255。 選擇開啟 BFD 功能時,需要配置此參數。 輸入 BFD 跳數,即數據從源端到目標端傳輸時經過的最大設備數量。您可以根據真實的物理鏈路因素配置不同的跳數。 說明
當您在多云環境或光纖直連組網中使用 BFD,中間無任何橋接設備時,則需要將 BFD 的默認跳數從 255 改成 1。
| 3 |
返回參數
示例
正常返回示例
JSON
格式
{
"RequestId": "D4B7649A-61BB-4C64-A586-1DFF1EDA6A42"
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | IllegalParam.IpAddress | The specified IpAddress is illegal. | 指定的IpAddress不合法 |
400 | InvalidAccessDeviceId.NotFound | There is no Access_Device_Id in our records | - |
400 | QuotaExceeded.BfdSession | Your Bfd Session number reaches the upper limit. | - |
400 | QuotaExceeded.BfdSession | The Bfd Session on device 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. | 指定的RegionId不存在。 |
400 | IncorrectStatus.BgpPeer | Invalid BgpPeer status cannot operate. | 無效的BgpPeer狀態無法運行。 |
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. | BGP鄰居IP地址重復。 |
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 | OpenAPI 描述信息更新、OpenAPI 錯誤碼發生變更 | 查看變更詳情 |