blob: b92b00c77e5a869c9f9f4cf4070121a253605a3b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"access": "read",
"avail": "1.6.0",
"brief": [
"This command returns the number of entries in the host cache."
],
"hook": "host_cache",
"name": "cache-size",
"resp-syntax": [
"{",
" \"result\": 0,",
" \"text\": \"123 entries.\",",
" \"arguments\": { \"size\": 123 }",
"}"
],
"support": [
"kea-dhcp4",
"kea-dhcp6"
]
}
|