blob: 57819d890c8621ee15b93f4270f5523b65879627 [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 "connectivity_service": [
27 {
28 "connectivity_service": "cs5gtest",
29 "enabled": true
30 }
31 ],
32 "description": "ACME Corporation",
33 "display_name": "ACME Corp",
34 "enterprise_id": "acme"
35 }
36 ]
37 ]
38 }
39 }
40]