summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/configurations/devServer.json
diff options
context:
space:
mode:
authortalasila <talasila@research.att.com>2017-02-07 15:03:57 -0500
committertalasila <talasila@research.att.com>2017-02-07 15:05:15 -0500
commit4ad39a5c96dd99acf819ce189b13fec946d7506b (patch)
treea1449286441947cc3d07a45227fa0d6f978e1a7d /ecomp-portal-FE/client/configurations/devServer.json
parent5500448cbd1f374d0ac743ee2fd636fe2d3c0027 (diff)
Initial OpenECOMP Portal commit
Change-Id: I804b80e0830c092e307da1599bd9fbb5c3e2da77 Signed-off-by: talasila <talasila@research.att.com>
Diffstat (limited to 'ecomp-portal-FE/client/configurations/devServer.json')
-rw-r--r--ecomp-portal-FE/client/configurations/devServer.json48
1 files changed, 48 insertions, 0 deletions
diff --git a/ecomp-portal-FE/client/configurations/devServer.json b/ecomp-portal-FE/client/configurations/devServer.json
new file mode 100644
index 00000000..0861911a
--- /dev/null
+++ b/ecomp-portal-FE/client/configurations/devServer.json
@@ -0,0 +1,48 @@
+{
+ "api": {
+ "userApps": "http://localhost:8080/ecompportal/portalApi/userApps",
+ "accountAdmins": "http://localhost:8080/ecompportal/portalApi/accountAdmins",
+ "availableApps": "http://localhost:8080/ecompportal/portalApi/availableApps",
+ "allAvailableApps": "http://localhost:8080/ecompportal/portalApi/allAvailableApps",
+ "userProfile": "http://localhost:8080/ecompportal/portalApi/userProfile",
+ "queryUsers": "http://localhost:8080/ecompportal/portalApi/queryUsers",
+ "adminAppsRoles": "http://localhost:8080/ecompportal/portalApi/adminAppsRoles",
+ "adminApps": "http://localhost:8080/ecompportal/portalApi/adminApps",
+ "appsForSuperAdminAndAccountAdmin": "http://localhost:8080/ecompportal/portalApi/appsForSuperAdminAndAccountAdmin",
+ "accountUsers": "http://localhost:8080/ecompportal/portalApi/app/:appId/users",
+ "userAppRoles": "http://localhost:8080/ecompportal/portalApi/userAppRoles",
+ "onboardingApps": "http://localhost:8080/ecompportal/portalApi/onboardingApps",
+ "widgets": "http://localhost:8080/ecompportal/portalApi/widgets",
+ "widgetsValidation": "http://localhost:8080/ecompportal/portalApi/widgets/validation",
+ "functionalMenuForAuthUser": "http://localhost:8080/ecompportal/portalApi/functionalMenuForAuthUser",
+ "functionalMenuForEditing": "http://localhost:8080/ecompportal/portalApi/functionalMenuForEditing",
+ "functionalMenu": "http://localhost:8080/ecompportal/portalApi/functionalMenu",
+ "functionalMenuItemDetails": "http://localhost:8080/ecompportal/portalApi/functionalMenuItemDetails/:menuId",
+ "appRoles": "http://localhost:8080/ecompportal/portalApi/appRoles/:appId",
+ "functionalMenuItem": "http://localhost:8080/ecompportal/portalApi/functionalMenuItem",
+ "regenerateFunctionalMenuAncestors": "http://localhost:8080/ecompportal/portalApi/regenerateFunctionalMenuAncestors",
+ "setFavoriteItem": "http://localhost:8080/ecompportal/portalApi/setFavoriteItem",
+ "getFavoriteItems": "http://localhost:8080/ecompportal/portalApi/getFavoriteItems",
+ "removeFavoriteItem": "http://localhost:8080/ecompportal/portalApi/removeFavoriteItem/:menuId",
+ "ping": "http://localhost:8080/ecompportal/portalApi/ping",
+ "functionalMenuStaticInfo": "http://localhost:8080/ecompportal/portalApi/functionalMenuStaticInfo",
+ "portalAdmins": "http://localhost:8080/ecompportal/portalApi/portalAdmins",
+ "portalAdmin": "http://localhost:8080/ecompportal/portalApi/portalAdmin",
+ "getKpiDashUserStoriesStats":"http://localhost:8080/ecompportal/portalApi/get_user_stories_stats",
+ "getKpiDashUserApiStats":"http://localhost:8080/ecompportal/portalApi/get_user_api_stats",
+ "getKpiDashLocStats":"http://localhost:8080/ecompportal/portalApi/get_loc_stats",
+ "getKpiDashLocStatsCat":"http://localhost:8080/ecompportal/portalApi/get_loc_stats_cat",
+ "getKpiDashServiceSupported":"http://localhost:8080/ecompportal/portalApi/get_kpi_service_supported",
+ "getKpiDashPublishedDelivered":"http://localhost:8080/ecompportal/portalApi/execute_get_published_delivered",
+ "getKpiDashFeedStats":"http://localhost:8080/ecompportal/portalApi/execute_get_feed_stats",
+ "getKpiDashUserApis":"http://localhost:8080/ecompportal/portalApi/get_user_api_stats",
+ "getKpiDashGeoMapUrl":"http://localhost:8080/ecompportal/portalApi/get_geo_map_url",
+ "getKpiDashRCloudAUrl":"http://localhost:8080/ecompportal/portalApi/get_rcloud_a_url",
+ "getKpiDashGeoMapApiUrl":"http://localhost:8080/ecompportal/portalApi/get_geo_map_api_url",
+ "getActiveUser": "http://localhost:8080/ecompportal/portalApi/search/activeUsers",
+ "getSearchAllByStringResults":"http://localhost:8080/ecompportal/portalApi/search/allPortal",
+ "commonWidget": "http://localhost:8080/ecompportal/portalApi/search/widgetData",
+ "deleteCommonWidget" : "http://localhost:8080/ecompportal/portalApi/search/deleteData"
+ },
+ "cookieDomain": "openecomp.org"
+} \ No newline at end of file