summaryrefslogtreecommitdiffstats
path: root/src/share/api/network4-subnet-del.json
blob: fd1c7e3ec87ea1d7b82cf789df6b7650be0a0198 (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
{
    "access": "write",
    "avail": "1.3.0",
    "brief": [
        "This command removes a subnet that is part of an existing shared network and demotes it to a plain, stand-alone subnet."
    ],
    "cmd-syntax": [
        "{",
        "    \"command\": \"network4-subnet-del\",",
        "    \"arguments\": {",
        "        \"name\": \"floor13\",",
        "        \"id\": 5",
        "    }",
        " }"
    ],
    "description": "See <xref linkend=\"idp78\"/>",
    "hook": "subnet_cmds",
    "name": "network4-subnet-del",
    "resp-syntax": [
        "{",
        "    \"result\": 0,",
        "    \"text\": \"IPv4 subnet 10.0.0.0/8 (id 5) is now removed from shared network 'floor13'\"",
        "}"
    ],
    "support": [
        "kea-dhcp4"
    ]
}