Basically you can use /jsonrpc.js to send all kinds of CLI commands and
get structured JSON data back:
curl -X POST -d
'{"id":5,"method":"slim.request","params":["00:04:20:12:34:56",["status","-",1,"tags:uBJjKlaxNo"]]}'
http://localhost:9000/jsonrpc.js
Now what you need to look for depends on what you are trying to achieve.
get structured JSON data back:
curl -X POST -d
'{"id":5,"method":"slim.request","params":["00:04:20:12:34:56",["status","-",1,"tags:uBJjKlaxNo"]]}'
http://localhost:9000/jsonrpc.js
Now what you need to look for depends on what you are trying to achieve.