pulp_ansible_client 0.22.1 → 0.22.3

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 (151) 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 +6 -4
  7. data/docs/AnsibleCollectionVersionResponse.md +12 -10
  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 +26 -26
  12. data/docs/AnsibleGitRemoteResponse.md +24 -22
  13. data/docs/AnsibleRole.md +3 -3
  14. data/docs/AnsibleRoleRemoteResponse.md +2 -0
  15. data/docs/AnsibleRoleResponse.md +7 -5
  16. data/docs/CollectionImportDetailResponse.md +2 -2
  17. data/docs/CollectionSummaryResponse.md +2 -2
  18. data/docs/CollectionVersionDocsResponse.md +1 -1
  19. data/docs/CollectionVersionResponse.md +2 -2
  20. data/docs/CollectionVersionSearchList.md +0 -2
  21. data/docs/ContentCollectionDeprecationsApi.md +10 -8
  22. data/docs/ContentCollectionMarksApi.md +10 -8
  23. data/docs/ContentCollectionSignaturesApi.md +13 -9
  24. data/docs/ContentCollectionVersionsApi.md +14 -10
  25. data/docs/ContentNamespacesApi.md +10 -8
  26. data/docs/ContentRolesApi.md +10 -8
  27. data/docs/Copy.md +1 -1
  28. data/docs/DistributionsAnsibleApi.md +4 -2
  29. data/docs/PatchedansibleGitRemote.md +26 -26
  30. data/docs/PulpAnsibleApiV3CollectionsAllApi.md +4 -2
  31. data/docs/PulpAnsibleApiV3CollectionsApi.md +4 -2
  32. data/docs/PulpAnsibleApiV3CollectionsVersionsApi.md +8 -6
  33. data/docs/PulpAnsibleApiV3NamespacesApi.md +4 -2
  34. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +4 -2
  35. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexApi.md +4 -2
  36. data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +8 -6
  37. data/docs/PulpAnsibleApiV3PluginAnsibleContentNamespacesApi.md +4 -2
  38. data/docs/PulpAnsibleDefaultApiV3CollectionsAllApi.md +4 -2
  39. data/docs/PulpAnsibleDefaultApiV3CollectionsApi.md +4 -2
  40. data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsApi.md +8 -6
  41. data/docs/PulpAnsibleDefaultApiV3NamespacesApi.md +4 -2
  42. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsAllCollectionsApi.md +4 -2
  43. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexApi.md +4 -2
  44. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +8 -6
  45. data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentNamespacesApi.md +4 -2
  46. data/docs/RemotesCollectionApi.md +4 -2
  47. data/docs/RemotesGitApi.md +4 -2
  48. data/docs/RemotesRoleApi.md +4 -2
  49. data/docs/RepositoriesAnsibleApi.md +8 -6
  50. data/docs/RepositoriesAnsibleVersionsApi.md +8 -6
  51. data/docs/RepositoryResponse.md +2 -0
  52. data/docs/RepositoryVersionResponse.md +2 -0
  53. data/lib/pulp_ansible_client/api/ansible_collections_api.rb +5 -2
  54. data/lib/pulp_ansible_client/api/content_collection_deprecations_api.rb +11 -8
  55. data/lib/pulp_ansible_client/api/content_collection_marks_api.rb +11 -8
  56. data/lib/pulp_ansible_client/api/content_collection_signatures_api.rb +18 -8
  57. data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +22 -12
  58. data/lib/pulp_ansible_client/api/content_namespaces_api.rb +11 -8
  59. data/lib/pulp_ansible_client/api/content_roles_api.rb +11 -8
  60. data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +5 -2
  61. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_all_api.rb +5 -2
  62. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_api.rb +5 -2
  63. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_api.rb +9 -6
  64. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_namespaces_api.rb +5 -2
  65. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api.rb +5 -2
  66. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api.rb +5 -2
  67. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api.rb +9 -6
  68. data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api.rb +5 -2
  69. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_all_api.rb +5 -2
  70. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_api.rb +5 -2
  71. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_api.rb +9 -6
  72. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_namespaces_api.rb +5 -2
  73. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api.rb +5 -2
  74. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api.rb +5 -2
  75. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api.rb +9 -6
  76. data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api.rb +5 -2
  77. data/lib/pulp_ansible_client/api/remotes_collection_api.rb +5 -2
  78. data/lib/pulp_ansible_client/api/remotes_git_api.rb +5 -2
  79. data/lib/pulp_ansible_client/api/remotes_role_api.rb +5 -2
  80. data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +9 -6
  81. data/lib/pulp_ansible_client/api/repositories_ansible_versions_api.rb +10 -7
  82. data/lib/pulp_ansible_client/models/ansible_ansible_collection_deprecated_response.rb +11 -1
  83. data/lib/pulp_ansible_client/models/ansible_ansible_repository_response.rb +11 -1
  84. data/lib/pulp_ansible_client/models/ansible_collection_remote_response.rb +11 -1
  85. data/lib/pulp_ansible_client/models/ansible_collection_version.rb +40 -15
  86. data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +33 -23
  87. data/lib/pulp_ansible_client/models/ansible_collection_version_signature.rb +26 -1
  88. data/lib/pulp_ansible_client/models/ansible_collection_version_signature_response.rb +11 -1
  89. data/lib/pulp_ansible_client/models/ansible_git_remote.rb +218 -218
  90. data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +146 -136
  91. data/lib/pulp_ansible_client/models/ansible_role.rb +11 -11
  92. data/lib/pulp_ansible_client/models/ansible_role_remote_response.rb +11 -1
  93. data/lib/pulp_ansible_client/models/ansible_role_response.rb +28 -18
  94. data/lib/pulp_ansible_client/models/collection_import_detail_response.rb +2 -2
  95. data/lib/pulp_ansible_client/models/collection_summary_response.rb +2 -2
  96. data/lib/pulp_ansible_client/models/collection_version_docs_response.rb +1 -1
  97. data/lib/pulp_ansible_client/models/collection_version_response.rb +2 -2
  98. data/lib/pulp_ansible_client/models/collection_version_search_list.rb +1 -16
  99. data/lib/pulp_ansible_client/models/copy.rb +1 -1
  100. data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +218 -218
  101. data/lib/pulp_ansible_client/models/repository.rb +1 -1
  102. data/lib/pulp_ansible_client/models/repository_add_remove_content.rb +1 -1
  103. data/lib/pulp_ansible_client/models/repository_response.rb +12 -2
  104. data/lib/pulp_ansible_client/models/repository_version_response.rb +12 -2
  105. data/lib/pulp_ansible_client/version.rb +1 -1
  106. data/spec/api/ansible_collections_api_spec.rb +2 -1
  107. data/spec/api/content_collection_deprecations_api_spec.rb +5 -4
  108. data/spec/api/content_collection_marks_api_spec.rb +5 -4
  109. data/spec/api/content_collection_signatures_api_spec.rb +6 -4
  110. data/spec/api/content_collection_versions_api_spec.rb +7 -5
  111. data/spec/api/content_namespaces_api_spec.rb +5 -4
  112. data/spec/api/content_roles_api_spec.rb +5 -4
  113. data/spec/api/distributions_ansible_api_spec.rb +2 -1
  114. data/spec/api/pulp_ansible_api_v3_collections_all_api_spec.rb +2 -1
  115. data/spec/api/pulp_ansible_api_v3_collections_api_spec.rb +2 -1
  116. data/spec/api/pulp_ansible_api_v3_collections_versions_api_spec.rb +4 -3
  117. data/spec/api/pulp_ansible_api_v3_namespaces_api_spec.rb +2 -1
  118. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +2 -1
  119. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api_spec.rb +2 -1
  120. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +4 -3
  121. data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api_spec.rb +2 -1
  122. data/spec/api/pulp_ansible_default_api_v3_collections_all_api_spec.rb +2 -1
  123. data/spec/api/pulp_ansible_default_api_v3_collections_api_spec.rb +2 -1
  124. data/spec/api/pulp_ansible_default_api_v3_collections_versions_api_spec.rb +4 -3
  125. data/spec/api/pulp_ansible_default_api_v3_namespaces_api_spec.rb +2 -1
  126. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb +2 -1
  127. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api_spec.rb +2 -1
  128. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +4 -3
  129. data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api_spec.rb +2 -1
  130. data/spec/api/remotes_collection_api_spec.rb +2 -1
  131. data/spec/api/remotes_git_api_spec.rb +2 -1
  132. data/spec/api/remotes_role_api_spec.rb +2 -1
  133. data/spec/api/repositories_ansible_api_spec.rb +4 -3
  134. data/spec/api/repositories_ansible_versions_api_spec.rb +4 -3
  135. data/spec/models/ansible_ansible_collection_deprecated_response_spec.rb +6 -0
  136. data/spec/models/ansible_ansible_repository_response_spec.rb +6 -0
  137. data/spec/models/ansible_collection_remote_response_spec.rb +6 -0
  138. data/spec/models/ansible_collection_version_response_spec.rb +10 -4
  139. data/spec/models/ansible_collection_version_signature_response_spec.rb +6 -0
  140. data/spec/models/ansible_collection_version_signature_spec.rb +6 -0
  141. data/spec/models/ansible_collection_version_spec.rb +8 -2
  142. data/spec/models/ansible_git_remote_response_spec.rb +24 -18
  143. data/spec/models/ansible_git_remote_spec.rb +19 -19
  144. data/spec/models/ansible_role_remote_response_spec.rb +6 -0
  145. data/spec/models/ansible_role_response_spec.rb +10 -4
  146. data/spec/models/ansible_role_spec.rb +2 -2
  147. data/spec/models/collection_version_search_list_spec.rb +0 -6
  148. data/spec/models/patchedansible_git_remote_spec.rb +19 -19
  149. data/spec/models/repository_response_spec.rb +6 -0
  150. data/spec/models/repository_version_response_spec.rb +6 -0
  151. 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: b3eac8d2c03ba9d7af283eb866538d211eb2b3ebe9a0b08718bec855f3edbe0b
4
+ data.tar.gz: f0bb818049719921355e018bfd9bbab01dbfab074dbfcc942023002192e08896
5
5
  SHA512:
6
- metadata.gz: 6f906087cc8d191c3efba1c847d5c9dd8e1f8bf6e109c4c8728a4c69324ed433d8350ab3f7482d6633c460d160b3ef3dd7fdd5a1d825316cd4c2cc7dbd242085
7
- data.tar.gz: 5f0a5027ce002fc24d014e550f2b2ea19fe60c690178d4d64b723bb488769e0517f41a4839d8263d71aa55c8ead959561634b85792c32a893fd6b132764d0013
6
+ metadata.gz: 0b831838105e8424505aaf0c13f6765136896344258870aae24e8b1830baf72c360a6be04bf8a5192ee9ddd3f80e83c3c094249c8814c3642ea2435195dd88ce
7
+ data.tar.gz: e568d0f7df364e806bc2b0d4129750868d68c8146d8ffa364e7d91eb6ea51d61cd671965c8a11c980e86a4323a2c2b4a49cfeaf28e21e043d1354ba130d03f98
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.3
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.3.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.3.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.3'
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]
7
+ **artifact** | **String** | Artifact file representing the physical content | [optional]
8
8
  **file** | **File** | An uploaded file that may be turned into the content unit. | [optional]
9
+ **file_url** | **String** | A url that Pulp can download and turn into the content unit. | [optional]
9
10
  **upload** | **String** | An uncommitted upload that may be turned into the content unit. | [optional]
10
- **artifact** | **String** | Artifact file representing the physical content | [optional]
11
+ **repository** | **String** | A URI of a repository the new content unit should be associated with. | [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
+ instance = PulpAnsibleClient::AnsibleCollectionVersion.new(artifact: null,
21
22
  file: null,
23
+ file_url: null,
22
24
  upload: null,
23
- artifact: null,
25
+ repository: null,
24
26
  expected_name: null,
25
27
  expected_namespace: null,
26
28
  expected_version: null)
@@ -4,10 +4,11 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
+ **artifact** | **String** | Artifact file representing the physical content | [optional]
8
+ **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]
7
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
8
10
  **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]
10
- **artifact** | **String** | Artifact file representing the physical content | [optional]
11
+ **prn** | **String** | The Pulp Resource Name (PRN). | [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]
@@ -38,10 +39,11 @@ Name | Type | Description | Notes
38
39
  ```ruby
39
40
  require 'PulpAnsibleClient'
40
41
 
41
- instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(pulp_created: null,
42
- pulp_href: null,
42
+ instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(artifact: null,
43
43
  pulp_last_updated: null,
44
- artifact: null,
44
+ pulp_created: null,
45
+ pulp_href: null,
46
+ prn: 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,26 +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]
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
- **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
7
+ **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
8
+ **username** | **String** | The username to be used for authentication when syncing. | [optional]
11
9
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
12
- **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
10
+ **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
11
+ **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
13
12
  **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
- **proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
13
+ **client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
15
14
  **name** | **String** | A unique name for this remote. |
15
+ **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
16
+ **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]
16
17
  **url** | **String** | The URL of an external content source. |
17
18
  **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
- **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]
22
- **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
19
+ **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]
23
20
  **proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
24
- **pulp_labels** | **Hash&lt;String, String&gt;** | | [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]
22
+ **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
23
+ **proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
24
+ **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
25
+ **password** | **String** | The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed. | [optional]
25
26
  **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional]
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]
29
29
 
@@ -32,26 +32,26 @@ Name | Type | Description | Notes
32
32
  ```ruby
33
33
  require 'PulpAnsibleClient'
34
34
 
35
- instance = PulpAnsibleClient::AnsibleGitRemote.new(max_retries: null,
36
- connect_timeout: null,
37
- sock_connect_timeout: null,
38
- password: null,
35
+ instance = PulpAnsibleClient::AnsibleGitRemote.new(download_concurrency: null,
36
+ username: null,
39
37
  tls_validation: null,
40
- proxy_url: null,
38
+ pulp_labels: null,
39
+ ca_cert: null,
41
40
  sock_read_timeout: null,
42
- proxy_username: null,
41
+ client_key: null,
43
42
  name: null,
43
+ proxy_url: null,
44
+ connect_timeout: null,
44
45
  url: null,
45
46
  rate_limit: null,
46
- client_cert: null,
47
- username: null,
48
- ca_cert: null,
49
- total_timeout: null,
50
- download_concurrency: null,
47
+ sock_connect_timeout: null,
51
48
  proxy_password: null,
52
- pulp_labels: null,
49
+ total_timeout: null,
50
+ max_retries: null,
51
+ proxy_username: null,
52
+ client_cert: null,
53
+ password: null,
53
54
  headers: null,
54
- client_key: null,
55
55
  metadata_only: null,
56
56
  git_ref: null)
57
57
  ```
@@ -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]
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
- **pulp_href** | **String** | | [optional] [readonly]
7
+ **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
11
8
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
12
- **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
9
+ **pulp_labels** | **Hash&lt;String, String&gt;** | | [optional]
10
+ **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
11
+ **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
13
12
  **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]
13
+ **hidden_fields** | [**Array&lt;AnsibleCollectionRemoteResponseHiddenFields&gt;**](AnsibleCollectionRemoteResponseHiddenFields.md) | List of hidden (write only) fields | [optional] [readonly]
14
14
  **name** | **String** | A unique name for this remote. |
15
+ **pulp_href** | **String** | | [optional] [readonly]
16
+ **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
17
+ **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]
15
18
  **url** | **String** | The URL of an external content source. |
16
19
  **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]
20
+ **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]
19
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]
20
22
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
21
- **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
+ **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
24
+ **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
25
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
23
26
  **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional]
24
- **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]
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
- connect_timeout: null,
36
- sock_connect_timeout: null,
37
- pulp_href: null,
35
+ instance = PulpAnsibleClient::AnsibleGitRemoteResponse.new(download_concurrency: null,
38
36
  tls_validation: null,
39
- proxy_url: null,
37
+ pulp_labels: null,
38
+ ca_cert: null,
39
+ pulp_last_updated: null,
40
40
  sock_read_timeout: null,
41
+ hidden_fields: null,
41
42
  name: null,
43
+ pulp_href: null,
44
+ proxy_url: null,
45
+ connect_timeout: null,
42
46
  url: null,
43
47
  rate_limit: null,
44
- client_cert: null,
45
- ca_cert: null,
48
+ sock_connect_timeout: null,
46
49
  total_timeout: null,
47
50
  pulp_created: null,
48
- download_concurrency: null,
49
- pulp_labels: null,
51
+ max_retries: null,
52
+ client_cert: null,
53
+ prn: null,
50
54
  headers: null,
51
- hidden_fields: null,
52
- pulp_last_updated: null,
53
55
  metadata_only: null,
54
56
  git_ref: null)
55
57
  ```
data/docs/AnsibleRole.md CHANGED
@@ -4,8 +4,8 @@
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
  **artifact** | **String** | Artifact file representing the physical content |
8
+ **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
9
9
  **version** | **String** | |
10
10
  **name** | **String** | |
11
11
  **namespace** | **String** | |
@@ -15,8 +15,8 @@ Name | Type | Description | Notes
15
15
  ```ruby
16
16
  require 'PulpAnsibleClient'
17
17
 
18
- instance = PulpAnsibleClient::AnsibleRole.new(repository: null,
19
- artifact: null,
18
+ instance = PulpAnsibleClient::AnsibleRole.new(artifact: null,
19
+ repository: null,
20
20
  version: null,
21
21
  name: null,
22
22
  namespace: 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. |
@@ -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,
@@ -4,10 +4,11 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
+ **artifact** | **String** | Artifact file representing the physical content |
8
+ **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]
7
9
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
8
10
  **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]
10
- **artifact** | **String** | Artifact file representing the physical content |
11
+ **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
11
12
  **version** | **String** | |
12
13
  **name** | **String** | |
13
14
  **namespace** | **String** | |
@@ -17,10 +18,11 @@ Name | Type | Description | Notes
17
18
  ```ruby
18
19
  require 'PulpAnsibleClient'
19
20
 
20
- instance = PulpAnsibleClient::AnsibleRoleResponse.new(pulp_created: null,
21
- pulp_href: null,
21
+ instance = PulpAnsibleClient::AnsibleRoleResponse.new(artifact: null,
22
22
  pulp_last_updated: null,
23
- artifact: null,
23
+ pulp_created: null,
24
+ pulp_href: null,
25
+ prn: 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]