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
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.\"",
" ]",
" }",
"}"
]
}
|