docs/ContentCollectionVersionsApi.md in pulp_ansible_client-0.22.1 vs docs/ContentCollectionVersionsApi.md in pulp_ansible_client-0.22.2
- old
+ new
@@ -30,14 +30,15 @@
config.password = 'YOUR PASSWORD'
end
api_instance = PulpAnsibleClient::ContentCollectionVersionsApi.new
opts = {
- repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the content unit.
- upload: 'upload_example', # String | An uncommitted upload that may be turned into the content unit.
+ repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
artifact: 'artifact_example', # String | Artifact file representing the physical content
+ upload: 'upload_example', # String | An uncommitted upload that may be turned into the content unit.
+ file_url: 'file_url_example', # String | A url that Pulp can download and turn into the content unit.
expected_name: 'expected_name_example', # String | The name of the collection.
expected_namespace: 'expected_namespace_example', # String | The namespace of the collection.
expected_version: 'expected_version_example' # String | The version of the collection.
}
@@ -53,14 +54,15 @@
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
- **repository** | **String**| A URI of a repository the new content unit should be associated with. | [optional]
**file** | **File**| An uploaded file that may be turned into the content unit. | [optional]
- **upload** | **String**| An uncommitted upload that may be turned into the content unit. | [optional]
+ **repository** | **String**| A URI of a repository the new content unit should be associated with. | [optional]
**artifact** | **String**| Artifact file representing the physical content | [optional]
+ **upload** | **String**| An uncommitted upload that may be turned into the content unit. | [optional]
+ **file_url** | **String**| A url that Pulp can download and turn into the content unit. | [optional]
**expected_name** | **String**| The name of the collection. | [optional]
**expected_namespace** | **String**| The namespace of the collection. | [optional]
**expected_version** | **String**| The version of the collection. | [optional]
### Return type
@@ -104,16 +106,17 @@
name: 'name_example', # String |
namespace: 'namespace_example', # String |
offset: 56, # Integer | The initial index from which to return the results.
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `is_highest` - Is highest * `-is_highest` - Is highest (descending) * `search_vector` - Search vector * `-search_vector` - Search vector (descending) * `pk` - Pk * `-pk` - Pk (descending)
orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
q: 'q_example', # String |
- repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
- repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
- repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
+ repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
+ repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
+ repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
tags: 'tags_example', # String | Filter by comma separate list of tags that must all be matched
version: 'version_example', # String | Filter results where version matches value
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
}
@@ -137,15 +140,16 @@
**name** | **String**| | [optional]
**namespace** | **String**| | [optional]
**offset** | **Integer**| The initial index from which to return the results. | [optional]
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `authors` - Authors * `-authors` - Authors (descending) * `contents` - Contents * `-contents` - Contents (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `description` - Description * `-description` - Description (descending) * `docs_blob` - Docs blob * `-docs_blob` - Docs blob (descending) * `manifest` - Manifest * `-manifest` - Manifest (descending) * `files` - Files * `-files` - Files (descending) * `documentation` - Documentation * `-documentation` - Documentation (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `issues` - Issues * `-issues` - Issues (descending) * `license` - License * `-license` - License (descending) * `name` - Name * `-name` - Name (descending) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `repository` - Repository * `-repository` - Repository (descending) * `requires_ansible` - Requires ansible * `-requires_ansible` - Requires ansible (descending) * `version` - Version * `-version` - Version (descending) * `version_major` - Version major * `-version_major` - Version major (descending) * `version_minor` - Version minor * `-version_minor` - Version minor (descending) * `version_patch` - Version patch * `-version_patch` - Version patch (descending) * `version_prerelease` - Version prerelease * `-version_prerelease` - Version prerelease (descending) * `is_highest` - Is highest * `-is_highest` - Is highest (descending) * `search_vector` - Search vector * `-search_vector` - Search vector (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
**orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
+ **prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
**q** | **String**| | [optional]
- **repository_version** | **String**| Repository Version referenced by HREF | [optional]
- **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
- **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
+ **repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
+ **repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
+ **repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
**tags** | **String**| Filter by comma separate list of tags that must all be matched | [optional]
**version** | **String**| Filter results where version matches value | [optional]
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]