GET /rest/svc/report

Returns the data sent in the anonymous usage report.

  1. {
  2. "folderMaxMiB" : 0,
  3. "platform" : "linux-amd64",
  4. "totMiB" : 0,
  5. "longVersion" : "syncthing v0.12.2 \"Beryllium Bedbug\" (go1.4.3 linux-amd64 default) unknown-user@build2.syncthing.net 2015-11-09 13:23:26 UTC",
  6. "upgradeAllowedManual" : true,
  7. "totFiles" : 3,
  8. "folderUses" : {
  9. "ignorePerms" : 0,
  10. "autoNormalize" : 0,
  11. "sendonly" : 0,
  12. "ignoreDelete" : 0
  13. },
  14. "memoryUsageMiB" : 13,
  15. "version" : "v0.12.2",
  16. "sha256Perf" : 27.28,
  17. "numFolders" : 2,
  18. "memorySize" : 1992,
  19. "announce" : {
  20. "defaultServersIP" : 0,
  21. "otherServers" : 0,
  22. "globalEnabled" : false,
  23. "defaultServersDNS" : 1,
  24. "localEnabled" : false
  25. },
  26. "usesRateLimit" : false,
  27. "numCPU" : 2,
  28. "uniqueID" : "",
  29. "urVersion" : 2,
  30. "rescanIntvs" : [
  31. 60,
  32. 60
  33. ],
  34. "numDevices" : 2,
  35. "folderMaxFiles" : 3,
  36. "relays" : {
  37. "defaultServers" : 1,
  38. "enabled" : true,
  39. "otherServers" : 0
  40. },
  41. "deviceUses" : {
  42. "compressMetadata" : 1,
  43. "customCertName" : 0,
  44. "staticAddr" : 1,
  45. "compressAlways" : 0,
  46. "compressNever" : 1,
  47. "introducer" : 0,
  48. "dynamicAddr" : 1
  49. },
  50. "upgradeAllowedAuto" : false
  51. }