{ "access": "write", "avail": "1.3.0", "brief": [ "This command creates and adds a new subnet to the existing server configuration. This operation has no impact on other subnets." ], "cmd-syntax": [ "{", " \"command\": \"subnet4-add\",", " \"arguments\": {", " \"subnet4\": [ {", " \"id\": 123,", " \"subnet\": \"10.20.30.0/24\",", " ...", " } ]", " }", "}" ], "description": "See ", "hook": "subnet_cmds", "name": "subnet4-add", "resp-syntax": [ "{", " \"result\": 0,", " \"text\": \"IPv4 subnet added\",", " \"arguments\": {", " \"subnets\": [", " {", " \"id\": 123,", " \"subnet\": \"10.20.30.0/24\"", " }", " ]", " }", "}" ], "support": [ "kea-dhcp4" ] }