<< Click to Display Table of Contents >> Connection |
![]() ![]() ![]() |
❖Create Connection
Supported version: 7.1.3 and later
Enter URL in the browser:http://ip:port/bi/Viewer?proc=0&action=conn&operate=newConn&assetType=MYSQL And when passing the correct parameters, you can go directly to the interface of the new connection. As shown in the following figure:
Parameters (the parameters in the following table are variable parameters, the other parameters in the url are fixed values)
Parameter |
Type |
Whether must |
Describe |
---|---|---|---|
assetType |
string |
not necessary |
Data source type, this parameter is null or error, the database in the created data source is empty and needs to be selected manually.The optional values of this parameter can refer to the list of new data sources in Yonghong 7.5 the optional values are as follows:ACCESS,DATA MART,DB2,DERBY,GENERIC,HAHA,HBASE,HIVE,IMPALA,INFORMIX,KINGBASE,KYLIN,MONGO,MYSQL,ORACLE,ORACLE,ESSBASE,POSTGRESQL,PRESTO,SAP BW,SPARK,SQLSERVER,SSAS,SYBASE,VERTICA |
❖Edit Connection
Supported version: 7.1.3 and later
Enter URL in the browser:http://ip:port/bi/Viewer?proc=0&action=conn&operate=openConn&assetPath=postgres And when passing the correct parameters, you can go directly to the interface of the connection you want to access, such as: postgres. As shown in the following figure:
Parameters (the parameters in the following table are variable parameters, the other parameters in the url are fixed values)
Parameter |
Type |
Whether must |
Describe |
---|---|---|---|
assetPath |
string |
must |
The full path to the connection. such as"postgres" |