dhcprange object
| Method | URL | Notes |
|---|---|---|
| GET | /rest/{IF}/dhcprange | returns a list of all dhcpranges |
| GET | /rest/{IF}/dhcprange/{id} | returns information about a single dhcprange object |
available parameters
| Parameter | Type | Method | Notes |
|---|---|---|---|
| id | int | GET, PUT, DELETE | unique identifier of the object |
| start | IP | POST,PUT | start of the DHCP-Range |
| ende | IP | POST,PUT | end of the DHCP range |
| leasetime | string | POST,PUT | leasetime |
| notes | text | POST,PUT | further notes or description |
| ipnet_id | int | POST | ipnet that contains this dhcp-range |