blob: 0a87854e642e748511e18857c5efab4e09c07cee [file] [log] [blame]
Matteo Scandolo816a78e2020-06-02 14:37:14 -07001{
2 "apps": {
3 "org.opencord.sadis": {
4 "sadis": {
5 "integration": {
Suchitra Vemurie2ca77f2021-02-04 21:42:14 -08006 "url" : "http://bbsim-sadis-server.voltha.svc:58080/subscribers/%s",
Matteo Scandolo816a78e2020-06-02 14:37:14 -07007 "cache": {
8 "enabled": false,
9 "maxsize": 50,
10 "ttl": "PT0m"
11 }
12 },
13 "entries": [
14 {
15 "id": "ALPHe3d1cf8e-1",
16 "nasPortId": "ALPHe3d1cf8e-1",
17 "circuitId": "",
18 "remoteId": "",
19 "uniTagList": [{
20 "ponCTag": 11,
Suchitra Vemurif54ce4e2020-09-03 17:19:22 -070021 "ponSTag": 222,
Matteo Scandolo816a78e2020-06-02 14:37:14 -070022 "technologyProfileId": 64,
Suchitra Vemurif54ce4e2020-09-03 17:19:22 -070023 "downstreamBandwidthProfile": "User_Bandwidth2",
24 "upstreamBandwidthProfile": "User_Bandwidth3",
Matteo Scandolo816a78e2020-06-02 14:37:14 -070025 "isDhcpRequired": true
26 }]
27 },
28 {
29 "id": "ALPHe3d1cfe3-1",
30 "nasPortId": "ALPHe3d1cfe3-1",
31 "circuitId": "",
32 "remoteId": "",
33 "uniTagList": [{
34 "ponCTag": 12,
35 "ponSTag": 111,
36 "technologyProfileId": 64,
37 "downstreamBandwidthProfile": "Default",
38 "upstreamBandwidthProfile": "Default",
39 "isDhcpRequired": true
40 }]
41 },
42 {
43 "id": "EC1721000208",
44 "hardwareIdentifier": "aa:bb:cc:dd:ee:ff",
45 "ipAddress": "10.192.20.206",
46 "nasId": "EC1721000208",
47 "uplinkPort": 1048576
48 }
49 ]
50 },
51 "bandwidthprofile":{
52 "integration":{
Suchitra Vemurie2ca77f2021-02-04 21:42:14 -080053 "url" : "http://bbsim-sadis-server.voltha.svc:58080/profiles/%s",
Matteo Scandolo816a78e2020-06-02 14:37:14 -070054 "cache":{
55 "enabled":true,
56 "maxsize":40,
57 "ttl":"PT1m"
58 }
59 },
60 "entries":[
61 {
62 "id": "Default",
63 "air": 100000,
64 "cbs": 30,
65 "cir": 16000,
66 "ebs": 30,
67 "eir": 16000
68 },
69 {
70 "id": "User_Bandwidth1",
71 "air": 100000,
72 "cbs": 10000,
73 "cir": 30000,
74 "ebs": 1000,
75 "eir": 20000
76 },
77 {
78 "id": "User_Bandwidth2",
79 "air": 100000,
80 "cbs": 5000,
81 "cir": 100000,
82 "ebs": 5000,
83 "eir": 100000
84 },
85 {
86 "id": "User_Bandwidth3",
87 "air": 100000,
88 "cbs": 5000,
Girish Gowdracc1095d2021-05-19 12:53:27 -070089 "cir": 100000,
Matteo Scandolo816a78e2020-06-02 14:37:14 -070090 "ebs": 5000,
Girish Gowdracc1095d2021-05-19 12:53:27 -070091 "eir": 100000
Matteo Scandolo816a78e2020-06-02 14:37:14 -070092 }
93
94 ]
95 }
96 }
97 }
98}