NSX-T Data Center REST API
Update NSX Management nodes global configuration
Modifies the NSX Management nodes global configuration.Request:
Method:
PUT
URI Path(s):
/policy/api/v1/configs/management
/api/v1/configs/management
/api/v1/configs/management
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
ManagementConfig+
Example Request:
PUT https://<nsx-mgr>/api/v1/configs/management { "publish_fqdns": true, "_revision": 0 }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
ManagementConfig+