blob: 00a5120744d47ef4d6b147f939e26a55f8d098dd [file] [log] [blame]
Andrea Campanella971071a2021-04-28 10:04:56 +02001{
Girish Gowdrae24ff662021-05-09 23:00:16 -07002 "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":"722033538840",
15 "nasId":"722033538840",
16 "uplinkPort":1048576
17 },
18 {
19 "id":"SCOM00001c7f-1",
20 "nasPortId":"SCOM00001c7f-1",
21 "circuitId":"SCOM00001c7f-1",
22 "remoteId":"SCOM00001c7f",
23 "uniTagList":[
24 {
25 "uniTagMatch":4096,
26 "ponCTag":4096,
27 "ponSTag":11,
28 "technologyProfileId":64,
29 "upstreamBandwidthProfile":"Default",
30 "downstreamBandwidthProfile":"Default",
31 "isDhcpRequired":false
32 }
33 ]
34 }
35 ]
36 },
37 "bandwidthprofile":{
38 "integration":{
39 "cache":{
40 "enabled":true,
41 "maxsize":40,
42 "ttl":"PT1m"
43 }
44 },
45 "entries":[
46 {
47 "id":"Default",
48 "air":100000,
49 "cbs":30,
50 "cir":16000,
51 "ebs":30,
52 "eir":16000
53 },
54 {
55 "id":"User_Bandwidth1",
56 "air":100000,
57 "cbs":10000,
58 "cir":30000,
59 "ebs":1000,
60 "eir":20000
61 },
62 {
63 "id":"User_Bandwidth2",
64 "air":100000,
65 "cbs":5000,
66 "cir":100000,
67 "ebs":5000,
68 "eir":100000
69 },
70 {
71 "id":"User_Bandwidth3",
72 "air":100000,
73 "cbs":5000,
74 "cir":425000,
75 "ebs":5000,
76 "eir":425000
77 }
78 ]
79 }
Andrea Campanella971071a2021-04-28 10:04:56 +020080 }
Girish Gowdrae24ff662021-05-09 23:00:16 -070081 }
82}