JSON Communication
G13
199
2CMC489001M0201
User Manual
Revision: A
Response
• 200 OK
HTTP/1.1 200 OK
Content-Type: application/json
Server: embOS/IP
Transfer-Encoding: chunked
Link:/lasterror/0
{
"status":"success"
}
• 502 Internal Server Error
HTTP/1.1 502 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.72 DELETE /meters/<serial>/previousvalues
A DELETE call to /meters/<serial>/previousvalues clears all Previous Values.
Protected
Yes (Authentication required)
Request
DELETE /meters/<serial>/previousvalues HTTP/1.1
Authorization: Basic XXXXXXXXXXXXXXX=
Examples
• https://192.168.1.12/meters/ABB_8/previousvalues