summaryrefslogtreecommitdiffstats
path: root/src/share/api/server-tag-get.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/api/server-tag-get.json')
-rw-r--r--src/share/api/server-tag-get.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/share/api/server-tag-get.json b/src/share/api/server-tag-get.json
new file mode 100644
index 0000000..c06204b
--- /dev/null
+++ b/src/share/api/server-tag-get.json
@@ -0,0 +1,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"
+ ]
+}