# \SystemApi
All URIs are relative to *http://localhost:8787*
[**create_system_restart**](SystemApi.md#create_system_restart) | **POST** /api/v1/system/restart |
[**create_system_shutdown**](SystemApi.md#create_system_shutdown) | **POST** /api/v1/system/shutdown |
[**get_system_routes**](SystemApi.md#get_system_routes) | **GET** /api/v1/system/routes |
[**get_system_routes_duplicate**](SystemApi.md#get_system_routes_duplicate) | **GET** /api/v1/system/routes/duplicate |
[**get_system_status**](SystemApi.md#get_system_status) | **GET** /api/v1/system/status |
## create_system_restart
> create_system_restart()
### Parameters
This endpoint does not need any parameter.
### Return type
(empty response body)
### Authorization
[apikey](../README.md#apikey), [X-Api-Key](../README.md#X-Api-Key)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: Not defined
[[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)
## create_system_shutdown
> create_system_shutdown()
### Parameters
This endpoint does not need any parameter.
### Return type
(empty response body)
### Authorization
[apikey](../README.md#apikey), [X-Api-Key](../README.md#X-Api-Key)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: Not defined
[[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)
## get_system_routes
> get_system_routes()
### Parameters
This endpoint does not need any parameter.
### Return type
(empty response body)
### Authorization
[apikey](../README.md#apikey), [X-Api-Key](../README.md#X-Api-Key)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: Not defined
[[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)
## get_system_routes_duplicate
> get_system_routes_duplicate()
### Parameters
This endpoint does not need any parameter.
### Return type
(empty response body)
### Authorization
[apikey](../README.md#apikey), [X-Api-Key](../README.md#X-Api-Key)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: Not defined
[[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)
## get_system_status
> models::SystemResource get_system_status()
### Parameters
This endpoint does not need any parameter.
### Return type
[**models::SystemResource**](SystemResource.md)
### Authorization
[apikey](../README.md#apikey), [X-Api-Key](../README.md#X-Api-Key)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: text/plain, application/json, text/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)