Networks
Update a network
Partial update — every field is optional.
Required scope infrastructure:edit
/networks/{id}Authorizations
AuthorizationstringrequiredAuthorization header carrying a workspace API key, as “Bearer kbn_live_…”. The X-Api-Key header is accepted equivalently.
Path parameters
idstring<uuid>requiredIdentifier of the network.
Bodyapplication/json
namestringName of the network.
roleenum<string>Role the network plays.
Available options: local, wireless, storage, vpn, data_center, edge, public, management, dmz, iot, intercommunication
ipAddressstringBase address of the network.
subnetstringSubnet in CIDR notation, for example `/24`.
descriptionstringFree-text description of the network.
vlanIdintegerVLAN the network is carried on.
Response200 · application/json
The updated network record.
idstring<uuid>requiredIdentifier of the network.
namestringrequiredName of the network.
roleenum<string>requiredRole the network plays.
Available options: local, wireless, storage, vpn, data_center, edge, public, management, dmz, iot, intercommunication
ipAddressstringBase address of the network.
subnetstringSubnet in CIDR notation.
descriptionstring | nullFree-text description of the network.
vlanIdinteger | nullVLAN the network is carried on.
routersobject[]Routers connected to the network.