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
32
33
|
{
"access": "read",
"avail": "2.0.0",
"brief": [
"This command retrieves information about the specified GSS-TSIG key."
],
"cmd-syntax": [
"{",
" \"command\": \"gss-tsig-key-get\",",
" \"arguments\": {",
" \"key-name\": \"1234.sig-foo.com.\"",
" }",
"}"
],
"description": [ "See <xref linkend=\"command-gss-tsig-key-get\"/>" ],
"hook": "gss_tsig",
"name": "gss-tsig-key-get",
"support": [ "kea-dhcp-ddns" ],
"resp-syntax": [
"{",
" \"result\": 0,",
" \"text\": \"GSS-TSIG key '1234.sig-foo.com.' found\",",
" \"arguments\": {",
" \"name\": \"1234.sig-foo.com.\",",
" \"server-id\": \"foo\",",
" \"inception-date\": \"2021-09-05 12:23:36.281176\",",
" \"expire-date\": \"2021-09-05 13:23:36.281176\",",
" \"status\": \"not yet ready\",",
" \"tkey-exchange\": true",
" }",
"}"
]
}
|