blob: 497772dcedc057602b2f67bf79a7da8c0e744322 [file] [log] [blame]
Harshada Chaundkar14b62382019-02-18 17:51:14 -05001{
2 "type": "object",
3 "required": [
4 "ipv4StaticRouteCount",
5 "ipv4FpmRouteCount",
6 "ipv4RipRouteCount",
7 "ipv4DhcpRouteCount",
8 "ipv4DhcpLQRouteCount",
9 "ipv4BgpRouteCount",
10 "ipv4TotalRouteCount",
11 "ipv6StaticRouteCount",
12 "ipv6FpmRouteCount",
13 "ipv6RipRouteCount",
14 "ipv6DhcpRouteCount",
15 "ipv6DhcpLQRouteCount",
16 "ipv6BgpRouteCount",
17 "ipv6TotalRouteCount"
18 ],
19 "properties": {
20 "ipv4StaticRouteCount": {
21 "type": "int",
22 "example": "1"
23 },
24 "ipv4FpmRouteCount": {
25 "type": "int",
26 "example": "3"
27 },
28 "ipv4RipRouteCount": {
29 "type": "int",
30 "example": "1"
31 },
32 "ipv4DhcpRouteCount": {
33 "type": "int",
34 "example": "2"
35 },
36 "ipv4DhcpLQRouteCount": {
37 "type": "int",
38 "example": "3"
39 },
40 "ipv4BgpRouteCount": {
41 "type": "int",
42 "example": "2"
43 },
44 "ipv4TotalRouteCount": {
45 "type": "long",
46 "example": "4"
47 },
48 "ipv6StaticRouteCount": {
49 "type": "int",
50 "example": "3"
51 },
52 "ipv6FpmRouteCount": {
53 "type": "int",
54 "example": "1"
55 },
56 "ipv6RipRouteCount": {
57 "type": "int",
58 "example": "2"
59 },
60 "ipv6DhcpRouteCount": {
61 "type": "int",
62 "example": "4"
63 },
64 "ipv6DhcpLQRouteCount": {
65 "type": "int",
66 "example": "2"
67 },
68 "ipv6BgpRouteCount": {
69 "type": "int",
70 "example": "3"
71 },
72 "ipv6TotalRouteCount": {
73 "type": "long",
74 "example": "2"
75 }
76 }
77}