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