blob: 99c861a8e60c3190ca8bc9c4b00dc3942b74ce61 [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",
Daniele Moroefe448c2019-11-06 23:33:43 +000015 "cTag": 2,
16 "sTag": 2,
David K. Bainbridgeeda2b052017-07-12 09:41:04 -070017 "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",
Gamze Abaka1e5ccf52018-07-02 11:59:03 +000024 "remoteId":"remote123",
Daniele Moroefe448c2019-11-06 23:33:43 +000025 "technologyProfileId":64,
26 "upstreamBandwidthProfile":"1Gb",
27 "downstreamBandwidthProfile":"1Gb"
David K. Bainbridgeeda2b052017-07-12 09:41:04 -070028 },
29
30 {
31 "id": "2",
Daniele Moroefe448c2019-11-06 23:33:43 +000032 "cTag": 4,
33 "sTag": 4,
David K. Bainbridgeeda2b052017-07-12 09:41:04 -070034 "nasPortId": "1/1/2",
Amit Ghoshd5d60cf2017-11-09 11:00:09 +000035 "uplinkPort": 129,
David K. Bainbridgeeda2b052017-07-12 09:41:04 -070036 "slot": 4,
Amit Ghosh38b232a2017-07-23 15:11:56 +010037 "hardwareIdentifier": "aa:bb:cc:dd:ee:ff",
38 "ipAddress":"1.1.1.1",
David K. Bainbridge8bf98e02017-08-07 10:41:56 -070039 "nasId":"YYY-NASID",
40 "circuitId":"circuit234",
Gamze Abaka1e5ccf52018-07-02 11:59:03 +000041 "remoteId":"remote234",
Daniele Moroefe448c2019-11-06 23:33:43 +000042 "technologyProfileId":64,
43 "upstreamBandwidthProfile":"10Gb",
44 "downstreamBandwidthProfile":"10Gb"
Amit Ghosh38b232a2017-07-23 15:11:56 +010045 },
Daniele Moroefe448c2019-11-06 23:33:43 +000046
Amit Ghosh38b232a2017-07-23 15:11:56 +010047 {
Daniele Moroefe448c2019-11-06 23:33:43 +000048 "id": "cc:dd:ee:ff:aa:bb",
49 "hardwareIdentifier": "cc:dd:ee:ff:aa:bb",
50 "ipAddress":"12.12.12.12",
51 "nasId":"CCC-NASID",
52 "circuitId":"circuit345",
53 "remoteId":"remote345",
54 "technologyProfileId":64,
55 "upstreamBandwidthProfile":"10Gb",
56 "downstreamBandwidthProfile":"10Gb"
David K. Bainbridgeeda2b052017-07-12 09:41:04 -070057 }
58 ]
Amit Ghosh38b232a2017-07-23 15:11:56 +010059}