%PDF- %PDF-
Direktori : /backups/router/usr/local/share/kea/api/ |
Current File : //backups/router/usr/local/share/kea/api/remote-global-parameter6-del.json |
{ "access": "write", "avail": "1.6.0", "brief": [ "This command deletes a global DHCPv6 parameter from the configuration database. The server uses the value specified in the configuration file, or a default value if the parameter is not specified in the configuration file, after deleting the parameter from the database." ], "cmd-comment": [ "This command carries the list including exactly one name of the parameter to be deleted. If deleting a map parameter, the ``map-name.parameter-name`` format must be used. The ``server-tags`` list is mandatory and must contain exactly one server tag. Specifying an empty list, a value of ``null``, or multiple server tags will result in an error." ], "cmd-syntax": [ "{", " \"command\": \"remote-global-parameter6-del\",", " \"arguments\": {", " \"parameters\": [ <parameter name as string> ],", " \"remote\": {", " <specification of the database to connect to>", " },", " \"server-tags\": [ <single server tag as string> ]", " }", "}" ], "hook": "cb_cmds", "name": "remote-global-parameter6-del", "resp-syntax": [ "{", " \"result\": 0,", " \"text\": \"DHCPv6 global parameter(s) deleted.\",", " \"arguments\": {", " \"count\": 1", " }", "}" ], "support": [ "kea-dhcp6" ] }