Log Service Web API

You can use the log service web API to query the database of logs and advisory messages.

The realm server is the central contact point for the log service. That is, send log service REST requests to the realm server.

When sending requests using the log service web API, address them to URIs with one of these prefixes:

http://host:port/logsvc/v1

https://host:port/logsvc/v1

  • host:port is the realm server's connect port (--http parameter).
  • v1 denotes the version of the web API. This version number could change in subsquent releases.