blob: 4e610375b7765dab2204ee473b6ec07c06ace881 [file] [log] [blame]
Andy Bavier7cee6f42019-11-05 16:49:47 -07001{
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": "EC1925000157",
15 "hardwareIdentifier": "0f:f1:ce:c0:ff:ee",
16 "nasId": "EC1925000157",
Andy Bavier67967452019-11-26 15:22:50 -070017 "uplinkPort": 1048576
Andy Bavier7cee6f42019-11-05 16:49:47 -070018 },
19 {
20 "id": "ALPHe3d1ce7b-1",
21 "cTag": 11,
22 "sTag": 11,
23 "nasPortId": "ALPHe3d1ce7b-1",
24 "circuitId": "ALPHe3d1ce7b-1",
25 "remoteId": "ALPHe3d1ce7b",
26 "technologyProfileId": 64,
27 "upstreamBandwidthProfile": "User_Bandwidth1",
28 "downstreamBandwidthProfile": "User_Bandwidth1"
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,
Andy Bavier2dc931c2019-11-06 15:03:09 -070045 "cir": 10000,
Andy Bavier7cee6f42019-11-05 16:49:47 -070046 "ebs": 30,
Andy Bavier2dc931c2019-11-06 15:03:09 -070047 "eir": 10000
Andy Bavier7cee6f42019-11-05 16:49:47 -070048 },
49 {
50 "id": "User_Bandwidth1",
51 "air": 100000,
52 "cbs": 10000,
Andy Bavier2dc931c2019-11-06 15:03:09 -070053 "cir": 30000,
Andy Bavier7cee6f42019-11-05 16:49:47 -070054 "ebs": 1000,
Andy Bavier2dc931c2019-11-06 15:03:09 -070055 "eir": 20000
Andy Bavier7cee6f42019-11-05 16:49:47 -070056 },
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}