summaryrefslogtreecommitdiffstats
path: root/src/share/api/gss-tsig-key-del.json
blob: 115f56c2f8f28c247cd63bb88883dbc22972894f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "access": "write",
    "avail": "2.0.0",
    "brief": [ "This command deletes the specified GSS-TSIG key." ],
    "cmd-syntax": [
        "{",
        "    \"command\": \"gss-tsig-key-del\",",
        "    \"arguments\": {",
        "        \"key-name\": \"1234.sig-foo.com.\"",
        "    }",
        "}"
    ],
    "description": [ "See <xref linkend=\"command-gss-tsig-key-del\"/>" ],
    "hook": "gss_tsig",
    "name": "gss-tsig-key-del",
    "support": [ "kea-dhcp-ddns" ],
    "resp-syntax": [
        "{",
        "    \"result\": 0,",
        "    \"text\": \"GSS-TSIG key '1234.sig-foo.com.' deleted\"",
        "}"
    ]
}