From: Suzanne Goldlust Date: Wed, 3 Oct 2018 20:09:22 +0000 (-0400) Subject: Add new file X-Git-Tag: 176-update-to-sysrepo-0-7-6-release_base~147 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b721df05ade775eddab09ca2f28d779339ee03f0;p=thirdparty%2Fkea.git Add new file --- diff --git a/doc/api/lease4-del.json b/doc/api/lease4-del.json new file mode 100644 index 0000000000..b58ab7eefc --- /dev/null +++ b/doc/api/lease4-del.json @@ -0,0 +1,15 @@ +{ + "name": "lease4-del", + "brief": "lease4-del can be used to delete a lease from the lease database.", + "description": "See ", + "support": [ "kea-dhcp4", "kea-dhcp6" ], + "avail": "1.3.0", + "hook": "lease_cmds", + "cmd-syntax": "{ + \"command\": \"lease4-del\", + \"arguments\": { + \"ip-address\": \"192.0.2.202\" + } +}", + "cmd-comment": "leaseX-del returns a result that indicates a outcome of the operation. It has one of the following values: 0 (success), 1 (error) or 3 (empty). The empty result means that a query has been completed properly, but the object (a lease in this case) has not been found.", +} \ No newline at end of file