[MXS-3295] Layout of classify REST API endpoint stores non-parameter data in parameters object Created: 2020-11-12 Updated: 2020-11-16 Resolved: 2020-11-16 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | REST-API |
| Affects Version/s: | 2.3.20, 2.4.13, 2.5.5 |
| Fix Version/s: | 2.3.21, 2.4.14, 2.5.6 |
| Type: | Bug | Priority: | Trivial |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The data returned by the GET /v1/maxscale/query_classifier/classify endpoint stored the classification data in the parameters object that other endpoints use to store configuration parameters. The data should be in the upper level attributes object. |