blob: 0d9dc5330a79eb67cdfd6d17f85cd6dfd1fe313b [file] [log] [blame]
{
"type": "object",
"title": "unknownFlowStatistics",
"required": [
"receivedTime",
"dpiStatInfo"
],
"properties": {
"receivedTime": {
"type": "string",
"example": "2016-06-12 04:05:05"
},
"dpiStatInfo": {
"type": "object",
"title": "dpiStatInfo",
"required": [
"unknownFlow"
],
"properties": {
"unknownFlows": {
"type": "array",
"xml": {
"name": "unknownFlows",
"wrapped": true
},
"items": {
"type": "object",
"title": "unknownFlows",
"required": [
"protocol",
"hostAName",
"hostAPort",
"hostBName",
"hostBPort",
"detectedProtocol",
"detectedProtocolName",
"packets",
"bytes",
"hostServerName"
],
"properties": {
"protocol": {
"type": "string",
"example": "TCP"
},
"hostAName": {
"type": "string",
"example": "10.0.20.50"
},
"hostAPort": {
"type": "integer",
"format": "int32",
"example": 9889
},
"hostBName": {
"type": "string",
"example": "10.0.20.10"
},
"hostBPort": {
"type": "integer",
"format": "int32",
"example": 8181
},
"detectedProtocol": {
"type": "integer",
"format": "int32",
"example": 80
},
"detectedProtocolName": {
"type": "string",
"example": "HTTP"
},
"packets": {
"type": "integer",
"format": "int64",
"example": 69889
},
"bytes": {
"type": "integer",
"format": "int64",
"example": 69889
},
"hostSeverName": {
"type": "string",
"example": "raptor"
}
}
}
}
}
}
}
}