blob: d72de311c0ef872495520a544eeba45aa9675f54 [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 {
David K. Bainbridgeeda2b052017-07-12 09:41:04 -07006 "maxsize": 50,
7 "ttl": "PT1m"
8 }
9 },
10
11 "entries":
12 [
13 {
14 "id": "1",
15 "cTag": 2,
16 "sTag": 2,
17 "nasPortId": "1/1/2",
Amit Ghoshd5d60cf2017-11-09 11:00:09 +000018 "uplinkPort": 125,
David K. Bainbridgeeda2b052017-07-12 09:41:04 -070019 "slot": 3,
Amit Ghosh38b232a2017-07-23 15:11:56 +010020 "hardwareIdentifier": "aa:bb:cc:dd:ee:ff",
21 "ipAddress":"10.10.10.10",
David K. Bainbridge8bf98e02017-08-07 10:41:56 -070022 "nasId":"XXX-NASID",
23 "circuitId":"circuit123",
24 "remoteId":"remote123"
David K. Bainbridgeeda2b052017-07-12 09:41:04 -070025 },
26
27 {
28 "id": "2",
29 "cTag": 4,
30 "sTag": 4,
31 "nasPortId": "1/1/2",
Amit Ghoshd5d60cf2017-11-09 11:00:09 +000032 "uplinkPort": 129,
David K. Bainbridgeeda2b052017-07-12 09:41:04 -070033 "slot": 4,
Amit Ghosh38b232a2017-07-23 15:11:56 +010034 "hardwareIdentifier": "aa:bb:cc:dd:ee:ff",
35 "ipAddress":"1.1.1.1",
David K. Bainbridge8bf98e02017-08-07 10:41:56 -070036 "nasId":"YYY-NASID",
37 "circuitId":"circuit234",
Deepa vaddireddyad295192017-08-10 13:14:02 +053038 "remoteId":"remote234"
Amit Ghosh38b232a2017-07-23 15:11:56 +010039 },
40
41 {
42 "id": "cc:dd:ee:ff:aa:bb",
43 "hardwareIdentifier": "cc:dd:ee:ff:aa:bb",
44 "ipAddress":"12.12.12.12",
David K. Bainbridge8bf98e02017-08-07 10:41:56 -070045 "nasId":"CCC-NASID",
46 "circuitId":"circuit345",
47 "remoteId":"remote345"
David K. Bainbridgeeda2b052017-07-12 09:41:04 -070048 }
49 ]
Amit Ghosh38b232a2017-07-23 15:11:56 +010050}