NSX-T Data Center REST API

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"
    },
    "collector_type": {
      "default": "VRNI",
      "description": "Define the operation collector type.",
      "enum": [
        "VRNI",
        "WAVE_FRONT"
      ],
      "title": "The operation collector type",
      "type": "string"
    },
    "tracing_port": {
      "description": "Port for the Wavefront tracing.",
      "maximum": 65535,
      "minimum": 0,
      "required": false,
      "title": "Port for the Wavefront tracing",
      "type": "int"
    }
  },
  "type": "object"
}