Sha256: ad8ef7141e0e5f7f11ee7bace32749dd8453103ea0af31f0d3570bcef159451c
Contents?: true
Size: 1.45 KB
Versions: 6
Compression:
Stored size: 1.45 KB
Contents
# PulpcoreClient::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 'pulpcore_client' # setup authorization PulpcoreClient.configure do |config| # Configure HTTP basic authorization: basicAuth config.username = 'YOUR USERNAME' config.password = 'YOUR PASSWORD' end api_instance = PulpcoreClient::OrphansCleanupApi.new orphans_cleanup = PulpcoreClient::OrphansCleanup.new # OrphansCleanup | begin result = api_instance.orphans_cleanup_cleanup(orphans_cleanup) p result rescue PulpcoreClient::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
6 entries across 6 versions & 1 rubygems