WaveFrontGlobalCollector (type)

{
  "additionalProperties": false, 
  "desceiption": "Wavefront collector is defined to export the real-time\nmetrics to Vmware Warfront platform for monitoring and streaming analysis.\nIt is only appliacble on VMC mode.\n", 
  "extends": {
    "$ref": "GlobalCollectorConfig
  }, 
  "id": "WaveFrontGlobalCollector", 
  "module_id": "Policy", 
  "polymorphic-type-descriptor": {
    "type-identifier": "WAVE_FRONT"
  }, 
  "properties": {
    "collector_ip": {
      "$ref": "IPAddress, 
      "description": "IP address for the global collector.", 
      "required": true, 
      "title": "IP address for the global collector collector"
    }, 
    "collector_port": {
      "description": "Port for the global collector.", 
      "maximum": 65535, 
      "minimum": 0, 
      "required": true, 
      "title": "Port for the global collector", 
      "type": "int"
    }, 
    "collector_type": {
      "$ref": "GlobalCollectorType, 
      "description": "Specify the global collector type.", 
      "required": true
    }
  }, 
  "title": "NSX global configs for WAVE_FRONT global collector", 
  "type": "object"
}