diff options
Diffstat (limited to 'src/share/api/list-commands.json')
-rw-r--r-- | src/share/api/list-commands.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/share/api/list-commands.json b/src/share/api/list-commands.json new file mode 100644 index 0000000..25fd028 --- /dev/null +++ b/src/share/api/list-commands.json @@ -0,0 +1,24 @@ +{ + "access": "read", + "avail": "1.0.0", + "brief": [ + "This command retrieves a list of all commands supported by the server." + ], + "cmd-comment": [ + "The server responds with a list of all supported commands." + ], + "cmd-syntax": [ + "{", + " \"command\": \"list-commands\",", + " \"arguments\": { }", + "}" + ], + "description": "See <xref linkend=\"command-list-commands\"/>", + "name": "list-commands", + "support": [ + "kea-dhcp4", + "kea-dhcp6", + "kea-dhcp-ddns", + "kea-ctrl-agent" + ] +} |