summaryrefslogtreecommitdiffstats
path: root/src/share/api/gss-tsig-list.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/api/gss-tsig-list.json')
-rw-r--r--src/share/api/gss-tsig-list.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/share/api/gss-tsig-list.json b/src/share/api/gss-tsig-list.json
new file mode 100644
index 0000000..c2f5946
--- /dev/null
+++ b/src/share/api/gss-tsig-list.json
@@ -0,0 +1,31 @@
+{
+ "access": "read",
+ "avail": "2.0.0",
+ "brief": [ "This command lists GSS-TSIG server IDs and key names." ],
+ "cmd-syntax": [
+ "{",
+ " \"command\": \"gss-tsig-list\"",
+ "}"
+ ],
+ "description": [ "See <xref linkend=\"command-gss-tsig-list\"/>" ],
+ "hook": "gss_tsig",
+ "name": "gss-tsig-list",
+ "support": [ "kea-dhcp-ddns" ],
+ "resp-syntax": [
+ "{",
+ " \"result\": 0,",
+ " \"text\": \"2 GSS-TSIG servers and 3 keys\",",
+ " \"arguments\": {",
+ " \"gss-tsig-servers\": [",
+ " \"foo\",",
+ " \"bar\"",
+ " ],",
+ " \"gss-tsig-keys\": [",
+ " \"1234.example.com.\",",
+ " \"5678.example.com.\",",
+ " \"43888.example.org.\"",
+ " ]",
+ " }",
+ "}"
+ ]
+}