summaryrefslogtreecommitdiffstats
path: root/src/share/api/gss-tsig-rekey.json
blob: 6198973250284293838c01d892ebe3cad64001ae (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
{
    "access": "write",
    "avail": "2.0.0",
    "brief": [ "The command unconditionally creates new GSS-TSIG keys for (rekeys) a specified DNS server."
    ],
    "cmd-syntax": [
        "{",
        "    \"command\": \"gss-tsig-rekey\",",
        "    \"arguments\": {",
        "        \"server-id\": \"foo\"",
        "    }",
        "}"
    ],
    "description": [ "See <xref linkend=\"command-gss-tsig-rekey\"/>" ],
    "hook": "gss_tsig",
    "name": "gss-tsig-rekey",
    "support": [ "kea-dhcp-ddns" ],
    "resp-syntax": [
        "{",
        "    \"result\": 0,",
        "    \"text\": \"GSS-TSIG server[foo] rekeyed\"",
        "}"
    ]
}