summaryrefslogtreecommitdiffstats
path: root/src/share/api/config-get.json
blob: 3a49afbaff967ca03c4d4b0b19a4d5ace609f3d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
    "access": "read",
    "avail": "1.2.0",
    "brief": [
        "This command retrieves the current configuration used by the server. The configuration is essentially the same as the contents of the configuration file, but includes additional changes made by other commands and due to parameters' inheritance."
    ],
    "cmd-comment": [
        "This command takes no parameters."
    ],
    "cmd-syntax": [
        "{",
        "    \"command\": \"config-get\"",
        "}"
    ],
    "name": "config-get",
    "resp-syntax": [
        "{",
        "    \"result\": <integer>,",
        "    \"arguments\": {",
        "        <Dhcp4, Dhcp6, or Control-agent object>: <JSON configuration here> ",
        "    }",
        "}"
    ],
    "support": [
        "kea-dhcp4",
        "kea-dhcp6",
        "kea-dhcp-ddns",
        "kea-ctrl-agent"
    ]
}