From 840a96f63a972d43ac5805fba980fc9fb85bbf0c Mon Sep 17 00:00:00 2001 From: Suzanne Goldlust Date: Wed, 3 Oct 2018 15:04:39 -0400 Subject: [PATCH] Add new file --- doc/api/cache-remove.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 doc/api/cache-remove.json diff --git a/doc/api/cache-remove.json b/doc/api/cache-remove.json new file mode 100644 index 0000000000..c52490b74d --- /dev/null +++ b/doc/api/cache-remove.json @@ -0,0 +1,22 @@ +{ + "name": "cache-remove", + "brief": "The cache-remove command works similarly to reservation-get command.", + "description": "See ", + "support": [ "kea-dhcp4", "kea-dhcp6" ], + "avail": "1.4.0", + "hook": "host_cache", + "cmd-syntax": "{ + \"command\": \"cache-remove\", + \"arguments\": { + \"ip-address\": \"192.0.2.1\", + \"subnet-id\": 123 + } +} +{ + \"command\": \"cache-remove\", + \"arguments\": { + \"duid\": \"00:01:ab:cd:f0:a1:c2:d3:e4\", + \"subnet-id\": 123 + } +}", +} \ No newline at end of file -- 2.47.2