NSX-T Data Center REST API

DropStatsOutlier (type)

{
  "description": "Outlier for packet drop statistics",
  "id": "DropStatsOutlier",
  "module_id": "ConsistencyCheck",
  "properties": {
    "deviation": {
      "description": "Number of standard deviations away from the mean",
      "readonly": true,
      "required": true,
      "title": "Number of standard deviations away from the mean",
      "type": "number"
    },
    "drop_pps": {
      "description": "Average number of packets dropped per second across the cluster",
      "readonly": true,
      "required": true,
      "title": "Average number of packets dropped per second across the cluster",
      "type": "number"
    },
    "observed_until": {
      "$ref": "EpochMsTimestamp",
      "description": "Timestamp till the packet drop rate, i.e. drop outlier was detected",
      "readonly": true,
      "required": true,
      "title": "Timestamp till the packet drop rate, i.e. drop outlier was detected"
    },
    "pnic_rx_pps": {
      "description": "Average packets being received per second for physical nic across the cluster",
      "readonly": true,
      "required": true,
      "title": "Average packets being received per second for physical nic across the cluster",
      "type": "number"
    },
    "pnic_tx_pps": {
      "description": "Average packets being transmitted per second for physical nic across the cluster",
      "readonly": true,
      "required": true,
      "title": "Average packets being transmitted per second for physical nic across the cluster",
      "type": "number"
    },
    "start_time": {
      "$ref": "EpochMsTimestamp",
      "description": "Timestamp when the packet drop rate, i.e. drop outlier was detected",
      "readonly": true,
      "required": true,
      "title": "Timestamp when the packet drop rate, i.e. drop outlier was detected"
    },
    "vnic_rx_pps": {
      "description": "Average packets being received per second for virtual nic across the cluster",
      "readonly": true,
      "required": true,
      "title": "Average packets being received per second for virtual nic across the cluster",
      "type": "number"
    },
    "vnic_tx_pps": {
      "description": "Average packets being transmitted per second for virtual nic across the cluster",
      "readonly": true,
      "required": true,
      "title": "Average packets being transmitted per second for virtual nic across the cluster",
      "type": "number"
    }
  },
  "title": "Outlier for packet drop statistics",
  "type": "object"
}