Skip to main content

Get BFD Peers (v2.0)

GET 

/v3.0/api/tenants/:tenant_id/sites/:site_id/bfdpeers

Get the BFD peers.

Request

Path Parameters

    tenant_id stringrequired

    The ID of the tenant.

    site_id stringrequired

    ID of the site.

Responses

Successful Operation

Schema
    count int32

    The total number.

    id string

    The ID.

    type string

    The type.

    items BfdUnderlay[]
  • Array [
  • bfd_sessions BfdSession[]

    The element and peers information of the BFD sessions.

  • Array [
  • element_id string

    The element ID.

    peers string[]

    The peers details.

  • ]
  • site_id stringrequired

    The site ID.

  • ]
Loading...