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.9.0",
"brief": [
"This command retrieves all host reservations for a specified identifier (type and value)."
],
"cmd-syntax": [
"{",
" \"command\": \"reservation-get-by-id\",",
" \"arguments\": {",
" \"identifier-type\": <one of 'hw-address', 'duid', 'circuit-id', 'client-id' and 'flex-id'>,",
" \"identifier\": <string>",
" }",
"}"
],
"hook": "host_cmds",
"name": "reservation-get-by-id",
"resp-comment": [
"The reservation-get-by-id command may result in large responses."
],
"support": [
"kea-dhcp4",
"kea-dhcp6"
]
}
|