NSX-T Data Center REST API
Associated URIs:
| API Description | API Path | 
|---|---|
| List static routes BFD PeersReturns 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 peerCreates 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 routerDeletes 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>
                           (Deprecated) | 
| Read a static route BFD peerRead the BFD peer having specified ID. | GET /api/v1/logical-routers/<logical-router-id>/routing/static-routes/bfd-peers/<bfd-peer-id>
                           (Deprecated) | 
| Update a static route BFD peerModifies 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>
                           (Deprecated) | 
