Oore CI
ReferenceAPIOperationsHealth

Health check

Returns daemon build metadata when the daemon is running.

Operation IDhealthz
GET
/healthz

Returns daemon build metadata when the daemon is running.

Response Body

application/json

curl -X GET "https://example.com/healthz"
{  "channel": "string",  "github_repo": "string",  "ok": true,  "package_version": "string",  "version": "string"}