Get state of remote devices trough API`?

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>

https://docs.syncthing.net/rest/db-completion-get.html

Note parameters for folder and device ID.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.