%PDF- %PDF-
| Direktori : /backups/router/usr/local/share/kea/api/ |
| Current File : //backups/router/usr/local/share/kea/api/subnet4-add.json |
{
"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 <xref linkend=\"idp69\"/>",
"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"
]
}