diff options
Diffstat (limited to 'src/share/api/cache-get.json')
-rw-r--r-- | src/share/api/cache-get.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/share/api/cache-get.json b/src/share/api/cache-get.json new file mode 100644 index 0000000..0ea703e --- /dev/null +++ b/src/share/api/cache-get.json @@ -0,0 +1,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" + ] +} |