REST API Endpoint (baseurl)

A specific endpoint must be used when submitting REST API requests.

The endpoint on which all LogLogic REST resources are exposed is:
protocol://host:port/api/v2

where:

  • protocol is the protocol used to communicate with the LogLogic runtime HTTP.
  • host is the network name or IP address of the LogLogic runtime.
  • port is the port used by the LogLogic runtime for incoming HTTP connections (exposed by the HTTP connector shared resource). This is port 968x.
  • api is the context root used by the LogLogic REST API resource hierarchy.
  • v2 is the API version number.
    Note: The LogLogic REST API endpoint is referenced throughout the rest of this document as <baseurl>. If HTTPS is desired then an HTTPS Proxy must be used, for example, NGINX.