143
WISE-4000 User Manual
Appendix B
R
EST for
W
ISE-4000
S
eries
B.2.5
Data Logger
B.2.5.1
/log_message
Description
Retrieves the log data in system memory.
URL Structure
http://10.0.0.1/log_message
HTTP Method
GET: According to the setting of filtering, server returns the all/partial of logged
data.
GET
Request:
GET /log_message
[Example]:
Request:
GET /log_message
for WISE-4060/LAN module
Content-type: application/json
Response: 200 OK
{
"LogMsg": [
{
"PE":128,
"TIM":"2014-11-11T15:48:32+08:00",
"UID":"ADAM-4060/LAN_00D0C9FE1601",
"MAC":"00-D0-C9-FE-16-01",
"Record" :
[
[0,3,3,1],
[0,2,4,150],
[0,5,5,250]
]
},
{
"PE":128,
"TIM":"2014-11-11T15:49:44+08:00",
"UID":"ADAM-4060/LAN_00D0C9FE1601",
"MAC":"00-D0-C9-FE-16-01",
"Record" :
[
[0,3,3,0],
[0,2,4,140],
[0,5,5,240]
]
},
{
"PE":128,
"TIM":"2014-11-11T15:51:02+08:00",
"UID":"ADAM-4060/LAN_00D0C9FE1601",
"MAC":"00-D0-C9-FE-16-01",
"Record" :
[
[0,3,3,0],
[0,2,4,130],
[0,5,5,230]
]
}
]
}
Содержание WISE-4000 Series
Страница 1: ...User Manual WISE 4000 Series IoT Ethernet I O Module ...
Страница 9: ...Chapter 1 1 Product Overview ...
Страница 17: ...Chapter 2 2 Product Specifications ...
Страница 42: ...WISE 4000 User Manual 34 2 9 4 Block Diagram Figure 2 35 WISE 4060 Block Diagram ...
Страница 43: ...Chapter 3 3 Hardware Installation ...
Страница 48: ...WISE 4000 User Manual 40 3 2 3 Stack Mounting Figure 3 8 Stack Mounting Figure 3 9 Finished Stack Mounting ...
Страница 51: ...Chapter 4 4 System Configuration ...
Страница 100: ...WISE 4000 User Manual 92 ...
Страница 101: ...Appendix A A I O Modbus Mapping Table ...
Страница 124: ...WISE 4000 User Manual 116 ...
Страница 125: ...Appendix B B REST for WISE 4000 Series ...