NSX-T Data Center REST API
ForwardStatsOutlier (type)
{ "description": "Outlier for forward packet statistics", "id": "ForwardStatsOutlier", "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" }, "observed_until": { "$ref": "EpochMsTimestamp", "description": "Timestamp till the forward packet drop rate, i.e. forward outlier was detected", "readonly": true, "required": true, "title": "Timestamp till the forward packet drop rate, i.e. forward 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 forward packet drop rate, i.e. forward outlier was detected", "readonly": true, "required": true, "title": "Timestamp when the forward packet drop rate, i.e. forward 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 forward packet statistics", "type": "object" }