%PDF- %PDF-
| Direktori : /proc/self/root/backups/router/usr/local/share/kea/api/ |
| Current File : //proc/self/root/backups/router/usr/local/share/kea/api/subnet4-update.json |
{
"access": "write",
"avail": "1.6.0",
"brief": [
"This command updates (overwrites) a single subnet in the existing server configuration. This operation has no impact on other subnets."
],
"cmd-syntax": [
"{",
" \"command\": \"subnet4-update\",",
" \"arguments\": {",
" \"subnet4\": [ {",
" \"id\": 123,",
" \"subnet\": \"10.20.30.0/24\",",
" ...",
" } ]",
" }",
"}"
],
"description": "See <xref linkend=\"idp69\"/>",
"hook": "subnet_cmds",
"name": "subnet4-update",
"resp-syntax": [
"{",
" \"result\": 0,",
" \"text\": \"IPv4 subnet updated\",",
" \"arguments\": {",
" \"subnets\": [",
" {",
" \"id\": 123,",
" \"subnet\": \"10.20.30.0/24\"",
" }",
" ]",
" }",
"}"
],
"support": [
"kea-dhcp4"
]
}