NSX-T Data Center REST API
Update the BFD Configuration for BFD peers for routing
Modifies the BFD configuration for routing BFD peers. Note - the configuration |changes apply only to those routing BFD peers for which the BFD configuration has |
not been overridden at Peer level.
Request:
Method:
              PUT
            URI Path(s):
              
              
                  
                  /api/v1/logical-routers/<logical-router-id>/routing/bfd-config
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    BfdConfig+
  Example Request:
PUT https://<nsx-mgr>/api/v1/logical-routers/19e504e6-2d1f-4aec-a36d-80bd3eb4caed/routing/bfd-config { "enabled": true, "receive_interval": 600, "transmit_interval": 600, "declare_dead_multiple": 5, "_revision": 1 }Successful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    BfdConfig+