blob: 5e1eeb594c22944437dc0bc830af610172a7d305 (
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
|
{
"access": "read",
"avail": "1.6.0",
"brief": [
"This command retrieves all host reservations for a specified subnet."
],
"cmd-syntax": [
"{",
" \"command\": \"reservation-get-all\",",
" \"arguments\": {",
" \"subnet-id\": <integer>",
" }",
"}"
],
"hook": "host_cmds",
"name": "reservation-get-all",
"resp-comment": [
"The reservation-get-all command may result in very large responses."
],
"support": [
"kea-dhcp4",
"kea-dhcp6"
]
}
|