blob: fefa1e66daac97f335c0e17a53eb86d0a12ae6cc [file] [log] [blame]
Sean Condonf69b0472022-01-11 14:10:45 +00001{
2 "groups": [
3 "mixedGroup",
4 "acme"
5 ],
Sean Condon0eeac172022-01-24 09:14:13 +00006 "connectivity_services": {
Sean Condonf69b0472022-01-11 14:10:45 +00007 "connectivity_service": [
8 {
9 "core_5g_endpoint": "http://aether_roc_umbrella_sdcore_test_dummy/v1/config/5g",
10 "description": "5G Test",
11 "display_name": "ROC 5G Test Connectivity Service",
12 "acc_prometheus_url": "./prometheus_acc",
13 "id": "cs5gtest"
14 },
15 {
16 "description": "ROC 4G Test Connectivity Service",
17 "display_name": "4G Test",
18 "hss_endpoint": "http://aether_roc_umbrella_sdcore_test_dummy/v1/config/imsis",
19 "id": "cs4gtest",
20 "pcrf_endpoint": "http://aether_roc_umbrella_sdcore_test_dummy/v1/config/policies",
21 "spgwc_endpoint": "http://aether_roc_umbrella_sdcore_test_dummy/v1/config"
22 }
23 ]
24 },
Sean Condon0eeac172022-01-24 09:14:13 +000025 "enterprises": {
Sean Condonf69b0472022-01-11 14:10:45 +000026 "enterprise": [
27 {
28 "description": "This Enterprise holds discovered IMSIs that cannot be associated elsewhere.",
29 "display_name": "Default Enterprise",
Amit Wankhede751e7cd2022-03-23 17:08:30 +000030 "enterprise_id": "defaultent"
Sean Condonf69b0472022-01-11 14:10:45 +000031 },
32 {
33 "connectivity_service": [
34 {
35 "connectivity_service": "cs5gtest",
36 "enabled": true
37 }
38 ],
39 "description": "ACME Corporation",
40 "display_name": "ACME Corp",
Amit Wankhede751e7cd2022-03-23 17:08:30 +000041 "enterprise_id": "acme"
Sean Condonf69b0472022-01-11 14:10:45 +000042 },
43 {
44 "connectivity_service": [
45 {
46 "connectivity_service": "cs5gtest",
47 "enabled": true
48 },
49 {
50 "connectivity_service": "cs4gtest",
51 "enabled": false
52 }
53 ],
54 "description": "Starbucks Corporation",
55 "display_name": "Starbucks Inc.",
Amit Wankhede751e7cd2022-03-23 17:08:30 +000056 "enterprise_id": "starbucks"
Sean Condonf69b0472022-01-11 14:10:45 +000057 }
58 ]
59 }
60}