diff options
Diffstat (limited to 'src/share/api/network4-del.json')
-rw-r--r-- | src/share/api/network4-del.json | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/src/share/api/network4-del.json b/src/share/api/network4-del.json new file mode 100644 index 0000000..a11feae --- /dev/null +++ b/src/share/api/network4-del.json @@ -0,0 +1,35 @@ +{ + "access": "write", + "avail": "1.3.0", + "brief": [ + "This command deletes existing shared networks." + ], + "cmd-syntax": [ + "{", + " \"command\": \"network4-del\",", + " \"arguments\": {", + " \"name\": \"floor13\"", + " }", + "}" + ], + "description": "See <xref linkend=\"command-network4-del\"/>", + "hook": "subnet_cmds", + "name": "network4-del", + "resp-syntax": [ + "{", + " \"command\": \"network4-del\",", + " \"arguments\": {", + " \"shared-networks\": [", + " {", + " \"name\": \"floor13\"", + " }", + " ]", + " },", + " \"result\": 0,", + " \"text\": \"IPv4 shared network 'floor13' deleted\"", + "}" + ], + "support": [ + "kea-dhcp4" + ] +} |