Monitoring Get Enterprise Edge Bfd Peer Status

Monitoring Get Enterprise Edge Bfd Peer Status

Gets the Edge BFD peer status for all enterprise Edges. Returns an array in which each entry corresponds to an Edge BFD session.

Privileges required:

READ EDGE

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

Request was successfully processed

[
    "monitoring_get_enterprise_edge_bfd_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/getEnterpriseEdgeBfdPeerStatus