I am looking at the documentation and trying with curl, but I can’t find a way to get the state of remote devices.
Anyone know?
C:\Users\Flemming>curl -X GET -H "X-API-Key: xxx" http://10.0.24.10:8384/rest/db/completion
{
"completion": 100,
"globalBytes": 3615215105753,
"globalItems": 601779,
"needBytes": 0,
"needDeletes": 0,
"needItems": 0,
"remoteState": "unknown",
"sequence": 0
}
C:\Users\Flemming>