NSX-T Data Center REST API
Associated URIs:
| API Description | API Path | 
|---|---|
| List StaticRouteBfdPeersPaginated list of all StaticRouteBfdPeers. | GET /policy/api/v1/infra/tier-0s/<tier-0-id>/static-routes/bfd-peers GET /policy/api/v1/global-infra/tier-0s/<tier-0-id>/static-routes/bfd-peers | 
| Delete this StaticRouteBfdPeer and all the entities contained by it.Delete this StaticRouteBfdPeer and all the entities contained by it. | DELETE /policy/api/v1/infra/tier-0s/<tier-0-id>/static-routes/bfd-peers/<bfd-peer-id> | 
| Read a StaticRouteBfdPeerRead a StaticRouteBfdPeer with the bfd-peer-id. | GET /policy/api/v1/global-infra/tier-0s/<tier-0-id>/static-routes/bfd-peers/<bfd-peer-id> GET /policy/api/v1/infra/tier-0s/<tier-0-id>/static-routes/bfd-peers/<bfd-peer-id> | 
| Create or update a StaticRouteBfdPeerIf a StaticRouteBfdPeer with the bfd-peer-id is not already present, create a new StaticRouteBfdPeer. If it already exists, update the StaticRouteBfdPeer. This is a full replace. | PATCH /policy/api/v1/infra/tier-0s/<tier-0-id>/static-routes/bfd-peers/<bfd-peer-id> | 
| Create or update a StaticRouteBfdPeerIf a StaticRouteBfdPeer with the bfd-peer-id is not already present, create a new StaticRouteBfdPeer. If it already exists, update the StaticRouteBfdPeer. This operation will fully replace the object. | PUT /policy/api/v1/infra/tier-0s/<tier-0-id>/static-routes/bfd-peers/<bfd-peer-id> | 
