blob: b855239446a6203a78b4fa798b69a5de45c9f3e7 [file] [log] [blame]
David K. Bainbridgeeda2b052017-07-12 09:41:04 -07001{
2 "integration":
3 {
David K. Bainbridgeeda2b052017-07-12 09:41:04 -07004 "cache":
5 {
6 "enabled": true,
7 "maxsize": 50,
8 "ttl": "PT1m"
9 }
10 },
11
12 "entries":
13 [
14 {
15 "id": "1",
16 "cTag": 2,
17 "sTag": 2,
18 "nasPortId": "1/1/2",
19 "port": 125,
20 "slot": 3,
Amit Ghosh38b232a2017-07-23 15:11:56 +010021 "hardwareIdentifier": "aa:bb:cc:dd:ee:ff",
22 "ipAddress":"10.10.10.10",
David K. Bainbridge8bf98e02017-08-07 10:41:56 -070023 "nasId":"XXX-NASID",
24 "circuitId":"circuit123",
25 "remoteId":"remote123"
David K. Bainbridgeeda2b052017-07-12 09:41:04 -070026 },
27
28 {
29 "id": "2",
30 "cTag": 4,
31 "sTag": 4,
32 "nasPortId": "1/1/2",
33 "port": 129,
34 "slot": 4,
Amit Ghosh38b232a2017-07-23 15:11:56 +010035 "hardwareIdentifier": "aa:bb:cc:dd:ee:ff",
36 "ipAddress":"1.1.1.1",
David K. Bainbridge8bf98e02017-08-07 10:41:56 -070037 "nasId":"YYY-NASID",
38 "circuitId":"circuit234",
Deepa vaddireddyad295192017-08-10 13:14:02 +053039 "remoteId":"remote234"
Amit Ghosh38b232a2017-07-23 15:11:56 +010040 },
41
42 {
43 "id": "cc:dd:ee:ff:aa:bb",
44 "hardwareIdentifier": "cc:dd:ee:ff:aa:bb",
45 "ipAddress":"12.12.12.12",
David K. Bainbridge8bf98e02017-08-07 10:41:56 -070046 "nasId":"CCC-NASID",
47 "circuitId":"circuit345",
48 "remoteId":"remote345"
David K. Bainbridgeeda2b052017-07-12 09:41:04 -070049 }
50 ]
Amit Ghosh38b232a2017-07-23 15:11:56 +010051}