comparison Sphinx/source/users/advanced-rest.rst @ 322:c5226c5509ca

storage commitment scp
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 27 Feb 2020 18:29:09 +0100
parents c13431b26e55
children a5f7fc9fb611
comparison
equal deleted inserted replaced
321:f5b63b30d178 322:c5226c5509ca
135 typically have to poll the ``/jobs/...` URI (i.e. make periodic 135 typically have to poll the ``/jobs/...` URI (i.e. make periodic
136 calls), waiting for the ``State`` field to become ``Success`` or 136 calls), waiting for the ``State`` field to become ``Success`` or
137 ``Failure``. 137 ``Failure``.
138 138
139 139
140 .. _jobs-controlling:
141
140 Interacting with jobs 142 Interacting with jobs
141 ^^^^^^^^^^^^^^^^^^^^^ 143 ^^^^^^^^^^^^^^^^^^^^^
142 144
143 Given the ID of some job, one can: 145 Given the ID of some job, one can:
144 146