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_fqdn": {
      "description": "FQDN for the global collector. Only VODAP_STREAMING collector config use this. Either FQDN or IP must be provided for a VODAP_STREAMING collector but not both or neither.",
      "nsx_feature": "VODAPStreaming",
      "required": false,
      "title": "FQDN for the global collector",
      "type": "string"
    },
    "collector_ip": {
      "$ref": "IPAddress",
      "deprecated": true,
      "description": "This property is deprecated and only should be used for VRNI, WAVE_FRONT and VRNI_STREAMING. Please use collector_fqdn for VODAP_STREAMING. IP address for the global collector. It must be provided in VRNI, WAVE_FRONT and VRNI_STREAMING collector config.",
      "required": false,
      "title": "IP address for the global 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"
}