NSX-T Data Center REST API

Create or update a StaticRouteBfdTroubleshootConfig (Experimental)

If a StaticRouteBfdTroubleshootConfig is not already present,
create a new StaticRouteBfdTroubleshootConfig. If it already exists, update the
StaticRouteBfdTroubleshootConfig. This operation will fully replace the object.

Request:

Method:
PUT
URI Path(s):
/policy/api/v1/infra/tier-0s/{tier-0-id}/static-routes/bfd-peers/troubleshoot
/policy/api/v1/global-infra/tier-0s/{tier-0-id}/static-routes/bfd-peers/troubleshoot
Request Headers:
n/a
Query Parameters:
OverrideRequestParameters+
Request Body:
StaticRouteBfdTroubleshootConfig+

Example Request:

{ "bfd_control_pkt_diagnostics": "true", "system_diagnostics": "true", "_revision": 0 }

Successful Response:

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

Example Response:

{ "bfd_control_pkt_diagnostics": "true", "system_diagnostics": "true", "_revision": 0 }

Required Permissions:

crud

Feature:

policy_routing_feature_troubleshoot

Additional Errors: