summaryrefslogtreecommitdiffstats
path: root/src/share/api/network6-del.json
blob: 12eae7a17e51bb675caa48fdc0ceaa8ea769b14d (plain)
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\": \"network6-del\",",
        "    \"arguments\": {",
        "        \"name\": \"floor13\"",
        "    }",
        "}"
    ],
    "description": "See <xref linkend=\"idp76\"/>",
    "hook": "subnet_cmds",
    "name": "network6-del",
    "resp-syntax": [
        "{",
        "    \"command\": \"network6-del\",",
        "    \"arguments\": {",
        "        \"shared-networks\": [",
        "            {",
        "                \"name\": \"floor13\"",
        "            }",
        "        ]",
        "    },",
        "    \"result\": 0,",
        "    \"text\": \"IPv6 shared network 'floor13' deleted\"",
        "}"
    ],
    "support": [
        "kea-dhcp6"
    ]
}