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