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
Response
Response
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
Related Endpoints
For more detailed server status information, use the WebSocket endpoints:serverHealth- Get CPU, memory, and disk usagesystemStatus- Get detailed service status informationserviceInfo- Get status of all FTS services
Related Documentation
- REST API Overview - Learn about the REST API architecture
- Configuration - Configure REST API service settings