Monitoring Get Enterprise Bgp Peer Status

Monitoring Get Enterprise Bgp Peer Status

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

Privileges required:

READ NETWORK_SERVICE

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

Request was successfully processed

[
    "monitoring_get_enterprise_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/getEnterpriseBgpPeerStatus