schwarzland/Wait for Response Action

Checks a URL and expects a response within a defined time and with a defined status.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
urlThe URL to be checkedyeshttps://www.google.com
methodAllowed methods are GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONSnoGET
headersRequest Headers in JSON-Formatno""
bodyBody of the Requestno""
body-reading-methodSpecifies how the response body should be interpreted. Possible values are JSON, TEXT. If the method is not specified, the body is not read.no""
http-statusThe expected http statusno200
timeoutThe timeout (at least 500 milliseconds) determines when the entire query should be aborted.no5000
single-fetch-timeoutThe timeout (at least 200 milliseconds) determines when the single fetch should be aborted.no1000
waiting-timeThe waiting time (at least 200 milliseconds) after a fetch if the desired status has not yet been reached.no1000
stop-on-errorIf TRUE, the action is aborted on timeout-error.nofalse
namedescription
durationThe time it took to complete the request.
http-statusHTTP-Status
responseThe service's response
resultquery result (OK, timeout, maxLoop)