From 040eee1aa49b49df4698d83a05af57c220127fd1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 13:36:04 +0200 Subject: Adding upstream version 2.2.0. Signed-off-by: Daniel Baumann --- src/share/api/lease6-resend-ddns.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 src/share/api/lease6-resend-ddns.json (limited to 'src/share/api/lease6-resend-ddns.json') diff --git a/src/share/api/lease6-resend-ddns.json b/src/share/api/lease6-resend-ddns.json new file mode 100644 index 0000000..a8c21de --- /dev/null +++ b/src/share/api/lease6-resend-ddns.json @@ -0,0 +1,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 ", + "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" + ] +} -- cgit v1.2.3