主要模块

<< Click to Display Table of Contents >>

当前位置:  部署与集成 > Web页面集成 

主要模块

复制链接

1. 左侧主导航栏隐藏

首页

当配置有门户时,http://ip:port/bi/Viewer 打开是门户页面,如果想进入产品首页,可以通过以下URL进入。

URL:http://ip:port/bi/Viewer?proc=0&action=index

数据源

支持的版本: 7.1及以后(7.0中添加数据源功能在添加数据集页面)

URL:http://ip:port/bi/Viewer?proc=0&action=conn

数据集

支持的版本: 7.0及以后

URL:http://ip:port/bi/Viewer?proc=0&action=query

报告

支持的版本: 11.0及以后

URL:http://ip:port/bi/Viewer?proc=0&action=dashboard

制作报告

支持的版本: 7.0及以后,11.0版本制作报告与查看报告合并为报告,此URL可兼容继续使用。

URL:http://ip:port/bi/Viewer?proc=0&action=editor

查看报告

支持的版本: 7.0及以后,11.0版本制作报告与查看报告合并为报告,此URL可兼容继续使用。

URL: http://ip:port/bi/Viewer?proc=0&action=viewerManager

指标

支持的版本: 11.0及以后。

URL: http://ip:port/bi/Viewer?proc=0&action=metric

作业后台管理

URL:http://ip:port/bi/Viewer?proc=0&action=transJobs

智能问答vivichat

支持的版本:10.2及以后

1)智能问答vivichat首页

URL:http://ip:port/bi/Viewer?proc=0&action=askDataHome

2)对话页面

URL:http://ip:port/bi/Viewer?proc=0&action=askDataChat

3)移动端vivichat首页

URL:http://ip:port/bi/Viewer?proc=0&action=index&page=askDataHome&title=XXX&logo=XXX&hideHeader=XXX&copyrightText=XXX&copyrightPicture=XXX

支持参数:

title:顶部标题。

logo:顶部logo(图片url地址,需要进行编码)。

title和logo支持同时显示,如果都为空,则显示“vivichat”。

hideHeader:隐藏标题栏。

copyrightText:底部文字。

copyrightPicture:全图片路径(图片url地址,需要进行编码)。

4)指定数据集打开vivichat首页

URL:http://ip:port/bi/Viewer?proc=0&action=askDataHome&defQuery=XXX&type=XXX

其中defQuery为数据集路径不包括后缀,type为数据集后缀。

5)指定数据集打开vivichat对话页面

URL:http://ip:port/bi/Viewer?proc=0&action=askDataChat&defQuery=XXX&type=XXX

6)移动端指定数据集打开vivichat

URL:http://ip:port/bi/Viewer/?proc=0&action=index&page=askDataHome&defQuery=XXX&type=XXX

defQuery:数据集路径。

调度任务

支持的版本: 7.0及以后

URL: http://ip:port/bi/Viewer?proc=9&req=800&resource=schedule

深度分析

支持的版本: 7.5及以后

URL: http://ip:port/bi/Viewer?proc=0&action=ml

制作门户

URL:http://ip:port/bi/Viewer?proc=0&action=portal

流程审批

URL:http://ip:port/bi/Viewer?proc=0&action=businessProcess

管理系统

URL:http://ip:port/bi/Viewer?proc=0&action=system

管理系统-系统设置页面

URL:http://ip:port/bi/Viewer?proc=0&action=system&_trace_=sysMgr

管理系统-认证授权页面

URL:http://ip:port/bi/Viewer?proc=0&action=system&_trace_=secure

管理系统-日志管理页面

URL:http://ip:port/bi/Viewer?proc=0&action=system&_trace_=logMgr

管理系统-监控预警页面

URL:http://ip:port/bi/Viewer?proc=0&action=system&_trace_=audit

管理系统-资源部署页面

URL:http://ip:port/bi/Viewer?proc=0&action=system&_trace_=deploy

管理系统-集群管理页面

URL:http://ip:port/bi/Viewer?proc=0&action=system&_trace_=clusterMgr

管理系统-VooltDB管理页面

URL:http://ip:port/bi/Viewer?proc=0&action=system&_trace_=vooltDBMgr

管理系统-任务管理页面

URL:http://ip:port/bi/Viewer?proc=0&action=system&_trace_=taskMgr

管理系统-数据库管理页面

URL:http://ip:port/bi/Viewer?proc=0&action=system&_trace_=DBMgr

管理系统-移动端目录页面

URL:http://ip:port/bi/Viewer?proc=0&action=system&_trace_=mobileCatalogue

管理系统-企业应用配置页面

URL:http://ip:port/bi/Viewer?proc=0&action=system&_trace_=enterpriseMgr

管理系统-系统检查页面

URL:http://ip:port/bi/Viewer?proc=0&action=system&_trace_=check

管理系统-应用管理页面

URL:http://ip:port/bi/Viewer?proc=0&action=system&_trace_=pluginMgr

管理系统-地图配置页面

URL:http://ip:port/bi/Viewer?proc=0&action=system&_trace_=mapConfig

管理系统-AI服务配置页面

URL:http://ip:port/bi/Viewer?proc=0&action=system&_trace_=aiSetting

1)AI服务配置页面—配置管理

URL:http://ip:port/bi/Viewer?proc=0&action=system&_sub_direct_ = true&_trace_=aiSetting,configMgr

_sub_direct_ :为true,则不展示二级目录;为空或者false,则展示二级目录。

2)AI服务配置页面—知识库管理

URL:http://ip:port/bi/Viewer?proc=0&action=system&_sub_direct_ = true&_trace_=aiSetting,knowledgeBaseMgr

_sub_direct_ :为true,则不展示二级目录;为空或者false,则展示二级目录。

3)AI服务配置页面—分析流程管理

URL:http://ip:port/bi/Viewer?proc=0&action=system&_sub_direct_ = true&_trace_=aiSetting,AnalysisWorkflowMgr

_sub_direct_ :为true,则不展示二级目录;为空或者false,则展示二级目录。

回收站

支持的版本: 11.0及以后

URL: http://ip:port/bi?proc=9&req=3145&resource=resourceRecycle

说明:

使用以上URL集成时,浏览器标签页不显示“<模块>_”。示例如下:

websphere27_zoom74

2. 左侧主导航栏显示

支持的版本:10.1及以后

URL:http://ip:port/bi/Viewer?proc=0&action=index&page=XXX

参数

说明

page

home

首页

conn

数据源(11.0版本前为添加数据源)

query

数据集(11.0版本前为添加数据集)

ml

深度分析

dashboard

报告

editor

制作报告,11.0版本制作报告与查看报告合并为报告,此值可兼容继续使用。

viewerManager

查看报告,11.0版本制作报告与查看报告合并为报告,此值可兼容继续使用。

metric

指标

askDataHome

vivichat问答首页

askDataChat

vivichat问答对话页面

schedule

调度任务

system

管理系统

businessProcess

流程审批

portal

制作门户

portalHome

门户首页

preference

个性化设置

messageCenter

消息中心

report

填报表单

 

说明:

支持通过参数module.window.title.isShow=来控制显示或隐藏“<模块>_”,默认为true,显示“<模块>_”。只支持配置在bi.properties中。示例如下:

隐藏前:

websphere28

隐藏后:

websphere27_zoom104