{ "additionalProperties": false, "id": "PhysicalPortQueueStats", "properties": { "id": { "readonly": true, "title": "Queue ID", "type": "integer" }, "rx_bytes": { "readonly": true, "title": "Number of received bytes", "type": "integer" }, "rx_errors": { "readonly": true, "title": "Number of receive errors", "type": "integer" }, "rx_packets": { "readonly": true, "title": "Number of received packets", "type": "integer" }, "tx_bytes": { "readonly": true, "title": "Number of transmitted bytes", "type": "integer" }, "tx_drops": { "readonly": true, "title": "Number of transmit drops", "type": "integer" }, "tx_packets": { "readonly": true, "title": "Number of transmitted packets", "type": "integer" } }, "title": "Physical port queue statistics", "type": "object" }