mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-29 13:07:50 +00:00
[30-implement-control-socket-for-ddns-2] Updated API doc
This commit is contained in:
parent
18cbd1afb0
commit
a5f8612bff
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "build-report",
|
||||
"brief": "Returns a list of compilation options that this particular binary was built with",
|
||||
"support": [ "kea-dhcp4", "kea-dhcp6", "kea-ctrl-agent" ],
|
||||
"support": [ "kea-dhcp4", "kea-dhcp6", "kea-dhcp-ddns", "kea-ctrl-agent" ],
|
||||
"avail": "1.2.0",
|
||||
|
||||
"cmd-syntax": "{
|
||||
|
@ -3,7 +3,7 @@
|
||||
"brief": "Retrieves the current configuration used by the server. The configuration
|
||||
is roughtly equal to the configuration file, but includes additional
|
||||
changes made by other commands and due to parameters inheritance.",
|
||||
"support": [ "kea-dhcp4", "kea-dhcp6", "kea-ctrl-agent" ],
|
||||
"support": [ "kea-dhcp4", "kea-dhcp6", "kea-dhcp-ddns", "kea-ctrl-agent" ],
|
||||
"avail": "1.2.0",
|
||||
|
||||
"cmd-syntax": "{
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "config-set",
|
||||
"brief": "The config-set command instructs the server to replace its current configuration with the new configuration supplied in the command's arguments.",
|
||||
"description": "See <xref linkend=\"command-config-set\"/>",
|
||||
"support": [ "kea-dhcp4", "kea-dhcp6" ],
|
||||
"support": [ "kea-dhcp4", "kea-dhcp6", "kea-dhcp-ddns", "kea-ctrl-agent" ],
|
||||
"avail": "1.2.0",
|
||||
"cmd-syntax": "{
|
||||
\"command\": \"config-set\",
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "config-test",
|
||||
"brief": "The config-test command instructs the server to check whether the new configuration supplied in the command's arguments can be loaded.",
|
||||
"description": "See <xref linkend=\"command-config-test\"/>",
|
||||
"support": [ "kea-dhcp4", "kea-dhcp6", "kea-ctrl-agent" ],
|
||||
"support": [ "kea-dhcp4", "kea-dhcp6", "kea-dhcp-ddns", "kea-ctrl-agent" ],
|
||||
"avail": "1.2.0",
|
||||
"cmd-syntax": "{
|
||||
\"command\": \"config-test\",
|
||||
|
@ -3,7 +3,7 @@
|
||||
"brief": "The config-write command instructs the Kea server to write its
|
||||
current configuration to a file on disk.",
|
||||
"description": "See <xref linkend=\"command-config-write\"/>",
|
||||
"support": [ "kea-dhcp4", "kea-dhcp6", "kea-ctrl-agent" ],
|
||||
"support": [ "kea-dhcp4", "kea-dhcp6", "kea-dhcp-ddns", "kea-ctrl-agent" ],
|
||||
"avail": "1.2.0",
|
||||
"cmd-syntax": "{
|
||||
\"command\": \"config-write\",
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "list-commands",
|
||||
"brief": "The list-commands command retrieves a list of all commands supported by the server.",
|
||||
"description": "See <xref linkend=\"command-list-commands\"/>",
|
||||
"support": [ "kea-dhcp4", "kea-dhcp6" , "kea-ctrl-agent" ],
|
||||
"support": [ "kea-dhcp4", "kea-dhcp6", "kea-dhcp-ddns", "kea-ctrl-agent" ],
|
||||
"avail": "1.0.0",
|
||||
"cmd-syntax": "{
|
||||
\"command\": \"list-commands\",
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "shutdown",
|
||||
"brief": "The shutdown command instructs the server to initiate its shutdown procedure.",
|
||||
"description": "See <xref linkend=\"command-shutdown\"/>",
|
||||
"support": [ "kea-dhcp4", "kea-dhcp6", "kea-ctrl-agent" ],
|
||||
"support": [ "kea-dhcp4", "kea-dhcp6", "kea-dhcp-ddns", "kea-ctrl-agent" ],
|
||||
"avail": "1.0.0",
|
||||
"cmd-syntax": "{
|
||||
\"command\": \"shutdown\"
|
||||
|
@ -4,7 +4,7 @@
|
||||
Kea version. The returned string is the same as if Kea would
|
||||
be run with -V command line option.",
|
||||
"description": "See <xref linkend=\"command-version-get\"/>",
|
||||
"support": [ "kea-dhcp4", "kea-dhcp6", "kea-ctrl-agent" ],
|
||||
"support": [ "kea-dhcp4", "kea-dhcp6", "kea-dhcp-ddns", "kea-ctrl-agent" ],
|
||||
"avail": "1.2.0",
|
||||
"cmd-syntax": "{
|
||||
\"command\": \"version-get\"
|
||||
|
@ -795,7 +795,7 @@ This command takes no parameters.</para>
|
||||
<screen>{
|
||||
"result": <integer>,
|
||||
"arguments": {
|
||||
<JSON configuration here, starting with Dhcp4, Dhcp6, or Control-agent object>
|
||||
<JSON configuration here, starting with Dhcp4, Dhcp6, Dhcp-ddns, or Control-agent object>
|
||||
}
|
||||
}</screen>
|
||||
Result is an integer representation of the status. Currently supported statuses are:
|
||||
|
Loading…
x
Reference in New Issue
Block a user