Hybrid Runner API reference
This assumes the base URL is http://localhost:3000. See Execute API (v3) for more information on the request_data and request_meta structure and options.
Health check.
GET /healthcheck
Execute a specific service.
POST /{tenant}/api/v3/execute with
request_meta.service_uri
OR
POST /{tenant}/api/v3/folders/{folder}/services/{service}/execute
Execute Wasm by service ID.
POST /{tenant}/api/v3/execute with
request_meta.service_id
OR
POST /{tenant}/api/v3/service/{service_id}
Execute Wasm by version ID.
POST /{tenant}/api/v3/execute with
request_meta.version_id
OR
POST /{tenant}/api/v3/version/{version_id}
Execute Wasm using Execute API (v4). This supports a single call containing multiple input records.
POST /{tenant}/api/v4/execute
Upload Wasm
POST /{tenant}/api/v3/upload
Last updated
