Source: factory.core/extend.probe/ObjWebhookProbe.py
Generic webhook deployment probe.
Reads def_webhook_deployment for active deployments, fires a
real HTTP call per entry using a recent payload from the source DB,
validates the response, and writes results back to the table.
...
| Method | Signature | Description |
|---|---|---|
| ping_all | ping_all(environment = None, webhook_code = None, package = None, timeout = 5) -> list[dict] |
TCP ping all matching deployments. |
| probe | probe(environment = None, webhook_code = None, package = None) |
Run probes for all matching active deployments. |
| summary | summary(results) |
Return a summary dict from a probe results list. |
| run_workflow_direct | run_workflow_direct(Guid, Param1 = '', Param2 = '', Param3 = '') |
Framework entry point. |
Run probes against all matching active webhook deployments.
List all configured deployments in def_webhook_deployment.
Show last probe results stored in def_webhook_deployment.
TCP ping only — check if webhook hosts
Enable a deployment by id.
Disable a deployment by id.