nomad-client 0.0.1

A Rust client for HashiCorp Nomad's API.
Documentation
# \SystemApi

All URIs are relative to *http://localhost:4646/v1*

Method | HTTP request | Description
------------- | ------------- | -------------
[**force_gc**]SystemApi.md#force_gc | **put** /system/gc | initializes a garbage collection of jobs, evaluations, allocations, and nodes. This is an asynchronous operation
[**reconcile_summary**]SystemApi.md#reconcile_summary | **put** /system/reconcile/summaries | reconciles the summaries of all registered jobs



## force_gc

> force_gc()
initializes a garbage collection of jobs, evaluations, allocations, and nodes. This is an asynchronous operation

### Parameters

This endpoint does not need any parameter.

### Return type

 (empty response body)

### Authorization

No authorization required

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


## reconcile_summary

> reconcile_summary()
reconciles the summaries of all registered jobs

### Parameters

This endpoint does not need any parameter.

### Return type

 (empty response body)

### Authorization

No authorization required

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