StatisticsFlowsLink.json
1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"type": "object",
"title": "loads",
"required": [
"loads"
],
"properties": {
"loads": {
"type": "array",
"required": [
"loads"
],
"xml": {
"name": "loads",
"wrapped": true
},
"items": {
"type": "object",
"title": "loads",
"required": [
"rate",
"latest",
"valid",
"time",
"link"
],
"properties": {
"rate": {
"type": "integer",
"format": "int64",
"example": 0
},
"latest": {
"type": "string",
"example": "of:0000000000000001"
},
"valid": {
"type": "boolean",
"example": false
},
"time": {
"type": "integer",
"format": "int64",
"example": 1447980119542
},
"link": {
"type": "string",
"example": "http://10.128.12.1:8181/onos/v1/links?device=of:0000000000000002&port=3"
}
}
}
}
}
}