fetch_healthcheck
Documentation for eth_defi.xerberus.api.fetch_healthcheck function.
- fetch_healthcheck(session, group='registry', timeout=60.0)
Fetch plain-text liveness for a route group.
Healthchecks are unauthenticated and return plain text (not a JSON envelope). They should not be rate-limited aggressively.
- Parameters
session (eth_defi.xerberus.session.XerberusSession) – Xerberus API session (headers are still sent but not required).
group (str) – Route group, e.g.
registryorvault.timeout (float) – HTTP request timeout in seconds.
- Returns
Response body text.
- Return type