OperationCollector (type)

{
  "description": "The operation collector is defined to receive stats from hosts. (eg. vRNI-collector collects all the system metrics)", 
  "id": "OperationCollector", 
  "module_id": "GlobalConfigs", 
  "properties": {
    "collector_ip": {
      "$ref": "IPAddress, 
      "description": "IP address for the operation collector.", 
      "required": true, 
      "title": "IP address for the operation collector"
    }, 
    "collector_port": {
      "description": "Port for the operation collector.", 
      "maximum": 65535, 
      "minimum": 0, 
      "required": true, 
      "title": "Port for the operation collector", 
      "type": "int"
    }
  }, 
  "type": "object"
}