[MXS-2993] Default Configuration REST API Created: 2020-05-13 Updated: 2020-05-13 Resolved: 2020-05-13 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | N/A |
| Affects Version/s: | 2.4.7 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | febriyant | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | Maxscale | ||
| Environment: |
Linux Centos 7 |
||
| Description |
|
i have configuration like this at maxscale.cnf
when i running curl with this command
and then this is results
i see on documentation page i can't find default configuration for enable rest api on maxscale |
| Comments |
| Comment by markus makela [ 2020-05-13 ] |
|
That is not the REST API, that is a legacy HTTP module that will be removed in MaxScale 2.5. The REST API is configured with the {{admin_} parameters found here: https://mariadb.com/kb/en/mariadb-maxscale-24-mariadb-maxscale-configuration-guide/#rest-api-configuration You can find a short REST API tutorial here: https://mariadb.com/kb/en/mariadb-maxscale-24-rest-api-tutorial/ |