From 4de21c7749b7df2a4ce103b2afc6b62ed457be1e Mon Sep 17 00:00:00 2001 From: Vicky Risk Date: Wed, 10 Oct 2018 06:15:22 -0400 Subject: [PATCH] Update cache-remove.json --- doc/api/cache-remove.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/api/cache-remove.json b/doc/api/cache-remove.json index cde6b4d89d..60b307196e 100644 --- a/doc/api/cache-remove.json +++ b/doc/api/cache-remove.json @@ -1,3 +1,4 @@ +An example command to remove an IPv4 host with reserved address 192.0.2.1 from subnet with a subnet-id 123 looks as follows: { "name": "cache-remove", "brief": "The cache-remove command works similarly to reservation-get command.", @@ -12,6 +13,8 @@ \"subnet-id\": 123 } } + +Another example that removes IPv6 host identifier by DUID and specific subnet-id is: { \"command\": \"cache-remove\", \"arguments\": { -- 2.47.2