Management Plane API > Networking > Logical Routing And Services > BFD Peers

Associated URIs:

API Description API Path

List static routes BFD Peers


Returns information about all BFD peers created on specified logical router for static routes.
GET /api/v1/logical-routers/<logical-router-id>/routing/static-routes/bfd-peers

Create a static hop BFD peer


Creates a BFD peer for static route. The required parameters includes peer IP address.
POST /api/v1/logical-routers/<logical-router-id>/routing/static-routes/bfd-peers

Delete a specified static route BFD peer cofigured on a specified logical router


Deletes the specified BFD peer present on specified logical router.
DELETE /api/v1/logical-routers/<logical-router-id>/routing/static-routes/bfd-peers/<bfd-peer-id>

Read a static route BFD peer


Read the BFD peer having specified ID.
GET /api/v1/logical-routers/<logical-router-id>/routing/static-routes/bfd-peers/<bfd-peer-id>

Update a static route BFD peer


Modifies the static route BFD peer.
Modifiable parameters includes peer IP, enable flag and configuration of the BFD peer.
PUT /api/v1/logical-routers/<logical-router-id>/routing/static-routes/bfd-peers/<bfd-peer-id>