Health API
Fetching Status
Request
| HTTP Method | GET |
| Endpoint | /api/v1/health |
By sending a request to Fess at http://<Server Name>/api/v1/health, you can receive the server status of Fess in JSON format.
Request Parameters
There are no request parameters that can be specified.
Response
The following response is returned:
{
"data": {
"status": "green",
"timed_out": false
}
}
Each element is as follows:
Error Response
When the Health API fails, the following error response is returned:
| Status Code | Description |
| 500 Internal Server Error | When an internal server error occurs |