blob: 687cffbf03fc89c39594034c705df10de3893d50 [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 {
Andrea Campanella3121c4b2020-02-19 13:17:29 +010014 "id": "EC1729003539",
15 "hardwareIdentifier": "a8:2b:b5:6d:1a:95",
16 "nasId": "EC1729003539",
17 "uplinkPort": 1048576
18 },
19 {
Andrea Campanellaf5e29592020-01-17 09:44:44 +010020 "id": "ALPHe3d1cf5c-1",
Andrea Campanellaf5e29592020-01-17 09:44:44 +010021 "nasPortId": "ALPHe3d1cf5c-1",
22 "circuitId": "ALPHe3d1cf5c-1",
23 "remoteId": "EC1729003539",
Andrea Campanella3121c4b2020-02-19 13:17:29 +010024 "uniTagList": [{
25 "ponCTag": 11,
26 "ponSTag": 11,
27 "technologyProfileId": 64,
28 "upstreamBandwidthProfile": "Default",
29 "downstreamBandwidthProfile": "Default",
30 "isDhcpRequired": true
31 }]
Andrea Campanellaf5e29592020-01-17 09:44:44 +010032 }
33 ]
34 },
35 "bandwidthprofile":{
36 "integration":{
37 "cache":{
38 "enabled":true,
39 "maxsize":40,
40 "ttl":"PT1m"
41 }
42 },
43 "entries":[
44 {
45 "id": "Default",
46 "air": 100000,
47 "cbs": 30,
Andrea Campanella7e4424a2020-02-07 15:29:41 +010048 "cir": 16000,
Andrea Campanellaf5e29592020-01-17 09:44:44 +010049 "ebs": 30,
Andrea Campanella7e4424a2020-02-07 15:29:41 +010050 "eir": 16000
Andrea Campanellaf5e29592020-01-17 09:44:44 +010051 },
52 {
53 "id": "User_Bandwidth1",
54 "air": 100000,
55 "cbs": 10000,
56 "cir": 30000,
57 "ebs": 1000,
58 "eir": 20000
59 },
60 {
61 "id": "User_Bandwidth2",
62 "air": 100000,
63 "cbs": 5000,
64 "cir": 100000,
65 "ebs": 5000,
66 "eir": 100000
67 },
68 {
69 "id": "User_Bandwidth3",
70 "air": 100000,
71 "cbs": 5000,
72 "cir": 1000000,
73 "ebs": 5000,
74 "eir": 1000000
75 }
76
77 ]
78 }
79 }
80 }
81}