Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{
  "message": "Your logmessage to messageXPLG here"
}

Example Request Using curl:

Code Block
curl -k -X POST "https://XPLG_MACHINE_NAME:XPLG_HTTPS_PORT/logeye/api/logger.jsp?token=XPLG_LISTENER_TOKEN" \
     -H "Content-Type: application/json" \
     -d '{"message": "Your message to LogEyeXPLG here"}'

Response Codes for example

...