Skip to main content

Get network settings

Returns Ethernet interface settings. If DHCP is enabled, the response will contain settings obtained from the DHCP server.

Responses

OK


Schema
  • dhcp boolean

    Determines whether the DHCP is enabled

  • ip_address ipv4

    Device IP address

  • mask ipv4

    Network mask

  • gateway ipv4

    Network gateway

  • dns ipv4

    Network DNS server

Loading...