pulp_rpm_client 3.26.5 → 3.27.0

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 (136) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +7 -5
  3. data/docs/AcsRpmApi.md +3 -5
  4. data/docs/ArtifactResponse.md +0 -2
  5. data/docs/ContentAdvisoriesApi.md +10 -14
  6. data/docs/ContentDistributionTreesApi.md +9 -11
  7. data/docs/ContentModulemdDefaultsApi.md +9 -11
  8. data/docs/ContentModulemdObsoletesApi.md +9 -11
  9. data/docs/ContentModulemdsApi.md +9 -11
  10. data/docs/ContentPackagecategoriesApi.md +9 -11
  11. data/docs/ContentPackageenvironmentsApi.md +9 -11
  12. data/docs/ContentPackagegroupsApi.md +9 -11
  13. data/docs/ContentPackagelangpacksApi.md +9 -11
  14. data/docs/ContentPackagesApi.md +11 -15
  15. data/docs/ContentRepoMetadataFilesApi.md +9 -11
  16. data/docs/DistributionsRpmApi.md +3 -5
  17. data/docs/PatchedrpmRpmRepository.md +4 -0
  18. data/docs/PrunePackages.md +21 -0
  19. data/docs/PublicationsRpmApi.md +11 -13
  20. data/docs/RemotesRpmApi.md +3 -5
  21. data/docs/RemotesUlnApi.md +3 -5
  22. data/docs/RepositoriesRpmApi.md +7 -9
  23. data/docs/RepositoriesRpmVersionsApi.md +7 -9
  24. data/docs/RepositoryVersionResponse.md +0 -2
  25. data/docs/RpmCompsApi.md +1 -1
  26. data/docs/RpmCopyApi.md +1 -1
  27. data/docs/RpmModulemdDefaultsResponse.md +0 -2
  28. data/docs/RpmModulemdObsoleteResponse.md +0 -2
  29. data/docs/RpmModulemdResponse.md +0 -2
  30. data/docs/RpmPackage.md +1 -3
  31. data/docs/RpmPackageCategoryResponse.md +0 -2
  32. data/docs/RpmPackageEnvironmentResponse.md +0 -2
  33. data/docs/RpmPackageGroupResponse.md +0 -2
  34. data/docs/RpmPackageLangpacksResponse.md +0 -2
  35. data/docs/RpmPackageResponse.md +0 -2
  36. data/docs/RpmPruneApi.md +61 -0
  37. data/docs/RpmRepoMetadataFileResponse.md +0 -2
  38. data/docs/RpmRpmAlternateContentSourceResponse.md +0 -2
  39. data/docs/RpmRpmDistributionResponse.md +0 -4
  40. data/docs/RpmRpmPublicationResponse.md +0 -2
  41. data/docs/RpmRpmRemoteResponse.md +0 -2
  42. data/docs/RpmRpmRepository.md +4 -0
  43. data/docs/RpmRpmRepositoryResponse.md +4 -2
  44. data/docs/RpmUlnRemoteResponse.md +0 -2
  45. data/docs/RpmUpdateRecord.md +1 -3
  46. data/docs/RpmUpdateRecordResponse.md +0 -2
  47. data/lib/pulp_rpm_client/api/acs_rpm_api.rb +2 -5
  48. data/lib/pulp_rpm_client/api/content_advisories_api.rb +8 -18
  49. data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +8 -11
  50. data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +8 -11
  51. data/lib/pulp_rpm_client/api/content_modulemd_obsoletes_api.rb +8 -11
  52. data/lib/pulp_rpm_client/api/content_modulemds_api.rb +8 -11
  53. data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +8 -11
  54. data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +8 -11
  55. data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +8 -11
  56. data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +8 -11
  57. data/lib/pulp_rpm_client/api/content_packages_api.rb +10 -20
  58. data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +8 -11
  59. data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +2 -5
  60. data/lib/pulp_rpm_client/api/publications_rpm_api.rb +11 -14
  61. data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +2 -5
  62. data/lib/pulp_rpm_client/api/remotes_uln_api.rb +2 -5
  63. data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +6 -9
  64. data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +7 -10
  65. data/lib/pulp_rpm_client/api/rpm_prune_api.rb +84 -0
  66. data/lib/pulp_rpm_client/configuration.rb +2 -2
  67. data/lib/pulp_rpm_client/models/artifact_response.rb +2 -12
  68. data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +39 -1
  69. data/lib/pulp_rpm_client/models/prune_packages.rb +254 -0
  70. data/lib/pulp_rpm_client/models/repository_add_remove_content.rb +1 -1
  71. data/lib/pulp_rpm_client/models/repository_version_response.rb +2 -12
  72. data/lib/pulp_rpm_client/models/rpm_modulemd_defaults_response.rb +1 -11
  73. data/lib/pulp_rpm_client/models/rpm_modulemd_obsolete_response.rb +1 -11
  74. data/lib/pulp_rpm_client/models/rpm_modulemd_response.rb +1 -11
  75. data/lib/pulp_rpm_client/models/rpm_package.rb +4 -29
  76. data/lib/pulp_rpm_client/models/rpm_package_category_response.rb +1 -11
  77. data/lib/pulp_rpm_client/models/rpm_package_environment_response.rb +1 -11
  78. data/lib/pulp_rpm_client/models/rpm_package_group_response.rb +1 -11
  79. data/lib/pulp_rpm_client/models/rpm_package_langpacks_response.rb +1 -11
  80. data/lib/pulp_rpm_client/models/rpm_package_response.rb +1 -11
  81. data/lib/pulp_rpm_client/models/rpm_repo_metadata_file_response.rb +1 -11
  82. data/lib/pulp_rpm_client/models/rpm_rpm_alternate_content_source_response.rb +1 -11
  83. data/lib/pulp_rpm_client/models/rpm_rpm_distribution_response.rb +1 -21
  84. data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +1 -11
  85. data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +1 -11
  86. data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +39 -1
  87. data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +39 -11
  88. data/lib/pulp_rpm_client/models/rpm_uln_remote_response.rb +1 -11
  89. data/lib/pulp_rpm_client/models/rpm_update_record.rb +4 -29
  90. data/lib/pulp_rpm_client/models/rpm_update_record_response.rb +1 -11
  91. data/lib/pulp_rpm_client/version.rb +1 -1
  92. data/lib/pulp_rpm_client.rb +2 -0
  93. data/spec/api/acs_rpm_api_spec.rb +1 -2
  94. data/spec/api/content_advisories_api_spec.rb +4 -6
  95. data/spec/api/content_distribution_trees_api_spec.rb +4 -5
  96. data/spec/api/content_modulemd_defaults_api_spec.rb +4 -5
  97. data/spec/api/content_modulemd_obsoletes_api_spec.rb +4 -5
  98. data/spec/api/content_modulemds_api_spec.rb +4 -5
  99. data/spec/api/content_packagecategories_api_spec.rb +4 -5
  100. data/spec/api/content_packageenvironments_api_spec.rb +4 -5
  101. data/spec/api/content_packagegroups_api_spec.rb +4 -5
  102. data/spec/api/content_packagelangpacks_api_spec.rb +4 -5
  103. data/spec/api/content_packages_api_spec.rb +5 -7
  104. data/spec/api/content_repo_metadata_files_api_spec.rb +4 -5
  105. data/spec/api/distributions_rpm_api_spec.rb +1 -2
  106. data/spec/api/publications_rpm_api_spec.rb +5 -6
  107. data/spec/api/remotes_rpm_api_spec.rb +1 -2
  108. data/spec/api/remotes_uln_api_spec.rb +1 -2
  109. data/spec/api/repositories_rpm_api_spec.rb +3 -4
  110. data/spec/api/repositories_rpm_versions_api_spec.rb +3 -4
  111. data/spec/api/rpm_prune_api_spec.rb +46 -0
  112. data/spec/configuration_spec.rb +3 -3
  113. data/spec/models/artifact_response_spec.rb +0 -6
  114. data/spec/models/patchedrpm_rpm_repository_spec.rb +12 -0
  115. data/spec/models/prune_packages_spec.rb +53 -0
  116. data/spec/models/repository_version_response_spec.rb +0 -6
  117. data/spec/models/rpm_modulemd_defaults_response_spec.rb +0 -6
  118. data/spec/models/rpm_modulemd_obsolete_response_spec.rb +0 -6
  119. data/spec/models/rpm_modulemd_response_spec.rb +0 -6
  120. data/spec/models/rpm_package_category_response_spec.rb +0 -6
  121. data/spec/models/rpm_package_environment_response_spec.rb +0 -6
  122. data/spec/models/rpm_package_group_response_spec.rb +0 -6
  123. data/spec/models/rpm_package_langpacks_response_spec.rb +0 -6
  124. data/spec/models/rpm_package_response_spec.rb +0 -6
  125. data/spec/models/rpm_package_spec.rb +0 -6
  126. data/spec/models/rpm_repo_metadata_file_response_spec.rb +0 -6
  127. data/spec/models/rpm_rpm_alternate_content_source_response_spec.rb +0 -6
  128. data/spec/models/rpm_rpm_distribution_response_spec.rb +0 -12
  129. data/spec/models/rpm_rpm_publication_response_spec.rb +0 -6
  130. data/spec/models/rpm_rpm_remote_response_spec.rb +0 -6
  131. data/spec/models/rpm_rpm_repository_response_spec.rb +12 -6
  132. data/spec/models/rpm_rpm_repository_spec.rb +12 -0
  133. data/spec/models/rpm_uln_remote_response_spec.rb +0 -6
  134. data/spec/models/rpm_update_record_response_spec.rb +0 -6
  135. data/spec/models/rpm_update_record_spec.rb +0 -6
  136. metadata +105 -97
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c17aa419903aea39989b11d77d03fbfc3fd42fdb882ae5ab74bb14141e848bf7
4
- data.tar.gz: 53da21c273a5d43e419eb0c9cf5ded0ad91f53b8bd6f1985bafb88b0be9f3d77
3
+ metadata.gz: d95d75caeb68d1ff260e6960e8bba5e8597039ca3d21c7706945cbc82eb5009b
4
+ data.tar.gz: 17b03d1c4fa8812ceef599033a01bfe73371372f434da0c0128be40a19788da7
5
5
  SHA512:
6
- metadata.gz: '029b752553fa4668a059f7dddcbecb38f83c304d3ce3904c8a510b140c73a5b5d6f99c9d906263bcf8511e354ca4bfa4cf9eb2cf28a392425a17aafe5ad8597b'
7
- data.tar.gz: 37b25c6938f3af0082c90d9b8f16cfd4687449893acd817179cedddc5453f8237b49c95dbd5d1440e60290f3152b8508648b4cd73b2fbde5603e9f535770f0ad
6
+ metadata.gz: 57d0c57784bdc83facde491132f99732d1b78150178f2a55eb72d7a27963ab1580a8974500a70eb0ce85fe68b4ffd67585759ddfd77c3ff000c3e1444759b421
7
+ data.tar.gz: 66e3b8dd137b093a487106bed852fe254e70a590db2d2ed27c5ec920d18d76f5bb1ddca11bf4e0d05320ce23b66be2cee421cb57e7f856c48a8d17da3b3b48be
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.5
10
+ - Package version: 3.27.0
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.5.gem
27
+ gem install ./pulp_rpm_client-3.27.0.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_rpm_client-3.26.5.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_rpm_client-3.27.0.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.5'
36
+ gem 'pulp_rpm_client', '~> 3.27.0'
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://localhost:24817*
83
+ All URIs are relative to *http://pulp*
84
84
 
85
85
  Class | Method | HTTP request | Description
86
86
  ------------ | ------------- | ------------- | -------------
@@ -186,6 +186,7 @@ Class | Method | HTTP request | Description
186
186
  *PulpRpmClient::RepositoriesRpmVersionsApi* | [**repair**](docs/RepositoriesRpmVersionsApi.md#repair) | **POST** {rpm_rpm_repository_version_href}repair/ |
187
187
  *PulpRpmClient::RpmCompsApi* | [**rpm_comps_upload**](docs/RpmCompsApi.md#rpm_comps_upload) | **POST** /pulp/api/v3/rpm/comps/ | Upload comps.xml
188
188
  *PulpRpmClient::RpmCopyApi* | [**copy_content**](docs/RpmCopyApi.md#copy_content) | **POST** /pulp/api/v3/rpm/copy/ | Copy content
189
+ *PulpRpmClient::RpmPruneApi* | [**prune_packages**](docs/RpmPruneApi.md#prune_packages) | **POST** /pulp/api/v3/rpm/prune/ |
189
190
 
190
191
 
191
192
  ## Documentation for Models
@@ -228,6 +229,7 @@ Class | Method | HTTP request | Description
228
229
  - [PulpRpmClient::PatchedrpmRpmRepository](docs/PatchedrpmRpmRepository.md)
229
230
  - [PulpRpmClient::PatchedrpmUlnRemote](docs/PatchedrpmUlnRemote.md)
230
231
  - [PulpRpmClient::PolicyEnum](docs/PolicyEnum.md)
232
+ - [PulpRpmClient::PrunePackages](docs/PrunePackages.md)
231
233
  - [PulpRpmClient::Repair](docs/Repair.md)
232
234
  - [PulpRpmClient::RepositoryAddRemoveContent](docs/RepositoryAddRemoveContent.md)
233
235
  - [PulpRpmClient::RepositoryVersionResponse](docs/RepositoryVersionResponse.md)
data/docs/AcsRpmApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PulpRpmClient::AcsRpmApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -213,10 +213,9 @@ 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.
217
216
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
218
217
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
219
- q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
218
+ q: 'q_example', # String |
220
219
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
221
220
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
222
221
  }
@@ -247,10 +246,9 @@ Name | Type | Description | Notes
247
246
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
248
247
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
249
248
  **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]
251
249
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
252
250
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
253
- **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
251
+ **q** | **String**| | [optional]
254
252
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
255
253
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
256
254
 
@@ -5,7 +5,6 @@
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]
9
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
10
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]
11
10
  **file** | **String** | The stored file. |
@@ -23,7 +22,6 @@ Name | Type | Description | Notes
23
22
  require 'PulpRpmClient'
24
23
 
25
24
  instance = PulpRpmClient::ArtifactResponse.new(pulp_href: null,
26
- prn: null,
27
25
  pulp_created: null,
28
26
  pulp_last_updated: null,
29
27
  file: null,
@@ -1,6 +1,6 @@
1
1
  # PulpRpmClient::ContentAdvisoriesApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -34,8 +34,7 @@ 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.
38
- file_url: 'file_url_example' # String | A url that Pulp can download and turn into the content unit.
37
+ upload: 'upload_example' # String | An uncommitted upload that may be turned into the content unit.
39
38
  }
40
39
 
41
40
  begin
@@ -55,7 +54,6 @@ Name | Type | Description | Notes
55
54
  **repository** | **String**| A URI of a repository the new content unit should be associated with. | [optional]
56
55
  **file** | **File**| An uploaded file that may be turned into the content unit. | [optional]
57
56
  **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]
59
57
 
60
58
  ### Return type
61
59
 
@@ -99,13 +97,12 @@ opts = {
99
97
  offset: 56, # Integer | The initial index from which to return the results.
100
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) * `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)
101
99
  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.
103
100
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
104
101
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
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
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
109
106
  severity: 'severity_example', # String | Filter results where severity matches value
110
107
  severity__in: ['severity__in_example'], # Array<String> | Filter results where severity is in a comma-separated list of values
111
108
  severity__ne: 'severity__ne_example', # String | Filter results where severity not equal to value
@@ -139,13 +136,12 @@ Name | Type | Description | Notes
139
136
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
140
137
  **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]
141
138
  **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]
143
139
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
144
140
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [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]
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]
149
145
  **severity** | **String**| Filter results where severity matches value | [optional]
150
146
  **severity__in** | [**Array&lt;String&gt;**](String.md)| Filter results where severity is in a comma-separated list of values | [optional]
151
147
  **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://localhost:24817*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -35,13 +35,12 @@ 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.
39
38
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
40
39
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
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
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
45
44
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
46
45
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
47
46
  }
@@ -64,13 +63,12 @@ Name | Type | Description | Notes
64
63
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
65
64
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
66
65
  **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]
68
66
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
69
67
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [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]
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]
74
72
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
75
73
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
76
74
 
@@ -1,6 +1,6 @@
1
1
  # PulpRpmClient::ContentModulemdDefaultsApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -91,13 +91,12 @@ 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.
95
94
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
96
95
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
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
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
101
100
  sha256: 'sha256_example', # String |
102
101
  stream: 'stream_example', # String | Filter results where stream matches value
103
102
  stream__in: ['stream__in_example'], # Array<String> | Filter results where stream is in a comma-separated list of values
@@ -125,13 +124,12 @@ Name | Type | Description | Notes
125
124
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
126
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;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]
127
126
  **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]
129
127
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
130
128
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [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]
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]
135
133
  **sha256** | **String**| | [optional]
136
134
  **stream** | **String**| Filter results where stream matches value | [optional]
137
135
  **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://localhost:24817*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -89,13 +89,12 @@ 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.
93
92
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
94
93
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
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
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
99
98
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
100
99
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
101
100
  }
@@ -118,13 +117,12 @@ Name | Type | Description | Notes
118
117
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
119
118
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
120
119
  **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]
122
120
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
123
121
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [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]
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]
128
126
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
129
127
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
130
128
 
@@ -1,6 +1,6 @@
1
1
  # PulpRpmClient::ContentModulemdsApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -95,13 +95,12 @@ 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.
99
98
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
100
99
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
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
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
105
104
  sha256: 'sha256_example', # String |
106
105
  stream: 'stream_example', # String | Filter results where stream matches value
107
106
  stream__in: ['stream__in_example'], # Array<String> | Filter results where stream is in a comma-separated list of values
@@ -135,13 +134,12 @@ Name | Type | Description | Notes
135
134
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
136
135
  **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]
137
136
  **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]
139
137
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
140
138
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [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]
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]
145
143
  **sha256** | **String**| | [optional]
146
144
  **stream** | **String**| Filter results where stream matches value | [optional]
147
145
  **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://localhost:24817*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -35,13 +35,12 @@ 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.
39
38
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
40
39
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
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
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
45
44
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
46
45
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
47
46
  }
@@ -64,13 +63,12 @@ Name | Type | Description | Notes
64
63
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
65
64
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
66
65
  **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]
68
66
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
69
67
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [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]
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]
74
72
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
75
73
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
76
74
 
@@ -1,6 +1,6 @@
1
1
  # PulpRpmClient::ContentPackageenvironmentsApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -35,13 +35,12 @@ 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.
39
38
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
40
39
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
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
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
45
44
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
46
45
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
47
46
  }
@@ -64,13 +63,12 @@ Name | Type | Description | Notes
64
63
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
65
64
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
66
65
  **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]
68
66
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
69
67
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [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]
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]
74
72
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
75
73
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
76
74
 
@@ -1,6 +1,6 @@
1
1
  # PulpRpmClient::ContentPackagegroupsApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -35,13 +35,12 @@ 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.
39
38
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
40
39
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
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
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
45
44
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
46
45
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
47
46
  }
@@ -64,13 +63,12 @@ Name | Type | Description | Notes
64
63
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
65
64
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
66
65
  **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]
68
66
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
69
67
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [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]
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]
74
72
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
75
73
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
76
74
 
@@ -1,6 +1,6 @@
1
1
  # PulpRpmClient::ContentPackagelangpacksApi
2
2
 
3
- All URIs are relative to *http://localhost:24817*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -35,13 +35,12 @@ 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.
39
38
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
40
39
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
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
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
45
44
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
46
45
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
47
46
  }
@@ -64,13 +63,12 @@ Name | Type | Description | Notes
64
63
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
65
64
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
66
65
  **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]
68
66
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
69
67
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [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]
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]
74
72
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
75
73
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
76
74