ItemStarted

Generated when Syncthing begins synchronizing a file to a newer version.

  1. {
  2. "id": 93,
  3. "globalID": 93,
  4. "type": "ItemStarted",
  5. "time": "2014-07-13T21:22:03.414609034+02:00",
  6. "data": {
  7. "item": "test.txt",
  8. "folder": "default",
  9. "type": "file",
  10. "action": "update"
  11. }
  12. }

The action field is either update (contents changed), metadata (file metadata changed but not contents), or delete.

New in version 0.11.10: The metadata action.