Run the Hybrid Runner
Action
Supported Method(s)
Run using curl
curl 'http://localhost:3000/healthcheck'curl --location --request POST 'http://localhost:3000/mytenant/api/v3/execute' \ --header 'Content-Type: application/json' \ --data '{ "request_data": { "inputs": { "value": 13 } }, "request_meta": { "version_id": "c16d9b89-92c4-430f-a30e-9b04805fcb78", "call_purpose": "Online", "source_system": "Hybrid Runner" } }'
Run using the Python SDK
Initialize the Hybrid Runner client
Key
Value
Run using the Node.js SDK
Install the @cspark/wasm package
@cspark/wasm packageInitialize and configure the runner
Last updated
