nexus site path corrected
[portal.git] / ecomp-portal-FE / client / configurations / mock.json
1 {
2     "api": {
3         "userApps": "http://localhost:9001/ecompportal/portalApi/userApps",
4         "accountAdmins": "http://localhost:9001/ecompportal/portalApi/accountAdmins",
5         "availableApps": "http://localhost:9001/ecompportal/portalApi/availableApps",
6         "allAvailableApps": "http://localhost:9001/ecompportal/portalApi/availableApps",
7         "userProfile": "http://localhost:9001/ecompportal/portalApi/userProfile",
8         "queryUsers": "http://localhost:9001/ecompportal/portalApi/queryUsers",
9         "adminAppsRoles": "http://localhost:9001/ecompportal/portalApi/adminAppsRoles",
10         "adminApps": "http://localhost:9001/ecompportal/portalApi/adminApps",
11         "appsForSuperAdminAndAccountAdmin": "http://localhost:9001/ecompportal/portalApi/adminApps",
12         "accountUsers": "http://localhost:9001/ecompportal/portalApi/app/:appId/users",
13         "userAppRoles": "http://localhost:9001/ecompportal/portalApi/userAppRoles",
14         "onboardingApps": "http://localhost:9001/ecompportal/portalApi/onboardingApps",
15         "widgets": "http://localhost:9001/ecompportal/portalApi/widgets",
16         "widgetsValidation": "http://localhost:9001/ecompportal/portalApi/widgets/validation",
17         "functionalMenuForAuthUser": "http://localhost:9001/ecompportal/portalApi/functionalMenuForAuthUser",
18         "functionalMenuForEditing": "http://localhost:9001/ecompportal/portalApi/functionalMenuForAuthUser",
19         "functionalMenu": "http://localhost:9001/ecompportal/portalApi/functionalMenu",
20         "functionalMenuItemDetails": "http://localhost:9001/ecompportal/portalApi/functionalMenuItemDetails/:menuId",
21         "appRoles": "http://localhost:9001/ecompportal/portalApi/appRoles/:appId",
22         "functionalMenuItem": "http://localhost:9001/ecompportal/portalApi/functionalMenuItem",
23         "regenerateFunctionalMenuAncestors": "http://localhost:9001/ecompportal/portalApi/functionalMenu",
24         "setFavoriteItem": "http://localhost:9001/ecompportal/portalApi/setFavoriteItem",
25         "getFavoriteItems": "http://localhost:9001/ecompportal/portalApi/getFavoriteItems",
26         "removeFavoriteItem": "http://localhost:9001/ecompportal/portalApi/removeFavoriteItem/:menuId",
27         "ping": "http://localhost:9001/ecompportal/portalApi/ping",
28         "functionalMenuStaticInfo": "http://localhost:9001/ecompportal/portalApi/functionalMenuStaticInfo",
29         "portalAdmins": "http://localhost:9001/ecompportal/portalApi/portalAdmins",
30         "portalAdmin": "http://localhost:9001/ecompportal/portalApi/portalAdmin",
31         "getKpiDashUserStoriesStats":"http://localhost:9001/ecompportal/portalApi/get_user_stories_stats",
32         "getKpiDashUserApiStats":"http://localhost:9001/ecompportal/portalApi/get_user_api_stats",
33         "getKpiDashLocStats":"http://localhost:9001/ecompportal/portalApi/get_loc_stats",
34         "getKpiDashLocStatsCat":"http://localhost:9001/ecompportal/portalApi/get_loc_stats_cat",
35         "getKpiDashServiceSupported":"http://localhost:9001/ecompportal/portalApi/get_kpi_service_supported",
36         "getKpiDashPublishedDelivered":"http://localhost:9001/ecompportal/portalApi/execute_get_published_delivered",
37         "getKpiDashFeedStats":"http://localhost:9001/ecompportal/portalApi/execute_get_feed_stats",
38         "getKpiDashUserApis":"http://localhost:9001/ecompportal/portalApi/get_user_api_stats",
39         "getKpiDashGeoMapUrl":"http://localhost:9001/ecompportal/portalApi/get_geo_map_url",
40         "getKpiDashRCloudAUrl":"http://localhost:9001/ecompportal/portalApi/get_rcloud_a_url",
41         "getKpiDashGeoMapApiUrl":"http://localhost:9001/ecompportal/portalApi/get_geo_map_api_url",
42         "getManifest":"http://localhost:9001/ecompportal/portalApi/manifest",
43         "getActiveUser": "http://localhost:9001/ecompportal/portalApi/dashboard/activeUsers",
44         "getSearchAllByStringResults":"http://localhost:9001/ecompportal/portalApi/dashboard/search",
45             "getContactUS": "http://localhost:9001/ecompportal/portalApi/contactus/list",
46                 "getAppsAndContacts": "http://localhost:9001/ecompportal/portalApi/contactus/allapps",
47         "commonWidget": "http://localhost:9001/ecompportal/portalApi/search/widgetData",
48         "deleteCommonWidget" : "http://localhost:9001/ecompportal/portalApi/search/deleteData"
49     },
50     "cookieDomain": "openecomp.org"
51 }