X-Git-Url: https://gerrit.onap.org/r/gitweb?p=portal.git;a=blobdiff_plain;f=ecomp-portal-FE-os%2Fclient%2Fconfigurations%2Fdev.json;h=eb958618b3b33473db025bbc541ff0e4a18cf715;hp=6d6c4cae891d5bccdb9377ae73c102c91001ae15;hb=60ec30b5f8480da7f525da5e6a9b9e2070100f1b;hpb=b54df0ddd0c6a0372327c5aa3668e5a6458fcd64 diff --git a/ecomp-portal-FE-os/client/configurations/dev.json b/ecomp-portal-FE-os/client/configurations/dev.json index 6d6c4cae..eb958618 100644 --- a/ecomp-portal-FE-os/client/configurations/dev.json +++ b/ecomp-portal-FE-os/client/configurations/dev.json @@ -1,5 +1,9 @@ { "api": { + "singleAppInfo":"http://localhost:8080/ecompportal/portalApi/singleAppInfo", + "singleAppInfoById":"http://localhost:8080/ecompportal/portalApi/singleAppInfoById", + "syncRolesFromExternalAuthSystem":"http://localhost:8080/ecompportal/portalApi/syncRoles", + "syncFunctionsFromExternalAuthSystem":"http://localhost:8080/ecompportal/portalApi/syncFunctions", "userApps": "http://localhost:8080/ecompportal/portalApi/userApps", "persUserApps": "http://localhost:8080/ecompportal/portalApi/persUserApps", "appCatalog": "http://localhost:8080/ecompportal/portalApi/appCatalog", @@ -59,35 +63,46 @@ "saveNotification": "http://localhost:8080/ecompportal/portalApi/saveNotification", "getNotificationRoles":"http://localhost:8080/ecompportal/portalApi/notificationRole", "getRole": "http://localhost:8080/ecompportal/portalApi/get_role", - "getRoles": "http://localhost:8080/ecompportal/portalApi/get_roles", + "getRoles": "http://localhost:8080/ecompportal/portalApi/get_roles/:appId", "toggleRole": "http://localhost:8080/ecompportal/portalApi/role_list/toggleRole", "removeRole": "http://localhost:8080/ecompportal/portalApi/role_list/removeRole", - "saveRole": "http://localhost:8080/ecompportal/portalApi/role/saveRole.htm", + "saveRole": "http://localhost:8080/ecompportal/portalApi/role/saveRole/:appId", "toggleRoleRoleFunction": "http://localhost:8080/ecompportal/portalApi/role/removeRoleFunction.htm", "addRoleRoleFunction": "http://localhost:8080/ecompportal/portalApi/role/addRoleFunction.htm", "toggleRoleChildRole": "http://localhost:8080/ecompportal/portalApi/role/removeChildRole.htm", "addRoleChildRole": "http://localhost:8080/ecompportal/portalApi/role/addChildRole.htm", - "getRoleFunctions": "http://localhost:8080/ecompportal/portalApi/get_role_functions", - "saveRoleFunction": "http://localhost:8080/ecompportal/portalApi/role_function_list/saveRoleFunction.htm", - "removeRoleFunction": "http://localhost:8080/ecompportal/portalApi/role_function_list/removeRoleFunction.htm", - "userAppsOrderBySortPref": "http://localhost:8080/ecompportal/portalApi/userAppsOrderBySortPref", - "userAppsOrderByName": "http://localhost:8080/ecompportal/portalApi/userAppsOrderByName", - "saveUserAppsSortingPreference": "http://localhost:8080/ecompportal/portalApi/saveUserAppsSortingPreference", - "userAppsSortTypePreference": "http://localhost:8080/ecompportal/portalApi/userAppsSortTypePreference", - "userAppsOrderByLastUsed": "http://localhost:8080/ecompportal/portalApi/userAppsOrderByLastUsed", - "userAppsOrderByMostUsed": "http://localhost:8080/ecompportal/portalApi/userAppsOrderByMostUsed", - "userAppsOrderByManual": "http://localhost:8080/ecompportal/portalApi/userAppsOrderByManual", - "saveUserAppsSortingManual": "http://localhost:8080/ecompportal/portalApi/saveUserAppsSortingManual", - "saveUserWidgetsSortManual": "http://localhost:8080/ecompportal/portalApi/saveUserWidgetsSortManual", - "updateWidgetsSortPref": "http://localhost:8080/ecompportal/portalApi/updateWidgetsSortPref", - "UpdateUserAppsSortManual": "http://localhost:8080/ecompportal/portalApi/UpdateUserAppsSortManual", - "widgetCatalogSelection": "http://localhost:8080/ecompportal/portalApi/widgetCatalogSelection", - "widgetCommon": "http://localhost:8080/ecompportal/portalApi/microservices", - "getWidthThresholdLeftMenu":"http://localhost:8080/ecompportal/portalApi/dashboard/windowWidthThresholdLeftMenu", - "getWidthThresholdRightMenu":"http://localhost:8080/ecompportal/portalApi/dashboard/windowWidthThresholdRightMenu", - "appCatalogRoles" : "http://localhost:8080/ecompportal/portalApi/appCatalogRoles", - "saveUserAppRoles":"http://localhost:8080/ecompportal/portalApi/saveUserAppRoles", - "userApplicationRoles":"http://localhost:8080/ecompportal/portalApi/userApplicationRoles" + "getRoleFunctions": "http://localhost:8080/ecompportal/portalApi/get_role_functions/:appId", + "saveRoleFunction": "http://localhost:8080/ecompportal/portalApi/role_function_list/saveRoleFunction/:appId", + "removeRoleFunction": "http://localhost:8080/ecompportal/portalApi/role_function_list/removeRoleFunction/:appId", + "userAppsOrderBySortPref": "http://localhost:8080/ecompportal/portalApi/userAppsOrderBySortPref", + "userAppsOrderByName": "http://localhost:8080/ecompportal/portalApi/userAppsOrderByName", + "saveUserAppsSortingPreference": "http://localhost:8080/ecompportal/portalApi/saveUserAppsSortingPreference", + "userAppsSortTypePreference": "http://localhost:8080/ecompportal/portalApi/userAppsSortTypePreference", + "userAppsOrderByLastUsed": "http://localhost:8080/ecompportal/portalApi/userAppsOrderByLastUsed", + "userAppsOrderByMostUsed": "http://localhost:8080/ecompportal/portalApi/userAppsOrderByMostUsed", + "userAppsOrderByManual": "http://localhost:8080/ecompportal/portalApi/userAppsOrderByManual", + "saveUserAppsSortingManual": "http://localhost:8080/ecompportal/portalApi/saveUserAppsSortingManual", + "saveUserWidgetsSortManual": "http://localhost:8080/ecompportal/portalApi/saveUserWidgetsSortManual", + "updateWidgetsSortPref": "http://localhost:8080/ecompportal/portalApi/updateWidgetsSortPref", + "UpdateUserAppsSortManual": "http://localhost:8080/ecompportal/portalApi/UpdateUserAppsSortManual", + "widgetCatalogSelection": "http://localhost:8080/ecompportal/portalApi/widgetCatalogSelection", + "widgetCommon": "http://localhost:8080/ecompportal/portalApi/microservices", + "basicAuthAccount": "http://localhost:8080/ecompportal/portalApi/basicAuthAccount", + "microserviceProxy": "http://localhost:8080/ecompportal/portalApi/microservice/proxy", + "getWidthThresholdLeftMenu":"http://localhost:8080/ecompportal/portalApi/dashboard/windowWidthThresholdLeftMenu", + "getWidthThresholdRightMenu":"http://localhost:8080/ecompportal/portalApi/dashboard/windowWidthThresholdRightMenu", + "appCatalogRoles" : "http://localhost:8080/ecompportal/portalApi/appCatalogRoles", + "saveUserAppRoles":"http://localhost:8080/ecompportal/portalApi/saveUserAppRoles", + "userApplicationRoles":"http://localhost:8080/ecompportal/portalApi/userApplicationRoles", + "ecompTitle":"http://localhost:8080/ecompportal/portalApi/ecompTitle", + "loggedinUser" : "http://localhost:8080/ecompportal/portalApi/loggedinUser", + "modifyLoggedinUser" : "http://localhost:8080/ecompportal/portalApi/modifyLoggedinUser", + "centralizedApps": "http://localhost:8080/ecompportal/portalApi/centralizedApps", + "uploadRoleFunction":"http://localhost:8080/ecompportal/portalApi/uploadRoleFunction/:appId", + "checkIfUserIsSuperAdmin":"http://localhost:8080/ecompportal/portalApi/checkIfUserIsSuperAdmin", + "getCurrentLang": "http://localhost:8080/ecompportal/auxapi/languageSetting/user/:loginId", + "getLanguages": "http://localhost:8080/ecompportal/auxapi/language", + "updateLang": "http://localhost:8080/ecompportal/auxapi/languageSetting/user/:loginId" }, - "cookieDomain": "org.openecomp" -} \ No newline at end of file + "cookieDomain": "onap.org" +}