method_StartActionByGetAndWait.adoc 576 B

1234567891011
  1. = API Method: StartActionByGetAndWait
  2. This method is also a very easy way to quickly start an action, but it waits for the action to finish before returning the result. This is useful if you want to get the output of the action or check its result without having to poll for it.
  3. * **HTTP Method**: `GET`
  4. * **Request Type**: Action ID in the URL
  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[]