Dies ist eine alte Version des Dokuments!
<< zurück
vlan object
| 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 |
available parameters
| Parameter | Type | Method | Notes |
| id | int | GET, PUT, DELETE | unique identifier of the object |
| vlanid | int | POST | unique identifier of the object |
| name | string | POST,PUT | network's name or readable identifier |
| notes | text | POST, PUT | Description of the network |
<< zurück