Sha256: a81e2ef50086dba8e3b52efd5f1f3fa15c19065020cf63a9e8d0e8b2799b5f2a

Contents?: true

Size: 1.36 KB

Versions: 72

Compression:

Stored size: 1.36 KB

Contents

# PulpcoreClient::OrphansCleanupApi

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

Method | HTTP request | Description
------------- | ------------- | -------------
[**cleanup**](OrphansCleanupApi.md#cleanup) | **POST** /pulp/api/v3/orphans/cleanup/ | 



## cleanup

> AsyncOperationResponse 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.cleanup(orphans_cleanup)
  p result
rescue PulpcoreClient::ApiError => e
  puts "Exception when calling OrphansCleanupApi->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

72 entries across 72 versions & 1 rubygems

Version Path
pulpcore_client-3.49.32 docs/OrphansCleanupApi.md
pulpcore_client-3.63.9 docs/OrphansCleanupApi.md
pulpcore_client-3.69.2 docs/OrphansCleanupApi.md
pulpcore_client-3.49.31 docs/OrphansCleanupApi.md
pulpcore_client-3.63.8 docs/OrphansCleanupApi.md
pulpcore_client-3.69.1 docs/OrphansCleanupApi.md
pulpcore_client-3.28.36 docs/OrphansCleanupApi.md
pulpcore_client-3.49.30 docs/OrphansCleanupApi.md
pulpcore_client-3.39.25 docs/OrphansCleanupApi.md
pulpcore_client-3.22.35 docs/OrphansCleanupApi.md
pulpcore_client-3.63.7 docs/OrphansCleanupApi.md
pulpcore_client-3.49.29 docs/OrphansCleanupApi.md
pulpcore_client-3.49.28 docs/OrphansCleanupApi.md
pulpcore_client-3.63.6 docs/OrphansCleanupApi.md
pulpcore_client-3.69.0 docs/OrphansCleanupApi.md
pulpcore_client-3.63.5 docs/OrphansCleanupApi.md
pulpcore_client-3.68.2 docs/OrphansCleanupApi.md
pulpcore_client-3.49.27 docs/OrphansCleanupApi.md
pulpcore_client-3.49.26 docs/OrphansCleanupApi.md
pulpcore_client-3.63.4 docs/OrphansCleanupApi.md