blob: 7d02b46712d9d4038174e50fc1794697f8a34c1f [file] [log] [blame]
Amit Wankhede751e7cd2022-03-23 17:08:30 +00001[
2 {
3 "connectivity_services": {
4 "connectivity_service": [
5 {
6 "acc_prometheus_url": "./prometheus_acc",
7 "core_5g_endpoint": "http://aether_roc_umbrella_sdcore_test_dummy/v1/config/5g",
8 "description": "5G Test",
9 "display_name": "ROC 5G Test Connectivity Service",
10 "id": "cs5gtest"
11 },
12 {
13 "description": "ROC 4G Test Connectivity Service",
14 "display_name": "4G Test",
15 "hss_endpoint": "http://aether_roc_umbrella_sdcore_test_dummy/v1/config/imsis",
16 "id": "cs4gtest",
17 "pcrf_endpoint": "http://aether_roc_umbrella_sdcore_test_dummy/v1/config/policies",
18 "spgwc_endpoint": "http://aether_roc_umbrella_sdcore_test_dummy/v1/config"
19 }
20 ]
21 },
22 "enterprises": {
23 "enterprise": [
24 [
25 {
Amit Wankhede751e7cd2022-03-23 17:08:30 +000026 "connectivity_service": [
27 {
28 "connectivity_service": "cs5gtest",
29 "enabled": true
30 }
31 ],
32 "description": "ACME Corporation",
33 "display_name": "ACME Corp",
34 "enterprise_id": "acme"
35 },
36 {
37 "connectivity_service": [
38 {
39 "connectivity_service": "cs5gtest",
40 "enabled": true
41 },
42 {
43 "connectivity_service": "cs4gtest",
44 "enabled": false
45 }
46 ],
47 "description": "Starbucks Corporation",
48 "display_name": "Starbucks Inc.",
49 "enterprise_id": "starbucks"
SeanCondon172097c2022-05-10 09:57:48 +010050 },
51 {
52 "description": "This Enterprise holds discovered IMSIs that cannot be associated elsewhere.",
53 "display_name": "Default Enterprise",
54 "enterprise_id": "defaultent"
Amit Wankhede751e7cd2022-03-23 17:08:30 +000055 }
56 ]
57 ]
58 }
59 }
60]