NSX-T Data Center REST API

WaveFrontGlobalCollector (type)

{
  "additionalProperties": false,
  "description": "Wavefront collector is defined to export the real-time metrics to Vmware Warfront platform for monitoring and streaming analysis. It is only applicable on VMC mode.",
  "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": 1,
      "required": true,
      "title": "Port for the global collector",
      "type": "int"
    },
    "collector_type": {
      "$ref": "GlobalCollectorType",
      "description": "Specify the global collector type.",
      "required": true
    },
    "tracing_port": {
      "default": 30001,
      "description": "Port for the Wavefront tracing.",
      "maximum": 65535,
      "minimum": 0,
      "required": false,
      "title": "Port for the Wavefront tracing",
      "type": "int"
    }
  },
  "title": "NSX global configs for WAVE_FRONT global collector",
  "type": "object"
}