URL

RESTful services accept a URL as a service connection point through standard HTTP or HTTPS protocol. The URL has the format

base_URL/function_URL

where

base_URL= http://pac_host:port/ or base_URL= https://pac_host:port/

function_URL=platform/ws/function

For example:

http://host1.my.company.com:8080/platform/ws/logon

The default port value is 8443 with HTTPS enabled, which is configured in the IBM Spectrum LSF Application Center file $GUI_CONFDIR/jvm.options:

#define http/https port
-Ddefault.http.port=8080
-Ddefault.https.port=8443