| Name | Webhook Server |
| Version | v1.0.0 |
| DockerHub | beetaone/webhook-server |
| authors | Jakub Grzelak |
This module creates a webhook server. it accepts and processes ingress from HTTP POST/POST/PATCH requests.
NOTE: currently only IPv4 is supported.
The following module configurations can be provided in a data service designer section on beetaone platform:
| Environment Variables | type | Description |
|---|---|---|
| HOST_PORT | string | Port on which the server will run |
Other features required for establishing the inter-container communication between modules in a data service are set by beetaone agent.
| Environment Variables | type | Description |
|---|---|---|
| MODULE_NAME | string | Name of the module |
| MODULE_TYPE | string | Type of the module (Input, Processing, Output) |
| EGRESS_URLS | string | HTTP ReST endpoint for the next module |
| LOG_LEVEL | string | Allowed log levels: DEBUG, INFO, WARNING, ERROR, CRITICAL. Refer to logging package documentation. |
bottle
requests
HTTP ReST POST/POST/PATCH request with request-body
Output of this module is JSON body the same as the JSON body received from HTTP POST request.
Content type
Image
Digest
sha256:e1542e5a9…
Size
49.3 MB
Last updated
almost 2 years ago
docker pull beetaone/webhook-server:v1.0.0