/
QU
quadsproject
/
QUADS
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 1h ago · Updated 3w ago
View markdown
quadsproject
QUADS
post
Add a new vlan
v1
latest
OpenAPI 3.0.0
GPLv3
2026-07-17
66
18
55.6 KB
Assignments
9
Auth
3
Available
2
Clouds
6
Disks
5
Hosts
9
Interfaces
5
Memory
4
Moves
1
Notifications
3
Other
1
Processors
4
Schedules
8
Vlans
6
get
Returns a list with all the defined vlans
post
Add a new vlan
get
Returns a list with all the free vlans
get
Returns a detail of a specific vlan by id
delete
Delete vlan by vlan id
patch
Update an existing vlan
Vlans
Add a new vlan
post
/vlans/
Request body
Vlan
required
gateway
string
ip_free
integer
ip_range
string
netmask
string
vlan_id
integer
Example request
{ "gateway": "10.1.18.8", "ip_free": 256, "netmask": "255.255.255.255", "vlan_id": 601 }
Response
Created