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