Skip to content
Juhani Aronen edited this page Oct 20, 2021 · 1 revision

Returns json data about available log types.

  • URL

    /log-reader/api/v1/types.json

  • Method:

    GET

  • Response:

{
    "types": {
        "info": "Info",
        "emergency": "Emergency",
        "critical": "Critical",
        "alert": "Alert",
        "error": "Error",
        "warning": "Warning",
        "notice": "Notice",
        "debug": "Debug"
    }
}

Wiki

Resources

Clone this wiki locally