blob: eff62027124767727468dea239b04232bb1de285 [file] [log] [blame]
David K. Bainbridgeeda2b052017-07-12 09:41:04 -07001{
2 "integration":
3 {
4 "url": "http://localhost:8090",
5 "cache":
6 {
7 "enabled": true,
8 "maxsize": 50,
9 "ttl": "PT1m"
10 }
11 },
12
13 "entries":
14 [
15 {
16 "id": "1",
17 "cTag": 2,
18 "sTag": 2,
19 "nasPortId": "1/1/2",
20 "port": 125,
21 "slot": 3,
Amit Ghosh38b232a2017-07-23 15:11:56 +010022 "hardwareIdentifier": "aa:bb:cc:dd:ee:ff",
23 "ipAddress":"10.10.10.10",
24 "nasId":"XXX-NASID"
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",
32 "port": 129,
33 "slot": 4,
Amit Ghosh38b232a2017-07-23 15:11:56 +010034 "hardwareIdentifier": "aa:bb:cc:dd:ee:ff",
35 "ipAddress":"1.1.1.1",
36 "nasId":"YYY-NASID"
37 },
38
39 {
40 "id": "cc:dd:ee:ff:aa:bb",
41 "hardwareIdentifier": "cc:dd:ee:ff:aa:bb",
42 "ipAddress":"12.12.12.12",
43 "nasId":"CCC-NASID"
David K. Bainbridgeeda2b052017-07-12 09:41:04 -070044 }
45 ]
Amit Ghosh38b232a2017-07-23 15:11:56 +010046}