| { |
| "type": "object", |
| "title": "TrafficStatistics", |
| "required": [ |
| "receivedTime", |
| "dpiStatInfo" |
| ], |
| "properties": { |
| "receivedTime": { |
| "type": "string", |
| "example": "2016-06-12 04:05:05" |
| }, |
| "dpiStatInfo": { |
| "type": "object", |
| "title": "dpiStatInfo", |
| "required": [ |
| "trafficStatistics" |
| ], |
| "properties": { |
| "trafficStatistics": { |
| "type": "object", |
| "title": "trafficStatistics", |
| "required": [ |
| "ethernetBytes", |
| "discardedBytes", |
| "ipPackets", |
| "totalPackets", |
| "ipBytes", |
| "avgPktSize", |
| "uniqueFlows", |
| "tcpPackets", |
| "udpPackets", |
| "dpiThroughputPps", |
| "dpiThroughputBps", |
| "trafficThroughputPps", |
| "trafficThroughputBps", |
| "trafficDurationSec", |
| "guessedFlowProtos" |
| ], |
| "properties": { |
| "ethernetBytes": { |
| "type": "integer", |
| "format": "int64", |
| "example": 69889 |
| }, |
| "discardedBytes": { |
| "type": "integer", |
| "format": "int64", |
| "example": 69889 |
| }, |
| "ipPackets": { |
| "type": "integer", |
| "format": "int64", |
| "example": 69889 |
| }, |
| "totalPackets": { |
| "type": "integer", |
| "format": "int64", |
| "example": 69889 |
| }, |
| "ipBytes": { |
| "type": "integer", |
| "format": "int64", |
| "example": 69889 |
| }, |
| "avgPktSize": { |
| "type": "integer", |
| "format": "int32", |
| "example": 9889 |
| }, |
| "uniqueFlows": { |
| "type": "integer", |
| "format": "int32", |
| "example": 9889 |
| }, |
| "tcpPackets": { |
| "type": "integer", |
| "format": "int64", |
| "example": 69889 |
| }, |
| "udpPackets": { |
| "type": "integer", |
| "format": "int64", |
| "example": 69889 |
| }, |
| "dpiThroughputPps": { |
| "type": "number", |
| "format": "double", |
| "example": 69889.12 |
| }, |
| "dpiThroughputBps": { |
| "type": "number", |
| "format": "double", |
| "example": 69889.12 |
| }, |
| "trafficThroughputPps": { |
| "type": "number", |
| "format": "double", |
| "example": 69889.12 |
| }, |
| "trafficThroughputBps": { |
| "type": "number", |
| "format": "double", |
| "example": 69889.12 |
| }, |
| "trafficDurationSec": { |
| "type": "number", |
| "format": "double", |
| "example": 69889.12 |
| }, |
| "guessedFlowProtos": { |
| "type": "integer", |
| "format": "int32", |
| "example": 9889 |
| } |
| } |
| } |
| } |
| } |
| } |
| } |