OPA health check
opa_healthCheck the health of an Open Policy Agent server. Optionally require bundles or plugins to be healthy.
Instructions
Hit the OPA /health endpoint. Returns { healthy: true } on 200. Supports bundles and plugins query flags to require those subsystems to also be healthy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bundles | No | Require bundle plugin to be healthy as well. | |
| plugins | No | Require all plugins to be healthy. |