Vlans
Update an existing vlan
patch/vlans/{vlan_id}/
Path parameters
vlan_idinteger required
Vlan ID
Request body
Example request
{
"gateway": "10.1.18.8",
"ip_free": 256,
"netmask": "255.255.255.255",
"vlan_id": 601
}Response
Vlan details
Example response
{
"gateway": "10.1.18.8",
"ip_free": 256,
"netmask": "255.255.255.255",
"vlan_id": 601
}Changes
Changed in 2 of the 9 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api removed without deprecation
api-removed-without-deprecation
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲