| Method | URL | Notes |
|---|---|---|
| GET | /rest/{IF}/ipaddr | returns a list of all IP addresses |
| GET | /rest/{IF}/ipaddr/{id} | returns concrete IP address information |
| Parameter | Type | Method | Notes |
|---|---|---|---|
| id | int | GET, PUT, DELETE | unique identifier of the object |
| name | string | POST,PUT | name (DNS) assigned to ip address |
| addr | IP | POST, PUT | IP address |
| gateway | int | POST, PUT | default gateway flag |
| dhcp | int | POST, PUT | dhcp flag |
| notes | int | POST, PUT | further description |
| objstatus | int | POST, PUT | Status of the IP address |
| ipdevice_id | int | POST, PUT | link to device |