Added test for MouontPoints and URI
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / resources / full-versions / testData.json
1 {
2   "interfaces": {
3     "interface": [
4       {
5         "name": "eth0",
6         "type": "ethernetCsmacd",
7         "enabled": false
8       },
9       {
10         "name": "eth1",
11         "type": "ethernetCsmacd",
12         "enabled": true,
13         "vlan-tagging": true
14       },
15       {
16         "name": "eth1.10",
17         "type": "l2vlan",
18         "enabled": true,
19         "base-interface": "eth1",
20         "vlan-id": 10
21       },
22       {
23         "name": "lo1",
24         "type": "softwareLoopback",
25         "enabled": true
26       }
27     ]
28   },
29   "interfaces-state": {
30     "interface": [
31       {
32         "name": "eth0",
33         "type": "ethernetCsmacd",
34         "admin-status": "down",
35         "oper-status": "down",
36         "if-index": 2,
37         "phys-address": "00:01:02:03:04:05",
38         "statistics": {
39           "discontinuity-time": "2013-04-01T03:00:00+00:00"
40         }
41       },
42       {
43         "name": "eth1",
44         "type": "ethernetCsmacd",
45         "admin-status": "up",
46         "oper-status": "up",
47         "if-index": 7,
48         "phys-address": "00:01:02:03:04:06",
49         "higher-layer-if": [
50           "eth1.10"
51         ],
52         "statistics": {
53           "discontinuity-time": "2013-04-01T03:00:00+00:00"
54         }
55       },
56       {
57         "name": "eth1.10",
58         "type": "l2vlan",
59         "admin-status": "up",
60         "oper-status": "up",
61         "if-index": 9,
62         "lower-layer-if": [
63           "eth1"
64         ],
65         "statistics": {
66           "discontinuity-time": "2013-04-01T03:00:00+00:00"
67         }
68       },
69       {
70         "name": "eth2",
71         "type": "ethernetCsmacd",
72         "admin-status": "down",
73         "oper-status": "down",
74         "if-index": 8,
75         "phys-address": "00:01:02:03:04:07",
76         "statistics": {
77           "discontinuity-time": "2013-04-01T03:00:00+00:00"
78         }
79       },
80       {
81         "name": "lo1",
82         "type": "softwareLoopback",
83         "admin-status": "up",
84         "oper-status": "up",
85         "if-index": 1,
86         "statistics": {
87           "discontinuity-time": "2013-04-01T03:00:00+00:00"
88         }
89       }
90     ]
91   }
92 }