blob: 331a181a2a9dbc7804706b9bb224da5e65c56452 [file] [log] [blame]
Andy Bavier274f51e2020-08-13 14:21:26 -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",
17 "uplinkPort": 1048576
18 },
19 {
20 "id": "ALPHe3d1ce7b-1",
21 "nasPortId": "ALPHe3d1ce7b-1",
22 "circuitId": "ALPHe3d1ce7b-1",
23 "remoteId": "ALPHe3d1ce7b",
24 "uniTagList": [{
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 "id": "ISKT71e801a0-1",
36 "nasPortId": "ISKT71e801a0-1",
37 "circuitId": "ISKT71e801a0-1",
38 "remoteId": "ISKT71e801a0",
39 "uniTagList": [{
40 "uniTagMatch": 4096,
41 "ponCTag": 4096,
42 "ponSTag": 22,
43 "technologyProfileId": 64,
44 "upstreamBandwidthProfile": "User_Bandwidth1",
45 "downstreamBandwidthProfile": "User_Bandwidth2",
46 "isDhcpRequired": false
47 }]
48 },
49 {
50 "id": "ALPHe3d1cfac-1",
51 "nasPortId": "ALPHe3d1cfac-1",
52 "circuitId": "ALPHe3d1cfac-1",
53 "remoteId": "ALPHe3d1cfac",
54 "uniTagList": [{
55 "uniTagMatch": 4096,
56 "ponCTag": 4096,
57 "ponSTag": 21,
58 "technologyProfileId": 64,
59 "upstreamBandwidthProfile": "User_Bandwidth3",
60 "downstreamBandwidthProfile": "User_Bandwidth3",
61 "isDhcpRequired": false
62 }]
63 }
64 ]
65 },
66 "bandwidthprofile":{
Girish Gowdra21ec25d2021-05-24 10:07:01 -070067 "integration":{
68 "cache":{
69 "enabled":true,
70 "maxsize":40,
71 "ttl":"PT1m"
72 }
73 },
74 "entries":[
75 {
76 "id": "Default",
77 "gir": 0,
78 "cbs": 30,
79 "cir": 16000,
80 "pbs": 30,
81 "pir": 32000
Andy Bavier274f51e2020-08-13 14:21:26 -070082 },
Girish Gowdra21ec25d2021-05-24 10:07:01 -070083 {
84 "id": "User_Bandwidth1",
85 "gir": 50000,
86 "cbs": 10000,
87 "cir": 50000,
88 "pbs": 1000,
89 "pir": 300000
90 },
91 {
92 "id": "User_Bandwidth2",
93 "gir": 100000,
94 "cbs": 5000,
95 "cir": 100000,
96 "pbs": 5000,
97 "pir": 300000
98 },
99 {
100 "id": "User_Bandwidth3",
101 "gir": 100000,
102 "cbs": 5000,
103 "cir": 100000,
104 "pbs": 5000,
105 "pir": 400000
106 }
Andy Bavier274f51e2020-08-13 14:21:26 -0700107
Girish Gowdra21ec25d2021-05-24 10:07:01 -0700108 ]
Andy Bavier274f51e2020-08-13 14:21:26 -0700109 }
110 }
111 }
112}