System Administration > Configuration > NSX Managers > Manager Configuration

Update NSX Management nodes global configuration

Modifies the NSX Management nodes global configuration.

Request:

Method:
PUT
URI Path(s):
/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+

Example Response:

{ "publish_fqdns": true, "_revision": 1 }

Required Permissions:

crud

Feature:

manager

Additional Errors: