2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

Add new file

This commit is contained in:
Suzanne Goldlust
2018-10-03 17:49:43 -04:00
committed by Tomek Mrugalski
parent a45439f5d7
commit 0a9e839bb1

15
doc/api/lease6-get.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "lease6-get",
"brief": "lease6-get can be used to query the lease database and retrieve existing leases.",
"description": "See <xref linkend=\"lease6-get\"/>",
"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\"
}
}",
}