blob: 50733cc79aeb82a8034d1ec517d9b6ba7b30e5f1 [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 Campanella77869b32020-02-26 13:34:07 +010032 },
33 {
34 "id": "ALPHe3a69d03-1",
35 "nasPortId": "ALPHe3a69d03-1",
36 "circuitId": "ALPHe3a69d03-1",
37 "remoteId": "EC1729003539",
38 "uniTagList": [
39 {
40 "ponCTag": 7,
41 "ponSTag": 11,
42 "technologyProfileId": 64,
43 "upstreamBandwidthProfile": "Default",
44 "downstreamBandwidthProfile": "Default",
45 "isDhcpRequired": true
46 }]
47 }]
Andrea Campanellaf5e29592020-01-17 09:44:44 +010048 },
49 "bandwidthprofile":{
50 "integration":{
51 "cache":{
52 "enabled":true,
53 "maxsize":40,
54 "ttl":"PT1m"
55 }
56 },
57 "entries":[
58 {
59 "id": "Default",
60 "air": 100000,
61 "cbs": 30,
Andrea Campanella7e4424a2020-02-07 15:29:41 +010062 "cir": 16000,
Andrea Campanellaf5e29592020-01-17 09:44:44 +010063 "ebs": 30,
Andrea Campanella7e4424a2020-02-07 15:29:41 +010064 "eir": 16000
Andrea Campanellaf5e29592020-01-17 09:44:44 +010065 },
66 {
67 "id": "User_Bandwidth1",
68 "air": 100000,
69 "cbs": 10000,
70 "cir": 30000,
71 "ebs": 1000,
72 "eir": 20000
73 },
74 {
75 "id": "User_Bandwidth2",
76 "air": 100000,
77 "cbs": 5000,
78 "cir": 100000,
79 "ebs": 5000,
80 "eir": 100000
81 },
82 {
83 "id": "User_Bandwidth3",
84 "air": 100000,
85 "cbs": 5000,
86 "cir": 1000000,
87 "ebs": 5000,
88 "eir": 1000000
89 }
90
91 ]
92 }
93 }
94 }
95}