sonarr-api-rs 3.0.0

Rust API wrapper for Sonarr
Documentation
# \HealthApi

All URIs are relative to *http://localhost:8989*

Method | HTTP request | Description
------------- | ------------- | -------------
[**api_v3_health_get**]HealthApi.md#api_v3_health_get | **GET** /api/v3/health | 



## api_v3_health_get

> Vec<models::HealthResource> api_v3_health_get()


### Parameters

This endpoint does not need any parameter.

### Return type

[**Vec<models::HealthResource>**](HealthResource.md)

### Authorization

[apikey](../README.md#apikey), [X-Api-Key](../README.md#X-Api-Key)

### 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)