SmartEdge Industrial IoT Gateway
User Guide
http://www.element14.com/gateway
Page 38
GET WIFI CLIENT CONNECTION STATUS
GET http://<ipaddress>:8080/WiFiClientConnectionStatus
Possible Response:
{
"WiFi client IP": "<wifi_ipaddress, netmask, etc>"}
}
SET NEW IOTCONNECT CREDENTIALS
PUT
'{"cpid":"<myCpid123dddd4567>","username":"<[email protected]>","password":"<myp@$
$>"}'
http://<ipaddress>:8080/IOTNewCPID
Possible Response:
{
"Response": {1,-1}
}
START IOTCONNECT SDK AND DISABLE REST API & WIFI AP
PUT '{""}'
http://<ipaddress>:8080/CloudAttach
Possible Response:
{
"Response": {1,0}
}
READ IOTCONNECT SDK CONFIGURATION
GET http://<ipaddress>:8080/IOTGetIOTConnectSDKConf
Possible Response:
{
"IOTGetIOTConnectSDKConf": "<contents of file>"
}
WRITE IOTCONNECT SDK CONFIGURATION
PUT '<contents of file>'
http://<ipaddress>:8080/IOTSetIOTConnectConf
Possible Response:
{
"IOTConnectSDKConf": {1,0}
}
WRITE CELLULAR APN CONFIGURATION
PUT '<contents of file>'
http://<ipaddress>:8080/IOTSetAPNConf
Possible Response:
{
"IOTSetAPNConf": {1,0}
}