diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 12:15:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 12:15:43 +0000 |
commit | f5f56e1a1c4d9e9496fcb9d81131066a964ccd23 (patch) | |
tree | 49e44c6f87febed37efb953ab5485aa49f6481a7 /src/share/api/lease4-update.json | |
parent | Initial commit. (diff) | |
download | isc-kea-f5f56e1a1c4d9e9496fcb9d81131066a964ccd23.tar.xz isc-kea-f5f56e1a1c4d9e9496fcb9d81131066a964ccd23.zip |
Adding upstream version 2.4.1.upstream/2.4.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/share/api/lease4-update.json')
-rw-r--r-- | src/share/api/lease4-update.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/share/api/lease4-update.json b/src/share/api/lease4-update.json new file mode 100644 index 0000000..5b3c09e --- /dev/null +++ b/src/share/api/lease4-update.json @@ -0,0 +1,28 @@ +{ + "access": "write", + "avail": "1.3.0", + "brief": [ + "This command updates existing leases." + ], + "cmd-syntax": [ + "{", + " \"command\": \"lease4-update\",", + " \"arguments\": {", + " \"ip-address\": \"192.0.2.1\",", + " \"hostname\": \"newhostname.example.org\",", + " \"hw-address\": \"1a:1b:1c:1d:1e:1f\",", + " \"subnet-id\": 44,", + " \"force-create\": true", + " }", + "}" + ], + "description": "See <xref linkend=\"idp62\"/>", + "hook": "lease_cmds", + "name": "lease4-update", + "resp-comment": [ + "If the returned result is equal to 4, it indicates that the lease could not be updated because it was in conflict with the server's state or its notion of the configuration. The High Availability hook library can handle such a result differently than a general error. A general error of 1 can indicate issues with processing the command, database availability etc." + ], + "support": [ + "kea-dhcp4" + ] +} |