NSX-T Data Center REST API
Create or update a BGP troubleshoot config (Experimental)
If BGP troubleshoot config is not present in BGP configuration, create a new BGPtroubleshoot config with default value. If it already exists, update the BGP
troubleshoot config with this object.
Request:
Method:
PUT
URI Path(s):
/policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/bgp/troubleshoot
/policy/api/v1/global-infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/bgp/troubleshoot
/policy/api/v1/global-infra/tier-0s/{tier-0-id}/locale-services/{locale-service-id}/bgp/troubleshoot
Request Headers:
n/a
Query Parameters:
OverrideRequestParameters+
Request Body:
BgpTroubleshootConfig+
Example Request:
{ "bgp_session_diagnostics": true, "system_diagnostics": true, "bfd_control_pkt_diagnostics": true, "_revision": 0 }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
BgpTroubleshootConfig+