comparison Sphinx/source/users/rest.rst @ 406:5119ccd08aec

merge
author Alain Mazy <alain@mazy.be>
date Wed, 29 Apr 2020 13:03:22 +0200
parents 7469b6c5618b e73148f45930
children 3aa7d50a4ccd
comparison
equal deleted inserted replaced
405:ba486cac480a 406:5119ccd08aec
595 "MoveOriginatorID": 1234, 595 "MoveOriginatorID": 1234,
596 "Timeout": 10, 596 "Timeout": 10,
597 "StorageCommitment": false 597 "StorageCommitment": false
598 }' 598 }'
599 599
600 For more advanced uses (for instance if you need to monitor the state
601 of a transfer), you can start the transfer in :ref:`asynchronous mode
602 <jobs>`, which will provide you with the identifier of the Orthanc job.
600 603
601 Bulk Store SCU 604 Bulk Store SCU
602 ^^^^^^^^^^^^^^ 605 ^^^^^^^^^^^^^^
603 606
604 .. highlight:: bash 607 .. highlight:: bash