blob: 2e3804888a198fba372bee388d7cf71d03503b44 [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 {
26 "description": "This Enterprise holds discovered IMSIs that cannot be associated elsewhere.",
27 "display_name": "Default Enterprise",
28 "enterprise_id": "defaultent"
29 },
30 {
31 "connectivity_service": [
32 {
33 "connectivity_service": "cs5gtest",
34 "enabled": true
35 }
36 ],
37 "description": "ACME Corporation",
38 "display_name": "ACME Corp",
39 "enterprise_id": "acme"
40 },
41 {
42 "connectivity_service": [
43 {
44 "connectivity_service": "cs5gtest",
45 "enabled": true
46 },
47 {
48 "connectivity_service": "cs4gtest",
49 "enabled": false
50 }
51 ],
52 "description": "Starbucks Corporation",
53 "display_name": "Starbucks Inc.",
54 "enterprise_id": "starbucks"
55 }
56 ]
57 ]
58 }
59 }
60]