JsonFabrica health check
jsonfabrica_healthCheck if the JsonFabrica gateway is reachable by calling its health endpoint. Verifies that JSONFABRICA_API_URL points to a valid gateway.
Instructions
Calls GET /health on the JsonFabrica gateway. No authentication required. Use this to verify JSONFABRICA_API_URL points at a reachable gateway.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | Liveness indicator, e.g. "ok". | |
| service | No | Name of the responding service, e.g. "svc-gateway". |