mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-04 07:55:18 +00:00
Add new file
This commit is contained in:
committed by
Tomek Mrugalski
parent
a45439f5d7
commit
0a9e839bb1
15
doc/api/lease6-get.json
Normal file
15
doc/api/lease6-get.json
Normal 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\"
|
||||||
|
}
|
||||||
|
}",
|
||||||
|
}
|
Reference in New Issue
Block a user