pulp_rpm_client 3.25.6 → 3.26.0

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 +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 +10 -14
  15. data/docs/ContentRepoMetadataFilesApi.md +9 -11
  16. data/docs/Copy.md +1 -1
  17. data/docs/DistributionsRpmApi.md +3 -5
  18. data/docs/PatchedrpmRpmRepository.md +1 -1
  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/RpmModulemd.md +3 -3
  28. data/docs/RpmModulemdDefaults.md +1 -1
  29. data/docs/RpmModulemdDefaultsResponse.md +1 -3
  30. data/docs/RpmModulemdObsoleteResponse.md +0 -2
  31. data/docs/RpmModulemdResponse.md +3 -5
  32. data/docs/RpmPackage.md +1 -3
  33. data/docs/RpmPackageCategoryResponse.md +3 -5
  34. data/docs/RpmPackageEnvironmentResponse.md +4 -6
  35. data/docs/RpmPackageGroupResponse.md +3 -5
  36. data/docs/RpmPackageLangpacksResponse.md +1 -3
  37. data/docs/RpmPackageResponse.md +10 -12
  38. data/docs/RpmRepoMetadataFileResponse.md +0 -2
  39. data/docs/RpmRpmAlternateContentSourceResponse.md +0 -2
  40. data/docs/RpmRpmDistributionResponse.md +0 -4
  41. data/docs/RpmRpmPublication.md +1 -1
  42. data/docs/RpmRpmPublicationResponse.md +1 -3
  43. data/docs/RpmRpmRemoteResponse.md +0 -2
  44. data/docs/RpmRpmRepository.md +1 -1
  45. data/docs/RpmRpmRepositoryResponse.md +1 -3
  46. data/docs/RpmUlnRemoteResponse.md +0 -2
  47. data/docs/RpmUpdateCollection.md +1 -1
  48. data/docs/RpmUpdateCollectionResponse.md +1 -1
  49. data/docs/RpmUpdateRecord.md +1 -3
  50. data/docs/RpmUpdateRecordResponse.md +0 -2
  51. data/lib/pulp_rpm_client/api/acs_rpm_api.rb +2 -5
  52. data/lib/pulp_rpm_client/api/content_advisories_api.rb +8 -18
  53. data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +8 -11
  54. data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +8 -11
  55. data/lib/pulp_rpm_client/api/content_modulemd_obsoletes_api.rb +8 -11
  56. data/lib/pulp_rpm_client/api/content_modulemds_api.rb +8 -11
  57. data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +8 -11
  58. data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +8 -11
  59. data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +8 -11
  60. data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +8 -11
  61. data/lib/pulp_rpm_client/api/content_packages_api.rb +8 -18
  62. data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +8 -11
  63. data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +2 -5
  64. data/lib/pulp_rpm_client/api/publications_rpm_api.rb +11 -14
  65. data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +2 -5
  66. data/lib/pulp_rpm_client/api/remotes_uln_api.rb +2 -5
  67. data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +6 -9
  68. data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +7 -10
  69. data/lib/pulp_rpm_client/configuration.rb +2 -2
  70. data/lib/pulp_rpm_client/models/artifact_response.rb +2 -12
  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 +2 -12
  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 +2 -12
  80. data/lib/pulp_rpm_client/models/rpm_modulemd_obsolete_response.rb +1 -11
  81. data/lib/pulp_rpm_client/models/rpm_modulemd_response.rb +4 -14
  82. data/lib/pulp_rpm_client/models/rpm_package.rb +4 -29
  83. data/lib/pulp_rpm_client/models/rpm_package_category_response.rb +4 -14
  84. data/lib/pulp_rpm_client/models/rpm_package_environment_response.rb +5 -15
  85. data/lib/pulp_rpm_client/models/rpm_package_group_response.rb +4 -14
  86. data/lib/pulp_rpm_client/models/rpm_package_langpacks_response.rb +2 -12
  87. data/lib/pulp_rpm_client/models/rpm_package_response.rb +11 -21
  88. data/lib/pulp_rpm_client/models/rpm_repo_metadata_file_response.rb +1 -11
  89. data/lib/pulp_rpm_client/models/rpm_rpm_alternate_content_source_response.rb +1 -11
  90. data/lib/pulp_rpm_client/models/rpm_rpm_distribution_response.rb +1 -21
  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 +2 -12
  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 +21 -31
  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 +2 -12
  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 +21 -31
  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 +4 -29
  102. data/lib/pulp_rpm_client/models/rpm_update_record_response.rb +1 -11
  103. data/lib/pulp_rpm_client/version.rb +1 -1
  104. data/spec/api/acs_rpm_api_spec.rb +1 -2
  105. data/spec/api/content_advisories_api_spec.rb +4 -6
  106. data/spec/api/content_distribution_trees_api_spec.rb +4 -5
  107. data/spec/api/content_modulemd_defaults_api_spec.rb +4 -5
  108. data/spec/api/content_modulemd_obsoletes_api_spec.rb +4 -5
  109. data/spec/api/content_modulemds_api_spec.rb +4 -5
  110. data/spec/api/content_packagecategories_api_spec.rb +4 -5
  111. data/spec/api/content_packageenvironments_api_spec.rb +4 -5
  112. data/spec/api/content_packagegroups_api_spec.rb +4 -5
  113. data/spec/api/content_packagelangpacks_api_spec.rb +4 -5
  114. data/spec/api/content_packages_api_spec.rb +4 -6
  115. data/spec/api/content_repo_metadata_files_api_spec.rb +4 -5
  116. data/spec/api/distributions_rpm_api_spec.rb +1 -2
  117. data/spec/api/publications_rpm_api_spec.rb +5 -6
  118. data/spec/api/remotes_rpm_api_spec.rb +1 -2
  119. data/spec/api/remotes_uln_api_spec.rb +1 -2
  120. data/spec/api/repositories_rpm_api_spec.rb +3 -4
  121. data/spec/api/repositories_rpm_versions_api_spec.rb +3 -4
  122. data/spec/configuration_spec.rb +3 -3
  123. data/spec/models/artifact_response_spec.rb +0 -6
  124. data/spec/models/repository_version_response_spec.rb +0 -6
  125. data/spec/models/rpm_modulemd_defaults_response_spec.rb +0 -6
  126. data/spec/models/rpm_modulemd_obsolete_response_spec.rb +0 -6
  127. data/spec/models/rpm_modulemd_response_spec.rb +0 -6
  128. data/spec/models/rpm_package_category_response_spec.rb +0 -6
  129. data/spec/models/rpm_package_environment_response_spec.rb +0 -6
  130. data/spec/models/rpm_package_group_response_spec.rb +0 -6
  131. data/spec/models/rpm_package_langpacks_response_spec.rb +0 -6
  132. data/spec/models/rpm_package_response_spec.rb +0 -6
  133. data/spec/models/rpm_package_spec.rb +0 -6
  134. data/spec/models/rpm_repo_metadata_file_response_spec.rb +0 -6
  135. data/spec/models/rpm_rpm_alternate_content_source_response_spec.rb +0 -6
  136. data/spec/models/rpm_rpm_distribution_response_spec.rb +0 -12
  137. data/spec/models/rpm_rpm_publication_response_spec.rb +0 -6
  138. data/spec/models/rpm_rpm_remote_response_spec.rb +0 -6
  139. data/spec/models/rpm_rpm_repository_response_spec.rb +0 -6
  140. data/spec/models/rpm_uln_remote_response_spec.rb +0 -6
  141. data/spec/models/rpm_update_record_response_spec.rb +0 -6
  142. data/spec/models/rpm_update_record_spec.rb +0 -6
  143. metadata +96 -96
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f924f23d5b7c34b10dafb6909db9269740c1e729966d860710afbe7e4d900014
4
- data.tar.gz: 4e184dc7aba71f158b723f2ce7a5f79422014ec8d2fddf3d56fd53e6eb2a9dc5
3
+ metadata.gz: ec3e493d32344552ad9e3362fd5989f1e96a8161ffe19539d4d4e8636dbaa5a4
4
+ data.tar.gz: 8940e9779ff2b92ecb5386be8ef34d55a272666094570a6763790c958699511b
5
5
  SHA512:
6
- metadata.gz: 25b27dbc49822bef360d5b01f826c88ef4d0c54781058545d002c45359d9c8369be765ee13e9c18364e60593c9891195ba7f652550d7e9425c628556b6217816
7
- data.tar.gz: 2d7730f1a38e49dfe6ee49884fb5c2cd0b52065895548555c0a2d40aefe32e63cfafb6cfce2c87a4cd1c2b7550723d0939a556c81e4b02ba2ffa168d4bbeae93
6
+ metadata.gz: 1317822b730ef010b273c4fe852a278b1000a2dac211f276ff0fc990868258f8b9816138ba7115debc1d26cb5109bf647de82026c999ca2c671c2c356a3489f9
7
+ data.tar.gz: '08fad89708172780b831007c7e1da79bf84f6ae2dce9c212fd40b29c3251c0e514b9f76ee32e395c2520e8ffc355442c089658cf65ec1b76a18789640a46eaf9'
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.25.6
10
+ - Package version: 3.26.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.25.6.gem
27
+ gem install ./pulp_rpm_client-3.26.0.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_rpm_client-3.25.6.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_rpm_client-3.26.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.25.6'
36
+ gem 'pulp_rpm_client', '~> 3.26.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
  ------------ | ------------- | ------------- | -------------
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