Sha256: d2a228c9c710c3bd212637e222ac1ecf7e01e1c986c3b6f7ae46d8bf582403e8
Contents?: true
Size: 1.45 KB
Versions: 1
Compression:
Stored size: 1.45 KB
Contents
# PulpAnsibleClient::GalaxyDetailApi All URIs are relative to *http://pulp* Method | HTTP request | Description ------------- | ------------- | ------------- [**read**](GalaxyDetailApi.md#read) | **GET** {ansible_collection_href} | ## read > GalaxyCollectionResponse read(ansible_collection_href, opts) Get the detail view of a Collection. ### Example ```ruby # load the gem require 'pulp_ansible_client' api_instance = PulpAnsibleClient::GalaxyDetailApi.new ansible_collection_href = 'ansible_collection_href_example' # String | opts = { fields: 'fields_example', # String | A list of fields to include in the response. exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response. } begin result = api_instance.read(ansible_collection_href, opts) p result rescue PulpAnsibleClient::ApiError => e puts "Exception when calling GalaxyDetailApi->read: #{e}" end ``` ### Parameters Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **ansible_collection_href** | **String**| | **fields** | **String**| A list of fields to include in the response. | [optional] **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional] ### Return type [**GalaxyCollectionResponse**](GalaxyCollectionResponse.md) ### Authorization No authorization required ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/json
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pulp_ansible_client-0.2.0 | docs/GalaxyDetailApi.md |