Sean Condon | f69b047 | 2022-01-11 14:10:45 +0000 | [diff] [blame] | 1 | { |
| 2 | "groups": [ |
Amit Wankhede | 751e7cd | 2022-03-23 17:08:30 +0000 | [diff] [blame] | 3 | "mixedGroup" |
Sean Condon | f69b047 | 2022-01-11 14:10:45 +0000 | [diff] [blame] | 4 | ], |
Sean Condon | 0eeac17 | 2022-01-24 09:14:13 +0000 | [diff] [blame] | 5 | "connectivity_services": { |
Sean Condon | f69b047 | 2022-01-11 14:10:45 +0000 | [diff] [blame] | 6 | "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 Condon | 0eeac17 | 2022-01-24 09:14:13 +0000 | [diff] [blame] | 24 | "enterprises": { |
Sean Condon | f69b047 | 2022-01-11 14:10:45 +0000 | [diff] [blame] | 25 | "enterprise": [ |
| 26 | { |
| 27 | "description": "This Enterprise holds discovered IMSIs that cannot be associated elsewhere.", |
| 28 | "display_name": "Default Enterprise", |
Amit Wankhede | 751e7cd | 2022-03-23 17:08:30 +0000 | [diff] [blame] | 29 | "enterprise_id": "defaultent" |
Sean Condon | f69b047 | 2022-01-11 14:10:45 +0000 | [diff] [blame] | 30 | }, |
| 31 | { |
| 32 | "connectivity_service": [ |
| 33 | { |
| 34 | "connectivity_service": "cs5gtest", |
| 35 | "enabled": true |
| 36 | } |
| 37 | ], |
| 38 | "description": "ACME Corporation", |
| 39 | "display_name": "ACME Corp", |
Amit Wankhede | 751e7cd | 2022-03-23 17:08:30 +0000 | [diff] [blame] | 40 | "enterprise_id": "acme" |
Sean Condon | f69b047 | 2022-01-11 14:10:45 +0000 | [diff] [blame] | 41 | }, |
| 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 Wankhede | 751e7cd | 2022-03-23 17:08:30 +0000 | [diff] [blame] | 55 | "enterprise_id": "starbucks" |
Sean Condon | f69b047 | 2022-01-11 14:10:45 +0000 | [diff] [blame] | 56 | } |
| 57 | ] |
| 58 | } |
| 59 | } |