Essbase, REST, and Smart View Client URLs
Get the Essbase web interface URL for the Oracle Essbase instance you are using from your Service Administrator. You access other Essbase components, such as the Smart View client and the REST API, using slightly different URLs.
The basic format of the Essbase web interface URL is:
https://Host:port/essbase/jetThe default secured port is 9001, unless it was changed during deployment.
For example:
https://myserver.example.com:9001/essbase/jetThe Smart View client and the REST API have similar URLs, with different endings.
Sample Smart View client URL:
https://myserver.example.com:9001/essbase/smartviewYou can access Smart View if you have valid credentials. You can also configure the Smart View URL. See Connect to Essbase.
If you have multiple Essbase instances to connect to from Smart View, see Centralized Smart View URL, and Read-Only Clusters.
A Provider Services URL has /japi appended to the end. You can use it to register multiple Essbase instances for centralized URL access. Example:
https://myserver.example.com:9001/essbase/japiA discovery URL has /agent appended to the end. You can use it to log in to the MaxL Client. Example:
https://myserver.example.com:9001/essbase/agentThe following is an example of a REST API URL:
https://myserver.example.com:9001/essbase/rest/v1