summaryrefslogtreecommitdiffstats
path: root/src/share/api/reservation-get-by-hostname.json
blob: 06d0e5cb941503f424195ac1dcdf3cbd83d27b69 (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
{
    "access": "read",
    "avail": "1.7.1",
    "brief": [
        "This command retrieves all host reservations for a specified hostname and optionally a specified subnet."
    ],
    "cmd-syntax": [
        "{",
        "    \"command\": \"reservation-get-by-hostname\",",
        "    \"arguments\": {",
        "        \"hostname\": <hostname>,",
        "        \"subnet-id\": <integer>",
        "    }",
        "}"
    ],
    "hook": "host_cmds",
    "name": "reservation-get-by-hostname",
    "resp-comment": [
        "The reservation-get-by-hostname command may result in large responses."
    ],
    "support": [
        "kea-dhcp4",
        "kea-dhcp6"
    ]
}