Files
syncthing/rest/db-completion-get.rst
T
2015-05-28 12:40:43 +02:00

15 lines
318 B
ReStructuredText

GET /rest/db/completion
=======================
Returns the completion percentage (0 to 100) for a given device and
folder.Takes ``device`` and ``folder`` parameters.
.. code:: json
{
"completion": 0
}
.. note::
This is an expensive call, increasing CPU and RAM usage on the device. Use sparingly.