summaryrefslogtreecommitdiffstats
path: root/src/share/api/subnet6-delta-add.json
blob: 0b48c995dbc6a4dec46567edf2d70d9211962436 (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
36
37
38
39
{
    "access": "write",
    "avail": "2.1.7",
    "brief": [
        "This command updates (adds or overwrites) parts of a single subnet in the existing server configuration. This operation has no impact on other subnets."
    ],
    "cmd-syntax": [
        "{",
        "    \"command\": \"subnet6-delta-add\",",
        "    \"arguments\": {",
        "        \"subnet6\": [ {",
        "            \"id\": 234,",
        "            \"subnet\": \"2001:db8:1::/64\",",
        "            ...",
        "        } ]",
        "    }",
        "}"
    ],
    "description": "See <xref linkend=\"idp70\"/>",
    "hook": "subnet_cmds",
    "name": "subnet6-delta-add",
    "resp-syntax": [
        "{",
        "    \"result\": 0,",
        "    \"text\": \"IPv6 subnet updated\",",
        "    \"arguments\": {",
        "        \"subnets\": [",
        "            {",
        "                \"id\": 234,",
        "                \"subnet\": \"2001:db8:1::/64\"",
        "            }",
        "        ]",
        "    }",
        "}"
    ],
    "support": [
        "kea-dhcp6"
    ]
}