[[start#objects|<< zurück]] ==== natip object ==== ^ Method ^ URL ^ Notes ^ | GET | /rest/{IF}/natip | returns a list of all NAT IP addresses | | GET | /rest/{IF}/natip/{id} | returns dedicated NAT IP information | == available parameters == ^ 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 | | natip | int | POST, PUT | NAT IP address | | natdir | text | POST, PUT | NAT direction | | 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 | [[start#objects|<< zurück]]