| Method | URL | Notes |
|---|---|---|
| GET | /rest/{IF}/vlan | returns a list of all IP vlans |
| GET | /rest/{IF}/vlan/{id} | information of a single vlan |
| GET | /rest/{IF}/vlan/{id}/ipnet | returns a list of all IP networks assigned |
| Parameter | Type | Method | Notes |
|---|---|---|---|
| id | int | GET, PUT, DELETE | unique identifier of the object |
| vlanid | int | POST | VLAN-ID |
| name | string | POST,PUT | name of the vlan |
| notes | text | POST, PUT | further description |