Skip to main content
The Health Check API provides a simple endpoint to verify that the FreeTAKServer REST API is running and responsive.

Check API status

Simple health check endpoint that returns the API running status.

Endpoint

Authentication

This endpoint does not require authentication.

Response

Returns a 200 status code with a simple text response indicating the API is running. Status Code: 200 OK Response Body:

Example

Use Cases

Monitoring and Alerting

Use the /Alive endpoint in your monitoring systems to check if FreeTAKServer is responsive:

Load Balancer Health Checks

Configure your load balancer to use /Alive as the health check endpoint to verify backend servers are operational.

Docker Health Checks

Include the health check in your Docker configuration:

Kubernetes Liveness Probe

For more detailed server status information, use the WebSocket endpoints:
  • serverHealth - Get CPU, memory, and disk usage
  • systemStatus - Get detailed service status information
  • serviceInfo - Get status of all FTS services
These WebSocket endpoints require authentication and provide real-time server metrics.