NSX-T Data Center REST API
Update Central Config properties
Request:
Method:
              PUT
            URI Path(s):
              
              
                  
                  /api/v1/node/central-config
                  
/api/v1/cluster/<cluster-node-id>/node/central-config
              
            /api/v1/cluster/<cluster-node-id>/node/central-config
Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    CentralConfigProperties+
  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+
  Example Response:
{ "_schema": "CentralConfigProperties", "_self": "/node/central-config", "local_override": true }Required Permissions:
Feature:
system_administration Description:
                  Update Central Config properties.