NSX-T Data Center REST API

Read the Routing BFD Configuration (Deprecated)

Returns the BFD configuration for all routing BFD peers. This will be inherited |
by all BFD peers for LogicalRouter unless overriden while configuring the Peer.
Deprecated:
Please use below Policy APIs.
GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>

Request:

Method:
GET
URI Path(s):
/api/v1/logical-routers/{logical-router-id}/routing/bfd-config
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
BfdConfig+

Example Response:

{ "enabled": true, "receive_interval": 300, "transmit_interval": 300, "declare_dead_multiple": 3, "_revision": 0 }

Required Permissions:

read

Feature:

routing_routers

Additional Errors: