Monitoring Get Enterprise Edge Bgp Peer Status

Monitoring Get Enterprise Edge Bgp Peer Status

Gets the Edge BGP peer status for all enterprise Edges. Returns an array in which each entry corresponds to an Edge and contains an associated set of BGP peers and state records.

Privileges required:

READ EDGE

Request
URI
POST
https://{api_host}/portal/rest/monitoring/getEnterpriseEdgeBgpPeerStatus
COPY
Request Body
Optional
{
    "enterpriseId": 0
}
Responses
200

Request was successfully processed

Returns Array of monitoring_get_enterprise_edge_bgp_peer_status_result_item of type(s) application/json
[
    "monitoring_get_enterprise_edge_bgp_peer_status_result_item Object"
]

400
Returns generic_400 of type(s) application/json
Operation doesn't return any data structure

500
Returns generic_500 of type(s) application/json
Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/portal/rest/monitoring/getEnterpriseEdgeBgpPeerStatus