Virtual Network Gateways - Get Bgp Peer Status
GetBgpPeerStatus 作業會擷取所有 BGP 對等互連的狀態。
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworkGateways/{virtualNetworkGatewayName}/getBgpPeerStatus?api-version=2024-05-01
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworkGateways/{virtualNetworkGatewayName}/getBgpPeerStatus?peer={peer}&api-version=2024-05-01
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
resource
|
path | True |
string |
資源群組的名稱。 |
subscription
|
path | True |
string |
可唯一識別Microsoft Azure 訂用帳戶的訂用帳戶認證。 訂用帳戶標識碼會形成每個服務呼叫 URI 的一部分。 |
virtual
|
path | True |
string |
虛擬網路閘道的名稱。 |
api-version
|
query | True |
string |
用戶端 API 版本。 |
peer
|
query |
string |
要擷取狀態的對等IP位址。 |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
BGP 對等狀態的清單。 |
|
202 Accepted |
已接受,且作業會以異步方式完成。 |
|
Other Status Codes |
描述作業失敗原因的錯誤回應。 |
安全性
azure_auth
Azure Active Directory OAuth2 Flow。
類型:
oauth2
Flow:
implicit
授權 URL:
https://login.microsoftonline.com/common/oauth2/authorize
範圍
名稱 | Description |
---|---|
user_impersonation | 模擬您的用戶帳戶 |
範例
GetVirtualNetworkGatewayBGPPeerStatus
範例要求
POST https://management.azure.com/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworkGateways/vpngw/getBgpPeerStatus?api-version=2024-05-01
範例回覆
Azure-AsyncOperation: https://management.azure.com/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/locations/eastus/operations/00000000-0000-0000-0000-000000000000?api-version=2024-05-01
{}
定義
名稱 | Description |
---|---|
Bgp |
BGP 對等狀態。 |
Bgp |
BGP 對等狀態詳細數據。 |
Bgp |
清單 BGP 對等狀態 API 服務呼叫的回應。 |
Cloud |
來自服務的錯誤回應。 |
Cloud |
來自服務的錯誤回應。 |
BgpPeerState
BGP 對等狀態。
名稱 | 類型 | Description |
---|---|---|
Connected |
string |
|
Connecting |
string |
|
Idle |
string |
|
Stopped |
string |
|
Unknown |
string |
BgpPeerStatus
BGP 對等狀態詳細數據。
名稱 | 類型 | Description |
---|---|---|
asn |
integer |
遠端 BGP 對等互連的自發系統編號。 |
connectedDuration |
string |
對等互連已啟動多久。 |
localAddress |
string |
虛擬網路閘道的本機位址。 |
messagesReceived |
integer |
收到的 BGP 訊息數目。 |
messagesSent |
integer |
傳送的 BGP 訊息數目。 |
neighbor |
string |
遠端 BGP 對等互連。 |
routesReceived |
integer |
從這個對等學習的路由數目。 |
state |
BGP 對等狀態。 |
BgpPeerStatusListResult
清單 BGP 對等狀態 API 服務呼叫的回應。
名稱 | 類型 | Description |
---|---|---|
value |
BGP 對等互連的清單。 |
CloudError
來自服務的錯誤回應。
名稱 | 類型 | Description |
---|---|---|
error |
雲端錯誤本文。 |
CloudErrorBody
來自服務的錯誤回應。
名稱 | 類型 | Description |
---|---|---|
code |
string |
錯誤的識別碼。 程序代碼是不變的,而且是要以程序設計方式取用。 |
details |
錯誤的其他詳細數據清單。 |
|
message |
string |
描述錯誤的訊息,適用於在使用者介面中顯示。 |
target |
string |
特定錯誤的目標。 例如,錯誤中的屬性名稱。 |