|
@@ -10,16 +10,6 @@
|
|
|
],
|
|
|
"commands": [
|
|
|
{
|
|
|
- "command_name": "print_message",
|
|
|
- "command_description": "Print the given message to stdout",
|
|
|
- "command_args": [ {
|
|
|
- "item_name": "message",
|
|
|
- "item_type": "string",
|
|
|
- "item_optional": False,
|
|
|
- "item_default": ""
|
|
|
- } ]
|
|
|
- },
|
|
|
- {
|
|
|
"command_name": "shutdown",
|
|
|
"command_description": "Shut down authoritative DNS server",
|
|
|
"command_args": []
|