1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
{
"access": "write",
"avail": "1.7.6",
"brief": [
"This command resends a request to kea-dhcp-ddns to update DNS for an existing lease."
],
"cmd-syntax": [
"{",
" \"command\": \"lease6-resend-ddns\",",
" \"arguments\": {",
" \"ip-address\": \"2001:db8::1\"",
" }",
"}"
],
"description": "See <xref linkend=\"idp58\"/>",
"hook": "lease_cmds",
"name": "lease6-resend-ddns",
"resp-comment": [
"lease6-resend-ddns returns a result that indicates the outcome of the operation and lease details, if found. It has one of the following values: 0 (success), 1 (error), or 3 (empty)."
],
"resp-syntax": [
"{",
" \"arguments\": {",
" },",
" \"result\": 0,",
" \"text\": \"NCR generated for: 2001:db8::1, hostname: example.com.\"",
"}"
],
"support": [
"kea-dhcp6"
]
}
|