Cloud Service Manager >
System Configuration
Update NSX Cloud Service Manager system configuration.
Modifies the NSX Cloud Service Manager system configuration,
such as the list of management IP CIDRs as seen by the gateways
deployed in the cloud.
Request:
Method:
PUT
URI Path(s):
/api/v1/csm/configs/system-config
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
CsmSystemConfig
+
CsmSystemConfig
(
schema
)
Name
Description
Type
Notes
mgmt_ip_config
List of management IP CIDRs.
array of
CidrBlock
Example Request:
PUT https://<nsx-csm>/csmapi/api/v1/csm/configs/system-config { "mgmt_ip_config": [ "10.1.1.1/24", "192.168.0.0/24", "192.169.0.0/24" ] }
Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
CsmSystemConfig
+
CsmSystemConfig
(
schema
)
Name
Description
Type
Notes
mgmt_ip_config
List of management IP CIDRs.
array of
CidrBlock
Example Response:
{ "mgmt_ip_config": [ "10.1.1.1/24", "192.168.0.0/24", "192.169.0.0/24" ] }
Required Permissions:
crud
Feature:
csm_node_config
Additional Errors:
301 Moved Permanently
307 Temporary Redirect
400 Bad Request
403 Forbidden
409 Conflict
500 Internal Server Error
503 Service Unavailable