Skip to main content
GET
https:
/
<your-protector-plus-host>
/
api
/
protectorplus
/
v1
/
health
health
curl --request GET \
  --url 'https://api.example.com/https://<your-protector-plus-host>/api/protectorplus/v1/health'

Documentation Index

Fetch the complete documentation index at: https://cloudsineai-5cd7c547.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

health is an unauthenticated liveness probe suitable for load-balancer health checks and uptime monitoring.

Authentication

None.

Request

curl https://<your-protector-plus-host>/api/protectorplus/v1/health

Response

200 OK with a small JSON body indicating service readiness. Non-2xx responses indicate the inspection service is unavailable.
Use this endpoint as your load-balancer target group health check and as a Kubernetes liveness/readiness probe.