Get BFD Peers (v2.0)
GET/sdwan/v3.0/api/sites/:site_id/bfdpeers
Get the BFD peers.
Request
Path Parameters
site_id stringrequired
ID of the site.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
count int32
The total number.
id string
The ID.
items BfdUnderlay[]
bfd_sessions BfdSession[]
The element and peers information of the BFD sessions.
element_id string
The element ID.
peers string[]
The peers details.
site_id stringrequired
The site ID.
{
"count": 0,
"id": "string",
"items": [
{
"bfd_sessions": [
{
"element_id": "string",
"peers": [
"string"
]
}
],
"site_id": "string"
}
]
}
Loading...