blob: 8dac1f78330037b4caeb7ca08897c2ba81667e7d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"access": "read",
"avail": "1.2.0",
"brief": [
"This command returns extended information about the Kea version that is running. The returned string is the same as if Kea were run with the ``-V`` command-line option."
],
"cmd-syntax": [
"{",
" \"command\": \"version-get\"",
"}"
],
"description": "See <xref linkend=\"command-version-get\"/>",
"name": "version-get",
"support": [
"kea-dhcp4",
"kea-dhcp6",
"kea-dhcp-ddns",
"kea-ctrl-agent"
]
}
|