Sample Header Ad - 728x90

MariaDB Maxscale REST API can't show result

0 votes
1 answer
524 views
hi i have already setup maxadmin on maxscale can access from rest api this is my configuration ..... [CLI_Service] type=service router=cli [CLI_Listener] type=listener service=CLI_Service protocol=maxscaled address=192.168.101.107 socket=default [MaxAdmin_Inet] type=listener service=CLI_Service protocol=HTTPD address=192.168.101.107 port=8010 but when i test the url like this curl --include --basic --user "admin:mariadb" http://192.168.101.107:8010/v1/servers the result is like this HTTP/1.1 200 OK Date: Wed, 13 May 2020 11:33:15 GMT Server: MaxScale(c) v.1.0.0 Connection: close WWW-Authenticate: Basic realm="MaxInfo" Content-Type: application/json Commands must consist of at least two words. Type help for a list of commands whether i miss about the configuration ?
Asked by febry (57 rep)
May 13, 2020, 04:35 AM
Last activity: May 15, 2021, 07:03 AM