Skip to main content

Get BGP Peer Status from NB (v2.1)

GET 

/sdwan/v2.1/api/sites/:site_id/elements/:element_id/bgppeers/:config_id/status

List the BGP peer status information from NB.

Request

Path Parameters

    site_id stringrequired

    The ID of the site.

    element_id stringrequired

    The ID of the element.

    config_id stringrequired

    The ID of the BGP peer config.

Responses

Successful Operation

Schema
    direction string

    The direction for the BGP peer.

    downtime string

    The downtime configured for the BGP peer.

    id string

    The ID of the BGP peer.

    state string

    The state of the BGP peer.

    uptime string

    The uptime configured for the BGP peer.

Loading...