NSX-T Data Center REST API

CsmSystemConfig (type)

{
  "additionalProperties": false, 
  "description": "CSM deploys Gateway (PCG) in the cloud, CSM mgmt IP may or may not be the same as the IP exposed to PCG. Configuring the IP CIDRs that are exposed to the PCG (after NAT) would allow CSM to configure cloud gateway security group to be only accessed via appropriate IP CIDRs.", 
  "id": "CsmSystemConfig", 
  "module_id": "CSMSystemManagement", 
  "properties": {
    "mgmt_ip_config": {
      "items": {
        "$ref": "CidrBlock
      }, 
      "required": false, 
      "title": "List of management IP CIDRs.", 
      "type": "array"
    }
  }, 
  "title": "CSM system management configuration information", 
  "type": "object"
}