pulp_rpm_client 3.26.1 → 3.26.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (143) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -5
  3. data/docs/AcsRpmApi.md +5 -3
  4. data/docs/ArtifactResponse.md +2 -0
  5. data/docs/ContentAdvisoriesApi.md +14 -10
  6. data/docs/ContentDistributionTreesApi.md +11 -9
  7. data/docs/ContentModulemdDefaultsApi.md +11 -9
  8. data/docs/ContentModulemdObsoletesApi.md +11 -9
  9. data/docs/ContentModulemdsApi.md +11 -9
  10. data/docs/ContentPackagecategoriesApi.md +11 -9
  11. data/docs/ContentPackageenvironmentsApi.md +11 -9
  12. data/docs/ContentPackagegroupsApi.md +11 -9
  13. data/docs/ContentPackagelangpacksApi.md +11 -9
  14. data/docs/ContentPackagesApi.md +14 -10
  15. data/docs/ContentRepoMetadataFilesApi.md +11 -9
  16. data/docs/Copy.md +1 -1
  17. data/docs/DistributionsRpmApi.md +5 -3
  18. data/docs/PatchedrpmRpmRepository.md +1 -1
  19. data/docs/PublicationsRpmApi.md +13 -11
  20. data/docs/RemotesRpmApi.md +5 -3
  21. data/docs/RemotesUlnApi.md +5 -3
  22. data/docs/RepositoriesRpmApi.md +9 -7
  23. data/docs/RepositoriesRpmVersionsApi.md +9 -7
  24. data/docs/RepositoryVersionResponse.md +2 -0
  25. data/docs/RpmCompsApi.md +1 -1
  26. data/docs/RpmCopyApi.md +1 -1
  27. data/docs/RpmModulemd.md +3 -3
  28. data/docs/RpmModulemdDefaults.md +1 -1
  29. data/docs/RpmModulemdDefaultsResponse.md +3 -1
  30. data/docs/RpmModulemdObsoleteResponse.md +2 -0
  31. data/docs/RpmModulemdResponse.md +5 -3
  32. data/docs/RpmPackage.md +3 -1
  33. data/docs/RpmPackageCategoryResponse.md +5 -3
  34. data/docs/RpmPackageEnvironmentResponse.md +6 -4
  35. data/docs/RpmPackageGroupResponse.md +5 -3
  36. data/docs/RpmPackageLangpacksResponse.md +3 -1
  37. data/docs/RpmPackageResponse.md +12 -10
  38. data/docs/RpmRepoMetadataFileResponse.md +2 -0
  39. data/docs/RpmRpmAlternateContentSourceResponse.md +2 -0
  40. data/docs/RpmRpmDistributionResponse.md +4 -0
  41. data/docs/RpmRpmPublication.md +1 -1
  42. data/docs/RpmRpmPublicationResponse.md +3 -1
  43. data/docs/RpmRpmRemoteResponse.md +2 -0
  44. data/docs/RpmRpmRepository.md +1 -1
  45. data/docs/RpmRpmRepositoryResponse.md +3 -1
  46. data/docs/RpmUlnRemoteResponse.md +2 -0
  47. data/docs/RpmUpdateCollection.md +1 -1
  48. data/docs/RpmUpdateCollectionResponse.md +1 -1
  49. data/docs/RpmUpdateRecord.md +3 -1
  50. data/docs/RpmUpdateRecordResponse.md +2 -0
  51. data/lib/pulp_rpm_client/api/acs_rpm_api.rb +5 -2
  52. data/lib/pulp_rpm_client/api/content_advisories_api.rb +18 -8
  53. data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +11 -8
  54. data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +11 -8
  55. data/lib/pulp_rpm_client/api/content_modulemd_obsoletes_api.rb +11 -8
  56. data/lib/pulp_rpm_client/api/content_modulemds_api.rb +11 -8
  57. data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +11 -8
  58. data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +11 -8
  59. data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +11 -8
  60. data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +11 -8
  61. data/lib/pulp_rpm_client/api/content_packages_api.rb +18 -8
  62. data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +11 -8
  63. data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +5 -2
  64. data/lib/pulp_rpm_client/api/publications_rpm_api.rb +14 -11
  65. data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +5 -2
  66. data/lib/pulp_rpm_client/api/remotes_uln_api.rb +5 -2
  67. data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +9 -6
  68. data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +10 -7
  69. data/lib/pulp_rpm_client/configuration.rb +2 -2
  70. data/lib/pulp_rpm_client/models/artifact_response.rb +12 -2
  71. data/lib/pulp_rpm_client/models/copy.rb +1 -1
  72. data/lib/pulp_rpm_client/models/patchedrpm_rpm_remote.rb +20 -20
  73. data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +1 -1
  74. data/lib/pulp_rpm_client/models/patchedrpm_uln_remote.rb +20 -20
  75. data/lib/pulp_rpm_client/models/repository_add_remove_content.rb +1 -1
  76. data/lib/pulp_rpm_client/models/repository_version_response.rb +12 -2
  77. data/lib/pulp_rpm_client/models/rpm_modulemd.rb +3 -3
  78. data/lib/pulp_rpm_client/models/rpm_modulemd_defaults.rb +1 -1
  79. data/lib/pulp_rpm_client/models/rpm_modulemd_defaults_response.rb +12 -2
  80. data/lib/pulp_rpm_client/models/rpm_modulemd_obsolete_response.rb +11 -1
  81. data/lib/pulp_rpm_client/models/rpm_modulemd_response.rb +14 -4
  82. data/lib/pulp_rpm_client/models/rpm_package.rb +29 -4
  83. data/lib/pulp_rpm_client/models/rpm_package_category_response.rb +14 -4
  84. data/lib/pulp_rpm_client/models/rpm_package_environment_response.rb +15 -5
  85. data/lib/pulp_rpm_client/models/rpm_package_group_response.rb +14 -4
  86. data/lib/pulp_rpm_client/models/rpm_package_langpacks_response.rb +12 -2
  87. data/lib/pulp_rpm_client/models/rpm_package_response.rb +21 -11
  88. data/lib/pulp_rpm_client/models/rpm_repo_metadata_file_response.rb +11 -1
  89. data/lib/pulp_rpm_client/models/rpm_rpm_alternate_content_source_response.rb +11 -1
  90. data/lib/pulp_rpm_client/models/rpm_rpm_distribution_response.rb +21 -1
  91. data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +1 -1
  92. data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +12 -2
  93. data/lib/pulp_rpm_client/models/rpm_rpm_remote.rb +20 -20
  94. data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +31 -21
  95. data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +1 -1
  96. data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +12 -2
  97. data/lib/pulp_rpm_client/models/rpm_uln_remote.rb +20 -20
  98. data/lib/pulp_rpm_client/models/rpm_uln_remote_response.rb +31 -21
  99. data/lib/pulp_rpm_client/models/rpm_update_collection.rb +1 -1
  100. data/lib/pulp_rpm_client/models/rpm_update_collection_response.rb +1 -1
  101. data/lib/pulp_rpm_client/models/rpm_update_record.rb +29 -4
  102. data/lib/pulp_rpm_client/models/rpm_update_record_response.rb +11 -1
  103. data/lib/pulp_rpm_client/version.rb +1 -1
  104. data/spec/api/acs_rpm_api_spec.rb +2 -1
  105. data/spec/api/content_advisories_api_spec.rb +6 -4
  106. data/spec/api/content_distribution_trees_api_spec.rb +5 -4
  107. data/spec/api/content_modulemd_defaults_api_spec.rb +5 -4
  108. data/spec/api/content_modulemd_obsoletes_api_spec.rb +5 -4
  109. data/spec/api/content_modulemds_api_spec.rb +5 -4
  110. data/spec/api/content_packagecategories_api_spec.rb +5 -4
  111. data/spec/api/content_packageenvironments_api_spec.rb +5 -4
  112. data/spec/api/content_packagegroups_api_spec.rb +5 -4
  113. data/spec/api/content_packagelangpacks_api_spec.rb +5 -4
  114. data/spec/api/content_packages_api_spec.rb +6 -4
  115. data/spec/api/content_repo_metadata_files_api_spec.rb +5 -4
  116. data/spec/api/distributions_rpm_api_spec.rb +2 -1
  117. data/spec/api/publications_rpm_api_spec.rb +6 -5
  118. data/spec/api/remotes_rpm_api_spec.rb +2 -1
  119. data/spec/api/remotes_uln_api_spec.rb +2 -1
  120. data/spec/api/repositories_rpm_api_spec.rb +4 -3
  121. data/spec/api/repositories_rpm_versions_api_spec.rb +4 -3
  122. data/spec/configuration_spec.rb +3 -3
  123. data/spec/models/artifact_response_spec.rb +6 -0
  124. data/spec/models/repository_version_response_spec.rb +6 -0
  125. data/spec/models/rpm_modulemd_defaults_response_spec.rb +6 -0
  126. data/spec/models/rpm_modulemd_obsolete_response_spec.rb +6 -0
  127. data/spec/models/rpm_modulemd_response_spec.rb +6 -0
  128. data/spec/models/rpm_package_category_response_spec.rb +6 -0
  129. data/spec/models/rpm_package_environment_response_spec.rb +6 -0
  130. data/spec/models/rpm_package_group_response_spec.rb +6 -0
  131. data/spec/models/rpm_package_langpacks_response_spec.rb +6 -0
  132. data/spec/models/rpm_package_response_spec.rb +6 -0
  133. data/spec/models/rpm_package_spec.rb +6 -0
  134. data/spec/models/rpm_repo_metadata_file_response_spec.rb +6 -0
  135. data/spec/models/rpm_rpm_alternate_content_source_response_spec.rb +6 -0
  136. data/spec/models/rpm_rpm_distribution_response_spec.rb +12 -0
  137. data/spec/models/rpm_rpm_publication_response_spec.rb +6 -0
  138. data/spec/models/rpm_rpm_remote_response_spec.rb +6 -0
  139. data/spec/models/rpm_rpm_repository_response_spec.rb +6 -0
  140. data/spec/models/rpm_uln_remote_response_spec.rb +6 -0
  141. data/spec/models/rpm_update_record_response_spec.rb +6 -0
  142. data/spec/models/rpm_update_record_spec.rb +6 -0
  143. metadata +96 -96
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2d172bd58c22d864076a73bed677cf22daeffe9eaa1e4603e4e1f3d2b371aaf0
4
- data.tar.gz: 1ec6d594df62fdd6822d4af3d3b8c5b705966baec940b65a5ff406fa788844cb
3
+ metadata.gz: 15efd5d850ac10758494b4099dc8b4f75414d1ef78716d4f40241d84bce44dfd
4
+ data.tar.gz: a8c4a586c5fd55089ac4305f96afcb1502ba8ad79173326cf2989339a34e07d8
5
5
  SHA512:
6
- metadata.gz: 92e9649b1322f33ad256040475279bd29f20dc80b13a44e7e59f4ee373240f5b912cccd737cb11be01093f525e1be3188899d849caf37e48b6718a661153faa2
7
- data.tar.gz: e93d64fc5916c88ebe857f08203456550fa766a9f3d021dcb85f20036d08b7de5801da2259a6f2b9b61e99df772b195e38194fbcda2c8599eddf3bc498d9250d
6
+ metadata.gz: 88f06447a1e2de15b09b815fe1af76b03b7ea94bb7217a6c81f04dcd6a0f6eb1ac97f8c11ecdbdd734cbbbf39b08907e7fd30e218a7fc4040718ad4e2b25bed5
7
+ data.tar.gz: 3e88b888caaf40f08ca81baf3176120f95b4ee937163fa429ce2f9371de63aefb9a628d755c253aa896303cb61b9c84091a72a64568c230f6a243ab6fde4a13a
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: 3.26.1
10
+ - Package version: 3.26.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_rpm_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulp_rpm_client-3.26.1.gem
27
+ gem install ./pulp_rpm_client-3.26.2.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_rpm_client-3.26.1.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_rpm_client-3.26.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_rpm_client', '~> 3.26.1'
36
+ gem 'pulp_rpm_client', '~> 3.26.2'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -80,7 +80,7 @@ end
80
80
 
81
81
  ## Documentation for API Endpoints
82
82
 
83
- All URIs are relative to *http://pulp*
83
+ All URIs are relative to *http://localhost:24817*
84
84
 
85
85
  Class | Method | HTTP request | Description
86
86
  ------------ | ------------- | ------------- | -------------
data/docs/AcsRpmApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PulpRpmClient::AcsRpmApi
2
2
 
3
- All URIs are relative to *http://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -213,9 +213,10 @@ opts = {
213
213
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
214
214
  offset: 56, # Integer | The initial index from which to return the results.
215
215
  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) * `name` - Name * `-name` - Name (descending) * `last_refreshed` - Last refreshed * `-last_refreshed` - Last refreshed (descending) * `pk` - Pk * `-pk` - Pk (descending)
216
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
216
217
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
217
218
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
218
- q: 'q_example', # String |
219
+ q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
219
220
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
220
221
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
221
222
  }
@@ -246,9 +247,10 @@ Name | Type | Description | Notes
246
247
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
247
248
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
248
249
  **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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;last_refreshed&#x60; - Last refreshed * &#x60;-last_refreshed&#x60; - Last refreshed (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
250
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
249
251
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
250
252
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
251
- **q** | **String**| | [optional]
253
+ **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
252
254
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
253
255
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
254
256
 
@@ -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
  **file** | **String** | The stored file. |
@@ -22,6 +23,7 @@ Name | Type | Description | Notes
22
23
  require 'PulpRpmClient'
23
24
 
24
25
  instance = PulpRpmClient::ArtifactResponse.new(pulp_href: null,
26
+ prn: null,
25
27
  pulp_created: null,
26
28
  pulp_last_updated: null,
27
29
  file: null,
@@ -1,6 +1,6 @@
1
1
  # PulpRpmClient::ContentAdvisoriesApi
2
2
 
3
- All URIs are relative to *http://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -34,7 +34,8 @@ api_instance = PulpRpmClient::ContentAdvisoriesApi.new
34
34
  opts = {
35
35
  repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
36
36
  file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the content unit.
37
- upload: 'upload_example' # String | An uncommitted upload that may be turned into the content unit.
37
+ upload: 'upload_example', # String | An uncommitted upload that may be turned into the content unit.
38
+ file_url: 'file_url_example' # String | A url that Pulp can download and turn into the content unit.
38
39
  }
39
40
 
40
41
  begin
@@ -54,6 +55,7 @@ Name | Type | Description | Notes
54
55
  **repository** | **String**| A URI of a repository the new content unit should be associated with. | [optional]
55
56
  **file** | **File**| An uploaded file that may be turned into the content unit. | [optional]
56
57
  **upload** | **String**| An uncommitted upload that may be turned into the content unit. | [optional]
58
+ **file_url** | **String**| A url that Pulp can download and turn into the content unit. | [optional]
57
59
 
58
60
  ### Return type
59
61
 
@@ -97,12 +99,13 @@ opts = {
97
99
  offset: 56, # Integer | The initial index from which to return the results.
98
100
  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) * `id` - Id * `-id` - Id (descending) * `updated_date` - Updated date * `-updated_date` - Updated date (descending) * `description` - Description * `-description` - Description (descending) * `issued_date` - Issued date * `-issued_date` - Issued date (descending) * `fromstr` - Fromstr * `-fromstr` - Fromstr (descending) * `status` - Status * `-status` - Status (descending) * `title` - Title * `-title` - Title (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `type` - Type * `-type` - Type (descending) * `severity` - Severity * `-severity` - Severity (descending) * `solution` - Solution * `-solution` - Solution (descending) * `release` - Release * `-release` - Release (descending) * `rights` - Rights * `-rights` - Rights (descending) * `reboot_suggested` - Reboot suggested * `-reboot_suggested` - Reboot suggested (descending) * `pushcount` - Pushcount * `-pushcount` - Pushcount (descending) * `digest` - Digest * `-digest` - Digest (descending) * `pk` - Pk * `-pk` - Pk (descending)
99
101
  orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
102
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
100
103
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
101
104
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
102
- q: 'q_example', # String |
103
- repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
104
- repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
105
- repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
105
+ q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
106
+ repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
107
+ repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
108
+ repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
106
109
  severity: 'severity_example', # String | Filter results where severity matches value
107
110
  severity__in: ['severity__in_example'], # Array<String> | Filter results where severity is in a comma-separated list of values
108
111
  severity__ne: 'severity__ne_example', # String | Filter results where severity not equal to value
@@ -136,12 +139,13 @@ Name | Type | Description | Notes
136
139
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
137
140
  **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;id&#x60; - Id * &#x60;-id&#x60; - Id (descending) * &#x60;updated_date&#x60; - Updated date * &#x60;-updated_date&#x60; - Updated date (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;issued_date&#x60; - Issued date * &#x60;-issued_date&#x60; - Issued date (descending) * &#x60;fromstr&#x60; - Fromstr * &#x60;-fromstr&#x60; - Fromstr (descending) * &#x60;status&#x60; - Status * &#x60;-status&#x60; - Status (descending) * &#x60;title&#x60; - Title * &#x60;-title&#x60; - Title (descending) * &#x60;summary&#x60; - Summary * &#x60;-summary&#x60; - Summary (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;type&#x60; - Type * &#x60;-type&#x60; - Type (descending) * &#x60;severity&#x60; - Severity * &#x60;-severity&#x60; - Severity (descending) * &#x60;solution&#x60; - Solution * &#x60;-solution&#x60; - Solution (descending) * &#x60;release&#x60; - Release * &#x60;-release&#x60; - Release (descending) * &#x60;rights&#x60; - Rights * &#x60;-rights&#x60; - Rights (descending) * &#x60;reboot_suggested&#x60; - Reboot suggested * &#x60;-reboot_suggested&#x60; - Reboot suggested (descending) * &#x60;pushcount&#x60; - Pushcount * &#x60;-pushcount&#x60; - Pushcount (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
138
141
  **orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
142
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
139
143
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
140
144
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
141
- **q** | **String**| | [optional]
142
- **repository_version** | **String**| Repository Version referenced by HREF | [optional]
143
- **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
144
- **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
145
+ **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
146
+ **repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
147
+ **repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
148
+ **repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
145
149
  **severity** | **String**| Filter results where severity matches value | [optional]
146
150
  **severity__in** | [**Array&lt;String&gt;**](String.md)| Filter results where severity is in a comma-separated list of values | [optional]
147
151
  **severity__ne** | **String**| Filter results where severity not equal to value | [optional]
@@ -1,6 +1,6 @@
1
1
  # PulpRpmClient::ContentDistributionTreesApi
2
2
 
3
- All URIs are relative to *http://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -35,12 +35,13 @@ opts = {
35
35
  offset: 56, # Integer | The initial index from which to return the results.
36
36
  ordering: ['ordering_example'], # Array<String> | Ordering * `pk` - Pk * `-pk` - Pk (descending)
37
37
  orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
38
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
38
39
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
39
40
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
40
- q: 'q_example', # String |
41
- repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
42
- repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
43
- repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
41
+ q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
42
+ repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
43
+ repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
44
+ repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
44
45
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
45
46
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
46
47
  }
@@ -63,12 +64,13 @@ Name | Type | Description | Notes
63
64
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
64
65
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
65
66
  **orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
67
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
66
68
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
67
69
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
68
- **q** | **String**| | [optional]
69
- **repository_version** | **String**| Repository Version referenced by HREF | [optional]
70
- **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
71
- **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
70
+ **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
71
+ **repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
72
+ **repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
73
+ **repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
72
74
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
73
75
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
74
76
 
@@ -1,6 +1,6 @@
1
1
  # PulpRpmClient::ContentModulemdDefaultsApi
2
2
 
3
- All URIs are relative to *http://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -91,12 +91,13 @@ opts = {
91
91
  offset: 56, # Integer | The initial index from which to return the results.
92
92
  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) * `module` - Module * `-module` - Module (descending) * `stream` - Stream * `-stream` - Stream (descending) * `profiles` - Profiles * `-profiles` - Profiles (descending) * `digest` - Digest * `-digest` - Digest (descending) * `snippet` - Snippet * `-snippet` - Snippet (descending) * `pk` - Pk * `-pk` - Pk (descending)
93
93
  orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
94
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
94
95
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
95
96
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
96
- q: 'q_example', # String |
97
- repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
98
- repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
99
- repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
97
+ q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
98
+ repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
99
+ repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
100
+ repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
100
101
  sha256: 'sha256_example', # String |
101
102
  stream: 'stream_example', # String | Filter results where stream matches value
102
103
  stream__in: ['stream__in_example'], # Array<String> | Filter results where stream is in a comma-separated list of values
@@ -124,12 +125,13 @@ Name | Type | Description | Notes
124
125
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
125
126
  **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;module&#x60; - Module * &#x60;-module&#x60; - Module (descending) * &#x60;stream&#x60; - Stream * &#x60;-stream&#x60; - Stream (descending) * &#x60;profiles&#x60; - Profiles * &#x60;-profiles&#x60; - Profiles (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;snippet&#x60; - Snippet * &#x60;-snippet&#x60; - Snippet (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
126
127
  **orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
128
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
127
129
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
128
130
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
129
- **q** | **String**| | [optional]
130
- **repository_version** | **String**| Repository Version referenced by HREF | [optional]
131
- **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
132
- **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
131
+ **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
132
+ **repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
133
+ **repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
134
+ **repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
133
135
  **sha256** | **String**| | [optional]
134
136
  **stream** | **String**| Filter results where stream matches value | [optional]
135
137
  **stream__in** | [**Array&lt;String&gt;**](String.md)| Filter results where stream is in a comma-separated list of values | [optional]
@@ -1,6 +1,6 @@
1
1
  # PulpRpmClient::ContentModulemdObsoletesApi
2
2
 
3
- All URIs are relative to *http://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -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
 
@@ -1,6 +1,6 @@
1
1
  # PulpRpmClient::ContentModulemdsApi
2
2
 
3
- All URIs are relative to *http://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -95,12 +95,13 @@ opts = {
95
95
  offset: 56, # Integer | The initial index from which to return the results.
96
96
  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) * `name` - Name * `-name` - Name (descending) * `stream` - Stream * `-stream` - Stream (descending) * `version` - Version * `-version` - Version (descending) * `context` - Context * `-context` - Context (descending) * `arch` - Arch * `-arch` - Arch (descending) * `static_context` - Static context * `-static_context` - Static context (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `artifacts` - Artifacts * `-artifacts` - Artifacts (descending) * `profiles` - Profiles * `-profiles` - Profiles (descending) * `description` - Description * `-description` - Description (descending) * `digest` - Digest * `-digest` - Digest (descending) * `snippet` - Snippet * `-snippet` - Snippet (descending) * `pk` - Pk * `-pk` - Pk (descending)
97
97
  orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
98
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
98
99
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
99
100
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
100
- q: 'q_example', # String |
101
- repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
102
- repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
103
- repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
101
+ q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
102
+ repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
103
+ repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
104
+ repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
104
105
  sha256: 'sha256_example', # String |
105
106
  stream: 'stream_example', # String | Filter results where stream matches value
106
107
  stream__in: ['stream__in_example'], # Array<String> | Filter results where stream is in a comma-separated list of values
@@ -134,12 +135,13 @@ Name | Type | Description | Notes
134
135
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
135
136
  **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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;stream&#x60; - Stream * &#x60;-stream&#x60; - Stream (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;context&#x60; - Context * &#x60;-context&#x60; - Context (descending) * &#x60;arch&#x60; - Arch * &#x60;-arch&#x60; - Arch (descending) * &#x60;static_context&#x60; - Static context * &#x60;-static_context&#x60; - Static context (descending) * &#x60;dependencies&#x60; - Dependencies * &#x60;-dependencies&#x60; - Dependencies (descending) * &#x60;artifacts&#x60; - Artifacts * &#x60;-artifacts&#x60; - Artifacts (descending) * &#x60;profiles&#x60; - Profiles * &#x60;-profiles&#x60; - Profiles (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;snippet&#x60; - Snippet * &#x60;-snippet&#x60; - Snippet (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
136
137
  **orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
138
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
137
139
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
138
140
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
139
- **q** | **String**| | [optional]
140
- **repository_version** | **String**| Repository Version referenced by HREF | [optional]
141
- **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
142
- **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
141
+ **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
142
+ **repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
143
+ **repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
144
+ **repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
143
145
  **sha256** | **String**| | [optional]
144
146
  **stream** | **String**| Filter results where stream matches value | [optional]
145
147
  **stream__in** | [**Array&lt;String&gt;**](String.md)| Filter results where stream is in a comma-separated list of values | [optional]
@@ -1,6 +1,6 @@
1
1
  # PulpRpmClient::ContentPackagecategoriesApi
2
2
 
3
- All URIs are relative to *http://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -35,12 +35,13 @@ opts = {
35
35
  offset: 56, # Integer | The initial index from which to return the results.
36
36
  ordering: ['ordering_example'], # Array<String> | Ordering * `pk` - Pk * `-pk` - Pk (descending)
37
37
  orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
38
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
38
39
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
39
40
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
40
- q: 'q_example', # String |
41
- repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
42
- repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
43
- repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
41
+ q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
42
+ repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
43
+ repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
44
+ repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
44
45
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
45
46
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
46
47
  }
@@ -63,12 +64,13 @@ Name | Type | Description | Notes
63
64
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
64
65
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
65
66
  **orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
67
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
66
68
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
67
69
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
68
- **q** | **String**| | [optional]
69
- **repository_version** | **String**| Repository Version referenced by HREF | [optional]
70
- **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
71
- **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
70
+ **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
71
+ **repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
72
+ **repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
73
+ **repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
72
74
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
73
75
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
74
76
 
@@ -1,6 +1,6 @@
1
1
  # PulpRpmClient::ContentPackageenvironmentsApi
2
2
 
3
- All URIs are relative to *http://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -35,12 +35,13 @@ opts = {
35
35
  offset: 56, # Integer | The initial index from which to return the results.
36
36
  ordering: ['ordering_example'], # Array<String> | Ordering * `pk` - Pk * `-pk` - Pk (descending)
37
37
  orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
38
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
38
39
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
39
40
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
40
- q: 'q_example', # String |
41
- repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
42
- repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
43
- repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
41
+ q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
42
+ repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
43
+ repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
44
+ repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
44
45
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
45
46
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
46
47
  }
@@ -63,12 +64,13 @@ Name | Type | Description | Notes
63
64
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
64
65
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
65
66
  **orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
67
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
66
68
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
67
69
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
68
- **q** | **String**| | [optional]
69
- **repository_version** | **String**| Repository Version referenced by HREF | [optional]
70
- **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
71
- **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
70
+ **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
71
+ **repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
72
+ **repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
73
+ **repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
72
74
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
73
75
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
74
76
 
@@ -1,6 +1,6 @@
1
1
  # PulpRpmClient::ContentPackagegroupsApi
2
2
 
3
- All URIs are relative to *http://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -35,12 +35,13 @@ opts = {
35
35
  offset: 56, # Integer | The initial index from which to return the results.
36
36
  ordering: ['ordering_example'], # Array<String> | Ordering * `pk` - Pk * `-pk` - Pk (descending)
37
37
  orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
38
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
38
39
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
39
40
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
40
- q: 'q_example', # String |
41
- repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
42
- repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
43
- repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
41
+ q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
42
+ repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
43
+ repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
44
+ repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
44
45
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
45
46
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
46
47
  }
@@ -63,12 +64,13 @@ Name | Type | Description | Notes
63
64
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
64
65
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
65
66
  **orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
67
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
66
68
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
67
69
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
68
- **q** | **String**| | [optional]
69
- **repository_version** | **String**| Repository Version referenced by HREF | [optional]
70
- **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
71
- **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
70
+ **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
71
+ **repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
72
+ **repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
73
+ **repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
72
74
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
73
75
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
74
76
 
@@ -1,6 +1,6 @@
1
1
  # PulpRpmClient::ContentPackagelangpacksApi
2
2
 
3
- All URIs are relative to *http://pulp*
3
+ All URIs are relative to *http://localhost:24817*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -35,12 +35,13 @@ opts = {
35
35
  offset: 56, # Integer | The initial index from which to return the results.
36
36
  ordering: ['ordering_example'], # Array<String> | Ordering * `pk` - Pk * `-pk` - Pk (descending)
37
37
  orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
38
+ prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
38
39
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
39
40
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
40
- q: 'q_example', # String |
41
- repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
42
- repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
43
- repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
41
+ q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
42
+ repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
43
+ repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
44
+ repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
44
45
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
45
46
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
46
47
  }
@@ -63,12 +64,13 @@ Name | Type | Description | Notes
63
64
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
64
65
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
65
66
  **orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
67
+ **prn__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
66
68
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
67
69
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
68
- **q** | **String**| | [optional]
69
- **repository_version** | **String**| Repository Version referenced by HREF | [optional]
70
- **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
71
- **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
70
+ **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
71
+ **repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
72
+ **repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
73
+ **repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
72
74
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
73
75
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
74
76