1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
{
"access": "write",
"avail": "1.2.0",
"brief": [
"This command instructs the Kea server to write its",
"current configuration to a file on disk."
],
"cmd-syntax": [
"{",
" \"command\": \"config-write\",",
" \"arguments\": {",
" \"filename\": \"config-modified-2017-03-15.json\"",
" }",
"}"
],
"description": "See <xref linkend=\"command-config-write\"/>",
"name": "config-write",
"support": [
"kea-dhcp4",
"kea-dhcp6",
"kea-dhcp-ddns",
"kea-ctrl-agent"
]
}
|