2CMC489001M0201
64
G13
Revision: A
User Manual
JSON Communication
Response
• 200 Success
HTTP/1.1 200 OK
Content-Type: application/json
Server: embOS/IP
Transfer-Encoding: chunked
Link:/lasterror/0
{"status":"success"}
• 400 Bad Request
HTTP/1.1 400 Bad Request
Server: embOS/IP
Accept-Ranges: bytes
Content-Length: 57
Content-Type: application/json
{
"status":"error",
"des":"missing baudrate in JSON ."
}
• 500 Internal Server Error
HTTP/1.1 500 Internal Server Error
Server: embOS/IP
Accept-Ranges: bytes
Content-Length: 64
Content-Type: application/json
{
"status":"error",
"des":"received invalid response from COSEM."
}
6.3.7
POST /configuration/mbus-wired
A POST call to
/configuration/mbus-wired
sets timeout parameters for mbus-
wired backplane.
Protected
Yes (Authentication required)