NSX-T Data Center REST API

Update NSX Cloud Service Manager nodes global configuration

Modifies the NSX Cloud Service Manager nodes global configuration.

Request:

Method:
PUT
URI Path(s):
/api/v1/csm/configs/management
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
ManagementConfig+

Example Request:

PUT https://<nsx-csm>/csmapi/api/v1/csm/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:

csm_node_config

Additional Errors: