NSX-T Data Center REST API
Create or update a BGP routing config
If BGP routing config is not already present, create BGP routing config.If it already exists, replace the BGP routing config with this object.
Request:
Method:
              PUT
            URI Path(s):
              
              
                  
                  /policy/api/v1/global-infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/bgp
                  
/policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/bgp
              
            /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/bgp
Request Headers:
                n/a
            Query Parameters:
    OverrideRequestParameters+
  Request Body:
    BgpRoutingConfig+
  Example Request:
PUT https://<policy-mgr>/policy/api/v1/infra/tier-0s/vmc_prv/locale-services/default/bgp { "local_as_num": "123", "route_aggregation": [ { "prefix": "10.1.1.0/24" }, { "prefix": "11.1.0.0/16", "summary_only": "false" } ], "_revision": 0 }Successful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    BgpRoutingConfig+
  