System Administration >
Configuration
>
Nodes
>
Manager Configuration
Update Central Config properties
Request:
Method:
PUT
URI Path(s):
/api/v1/node/central-config
/api/v1/cluster/<cluster-node-id>/node/central-config
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
CentralConfigProperties
+
CentralConfigProperties
(
schema
)
Name
Description
Type
Notes
local_override
Override Central Config
boolean
Required
Example Request:
PUT https://<nsx-mgr>/api/v1/node/central-config { "local_override": true }
Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
CentralConfigProperties
+
CentralConfigProperties
(
schema
)
Name
Description
Type
Notes
local_override
Override Central Config
boolean
Required
Example Response:
{ "_schema": "CentralConfigProperties", "_self": "/node/central-config", "local_override": true }
Required Permissions:
crud
Feature:
system_administration
Description:
Update Central Config properties.
Additional Errors:
301 Moved Permanently
307 Temporary Redirect
400 Bad Request
403 Forbidden
409 Conflict
412 Precondition Failed
500 Internal Server Error
503 Service Unavailable