maple.backend.policy.base.PolicyBackend.health

PolicyBackend.health(handle: PolicyHandle) Dict

Check health of a policy instance.

Performs a health check by querying the container’s health endpoint. Used by the daemon’s health monitor to detect container failures.

Parameters:

handle – Policy handle to check.

Returns:

Health status dictionary with ‘status’ field.