summaryrefslogtreecommitdiffstats
path: root/src/share/api/leases-reclaim.json
blob: a2706828d73140665e215262e1866a882caa5c4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "access": "write",
    "avail": "1.0.0",
    "brief": [
        "This command instructs the server to reclaim all expired leases immediately."
    ],
    "cmd-syntax": [
        "{",
        "    \"command\": \"leases-reclaim\",",
        "    \"arguments\": {",
        "        \"remove\": true",
        "    }",
        "}"
    ],
    "description": "See <xref linkend=\"command-leases-reclaim\"/>",
    "name": "leases-reclaim",
    "support": [
        "kea-dhcp4",
        "kea-dhcp6"
    ]
}