Sha256: 58dc6b98927f3f1501242a6d9ec9c1179f17b9f987a05f077844f89a0a733333
Contents?: true
Size: 1.46 KB
Versions: 2
Compression:
Stored size: 1.46 KB
Contents
# PulpFileClient::OrphansCleanupApi All URIs are relative to *http://localhost:24817* Method | HTTP request | Description ------------- | ------------- | ------------- [**orphans_cleanup_cleanup**](OrphansCleanupApi.md#orphans_cleanup_cleanup) | **POST** /pulp/api/v3/orphans/cleanup/ | ## orphans_cleanup_cleanup > AsyncOperationResponse orphans_cleanup_cleanup(orphans_cleanup) Trigger an asynchronous orphan cleanup operation. ### Example ```ruby # load the gem require 'pulp_file_client' # setup authorization PulpFileClient.configure do |config| # Configure HTTP basic authorization: basicAuth config.username = 'YOUR USERNAME' config.password = 'YOUR PASSWORD' end api_instance = PulpFileClient::OrphansCleanupApi.new orphans_cleanup = PulpFileClient::OrphansCleanup.new # OrphansCleanup | begin result = api_instance.orphans_cleanup_cleanup(orphans_cleanup) p result rescue PulpFileClient::ApiError => e puts "Exception when calling OrphansCleanupApi->orphans_cleanup_cleanup: #{e}" end ``` ### Parameters Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **orphans_cleanup** | [**OrphansCleanup**](OrphansCleanup.md)| | ### Return type [**AsyncOperationResponse**](AsyncOperationResponse.md) ### Authorization [basicAuth](../README.md#basicAuth) ### HTTP request headers - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data - **Accept**: application/json
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulp_file_client-3.55.2 | docs/OrphansCleanupApi.md |
pulp_file_client-3.49.14 | docs/OrphansCleanupApi.md |