-
Notifications
You must be signed in to change notification settings - Fork 0
Types
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"
}
}