Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
4821bde8
Commit
4821bde8
authored
Oct 03, 2018
by
Suzanne Goldlust
Committed by
Tomek Mrugalski
Oct 29, 2019
Browse files
Add new file
parent
b721df05
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/api/lease4-get.json
0 → 100644
View file @
4821bde8
{
"name"
:
"lease4-get"
,
"brief"
:
"lease4-get can be used to query the lease database and retrieve existing leases."
,
"description"
:
"See <xref linkend=
\"
lease4-get
\"
/>"
,
"support"
:
[
"kea-dhcp4"
,
"kea-dhcp6"
],
"avail"
:
"1.3.0"
,
"hook"
:
"lease_cmds"
,
"cmd-syntax"
:
"{
\"
command
\"
:
\"
lease4-get
\"
,
\"
arguments
\"
: {
\"
ip-address
\"
:
\"
192.0.2.1
\"
}
}"
,
"resp-syntax"
:
"{
\"
arguments
\"
: {
\"
client-id
\"
:
\"
42:42:42:42:42:42:42:42
\"
,
\"
cltt
\"
: 12345678,
\"
fqdn-fwd
\"
: false,
\"
fqdn-rev
\"
: true,
\"
hostname
\"
:
\"
myhost.example.com.
\"
,
\"
hw-address
\"
:
\"
08:08:08:08:08:08
\"
,
\"
ip-address
\"
:
\"
192.0.2.1
\"
,
\"
state
\"
: 0,
\"
subnet-id
\"
: 44,
\"
valid-lft
\"
: 3600
},
\"
result
\"
: 0,
\"
text
\"
:
\"
IPv4 lease found.
\"
}"
,
"resp-comment"
:
"lease4-get returns a result that indicates a result of the operation and lease details, if found. It has one of the following values: 0 (success), 1 (error) or 2 (empty)."
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment