Skip to main content

Get BGP Peer Status from NB (v2.1)

GET 

/v2.1/api/tenants/:tenant_id/sites/:site_id/elements/:element_id/bgppeers/status

List all the BGP peer statuses from NB.

Request

Path Parameters

    tenant_id stringrequired

    ID of the tenant.

    site_id stringrequired

    The ID of the site.

    element_id stringrequired

    The ID of the element.

Responses

Successful Operation

Schema
    count int32

    The actual count.

    id string

    The ID.

    tenant_id string

    The tenant ID.

    items BGPPeerStatusV2N1[]
  • Array [
  • 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...