dhcpoption object
| Method | URL | Notes |
|---|---|---|
| GET | /rest/{IF}/dhcpoption | returns a list of all dhcpoption |
| GET | /rest/{IF}/dhcpoption/{id} | returns information about a single dhcpoption object |
available parameters
| Parameter | Type | Method | Notes |
|---|---|---|---|
| id | int | GET, PUT, DELETE | unique identifier of the object |
| name | string | POST,PUT | Option name, unique per ipnet |
| optid | int | POST | Option ID, unique per ipnet |
| value | string | POST | Option value |
| notes | text | POST,PUT | further notes or description |
| ipnet_id | int | POST | ipnet that contains this dhcp-option |