blob: e5ffe1e0d6445cce671d26ffaeee5025659bf2aa [file] [log] [blame]
Andrea Campanellaf5e29592020-01-17 09:44:44 +01001{
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": "ALPHe3d1cf5c-1",
15 "cTag": 11,
16 "sTag": 11,
17 "nasPortId": "ALPHe3d1cf5c-1",
18 "circuitId": "ALPHe3d1cf5c-1",
19 "remoteId": "EC1729003539",
20 "technologyProfileId": 64,
21 "upstreamBandwidthProfile": "User_Bandwidth3",
22 "downstreamBandwidthProfile": "User_Bandwidth2"
23 },
24 {
25 "id": "EC1729003539",
26 "hardwareIdentifier": "aa:bb:cc:dd:ee:ff",
27 "nasId": "EC1729003539",
28 "uplinkPort": 1048576
29 }
30 ]
31 },
32 "bandwidthprofile":{
33 "integration":{
34 "cache":{
35 "enabled":true,
36 "maxsize":40,
37 "ttl":"PT1m"
38 }
39 },
40 "entries":[
41 {
42 "id": "Default",
43 "air": 100000,
44 "cbs": 30,
Andrea Campanella7e4424a2020-02-07 15:29:41 +010045 "cir": 16000,
Andrea Campanellaf5e29592020-01-17 09:44:44 +010046 "ebs": 30,
Andrea Campanella7e4424a2020-02-07 15:29:41 +010047 "eir": 16000
Andrea Campanellaf5e29592020-01-17 09:44:44 +010048 },
49 {
50 "id": "User_Bandwidth1",
51 "air": 100000,
52 "cbs": 10000,
53 "cir": 30000,
54 "ebs": 1000,
55 "eir": 20000
56 },
57 {
58 "id": "User_Bandwidth2",
59 "air": 100000,
60 "cbs": 5000,
61 "cir": 100000,
62 "ebs": 5000,
63 "eir": 100000
64 },
65 {
66 "id": "User_Bandwidth3",
67 "air": 100000,
68 "cbs": 5000,
69 "cir": 1000000,
70 "ebs": 5000,
71 "eir": 1000000
72 }
73
74 ]
75 }
76 }
77 }
78}