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
|
export const environment = {
production: true,
baseUrl: '',
roleFunctionList: 'get_role_functions',
addRoleFunction: 'role_function_list/addRoleFunction',
usageList: 'get_usage_list',
cachedRegions: 'get_regions',
getRole:'get_role',
getFnMenuItems:'admin_fn_menu',
updateFnMenuItem:'admin_fn_menu/updateFnMenu.htm',
getFunctionCdList:'admin_fn_menu/get_function_cd_list',
getParentList:'admin_fn_menu/get_parent_list',
getUserPagination:'get_user_pagination?pageNum=0&viewPerPage=0',
deleteRole:'role_list/removeRole',
getTopMenu:'get_topMenuInfo',
deleteRoleFunction:'role_function_list/removeRoleFunction',
deleteMenu:'admin_fn_menu/removeMenuItem.htm',
getRegion:'jcs_admin/showRegionDetails',
postSearch:'post_search/search',
importSearch:'post_search/process',
getPostProfile:'post_search_sample',
getSelfProfile:'get_self_profile',
getProfileById: 'get_profile',
removeUserRole:'profile/removeRole',
addUserRole:'profile/addNewRole',
saveProfile :'profile/saveProfile',
getFunctionalMenuStaticDetail :'http:/www.sdk.onap.org:8080/epsdk-app-os/get_topMenuInfo',
getLeftMenu :'get_menu',
removeRoleFunction:'role/removeRoleFunction.htm?role_id=',
saveRole:'role/saveRole.htm?role_id=',
toggleProfileActive: 'profile/toggleProfileActive?profile_id='
};
|