back

/getNetworkConfiguration

When load menu, receives low level config for all IOTAs on that CS.

{
  "command":"/getNetworkConfiguration",
  "command_result": {
      "ip_config": {
            "dhcp_enabled": true,
            "ip": "111.111.111.111",
            "netmask": "111.111.111.111",
            "gateway": "111.111.111.111",
            "nameserver": "111.111.111.111",
            "hostname":"some_hostname",
            "allow_internal_access": true,
            "allow_external_access": true
        }
  },
  "errors":false,
  "general_message":"Successfully retrieved IOTA configuration"
}