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:
{ "mtu": 1500, "fips": { "lb_fips_enabled": true, "tls_fips_enabled": false }, "l3_forwarding_mode": "IPV4_AND_IPV6", "uplink_mtu_threshold": 9000, "tep_group_config": { "enable_tep_grouping_on_edge": true }, "global_replication_mode_enabled": false }Successful Response:
Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a