NSX-T Data Center REST API
Update the connectivity global configuration
Update the connectivity global configurationRequest:
Method:
              PATCH
            URI Path(s):
              
                /policy/api/v1/infra/connectivity-global-config
                
/policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/connectivity-global-config
              
            /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/connectivity-global-config
Request Headers:
                n/a
            Query Parameters:
    GlobalInheritedRequestParameters+
  Request Body:
    GlobalConfig+
  Example Request:
PATCH https://<policy-mgr>/policy/api/v1/infra/connectivity-global-config { "mtu": 1500, "fips": { "lb_fips_enabled": false, "tls_fips_enabled": false }, "l3_forwarding_mode": "IPV4_AND_IPV6", "uplink_mtu_threshold": 9000 }Successful Response:
Response Code:
                200 OK
              Response Headers:
                  n/a
                Response Body:
    n/a