NSX-T Data Center REST API
Update the global configuration (Deprecated)
This rest routine is deprecated. Use /infra/connectivity-global-config for Connectivity global config and/infra/ops-global-config for Operations global config.
Update the global configuration.
Request:
Method:
PATCH
URI Path(s):
/policy/api/v1/infra/global-config
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
GlobalConfig+
Example Request:
PATCH https://<policy-mgr>/policy/api/v1/infra/global-config { "display_name": "global-config", "path": "/infra/global-config", "relative_path": "global-config", "mtu": 2000, "_revision": 0 }Successful Response:
Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a