# \HealthApi
All URIs are relative to *http://localhost/api/v2.0*
[**get_health**](HealthApi.md#get_health) | **GET** /health | Check the status of Harbor components
## get_health
> models::OverallHealthStatus get_health(x_request_id)
Check the status of Harbor components
Check the status of Harbor components. This path does not require authentication.
### Parameters
**x_request_id** | Option<**String**> | An unique ID for the request | |
### Return type
[**models::OverallHealthStatus**](OverallHealthStatus.md)
### Authorization
[basic](../README.md#basic)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)