Slide 19
Slide 19 text
19
Remote Control of IoT Linux Devices | LinuxLab2018 - Firenze, IT
{}
--> $aws/things/{{id}}/stats/post
INFO: {
"memory":{
"FreeMem":1317964,
"TotalMem":15859984,
"AvailableMem":8184204,
"Buffers":757412,
"Cached":6569888,
"FreeSwapMem":0,
"TotalSwapMem":0
},
<-- $aws/things/{{id}}/stats
EXAMPLE API
{}
--> $aws/things/{{id}}/apt/list/post
INFO: {"packages":[
{"Name":"firefox","Status":"upgradable","
Architecture":"amd64","Version":"57.0.3+b
uild1-0ubuntu0.17.10.1"}, ...],
"page":0,"pages":1}
<-- $aws/things/{{id}}/apt/list