summaryrefslogtreecommitdiffstats
path: root/src/share/api/gss-tsig-purge-all.json
blob: 638b6fda50a3a7368c222c4fb4574305f85376e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "access": "write",
    "avail": "2.0.0",
    "brief": [ "This command removes not usable GSS-TSIG keys." ],
    "cmd-syntax": [
        "{",
        "    \"command\": \"gss-tsig-purge-all\"",
        "}"
    ],
    "description": [ "See <xref linkend=\"command-gss-tsig-purge-all\"/>" ],
    "hook": "gss_tsig",
    "name": "gss-tsig-purge-all",
    "support": [ "kea-dhcp-ddns" ],
    "resp-syntax": [
        "{",
        "    \"result\": 0,",
        "    \"text\": \"2 purged GSS-TSIG keys\"",
        "}"
    ]
}