Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
ipaddr [2025/02/07 16:17] – [ipaddr object] torstenipaddr [2025/02/07 16:29] (aktuell) – [Tabelle] torsten
Zeile 3: Zeile 3:
 ==== ipaddr object ==== ==== ipaddr object ====
  
-^ Method  ^ URL                    ^ Notes                                                  +^ Method  ^ URL                     ^ Notes                                    
-| GET     | /rest/{IF}/ipaddr       | returns a list of all IP addresses                      +| GET     | /rest/{IF}/ipaddr       | returns a list of all IP addresses       
-| GET     | /rest/{IF}/ipaddr/{id}  | returns the IP address information  |+| GET     | /rest/{IF}/ipaddr/{id}  | returns concrete IP address information  |
  
 == available parameters == == available parameters ==
Zeile 13: Zeile 13:
 | name         | string  | POST,PUT          | name (DNS) assigned to ip address  | | name         | string  | POST,PUT          | name (DNS) assigned to ip address  |
 | addr         | IP      | POST, PUT         | 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               | | gateway      | int     | POST, PUT         | default gateway flag               |
 | dhcp         | int     | POST, PUT         | dhcp flag                          | | dhcp         | int     | POST, PUT         | dhcp flag                          |
 | notes        | int     | POST, PUT         | further description                | | notes        | int     | POST, PUT         | further description                |
 | objstatus    | int     | POST, PUT         | Status of the IP address           | | objstatus    | int     | POST, PUT         | Status of the IP address           |
-| ipif_id      | int     | POST, PUT         | link to interface                  | 
 | ipdevice_id  | int     | POST, PUT         | link to device                     | | ipdevice_id  | int     | POST, PUT         | link to device                     |