API Status and Health
System Status
Check if the API is responding.
Endpoint: GET /api/status
Example Request:
curl -k https://hss.example.com:8443/api/status
Example Response:
{
"status": "ok"
}
Use Case: Health check for load balancers and monitoring systems.