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/<API_version_number>

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.
  • api is the context root used by the LogLogic REST API resource hierarchy.
  • <API_version_number> is the API version number.
    Note: The LogLogic REST API endpoint is referenced throughout this document as <baseurl>.