When save button clicked.
Method: POST
Data Params:
{
"dhcp_enabled": true,
"ip": "111.111.111.111",
"netmask": "111.111.111.111",
"nameserver": "111.111.111.111",
"gateway": "111.111.111.111",
"hostname":"some_hostname",
"zt_identifier":"some_identifier",
"allow_internal_access": true,
"allow_external_access": true
}{
"command":"/setNetworkConfiguration",
"command_result":{},
"errors":false,
"general_message":"Successfully set IOTA configuration"
}