summaryrefslogtreecommitdiffstats
path: root/src/share/api/remote-server6-del.json
blob: 5ca04c2b433ed37c060f93771beea8f19b1f4205 (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": "1.6.0",
    "brief": [
        "This command deletes information about a DHCPv6 server from the configuration database. Any configuration explicitly associated with the deleted server is automatically disassociated. In addition, configuration elements not shareable with other servers (e.g. global DHCP parameters) are deleted. Shareable configuration elements (e.g. subnets, shared networks) are not deleted as they may be used by other servers."
    ],
    "cmd-comment": [
        "This command carries the list including exactly one map with the tag of the server to be deleted."
    ],
    "cmd-syntax": [
        "{",
        "    \"command\": \"remote-server6-del\",",
        "    \"arguments\": {",
        "        \"servers\": [",
        "            {",
        "                \"server-tag\": <server name>",
        "            }",
        "        ],",
        "        \"remote\": {",
        "            <specification of the database to connect to>",
        "        }",
        "    }",
        "}"
    ],
    "hook": "cb_cmds",
    "name": "remote-server6-del",
    "resp-syntax": [
        "{",
        "    \"result\": 0,",
        "    \"text\": \"1 DHCPv6 server(s) deleted.\",",
        "    \"arguments\": {",
        "        \"count\": 1",
        "    }",
        "}"
    ],
    "support": [
        "kea-dhcp6"
    ]
}