From 0a9e839bb1f7e12cef64c0de5ec6d2aa72cb0cc7 Mon Sep 17 00:00:00 2001 From: Suzanne Goldlust Date: Wed, 3 Oct 2018 17:49:43 -0400 Subject: [PATCH] Add new file --- doc/api/lease6-get.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/api/lease6-get.json diff --git a/doc/api/lease6-get.json b/doc/api/lease6-get.json new file mode 100644 index 0000000000..f6edb5a9fa --- /dev/null +++ b/doc/api/lease6-get.json @@ -0,0 +1,15 @@ +{ + "name": "lease6-get", + "brief": "lease6-get can be used to query the lease database and retrieve existing leases.", + "description": "See ", + "support": [ "kea-dhcp4", "kea-dhcp6" ], + "avail": "1.3.0", + "hook": "lease_cmds", + "cmd-syntax": "{ + \"command\": \"lease6-get\", + \"arguments\": { + \"ip-address\": \"2001:db8:1234:ab::\", + \"type\": \"IA_PD\" + } +}", +} \ No newline at end of file -- GitLab