[MXS-3245] Document REST API results more clearly Created: 2020-10-20  Updated: 2020-11-30  Resolved: 2020-11-23

Status: Closed
Project: MariaDB MaxScale
Component/s: Documentation, REST-API
Affects Version/s: 2.4.12
Fix Version/s: 2.3.21

Type: Bug Priority: Major
Reporter: febriyant Assignee: markus makela
Resolution: Fixed Votes: 0
Labels: API
Environment:

CentOS 7


Sprint: MXS-SPRINT-118, MXS-SPRINT-119

 Description   

i got data from rest api /maxscale/logs

{
    "data": {
        "attributes": {
            "parameters": {
                "highprecision": false,
                "maxlog": true,
                "syslog": true,
                "throttling": {
                    "count": 10,
                    "suppress_ms": 10000,
                    "window_ms": 1000
                },
                "log_warning": true,
                "log_notice": true,
                "log_info": false,
                "log_debug": false
            },
            "log_file": "/var/log/maxscale/maxscale.log",
            "log_priorities": [
                "alert",
                "error",
                "warning",
                "notice"
            ]
        },
        "id": "logs",
        "type": "logs"
    }
}

whats the data means ?
except log_file


Generated at Thu Feb 08 04:20:01 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.