NSX-T Data Center REST API
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+
  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+
  