Default Base URLs

To use the RESTful web services for Web Intelligence and the BI Semantic Layer, you must know the protocol, server name, port number and path of the service that listens to the HTTP requests.

Basic installations of the BI platform that are installed on a single server use the default base URLs:

Web Service SDK URL

BI Semantic Layer

http://<server_name>:6405/biprws/sl/v1

Web Intelligence

http://<server_name>:6405/biprws/raylight/v1

Note 6405 is the default HTTP port number used by the RESTful web services.
Conventions in this Guide

The following conventions apply to the URLs used in the method calls described in the next chapters:

  • <webiURL> stands for http://<server_name>:6405/biprws/raylight/v1
  • <slURL> stands for http://<server_name>:6405/biprws/sl/v1