NSX-T Data Center REST API
Create a static hop BFD peer (Deprecated)
Creates a BFD peer for static route. The required parameters includes peer IP address.Deprecated:
Please use below Policy APIs.
POST /policy/api/v1/infra/tier-0s/<tier-0-id>/static-routes/bfd-peers
Request:
Method:
POST
URI Path(s):
/api/v1/logical-routers/{logical-router-id}/routing/static-routes/bfd-peers
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
StaticHopBfdPeer+
Example Request:
{ "peer_ip_address": "10.10.10.10", "enabled": true, "bfd_config": { "receive_interval": 1000, "transmit_interval": 1000, "declare_dead_multiple": 3 } }Successful Response:
Response Code:
201 Created
Response Headers:
Location
Content-type: application/json
Content-type: application/json
Response Body:
StaticHopBfdPeer+