4
0

method_StartActionAndWait.adoc 481 B

123456789101112
  1. = API Method: StartActionAndWait
  2. This method is useful is you are writing a script, and want to wait for the action to finish so that you can check the result, or get the output.
  3. * **HTTP Method**: `POST`
  4. * **Request Type**: OliveTin request object
  5. * **Response Type**: Log Entry (waits for the action to finish)
  6. There are several variants of this API call available which might be easier for scripts (or humans) to work with:
  7. include::partial$api/start_action_methods.adoc[]