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