summaryrefslogtreecommitdiffstats
path: root/src/share/api/server-tag-get.json
blob: c06204bb7066dbc9535227682620d06193254ab0 (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.6.0",
    "brief": [
        "This command returns the server tag used by the server. ",
        "Server tag is essential configuration parameter in the Config Backend configuration.",
        "This parameter is configured in the local config file.",
        "This command does not take any parameters."
    ],
    "cmd-syntax": [
        "{",
        "    \"command\": \"server-tag-get\"",
        "}"
    ],
    "description": "See <xref linkend=\"command-server-tag-get\"/>",
    "name": "server-tag-get",
    "resp-syntax": [
        "{",
        "    \"result\": 0,",
        "    \"arguments\": {",
        "        \"server-tag\": \"office1\"",
        "    }",
        "}"
    ],

    "support": [
        "kea-dhcp4",
        "kea-dhcp6"
    ]
}