endpoint_health.txt 255 B

123456789101112131415
  1. THE HEALTH ENDPOINT
  2. Endpoint: /api/v1/cfssl/health
  3. Method: GET
  4. Result:
  5. The returned result is a JSON object with a single key:
  6. * healthy: a bool indicating if the API server is healthy
  7. Example:
  8. $ curl ${CFSSL_HOST}/api/v1/cfssl/health