summaryrefslogtreecommitdiffstats
path: root/src/share/api/cache-get.json
blob: 0ea703edc3129fffae0ac9160ea22c69f393c63d (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.4.0",
    "brief": [
        "This command returns the full content of the host cache."
    ],
    "hook": "host_cache",
    "name": "cache-get",
    "resp-syntax": [
        "{",
        "    \"result\": 0,",
        "    \"text\": \"123 entries returned.\",",
        "    \"arguments\": <list of host reservations>",
        "}"
    ],
    "support": [
        "kea-dhcp4",
        "kea-dhcp6"
    ]
}