blob: c6b8f379721fe8d838ecfe2eeef5ef1fa4e15bb1 [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",
David K. Bainbridge8bf98e02017-08-07 10:41:56 -070024 "nasId":"XXX-NASID",
25 "circuitId":"circuit123",
26 "remoteId":"remote123"
David K. Bainbridgeeda2b052017-07-12 09:41:04 -070027 },
28
29 {
30 "id": "2",
31 "cTag": 4,
32 "sTag": 4,
33 "nasPortId": "1/1/2",
34 "port": 129,
35 "slot": 4,
Amit Ghosh38b232a2017-07-23 15:11:56 +010036 "hardwareIdentifier": "aa:bb:cc:dd:ee:ff",
37 "ipAddress":"1.1.1.1",
David K. Bainbridge8bf98e02017-08-07 10:41:56 -070038 "nasId":"YYY-NASID",
39 "circuitId":"circuit234",
40 "remoteId":"remote234"
Amit Ghosh38b232a2017-07-23 15:11:56 +010041 },
42
43 {
44 "id": "cc:dd:ee:ff:aa:bb",
45 "hardwareIdentifier": "cc:dd:ee:ff:aa:bb",
46 "ipAddress":"12.12.12.12",
David K. Bainbridge8bf98e02017-08-07 10:41:56 -070047 "nasId":"CCC-NASID",
48 "circuitId":"circuit345",
49 "remoteId":"remote345"
David K. Bainbridgeeda2b052017-07-12 09:41:04 -070050 }
51 ]
Amit Ghosh38b232a2017-07-23 15:11:56 +010052}