NSX-T Data Center REST API

VrniGlobalCollector (type)

{
  "additionalProperties": false,
  "description": "vRNI collector collects the system metrics to Vmware vRNI (vRealize Network Insight) platform for network monitoring and analytics.",
  "extends": {
    "$ref": "GlobalCollectorConfig"
  },
  "id": "VrniGlobalCollector",
  "module_id": "Policy",
  "polymorphic-type-descriptor": {
    "type-identifier": "VRNI"
  },
  "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
    },
    "report_interval": {
      "default": 30,
      "description": "Report interval for operation data in seconds.",
      "maximum": 1800,
      "minimum": 1,
      "required": true,
      "title": "Report interval for operation data in seconds",
      "type": "int"
    }
  },
  "title": "NSX global configs for VRNI global collector",
  "type": "object"
}