blob: fcded75640ad02aeb204676aa4a9b75b52ecb728 [file] [log] [blame]
Gilles Depatie84cb1e72018-10-26 12:41:33 -04001{
Gilles Depatiea85fe812019-01-23 15:55:53 -05002 "org.opencord.sadis":{
3 "sadis":{
4 "integration":{
5 "cache":{
6 "enabled":true,
7 "maxsize":50,
8 "ttl":"PT1m"
9 }
10 },
11 "entries":[
12 {
13 "id":"PSMO12345678",
14 "cTag":33,
15 "sTag":44,
16 "nasPortId":"PSMO12345678"
17 },
18 {
19 "id":"1d1d1d1d1d1d11",
20 "hardwareIdentifier":"00:1b:22:00:b1:78",
21 "ipAddress":"192.168.1.252",
22 "nasId":"B100-NASID"
23 },
24 {
25 "id":"olt.voltha.svc:50060",
26 "uplinkPort":2
27 }
28 ]
29 }
30 }
Gilles Depatie84cb1e72018-10-26 12:41:33 -040031}