%PDF- %PDF-
| Direktori : /backups/router/usr/local/share/kea/api/ |
| Current File : //backups/router/usr/local/share/kea/api/remote-option4-subnet-set.json |
{
"access": "write",
"avail": "1.6.0",
"brief": [
"This command creates or replaces a DHCPv4 option in a subnet in the configuration database."
],
"cmd-comment": [
"The provided lists must contain exactly one ID of the subnet and one option specification. Specifying an empty list, a value of ``null``, or a server tag will result in an error."
],
"cmd-syntax": [
"{",
" \"command\": \"remote-option4-subnet-set\",",
" \"arguments\": {",
" \"subnets\": [",
" {",
" \"id\": <subnet identifier>",
" }",
" ],",
" \"options\": [",
" {",
" <subnet option specification>",
" }",
" ],",
" \"remote\": {",
" <specification of the database to connect to>",
" }",
" }",
"}"
],
"hook": "cb_cmds",
"name": "remote-option4-subnet-set",
"resp-syntax": [
"{",
" \"result\": 0,",
" \"text\": \"DHCPv4 option successfully set.\",",
" \"arguments\": {",
" \"options\": [",
" {",
" \"code\": <option code>,",
" \"space\": <option space>",
" }",
" ]",
" }",
"}"
],
"support": [
"kea-dhcp4"
]
}