pulp_ansible_client 0.22.1 → 0.22.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (148) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/AnsibleAnsibleCollectionDeprecatedResponse.md +2 -0
  4. data/docs/AnsibleAnsibleRepositoryResponse.md +2 -0
  5. data/docs/AnsibleCollectionRemoteResponse.md +2 -0
  6. data/docs/AnsibleCollectionVersion.md +7 -5
  7. data/docs/AnsibleCollectionVersionResponse.md +11 -9
  8. data/docs/AnsibleCollectionVersionSignature.md +2 -0
  9. data/docs/AnsibleCollectionVersionSignatureResponse.md +2 -0
  10. data/docs/AnsibleCollectionsApi.md +4 -2
  11. data/docs/AnsibleGitRemote.md +22 -22
  12. data/docs/AnsibleGitRemoteResponse.md +28 -26
  13. data/docs/AnsibleRoleRemoteResponse.md +2 -0
  14. data/docs/AnsibleRoleResponse.md +6 -4
  15. data/docs/CollectionImportDetailResponse.md +2 -2
  16. data/docs/CollectionSummaryResponse.md +2 -2
  17. data/docs/CollectionVersionDocsResponse.md +1 -1
  18. data/docs/CollectionVersionResponse.md +2 -2
  19. data/docs/CollectionVersionSearchList.md +0 -2
  20. data/docs/ContentCollectionDeprecationsApi.md +10 -8
  21. data/docs/ContentCollectionMarksApi.md +10 -8
  22. data/docs/ContentCollectionSignaturesApi.md +13 -9
  23. data/docs/ContentCollectionVersionsApi.md +14 -10
  24. data/docs/ContentNamespacesApi.md +10 -8
  25. data/docs/ContentRolesApi.md +10 -8
  26. data/docs/Copy.md +1 -1
  27. data/docs/DistributionsAnsibleApi.md +4 -2
  28. data/docs/PatchedansibleGitRemote.md +22 -22
  29. data/docs/PulpAnsibleApiV3CollectionsAllApi.md +4 -2
  30. data/docs/PulpAnsibleApiV3CollectionsApi.md +4 -2
  31. data/docs/PulpAnsibleApiV3CollectionsVersionsApi.md +8 -6
  32. data/docs/PulpAnsibleApiV3NamespacesApi.md +4 -2
  33. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +4 -2
  34. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexApi.md +4 -2
  35. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +8 -6
  36. data/docs/PulpAnsibleApiV3PluginAnsibleContentNamespacesApi.md +4 -2
  37. data/docs/PulpAnsibleDefaultApiV3CollectionsAllApi.md +4 -2
  38. data/docs/PulpAnsibleDefaultApiV3CollectionsApi.md +4 -2
  39. data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsApi.md +8 -6
  40. data/docs/PulpAnsibleDefaultApiV3NamespacesApi.md +4 -2
  41. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +4 -2
  42. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi.md +4 -2
  43. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +8 -6
  44. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.md +4 -2
  45. data/docs/RemotesCollectionApi.md +4 -2
  46. data/docs/RemotesGitApi.md +4 -2
  47. data/docs/RemotesRoleApi.md +4 -2
  48. data/docs/RepositoriesAnsibleApi.md +8 -6
  49. data/docs/RepositoriesAnsibleVersionsApi.md +8 -6
  50. data/docs/RepositoryResponse.md +2 -0
  51. data/docs/RepositoryVersionResponse.md +2 -0
  52. data/lib/pulp_ansible_client/api/ansible_collections_api.rb +5 -2
  53. data/lib/pulp_ansible_client/api/content_collection_deprecations_api.rb +11 -8
  54. data/lib/pulp_ansible_client/api/content_collection_marks_api.rb +11 -8
  55. data/lib/pulp_ansible_client/api/content_collection_signatures_api.rb +18 -8
  56. data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +22 -12
  57. data/lib/pulp_ansible_client/api/content_namespaces_api.rb +11 -8
  58. data/lib/pulp_ansible_client/api/content_roles_api.rb +11 -8
  59. data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +5 -2
  60. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_all_api.rb +5 -2
  61. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_api.rb +5 -2
  62. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_api.rb +9 -6
  63. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_namespaces_api.rb +5 -2
  64. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api.rb +5 -2
  65. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api.rb +5 -2
  66. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api.rb +9 -6
  67. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api.rb +5 -2
  68. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_all_api.rb +5 -2
  69. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_api.rb +5 -2
  70. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_api.rb +9 -6
  71. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_namespaces_api.rb +5 -2
  72. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api.rb +5 -2
  73. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api.rb +5 -2
  74. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api.rb +9 -6
  75. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api.rb +5 -2
  76. data/lib/pulp_ansible_client/api/remotes_collection_api.rb +5 -2
  77. data/lib/pulp_ansible_client/api/remotes_git_api.rb +5 -2
  78. data/lib/pulp_ansible_client/api/remotes_role_api.rb +5 -2
  79. data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +9 -6
  80. data/lib/pulp_ansible_client/api/repositories_ansible_versions_api.rb +10 -7
  81. data/lib/pulp_ansible_client/models/ansible_ansible_collection_deprecated_response.rb +11 -1
  82. data/lib/pulp_ansible_client/models/ansible_ansible_repository_response.rb +11 -1
  83. data/lib/pulp_ansible_client/models/ansible_collection_remote_response.rb +11 -1
  84. data/lib/pulp_ansible_client/models/ansible_collection_version.rb +40 -15
  85. data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +29 -19
  86. data/lib/pulp_ansible_client/models/ansible_collection_version_signature.rb +26 -1
  87. data/lib/pulp_ansible_client/models/ansible_collection_version_signature_response.rb +11 -1
  88. data/lib/pulp_ansible_client/models/ansible_git_remote.rb +209 -209
  89. data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +158 -148
  90. data/lib/pulp_ansible_client/models/ansible_role_remote_response.rb +11 -1
  91. data/lib/pulp_ansible_client/models/ansible_role_response.rb +24 -14
  92. data/lib/pulp_ansible_client/models/collection_import_detail_response.rb +2 -2
  93. data/lib/pulp_ansible_client/models/collection_summary_response.rb +2 -2
  94. data/lib/pulp_ansible_client/models/collection_version_docs_response.rb +1 -1
  95. data/lib/pulp_ansible_client/models/collection_version_response.rb +2 -2
  96. data/lib/pulp_ansible_client/models/collection_version_search_list.rb +1 -16
  97. data/lib/pulp_ansible_client/models/copy.rb +1 -1
  98. data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +208 -208
  99. data/lib/pulp_ansible_client/models/repository.rb +1 -1
  100. data/lib/pulp_ansible_client/models/repository_add_remove_content.rb +1 -1
  101. data/lib/pulp_ansible_client/models/repository_response.rb +12 -2
  102. data/lib/pulp_ansible_client/models/repository_version_response.rb +12 -2
  103. data/lib/pulp_ansible_client/version.rb +1 -1
  104. data/spec/api/ansible_collections_api_spec.rb +2 -1
  105. data/spec/api/content_collection_deprecations_api_spec.rb +5 -4
  106. data/spec/api/content_collection_marks_api_spec.rb +5 -4
  107. data/spec/api/content_collection_signatures_api_spec.rb +6 -4
  108. data/spec/api/content_collection_versions_api_spec.rb +7 -5
  109. data/spec/api/content_namespaces_api_spec.rb +5 -4
  110. data/spec/api/content_roles_api_spec.rb +5 -4
  111. data/spec/api/distributions_ansible_api_spec.rb +2 -1
  112. data/spec/api/pulp_ansible_api_v3_collections_all_api_spec.rb +2 -1
  113. data/spec/api/pulp_ansible_api_v3_collections_api_spec.rb +2 -1
  114. data/spec/api/pulp_ansible_api_v3_collections_versions_api_spec.rb +4 -3
  115. data/spec/api/pulp_ansible_api_v3_namespaces_api_spec.rb +2 -1
  116. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +2 -1
  117. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api_spec.rb +2 -1
  118. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +4 -3
  119. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api_spec.rb +2 -1
  120. data/spec/api/pulp_ansible_default_api_v3_collections_all_api_spec.rb +2 -1
  121. data/spec/api/pulp_ansible_default_api_v3_collections_api_spec.rb +2 -1
  122. data/spec/api/pulp_ansible_default_api_v3_collections_versions_api_spec.rb +4 -3
  123. data/spec/api/pulp_ansible_default_api_v3_namespaces_api_spec.rb +2 -1
  124. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +2 -1
  125. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api_spec.rb +2 -1
  126. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +4 -3
  127. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api_spec.rb +2 -1
  128. data/spec/api/remotes_collection_api_spec.rb +2 -1
  129. data/spec/api/remotes_git_api_spec.rb +2 -1
  130. data/spec/api/remotes_role_api_spec.rb +2 -1
  131. data/spec/api/repositories_ansible_api_spec.rb +4 -3
  132. data/spec/api/repositories_ansible_versions_api_spec.rb +4 -3
  133. data/spec/models/ansible_ansible_collection_deprecated_response_spec.rb +6 -0
  134. data/spec/models/ansible_ansible_repository_response_spec.rb +6 -0
  135. data/spec/models/ansible_collection_remote_response_spec.rb +6 -0
  136. data/spec/models/ansible_collection_version_response_spec.rb +8 -2
  137. data/spec/models/ansible_collection_version_signature_response_spec.rb +6 -0
  138. data/spec/models/ansible_collection_version_signature_spec.rb +6 -0
  139. data/spec/models/ansible_collection_version_spec.rb +8 -2
  140. data/spec/models/ansible_git_remote_response_spec.rb +25 -19
  141. data/spec/models/ansible_git_remote_spec.rb +19 -19
  142. data/spec/models/ansible_role_remote_response_spec.rb +6 -0
  143. data/spec/models/ansible_role_response_spec.rb +8 -2
  144. data/spec/models/collection_version_search_list_spec.rb +0 -6
  145. data/spec/models/patchedansible_git_remote_spec.rb +19 -19
  146. data/spec/models/repository_response_spec.rb +6 -0
  147. data/spec/models/repository_version_response_spec.rb +6 -0
  148. metadata +127 -127
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0b8710c7be7d9903bc5f7c2fd113f24019253e58cbd6e67e234e4604631270c6
4
- data.tar.gz: 85dd83eb3551aa3635f855207c1accd3fb0d7bde45fcf223f3ab0819f525def2
3
+ metadata.gz: 5134883b8bf171b1f1741b588d63f18436483362809e36ef00caa874215f0635
4
+ data.tar.gz: 0caac4423b38d3b67a4d541eff70f50a964cf3653c39826a751de9e633821d5d
5
5
  SHA512:
6
- metadata.gz: 6f906087cc8d191c3efba1c847d5c9dd8e1f8bf6e109c4c8728a4c69324ed433d8350ab3f7482d6633c460d160b3ef3dd7fdd5a1d825316cd4c2cc7dbd242085
7
- data.tar.gz: 5f0a5027ce002fc24d014e550f2b2ea19fe60c690178d4d64b723bb488769e0517f41a4839d8263d71aa55c8ead959561634b85792c32a893fd6b132764d0013
6
+ metadata.gz: caecb44ba635a9b5de325807ac6788326c2a58af291a0ad056cf00e63285cc406a0b29a83a8e4d20123c1118477f2f2afed3da66cb689a8c4171d9c3c6c053ac
7
+ data.tar.gz: 1fad796329acda58c3f5a125c040a7487c36a4141d6ce7131fb1ad365408975c6a361301fe28b30aa1e34680aa8da0e40775a39d826146d2db9e6178c862929b
data/README.md CHANGED
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: v3
10
- - Package version: 0.22.1
10
+ - Package version: 0.22.2
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
13
13
 
@@ -24,16 +24,16 @@ gem build pulp_ansible_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulp_ansible_client-0.22.1.gem
27
+ gem install ./pulp_ansible_client-0.22.2.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_ansible_client-0.22.1.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_ansible_client-0.22.2.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'pulp_ansible_client', '~> 0.22.1'
36
+ gem 'pulp_ansible_client', '~> 0.22.2'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
10
11
  **name** | **String** | The name of the Collection. |
@@ -16,6 +17,7 @@ Name | Type | Description | Notes
16
17
  require 'PulpAnsibleClient'
17
18
 
18
19
  instance = PulpAnsibleClient::AnsibleAnsibleCollectionDeprecatedResponse.new(pulp_href: null,
20
+ prn: null,
19
21
  pulp_created: null,
20
22
  pulp_last_updated: null,
21
23
  name: null,
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
10
11
  **versions_href** | **String** | | [optional] [readonly]
@@ -25,6 +26,7 @@ Name | Type | Description | Notes
25
26
  require 'PulpAnsibleClient'
26
27
 
27
28
  instance = PulpAnsibleClient::AnsibleAnsibleRepositoryResponse.new(pulp_href: null,
29
+ prn: null,
28
30
  pulp_created: null,
29
31
  pulp_last_updated: null,
30
32
  versions_href: null,
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
10
11
  **name** | **String** | A unique name for this remote. |
@@ -36,6 +37,7 @@ Name | Type | Description | Notes
36
37
  require 'PulpAnsibleClient'
37
38
 
38
39
  instance = PulpAnsibleClient::AnsibleCollectionRemoteResponse.new(pulp_href: null,
40
+ prn: null,
39
41
  pulp_created: null,
40
42
  pulp_last_updated: null,
41
43
  name: null,
@@ -4,10 +4,11 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
8
7
  **file** | **File** | An uploaded file that may be turned into the content unit. | [optional]
9
- **upload** | **String** | An uncommitted upload that may be turned into the content unit. | [optional]
8
+ **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
10
9
  **artifact** | **String** | Artifact file representing the physical content | [optional]
10
+ **upload** | **String** | An uncommitted upload that may be turned into the content unit. | [optional]
11
+ **file_url** | **String** | A url that Pulp can download and turn into the content unit. | [optional]
11
12
  **expected_name** | **String** | The name of the collection. | [optional]
12
13
  **expected_namespace** | **String** | The namespace of the collection. | [optional]
13
14
  **expected_version** | **String** | The version of the collection. | [optional]
@@ -17,10 +18,11 @@ Name | Type | Description | Notes
17
18
  ```ruby
18
19
  require 'PulpAnsibleClient'
19
20
 
20
- instance = PulpAnsibleClient::AnsibleCollectionVersion.new(repository: null,
21
- file: null,
22
- upload: null,
21
+ instance = PulpAnsibleClient::AnsibleCollectionVersion.new(file: null,
22
+ repository: null,
23
23
  artifact: null,
24
+ upload: null,
25
+ file_url: null,
24
26
  expected_name: null,
25
27
  expected_namespace: null,
26
28
  expected_version: null)
@@ -5,9 +5,10 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
8
- **pulp_href** | **String** | | [optional] [readonly]
9
- **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
10
9
  **artifact** | **String** | Artifact file representing the physical content | [optional]
10
+ **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
11
+ **pulp_href** | **String** | | [optional] [readonly]
11
12
  **sha256** | **String** | The SHA-256 checksum if available. | [optional] [readonly]
12
13
  **md5** | **String** | The MD5 checksum if available. | [optional] [readonly]
13
14
  **sha1** | **String** | The SHA-1 checksum if available. | [optional] [readonly]
@@ -16,12 +17,12 @@ Name | Type | Description | Notes
16
17
  **sha512** | **String** | The SHA-512 checksum if available. | [optional] [readonly]
17
18
  **id** | **String** | A collection identifier. | [optional] [readonly]
18
19
  **authors** | **Array<String>** | A list of the CollectionVersion content's authors. | [optional] [readonly]
19
- **contents** | [**AnyType**](.md) | A JSON field with data about the contents. | [optional] [readonly]
20
- **dependencies** | [**AnyType**](.md) | A dict declaring Collections that this collection requires to be installed for it to be usable. | [optional] [readonly]
20
+ **contents** | [**Object**](.md) | A JSON field with data about the contents. | [optional] [readonly]
21
+ **dependencies** | [**Object**](.md) | A dict declaring Collections that this collection requires to be installed for it to be usable. | [optional] [readonly]
21
22
  **description** | **String** | A short summary description of the collection. | [optional] [readonly]
22
- **docs_blob** | [**AnyType**](.md) | A JSON field holding the various documentation blobs in the collection. | [optional] [readonly]
23
- **manifest** | [**AnyType**](.md) | A JSON field holding MANIFEST.json data. | [optional] [readonly]
24
- **files** | [**AnyType**](.md) | A JSON field holding FILES.json data. | [optional] [readonly]
23
+ **docs_blob** | [**Object**](.md) | A JSON field holding the various documentation blobs in the collection. | [optional] [readonly]
24
+ **manifest** | [**Object**](.md) | A JSON field holding MANIFEST.json data. | [optional] [readonly]
25
+ **files** | [**Object**](.md) | A JSON field holding FILES.json data. | [optional] [readonly]
25
26
  **documentation** | **String** | The URL to any online docs. | [optional] [readonly]
26
27
  **homepage** | **String** | The URL to the homepage of the collection/project. | [optional] [readonly]
27
28
  **issues** | **String** | The URL to the collection issue tracker. | [optional] [readonly]
@@ -39,9 +40,10 @@ Name | Type | Description | Notes
39
40
  require 'PulpAnsibleClient'
40
41
 
41
42
  instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(pulp_created: null,
42
- pulp_href: null,
43
- pulp_last_updated: null,
43
+ prn: null,
44
44
  artifact: null,
45
+ pulp_last_updated: null,
46
+ pulp_href: null,
45
47
  sha256: null,
46
48
  md5: null,
47
49
  sha1: null,
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
7
7
  **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
8
8
  **file** | **File** | An uploaded file that may be turned into the content unit. | [optional]
9
9
  **upload** | **String** | An uncommitted upload that may be turned into the content unit. | [optional]
10
+ **file_url** | **String** | A url that Pulp can download and turn into the content unit. | [optional]
10
11
  **signed_collection** | **String** | The content this signature is pointing to. |
11
12
 
12
13
  ## Code Sample
@@ -17,6 +18,7 @@ require 'PulpAnsibleClient'
17
18
  instance = PulpAnsibleClient::AnsibleCollectionVersionSignature.new(repository: null,
18
19
  file: null,
19
20
  upload: null,
21
+ file_url: null,
20
22
  signed_collection: null)
21
23
  ```
22
24
 
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
10
11
  **signed_collection** | **String** | The content this signature is pointing to. |
@@ -17,6 +18,7 @@ Name | Type | Description | Notes
17
18
  require 'PulpAnsibleClient'
18
19
 
19
20
  instance = PulpAnsibleClient::AnsibleCollectionVersionSignatureResponse.new(pulp_href: null,
21
+ prn: null,
20
22
  pulp_created: null,
21
23
  pulp_last_updated: null,
22
24
  signed_collection: null,
@@ -96,9 +96,10 @@ opts = {
96
96
  namespace: 'namespace_example', # String |
97
97
  offset: 56, # Integer | The initial index from which to return the results.
98
98
  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) * `namespace` - Namespace * `-namespace` - Namespace (descending) * `name` - Name * `-name` - Name (descending) * `pk` - Pk * `-pk` - Pk (descending)
99
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
99
100
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
100
101
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
101
- q: 'q_example', # String |
102
+ q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
102
103
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
103
104
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
104
105
  }
@@ -122,9 +123,10 @@ Name | Type | Description | Notes
122
123
  **namespace** | **String**| | [optional]
123
124
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
124
125
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;namespace&#x60; - Namespace * &#x60;-namespace&#x60; - Namespace (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
126
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
125
127
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
126
128
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
127
- **q** | **String**| | [optional]
129
+ **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
128
130
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
129
131
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
130
132
 
@@ -4,25 +4,25 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
8
- **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
9
- **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
10
7
  **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
11
- **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
12
8
  **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
13
- **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
9
+ **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
10
+ **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
11
+ **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
14
12
  **proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
15
- **name** | **String** | A unique name for this remote. |
16
13
  **url** | **String** | The URL of an external content source. |
17
- **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
18
- **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
19
14
  **username** | **String** | The username to be used for authentication when syncing. | [optional]
20
- **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
21
- **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
15
+ **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
22
16
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
17
+ **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional]
18
+ **name** | **String** | A unique name for this remote. |
23
19
  **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
20
+ **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
24
21
  **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
25
- **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional]
22
+ **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
23
+ **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
24
+ **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
25
+ **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
26
26
  **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
27
27
  **metadata_only** | **Boolean** | If True, only metadata about the content will be stored in Pulp. Clients will retrieve content from the remote URL. | [optional]
28
28
  **git_ref** | **String** | A git ref. e.g.: branch, tag, or commit sha. | [optional]
@@ -32,25 +32,25 @@ Name | Type | Description | Notes
32
32
  ```ruby
33
33
  require 'PulpAnsibleClient'
34
34
 
35
- instance = PulpAnsibleClient::AnsibleGitRemote.new(max_retries: null,
35
+ instance = PulpAnsibleClient::AnsibleGitRemote.new(password: null,
36
+ proxy_url: null,
37
+ total_timeout: null,
36
38
  connect_timeout: null,
37
39
  sock_connect_timeout: null,
38
- password: null,
39
- tls_validation: null,
40
- proxy_url: null,
41
- sock_read_timeout: null,
42
40
  proxy_username: null,
43
- name: null,
44
41
  url: null,
45
- rate_limit: null,
46
- client_cert: null,
47
42
  username: null,
48
- ca_cert: null,
49
- total_timeout: null,
43
+ max_retries: null,
50
44
  download_concurrency: null,
45
+ headers: null,
46
+ name: null,
51
47
  proxy_password: null,
48
+ rate_limit: null,
52
49
  pulp_labels: null,
53
- headers: null,
50
+ ca_cert: null,
51
+ client_cert: null,
52
+ tls_validation: null,
53
+ sock_read_timeout: null,
54
54
  client_key: null,
55
55
  metadata_only: null,
56
56
  git_ref: null)
@@ -4,25 +4,26 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
7
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
8
+ **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
9
+ **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
10
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
11
  **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
9
12
  **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
10
- **pulp_href** | **String** | | [optional] [readonly]
11
- **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
12
- **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
13
- **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
14
- **name** | **String** | A unique name for this remote. |
13
+ **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
15
14
  **url** | **String** | The URL of an external content source. |
16
- **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
17
- **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
18
- **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
19
- **total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
20
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
15
+ **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
21
16
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
22
- **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
23
17
  **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional]
18
+ **name** | **String** | A unique name for this remote. |
19
+ **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
20
+ **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
21
+ **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
24
22
  **hidden_fields** | [**Array&lt;AnsibleCollectionRemoteResponseHiddenFields&gt;**](AnsibleCollectionRemoteResponseHiddenFields.md) | List of hidden (write only) fields | [optional] [readonly]
25
- **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
23
+ **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
24
+ **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
25
+ **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
26
+ **pulp_href** | **String** | | [optional] [readonly]
26
27
  **metadata_only** | **Boolean** | If True, only metadata about the content will be stored in Pulp. Clients will retrieve content from the remote URL. | [optional]
27
28
  **git_ref** | **String** | A git ref. e.g.: branch, tag, or commit sha. | [optional]
28
29
 
@@ -31,25 +32,26 @@ Name | Type | Description | Notes
31
32
  ```ruby
32
33
  require 'PulpAnsibleClient'
33
34
 
34
- instance = PulpAnsibleClient::AnsibleGitRemoteResponse.new(max_retries: null,
35
+ instance = PulpAnsibleClient::AnsibleGitRemoteResponse.new(pulp_created: null,
36
+ proxy_url: null,
37
+ total_timeout: null,
38
+ prn: null,
35
39
  connect_timeout: null,
36
40
  sock_connect_timeout: null,
37
- pulp_href: null,
38
- tls_validation: null,
39
- proxy_url: null,
40
- sock_read_timeout: null,
41
- name: null,
41
+ pulp_last_updated: null,
42
42
  url: null,
43
- rate_limit: null,
44
- client_cert: null,
45
- ca_cert: null,
46
- total_timeout: null,
47
- pulp_created: null,
43
+ max_retries: null,
48
44
  download_concurrency: null,
49
- pulp_labels: null,
50
45
  headers: null,
46
+ name: null,
47
+ rate_limit: null,
48
+ pulp_labels: null,
49
+ ca_cert: null,
51
50
  hidden_fields: null,
52
- pulp_last_updated: null,
51
+ client_cert: null,
52
+ tls_validation: null,
53
+ sock_read_timeout: null,
54
+ pulp_href: null,
53
55
  metadata_only: null,
54
56
  git_ref: null)
55
57
  ```
@@ -5,6 +5,7 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
8
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
10
  **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
10
11
  **name** | **String** | A unique name for this remote. |
@@ -31,6 +32,7 @@ Name | Type | Description | Notes
31
32
  require 'PulpAnsibleClient'
32
33
 
33
34
  instance = PulpAnsibleClient::AnsibleRoleRemoteResponse.new(pulp_href: null,
35
+ prn: null,
34
36
  pulp_created: null,
35
37
  pulp_last_updated: null,
36
38
  name: null,
@@ -5,9 +5,10 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
8
- **pulp_href** | **String** | | [optional] [readonly]
9
- **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
8
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
10
9
  **artifact** | **String** | Artifact file representing the physical content |
10
+ **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
11
+ **pulp_href** | **String** | | [optional] [readonly]
11
12
  **version** | **String** | |
12
13
  **name** | **String** | |
13
14
  **namespace** | **String** | |
@@ -18,9 +19,10 @@ Name | Type | Description | Notes
18
19
  require 'PulpAnsibleClient'
19
20
 
20
21
  instance = PulpAnsibleClient::AnsibleRoleResponse.new(pulp_created: null,
21
- pulp_href: null,
22
- pulp_last_updated: null,
22
+ prn: null,
23
23
  artifact: null,
24
+ pulp_last_updated: null,
25
+ pulp_href: null,
24
26
  version: null,
25
27
  name: null,
26
28
  namespace: null)
@@ -10,8 +10,8 @@ Name | Type | Description | Notes
10
10
  **updated_at** | **DateTime** | |
11
11
  **started_at** | **DateTime** | |
12
12
  **finished_at** | **DateTime** | | [optional]
13
- **error** | [**AnyType**](.md) | | [optional]
14
- **messages** | [**AnyType**](.md) | |
13
+ **error** | [**Object**](.md) | | [optional]
14
+ **messages** | [**Object**](.md) | |
15
15
 
16
16
  ## Code Sample
17
17
 
@@ -10,8 +10,8 @@ Name | Type | Description | Notes
10
10
  **version** | **String** | The version of the collection. | [optional] [readonly]
11
11
  **requires_ansible** | **String** | The version of Ansible required to use the collection. Multiple versions can be separated with a comma. | [optional] [readonly]
12
12
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
13
- **contents** | [**AnyType**](.md) | A JSON field with data about the contents. | [optional] [readonly]
14
- **dependencies** | [**AnyType**](.md) | A dict declaring Collections that this collection requires to be installed for it to be usable. | [optional] [readonly]
13
+ **contents** | [**Object**](.md) | A JSON field with data about the contents. | [optional] [readonly]
14
+ **dependencies** | [**Object**](.md) | A dict declaring Collections that this collection requires to be installed for it to be usable. | [optional] [readonly]
15
15
  **description** | **String** | A short summary description of the collection. | [optional] [readonly]
16
16
  **tags** | [**Array&lt;AnsibleTagResponse&gt;**](AnsibleTagResponse.md) | | [optional] [readonly]
17
17
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **docs_blob** | [**AnyType**](.md) | |
7
+ **docs_blob** | [**Object**](.md) | |
8
8
 
9
9
  ## Code Sample
10
10
 
@@ -19,8 +19,8 @@ Name | Type | Description | Notes
19
19
  **metadata** | [**CollectionMetadataResponse**](CollectionMetadataResponse.md) | | [optional] [readonly]
20
20
  **git_url** | **String** | Get the git URL. | [optional] [readonly]
21
21
  **git_commit_sha** | **String** | Get the git commit sha. | [optional] [readonly]
22
- **manifest** | [**AnyType**](.md) | A JSON field holding MANIFEST.json data. | [optional] [readonly]
23
- **files** | [**AnyType**](.md) | A JSON field holding FILES.json data. | [optional] [readonly]
22
+ **manifest** | [**Object**](.md) | A JSON field holding MANIFEST.json data. | [optional] [readonly]
23
+ **files** | [**Object**](.md) | A JSON field holding FILES.json data. | [optional] [readonly]
24
24
 
25
25
  ## Code Sample
26
26
 
@@ -5,7 +5,6 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **repository** | [**Repository**](Repository.md) | |
8
- **collection_version** | [**Object**](.md) | Collection Version serializer without docs blob. |
9
8
  **namespace_metadata** | [**AnsibleAnsibleNamespaceMetadata**](AnsibleAnsibleNamespaceMetadata.md) | |
10
9
  **is_highest** | **Boolean** | |
11
10
  **is_deprecated** | **Boolean** | |
@@ -17,7 +16,6 @@ Name | Type | Description | Notes
17
16
  require 'PulpAnsibleClient'
18
17
 
19
18
  instance = PulpAnsibleClient::CollectionVersionSearchList.new(repository: null,
20
- collection_version: null,
21
19
  namespace_metadata: null,
22
20
  is_highest: null,
23
21
  is_deprecated: null,
@@ -89,12 +89,13 @@ opts = {
89
89
  offset: 56, # Integer | The initial index from which to return the results.
90
90
  ordering: ['ordering_example'], # Array<String> | Ordering * `pk` - Pk * `-pk` - Pk (descending)
91
91
  orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
92
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
92
93
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
93
94
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
94
- q: 'q_example', # String |
95
- repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
96
- repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
97
- repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
95
+ q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
96
+ repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
97
+ repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
98
+ repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
98
99
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
99
100
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
100
101
  }
@@ -117,12 +118,13 @@ Name | Type | Description | Notes
117
118
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
118
119
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
119
120
  **orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
121
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
120
122
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
121
123
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
122
- **q** | **String**| | [optional]
123
- **repository_version** | **String**| Repository Version referenced by HREF | [optional]
124
- **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
125
- **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
124
+ **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
125
+ **repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
126
+ **repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
127
+ **repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
126
128
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
127
129
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
128
130
 
@@ -90,12 +90,13 @@ opts = {
90
90
  offset: 56, # Integer | The initial index from which to return the results.
91
91
  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) * `value` - Value * `-value` - Value (descending) * `pk` - Pk * `-pk` - Pk (descending)
92
92
  orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
93
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
93
94
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
94
95
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
95
- q: 'q_example', # String |
96
- repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
97
- repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
98
- repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
96
+ q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
97
+ repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
98
+ repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
99
+ repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
99
100
  value: 'value_example', # String | Filter marks by value
100
101
  value__in: ['value__in_example'], # Array<String> | Filter results where value is in a comma-separated list of values
101
102
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
@@ -121,12 +122,13 @@ Name | Type | Description | Notes
121
122
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
122
123
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;value&#x60; - Value * &#x60;-value&#x60; - Value (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
123
124
  **orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
125
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
124
126
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
125
127
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
126
- **q** | **String**| | [optional]
127
- **repository_version** | **String**| Repository Version referenced by HREF | [optional]
128
- **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
129
- **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
128
+ **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
129
+ **repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
130
+ **repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
131
+ **repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
130
132
  **value** | **String**| Filter marks by value | [optional]
131
133
  **value__in** | [**Array&lt;String&gt;**](String.md)| Filter results where value is in a comma-separated list of values | [optional]
132
134
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]