1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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"
]
}
|