From 9465ac62161efea7b3fc66bfd84f21ec2fcda66c Mon Sep 17 00:00:00 2001 From: Johan Wikman Date: Tue, 30 Oct 2018 16:26:14 +0200 Subject: [PATCH] MXS-1779 Update MaxCtrl.md using autodoc.sh Quite limited as autodoc.sh is not capable of picking up an epilogue. --- Documentation/Reference/MaxCtrl.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Documentation/Reference/MaxCtrl.md b/Documentation/Reference/MaxCtrl.md index 04099b05b..1e0d71b8f 100644 --- a/Documentation/Reference/MaxCtrl.md +++ b/Documentation/Reference/MaxCtrl.md @@ -34,6 +34,7 @@ For more information about the MaxScale REST API, refer to the * [call](#call) * [cluster](#cluster) * [api](#api) +* [classify](#classify) ## Options @@ -835,3 +836,10 @@ Perform a raw REST API call. The path definition uses JavaScript syntax to extract values. For example, the following command extracts all server states as an array of JSON values: maxctrl api get servers data[].attributes.state +## classify + +``` +Usage: classify + +``` +