JSON 75 (258)
ipstatus.json & ipconf.json
These two object share the same data format. The object ipconf.json returns the configured IP
settings, and ipstatus.json returns the actual values that are currently used. ipconf.json can also
be used to alter the IP settings.
GET network/ipstatus.json
or
GET network/ipconf.json
Name Data Type Note
dhcp Number
-
addr String
-
subnet String
-
gateway
String
-
dns1 String
-
dns2 String
-
hostname String
-
domainname String
-
{
"dhcp": 0,
"addr": "192.168.0.55",
"subnet": "255.255.255.0",
"gateway": "192.168.0.1",
"dns1": "10.10.55.1",
"dns2": "10.10.55.2"
"hostname": "abcc123",
"domainname": "hms.se"
}
To change IP settings, use network/ipconf.json. It accepts any number of arguments from the
list above. Values should be in the same format.
Example:
GET ipconf.json?dhcp=0&addr=10.11.32.2&hostname=abcc123&domainname=hms.se
Anybus
®
CompactCom
™
40 PROFINET IRT Network Guide SCM-1202-023 EN 1.8