Add command to print all servers in JSON format
This commit is contained in:
@ -157,6 +157,10 @@ struct subcommand showoptions[] = {
|
||||
"Show all configured servers",
|
||||
"Show all configured servers",
|
||||
{0, 0, 0} },
|
||||
{ "serverjson", 0, dprintAllServersJson,
|
||||
"Show all configured servers in JSON format",
|
||||
"Show all configured servers in JSON format",
|
||||
{0, 0, 0} },
|
||||
{ "services", 0, dprintAllServices,
|
||||
"Show all configured services in MaxScale",
|
||||
"Show all configured services in MaxScale",
|
||||
|
Reference in New Issue
Block a user