blob: f18969b9d33a3d754d33b4443b54619f9a4307ea [file] [log] [blame]
Hardik Windlass27d9a7f2021-08-25 11:13:31 +00001{
2 "apps":{
3 "org.opencord.sadis":{
4 "sadis":{
5 "integration":{
6 "cache":{
7 "enabled":false,
8 "maxsize":50,
9 "ttl":"PT0m"
10 }
11 },
12 "entries":[
13 {
14 "id":"722033038194",
15 "nasId":"722033038194",
16 "hardwareIdentifier": "28:11:23:19:44:49",
17 "uplinkPort":1048576
18 },
19 {
20 "id":"SCOMa0108adf-1",
21 "nasPortId":"SCOMa0108adf-1",
22 "circuitId":"SCOMa0108adf-1",
23 "remoteId":"SCOMa0108adf",
24 "uniTagList":[
25 {
26 "uniTagMatch":4096,
27 "ponCTag":4096,
28 "ponSTag":89,
29 "technologyProfileId":64,
30 "upstreamBandwidthProfile":"User_Bandwidth2",
31 "downstreamBandwidthProfile":"User_Bandwidth1",
32 "isDhcpRequired":false
33 }
34 ]
35 }
36 ]
37 },
38 "bandwidthprofile":{
39 "integration":{
40 "cache":{
41 "enabled":true,
42 "maxsize":40,
43 "ttl":"PT1m"
44 }
45 },
46 "entries":[
47 {
48 "id": "Default",
49 "gir": 0,
50 "cbs": 30,
51 "cir": 16000,
52 "pbs": 30,
53 "pir": 32000
54 },
55 {
56 "id": "User_Bandwidth1",
57 "gir": 50000,
58 "cbs": 10000,
59 "cir": 50000,
60 "pbs": 1000,
61 "pir": 300000
62 },
63 {
64 "id": "User_Bandwidth2",
65 "gir": 100000,
66 "cbs": 5000,
67 "cir": 100000,
68 "pbs": 5000,
69 "pir": 300000
70 },
71 {
72 "id": "User_Bandwidth3",
73 "gir": 100000,
74 "cbs": 5000,
75 "cir": 100000,
76 "pbs": 5000,
77 "pir": 400000
78 }
79
80 ]
81 }
82 }
83 }
84}