pulp_rpm_client 3.18.20 → 3.19.0.dev1662960501

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of pulp_rpm_client might be problematic. Click here for more details.

Files changed (97) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -5
  3. data/docs/AcsRpmApi.md +12 -16
  4. data/docs/ContentAdvisoriesApi.md +10 -14
  5. data/docs/ContentDistributionTreesApi.md +10 -14
  6. data/docs/ContentModulemdDefaultsApi.md +10 -14
  7. data/docs/ContentModulemdObsoletesApi.md +10 -14
  8. data/docs/ContentModulemdsApi.md +10 -14
  9. data/docs/ContentPackagecategoriesApi.md +10 -14
  10. data/docs/ContentPackageenvironmentsApi.md +10 -14
  11. data/docs/ContentPackagegroupsApi.md +10 -14
  12. data/docs/ContentPackagelangpacksApi.md +10 -14
  13. data/docs/ContentPackagesApi.md +12 -16
  14. data/docs/ContentRepoMetadataFilesApi.md +10 -14
  15. data/docs/DistributionsRpmApi.md +14 -22
  16. data/docs/PatchedrpmRpmDistribution.md +1 -1
  17. data/docs/PatchedrpmRpmRemote.md +2 -2
  18. data/docs/PatchedrpmRpmRepository.md +4 -4
  19. data/docs/PatchedrpmUlnRemote.md +2 -2
  20. data/docs/PublicationsRpmApi.md +12 -16
  21. data/docs/RemotesRpmApi.md +14 -18
  22. data/docs/RemotesUlnApi.md +14 -18
  23. data/docs/RepositoriesRpmApi.md +13 -33
  24. data/docs/RepositoriesRpmVersionsApi.md +14 -16
  25. data/docs/RepositoryAddRemoveContent.md +2 -2
  26. data/docs/RpmRepositorySyncURL.md +1 -1
  27. data/docs/RpmRpmDistribution.md +1 -1
  28. data/docs/RpmRpmDistributionResponse.md +1 -1
  29. data/docs/RpmRpmPublication.md +2 -2
  30. data/docs/RpmRpmPublicationResponse.md +2 -2
  31. data/docs/RpmRpmRemote.md +2 -2
  32. data/docs/RpmRpmRemoteResponse.md +2 -4
  33. data/docs/RpmRpmRepository.md +4 -4
  34. data/docs/RpmRpmRepositoryResponse.md +4 -4
  35. data/docs/RpmUlnRemote.md +2 -2
  36. data/docs/RpmUlnRemoteResponse.md +2 -4
  37. data/lib/pulp_rpm_client/api/acs_rpm_api.rb +17 -23
  38. data/lib/pulp_rpm_client/api/content_advisories_api.rb +15 -21
  39. data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +14 -20
  40. data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +15 -21
  41. data/lib/pulp_rpm_client/api/content_modulemd_obsoletes_api.rb +14 -20
  42. data/lib/pulp_rpm_client/api/content_modulemds_api.rb +15 -21
  43. data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +14 -20
  44. data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +14 -20
  45. data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +14 -20
  46. data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +14 -20
  47. data/lib/pulp_rpm_client/api/content_packages_api.rb +17 -23
  48. data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +14 -20
  49. data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +19 -31
  50. data/lib/pulp_rpm_client/api/publications_rpm_api.rb +17 -23
  51. data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +19 -25
  52. data/lib/pulp_rpm_client/api/remotes_uln_api.rb +19 -25
  53. data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +17 -47
  54. data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +19 -22
  55. data/lib/pulp_rpm_client/models/patchedrpm_rpm_distribution.rb +2 -4
  56. data/lib/pulp_rpm_client/models/patchedrpm_rpm_remote.rb +3 -5
  57. data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +5 -7
  58. data/lib/pulp_rpm_client/models/patchedrpm_uln_remote.rb +3 -5
  59. data/lib/pulp_rpm_client/models/repository_add_remove_content.rb +2 -2
  60. data/lib/pulp_rpm_client/models/rpm_repository_sync_url.rb +1 -1
  61. data/lib/pulp_rpm_client/models/rpm_rpm_distribution.rb +2 -4
  62. data/lib/pulp_rpm_client/models/rpm_rpm_distribution_response.rb +2 -4
  63. data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +2 -2
  64. data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +2 -2
  65. data/lib/pulp_rpm_client/models/rpm_rpm_remote.rb +3 -5
  66. data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +4 -18
  67. data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +5 -7
  68. data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +5 -7
  69. data/lib/pulp_rpm_client/models/rpm_uln_remote.rb +3 -5
  70. data/lib/pulp_rpm_client/models/rpm_uln_remote_response.rb +4 -18
  71. data/lib/pulp_rpm_client/models/skip_types_enum.rb +0 -1
  72. data/lib/pulp_rpm_client/version.rb +1 -1
  73. data/lib/pulp_rpm_client.rb +0 -1
  74. data/spec/api/acs_rpm_api_spec.rb +6 -8
  75. data/spec/api/content_advisories_api_spec.rb +5 -7
  76. data/spec/api/content_distribution_trees_api_spec.rb +5 -7
  77. data/spec/api/content_modulemd_defaults_api_spec.rb +5 -7
  78. data/spec/api/content_modulemd_obsoletes_api_spec.rb +5 -7
  79. data/spec/api/content_modulemds_api_spec.rb +5 -7
  80. data/spec/api/content_packagecategories_api_spec.rb +5 -7
  81. data/spec/api/content_packageenvironments_api_spec.rb +5 -7
  82. data/spec/api/content_packagegroups_api_spec.rb +5 -7
  83. data/spec/api/content_packagelangpacks_api_spec.rb +5 -7
  84. data/spec/api/content_packages_api_spec.rb +6 -8
  85. data/spec/api/content_repo_metadata_files_api_spec.rb +5 -7
  86. data/spec/api/distributions_rpm_api_spec.rb +7 -11
  87. data/spec/api/publications_rpm_api_spec.rb +6 -8
  88. data/spec/api/remotes_rpm_api_spec.rb +7 -9
  89. data/spec/api/remotes_uln_api_spec.rb +7 -9
  90. data/spec/api/repositories_rpm_api_spec.rb +6 -16
  91. data/spec/api/repositories_rpm_versions_api_spec.rb +7 -8
  92. data/spec/models/rpm_rpm_remote_response_spec.rb +0 -6
  93. data/spec/models/rpm_uln_remote_response_spec.rb +0 -6
  94. metadata +75 -79
  95. data/docs/RpmRpmRemoteResponseHiddenFields.md +0 -19
  96. data/lib/pulp_rpm_client/models/rpm_rpm_remote_response_hidden_fields.rb +0 -215
  97. data/spec/models/rpm_rpm_remote_response_hidden_fields_spec.rb +0 -47
@@ -148,26 +148,22 @@ module PulpRpmClient
148
148
  # List rpm distributions
149
149
  # ViewSet for RPM Distributions.
150
150
  # @param [Hash] opts the optional parameters
151
- # @option opts [String] :base_path Filter results where base_path matches value
151
+ # @option opts [String] :base_path
152
152
  # @option opts [String] :base_path__contains Filter results where base_path contains value
153
153
  # @option opts [String] :base_path__icontains Filter results where base_path contains value
154
154
  # @option opts [Array<String>] :base_path__in Filter results where base_path is in a comma-separated list of values
155
155
  # @option opts [Integer] :limit Number of results to return per page.
156
- # @option opts [String] :name Filter results where name matches value
156
+ # @option opts [String] :name
157
157
  # @option opts [String] :name__contains Filter results where name contains value
158
158
  # @option opts [String] :name__icontains Filter results where name contains value
159
159
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
160
160
  # @option opts [String] :name__startswith Filter results where name starts with value
161
161
  # @option opts [Integer] :offset The initial index from which to return the results.
162
- # @option opts [Array<String>] :ordering 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;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;base_path&#x60; - Base path * &#x60;-base_path&#x60; - Base path (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
163
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
164
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
162
+ # @option opts [Array<String>] :ordering Ordering
165
163
  # @option opts [String] :pulp_label_select Filter labels by search string
166
- # @option opts [String] :repository Filter results where repository matches value
167
- # @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
168
164
  # @option opts [String] :with_content Filter distributions based on the content served by them
169
- # @option opts [Array<String>] :fields A list of fields to include in the response.
170
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
165
+ # @option opts [String] :fields A list of fields to include in the response.
166
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
171
167
  # @return [PaginatedrpmRpmDistributionResponseList]
172
168
  def list(opts = {})
173
169
  data, _status_code, _headers = list_with_http_info(opts)
@@ -177,32 +173,28 @@ module PulpRpmClient
177
173
  # List rpm distributions
178
174
  # ViewSet for RPM Distributions.
179
175
  # @param [Hash] opts the optional parameters
180
- # @option opts [String] :base_path Filter results where base_path matches value
176
+ # @option opts [String] :base_path
181
177
  # @option opts [String] :base_path__contains Filter results where base_path contains value
182
178
  # @option opts [String] :base_path__icontains Filter results where base_path contains value
183
179
  # @option opts [Array<String>] :base_path__in Filter results where base_path is in a comma-separated list of values
184
180
  # @option opts [Integer] :limit Number of results to return per page.
185
- # @option opts [String] :name Filter results where name matches value
181
+ # @option opts [String] :name
186
182
  # @option opts [String] :name__contains Filter results where name contains value
187
183
  # @option opts [String] :name__icontains Filter results where name contains value
188
184
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
189
185
  # @option opts [String] :name__startswith Filter results where name starts with value
190
186
  # @option opts [Integer] :offset The initial index from which to return the results.
191
- # @option opts [Array<String>] :ordering 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;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;base_path&#x60; - Base path * &#x60;-base_path&#x60; - Base path (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
192
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
193
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
187
+ # @option opts [Array<String>] :ordering Ordering
194
188
  # @option opts [String] :pulp_label_select Filter labels by search string
195
- # @option opts [String] :repository Filter results where repository matches value
196
- # @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
197
189
  # @option opts [String] :with_content Filter distributions based on the content served by them
198
- # @option opts [Array<String>] :fields A list of fields to include in the response.
199
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
190
+ # @option opts [String] :fields A list of fields to include in the response.
191
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
200
192
  # @return [Array<(PaginatedrpmRpmDistributionResponseList, Integer, Hash)>] PaginatedrpmRpmDistributionResponseList data, response status code and response headers
201
193
  def list_with_http_info(opts = {})
202
194
  if @api_client.config.debugging
203
195
  @api_client.config.logger.debug 'Calling API: DistributionsRpmApi.list ...'
204
196
  end
205
- allowable_values = ["-base_path", "-name", "-pk", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "base_path", "name", "pk", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type"]
197
+ allowable_values = ["-base_path", "-content_guard", "-group_roles", "-name", "-pk", "-publication", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "-remote", "-repository", "-repository_version", "-rpm_rpmdistribution", "-user_roles", "base_path", "content_guard", "group_roles", "name", "pk", "publication", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type", "remote", "repository", "repository_version", "rpm_rpmdistribution", "user_roles"]
206
198
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
207
199
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
208
200
  end
@@ -223,14 +215,10 @@ module PulpRpmClient
223
215
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
224
216
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
225
217
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
226
- query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
227
- query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
228
218
  query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
229
- query_params[:'repository'] = opts[:'repository'] if !opts[:'repository'].nil?
230
- query_params[:'repository__in'] = @api_client.build_collection_param(opts[:'repository__in'], :csv) if !opts[:'repository__in'].nil?
231
219
  query_params[:'with_content'] = opts[:'with_content'] if !opts[:'with_content'].nil?
232
- query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
233
- query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
220
+ query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
221
+ query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
234
222
 
235
223
  # header parameters
236
224
  header_params = opts[:header_params] || {}
@@ -339,8 +327,8 @@ module PulpRpmClient
339
327
  # ViewSet for RPM Distributions.
340
328
  # @param rpm_rpm_distribution_href [String]
341
329
  # @param [Hash] opts the optional parameters
342
- # @option opts [Array<String>] :fields A list of fields to include in the response.
343
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
330
+ # @option opts [String] :fields A list of fields to include in the response.
331
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
344
332
  # @return [RpmRpmDistributionResponse]
345
333
  def read(rpm_rpm_distribution_href, opts = {})
346
334
  data, _status_code, _headers = read_with_http_info(rpm_rpm_distribution_href, opts)
@@ -351,8 +339,8 @@ module PulpRpmClient
351
339
  # ViewSet for RPM Distributions.
352
340
  # @param rpm_rpm_distribution_href [String]
353
341
  # @param [Hash] opts the optional parameters
354
- # @option opts [Array<String>] :fields A list of fields to include in the response.
355
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
342
+ # @option opts [String] :fields A list of fields to include in the response.
343
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
356
344
  # @return [Array<(RpmRpmDistributionResponse, Integer, Hash)>] RpmRpmDistributionResponse data, response status code and response headers
357
345
  def read_with_http_info(rpm_rpm_distribution_href, opts = {})
358
346
  if @api_client.config.debugging
@@ -367,8 +355,8 @@ module PulpRpmClient
367
355
 
368
356
  # query parameters
369
357
  query_params = opts[:query_params] || {}
370
- query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
371
- query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
358
+ query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
359
+ query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
372
360
 
373
361
  # header parameters
374
362
  header_params = opts[:header_params] || {}
@@ -150,19 +150,17 @@ module PulpRpmClient
150
150
  # @option opts [String] :content__in Content Unit referenced by HREF
151
151
  # @option opts [Integer] :limit Number of results to return per page.
152
152
  # @option opts [Integer] :offset The initial index from which to return the results.
153
- # @option opts [Array<String>] :ordering 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;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;pass_through&#x60; - Pass through * &#x60;-pass_through&#x60; - Pass through (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
154
- # @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
153
+ # @option opts [Array<String>] :ordering Ordering
154
+ # @option opts [DateTime] :pulp_created ISO 8601 formatted dates are supported
155
155
  # @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
156
156
  # @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
157
157
  # @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
158
158
  # @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
159
159
  # @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
160
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
161
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
162
160
  # @option opts [String] :repository Repository referenced by HREF
163
161
  # @option opts [String] :repository_version Repository Version referenced by HREF
164
- # @option opts [Array<String>] :fields A list of fields to include in the response.
165
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
162
+ # @option opts [String] :fields A list of fields to include in the response.
163
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
166
164
  # @return [PaginatedrpmRpmPublicationResponseList]
167
165
  def list(opts = {})
168
166
  data, _status_code, _headers = list_with_http_info(opts)
@@ -176,25 +174,23 @@ module PulpRpmClient
176
174
  # @option opts [String] :content__in Content Unit referenced by HREF
177
175
  # @option opts [Integer] :limit Number of results to return per page.
178
176
  # @option opts [Integer] :offset The initial index from which to return the results.
179
- # @option opts [Array<String>] :ordering 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;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;pass_through&#x60; - Pass through * &#x60;-pass_through&#x60; - Pass through (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
180
- # @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
177
+ # @option opts [Array<String>] :ordering Ordering
178
+ # @option opts [DateTime] :pulp_created ISO 8601 formatted dates are supported
181
179
  # @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
182
180
  # @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
183
181
  # @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
184
182
  # @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
185
183
  # @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
186
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
187
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
188
184
  # @option opts [String] :repository Repository referenced by HREF
189
185
  # @option opts [String] :repository_version Repository Version referenced by HREF
190
- # @option opts [Array<String>] :fields A list of fields to include in the response.
191
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
186
+ # @option opts [String] :fields A list of fields to include in the response.
187
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
192
188
  # @return [Array<(PaginatedrpmRpmPublicationResponseList, Integer, Hash)>] PaginatedrpmRpmPublicationResponseList data, response status code and response headers
193
189
  def list_with_http_info(opts = {})
194
190
  if @api_client.config.debugging
195
191
  @api_client.config.logger.debug 'Calling API: PublicationsRpmApi.list ...'
196
192
  end
197
- allowable_values = ["-complete", "-pass_through", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-pulp_type", "complete", "pass_through", "pk", "pulp_created", "pulp_id", "pulp_last_updated", "pulp_type"]
193
+ allowable_values = ["-complete", "-distribution", "-group_roles", "-pass_through", "-pk", "-published_artifact", "-published_metadata", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "-repository_version", "-rpm_rpmpublication", "-user_roles", "complete", "distribution", "group_roles", "pass_through", "pk", "published_artifact", "published_metadata", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type", "repository_version", "rpm_rpmpublication", "user_roles"]
198
194
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
199
195
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
200
196
  end
@@ -214,12 +210,10 @@ module PulpRpmClient
214
210
  query_params[:'pulp_created__lt'] = opts[:'pulp_created__lt'] if !opts[:'pulp_created__lt'].nil?
215
211
  query_params[:'pulp_created__lte'] = opts[:'pulp_created__lte'] if !opts[:'pulp_created__lte'].nil?
216
212
  query_params[:'pulp_created__range'] = @api_client.build_collection_param(opts[:'pulp_created__range'], :csv) if !opts[:'pulp_created__range'].nil?
217
- query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
218
- query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
219
213
  query_params[:'repository'] = opts[:'repository'] if !opts[:'repository'].nil?
220
214
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
221
- query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
222
- query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
215
+ query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
216
+ query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
223
217
 
224
218
  # header parameters
225
219
  header_params = opts[:header_params] || {}
@@ -258,8 +252,8 @@ module PulpRpmClient
258
252
  # ViewSet for Rpm Publications.
259
253
  # @param rpm_rpm_publication_href [String]
260
254
  # @param [Hash] opts the optional parameters
261
- # @option opts [Array<String>] :fields A list of fields to include in the response.
262
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
255
+ # @option opts [String] :fields A list of fields to include in the response.
256
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
263
257
  # @return [RpmRpmPublicationResponse]
264
258
  def read(rpm_rpm_publication_href, opts = {})
265
259
  data, _status_code, _headers = read_with_http_info(rpm_rpm_publication_href, opts)
@@ -270,8 +264,8 @@ module PulpRpmClient
270
264
  # ViewSet for Rpm Publications.
271
265
  # @param rpm_rpm_publication_href [String]
272
266
  # @param [Hash] opts the optional parameters
273
- # @option opts [Array<String>] :fields A list of fields to include in the response.
274
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
267
+ # @option opts [String] :fields A list of fields to include in the response.
268
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
275
269
  # @return [Array<(RpmRpmPublicationResponse, Integer, Hash)>] RpmRpmPublicationResponse data, response status code and response headers
276
270
  def read_with_http_info(rpm_rpm_publication_href, opts = {})
277
271
  if @api_client.config.debugging
@@ -286,8 +280,8 @@ module PulpRpmClient
286
280
 
287
281
  # query parameters
288
282
  query_params = opts[:query_params] || {}
289
- query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
290
- query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
283
+ query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
284
+ query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
291
285
 
292
286
  # header parameters
293
287
  header_params = opts[:header_params] || {}
@@ -149,24 +149,22 @@ module PulpRpmClient
149
149
  # A ViewSet for RpmRemote.
150
150
  # @param [Hash] opts the optional parameters
151
151
  # @option opts [Integer] :limit Number of results to return per page.
152
- # @option opts [String] :name Filter results where name matches value
152
+ # @option opts [String] :name
153
153
  # @option opts [String] :name__contains Filter results where name contains value
154
154
  # @option opts [String] :name__icontains Filter results where name contains value
155
155
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
156
156
  # @option opts [String] :name__startswith Filter results where name starts with value
157
157
  # @option opts [Integer] :offset The initial index from which to return the results.
158
- # @option opts [Array<String>] :ordering 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;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;url&#x60; - Url * &#x60;-url&#x60; - Url (descending) * &#x60;ca_cert&#x60; - Ca cert * &#x60;-ca_cert&#x60; - Ca cert (descending) * &#x60;client_cert&#x60; - Client cert * &#x60;-client_cert&#x60; - Client cert (descending) * &#x60;client_key&#x60; - Client key * &#x60;-client_key&#x60; - Client key (descending) * &#x60;tls_validation&#x60; - Tls validation * &#x60;-tls_validation&#x60; - Tls validation (descending) * &#x60;username&#x60; - Username * &#x60;-username&#x60; - Username (descending) * &#x60;password&#x60; - Password * &#x60;-password&#x60; - Password (descending) * &#x60;proxy_url&#x60; - Proxy url * &#x60;-proxy_url&#x60; - Proxy url (descending) * &#x60;proxy_username&#x60; - Proxy username * &#x60;-proxy_username&#x60; - Proxy username (descending) * &#x60;proxy_password&#x60; - Proxy password * &#x60;-proxy_password&#x60; - Proxy password (descending) * &#x60;download_concurrency&#x60; - Download concurrency * &#x60;-download_concurrency&#x60; - Download concurrency (descending) * &#x60;max_retries&#x60; - Max retries * &#x60;-max_retries&#x60; - Max retries (descending) * &#x60;policy&#x60; - Policy * &#x60;-policy&#x60; - Policy (descending) * &#x60;total_timeout&#x60; - Total timeout * &#x60;-total_timeout&#x60; - Total timeout (descending) * &#x60;connect_timeout&#x60; - Connect timeout * &#x60;-connect_timeout&#x60; - Connect timeout (descending) * &#x60;sock_connect_timeout&#x60; - Sock connect timeout * &#x60;-sock_connect_timeout&#x60; - Sock connect timeout (descending) * &#x60;sock_read_timeout&#x60; - Sock read timeout * &#x60;-sock_read_timeout&#x60; - Sock read timeout (descending) * &#x60;headers&#x60; - Headers * &#x60;-headers&#x60; - Headers (descending) * &#x60;rate_limit&#x60; - Rate limit * &#x60;-rate_limit&#x60; - Rate limit (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
159
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
160
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
158
+ # @option opts [Array<String>] :ordering Ordering
161
159
  # @option opts [String] :pulp_label_select Filter labels by search string
162
- # @option opts [DateTime] :pulp_last_updated Filter results where pulp_last_updated matches value
160
+ # @option opts [DateTime] :pulp_last_updated ISO 8601 formatted dates are supported
163
161
  # @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
164
162
  # @option opts [DateTime] :pulp_last_updated__gte Filter results where pulp_last_updated is greater than or equal to value
165
163
  # @option opts [DateTime] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
166
164
  # @option opts [DateTime] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
167
165
  # @option opts [Array<DateTime>] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
168
- # @option opts [Array<String>] :fields A list of fields to include in the response.
169
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
166
+ # @option opts [String] :fields A list of fields to include in the response.
167
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
170
168
  # @return [PaginatedrpmRpmRemoteResponseList]
171
169
  def list(opts = {})
172
170
  data, _status_code, _headers = list_with_http_info(opts)
@@ -177,30 +175,28 @@ module PulpRpmClient
177
175
  # A ViewSet for RpmRemote.
178
176
  # @param [Hash] opts the optional parameters
179
177
  # @option opts [Integer] :limit Number of results to return per page.
180
- # @option opts [String] :name Filter results where name matches value
178
+ # @option opts [String] :name
181
179
  # @option opts [String] :name__contains Filter results where name contains value
182
180
  # @option opts [String] :name__icontains Filter results where name contains value
183
181
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
184
182
  # @option opts [String] :name__startswith Filter results where name starts with value
185
183
  # @option opts [Integer] :offset The initial index from which to return the results.
186
- # @option opts [Array<String>] :ordering 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;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;url&#x60; - Url * &#x60;-url&#x60; - Url (descending) * &#x60;ca_cert&#x60; - Ca cert * &#x60;-ca_cert&#x60; - Ca cert (descending) * &#x60;client_cert&#x60; - Client cert * &#x60;-client_cert&#x60; - Client cert (descending) * &#x60;client_key&#x60; - Client key * &#x60;-client_key&#x60; - Client key (descending) * &#x60;tls_validation&#x60; - Tls validation * &#x60;-tls_validation&#x60; - Tls validation (descending) * &#x60;username&#x60; - Username * &#x60;-username&#x60; - Username (descending) * &#x60;password&#x60; - Password * &#x60;-password&#x60; - Password (descending) * &#x60;proxy_url&#x60; - Proxy url * &#x60;-proxy_url&#x60; - Proxy url (descending) * &#x60;proxy_username&#x60; - Proxy username * &#x60;-proxy_username&#x60; - Proxy username (descending) * &#x60;proxy_password&#x60; - Proxy password * &#x60;-proxy_password&#x60; - Proxy password (descending) * &#x60;download_concurrency&#x60; - Download concurrency * &#x60;-download_concurrency&#x60; - Download concurrency (descending) * &#x60;max_retries&#x60; - Max retries * &#x60;-max_retries&#x60; - Max retries (descending) * &#x60;policy&#x60; - Policy * &#x60;-policy&#x60; - Policy (descending) * &#x60;total_timeout&#x60; - Total timeout * &#x60;-total_timeout&#x60; - Total timeout (descending) * &#x60;connect_timeout&#x60; - Connect timeout * &#x60;-connect_timeout&#x60; - Connect timeout (descending) * &#x60;sock_connect_timeout&#x60; - Sock connect timeout * &#x60;-sock_connect_timeout&#x60; - Sock connect timeout (descending) * &#x60;sock_read_timeout&#x60; - Sock read timeout * &#x60;-sock_read_timeout&#x60; - Sock read timeout (descending) * &#x60;headers&#x60; - Headers * &#x60;-headers&#x60; - Headers (descending) * &#x60;rate_limit&#x60; - Rate limit * &#x60;-rate_limit&#x60; - Rate limit (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
187
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
188
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
184
+ # @option opts [Array<String>] :ordering Ordering
189
185
  # @option opts [String] :pulp_label_select Filter labels by search string
190
- # @option opts [DateTime] :pulp_last_updated Filter results where pulp_last_updated matches value
186
+ # @option opts [DateTime] :pulp_last_updated ISO 8601 formatted dates are supported
191
187
  # @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
192
188
  # @option opts [DateTime] :pulp_last_updated__gte Filter results where pulp_last_updated is greater than or equal to value
193
189
  # @option opts [DateTime] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
194
190
  # @option opts [DateTime] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
195
191
  # @option opts [Array<DateTime>] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
196
- # @option opts [Array<String>] :fields A list of fields to include in the response.
197
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
192
+ # @option opts [String] :fields A list of fields to include in the response.
193
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
198
194
  # @return [Array<(PaginatedrpmRpmRemoteResponseList, Integer, Hash)>] PaginatedrpmRpmRemoteResponseList data, response status code and response headers
199
195
  def list_with_http_info(opts = {})
200
196
  if @api_client.config.debugging
201
197
  @api_client.config.logger.debug 'Calling API: RemotesRpmApi.list ...'
202
198
  end
203
- allowable_values = ["-ca_cert", "-client_cert", "-client_key", "-connect_timeout", "-download_concurrency", "-headers", "-max_retries", "-name", "-password", "-pk", "-policy", "-proxy_password", "-proxy_url", "-proxy_username", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "-rate_limit", "-sock_connect_timeout", "-sock_read_timeout", "-tls_validation", "-total_timeout", "-url", "-username", "ca_cert", "client_cert", "client_key", "connect_timeout", "download_concurrency", "headers", "max_retries", "name", "password", "pk", "policy", "proxy_password", "proxy_url", "proxy_username", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type", "rate_limit", "sock_connect_timeout", "sock_read_timeout", "tls_validation", "total_timeout", "url", "username"]
199
+ allowable_values = ["-alternatecontentsource", "-basedistribution", "-ca_cert", "-client_cert", "-client_key", "-connect_timeout", "-distribution", "-download_concurrency", "-group_roles", "-headers", "-max_retries", "-name", "-password", "-pk", "-policy", "-proxy_password", "-proxy_url", "-proxy_username", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "-rate_limit", "-remoteartifact", "-repository", "-rpm_rpmremote", "-rpm_ulnremote", "-sock_connect_timeout", "-sock_read_timeout", "-tls_validation", "-total_timeout", "-url", "-user_roles", "-username", "alternatecontentsource", "basedistribution", "ca_cert", "client_cert", "client_key", "connect_timeout", "distribution", "download_concurrency", "group_roles", "headers", "max_retries", "name", "password", "pk", "policy", "proxy_password", "proxy_url", "proxy_username", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type", "rate_limit", "remoteartifact", "repository", "rpm_rpmremote", "rpm_ulnremote", "sock_connect_timeout", "sock_read_timeout", "tls_validation", "total_timeout", "url", "user_roles", "username"]
204
200
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
205
201
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
206
202
  end
@@ -217,8 +213,6 @@ module PulpRpmClient
217
213
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
218
214
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
219
215
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
220
- query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
221
- query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
222
216
  query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
223
217
  query_params[:'pulp_last_updated'] = opts[:'pulp_last_updated'] if !opts[:'pulp_last_updated'].nil?
224
218
  query_params[:'pulp_last_updated__gt'] = opts[:'pulp_last_updated__gt'] if !opts[:'pulp_last_updated__gt'].nil?
@@ -226,8 +220,8 @@ module PulpRpmClient
226
220
  query_params[:'pulp_last_updated__lt'] = opts[:'pulp_last_updated__lt'] if !opts[:'pulp_last_updated__lt'].nil?
227
221
  query_params[:'pulp_last_updated__lte'] = opts[:'pulp_last_updated__lte'] if !opts[:'pulp_last_updated__lte'].nil?
228
222
  query_params[:'pulp_last_updated__range'] = @api_client.build_collection_param(opts[:'pulp_last_updated__range'], :csv) if !opts[:'pulp_last_updated__range'].nil?
229
- query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
230
- query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
223
+ query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
224
+ query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
231
225
 
232
226
  # header parameters
233
227
  header_params = opts[:header_params] || {}
@@ -336,8 +330,8 @@ module PulpRpmClient
336
330
  # A ViewSet for RpmRemote.
337
331
  # @param rpm_rpm_remote_href [String]
338
332
  # @param [Hash] opts the optional parameters
339
- # @option opts [Array<String>] :fields A list of fields to include in the response.
340
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
333
+ # @option opts [String] :fields A list of fields to include in the response.
334
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
341
335
  # @return [RpmRpmRemoteResponse]
342
336
  def read(rpm_rpm_remote_href, opts = {})
343
337
  data, _status_code, _headers = read_with_http_info(rpm_rpm_remote_href, opts)
@@ -348,8 +342,8 @@ module PulpRpmClient
348
342
  # A ViewSet for RpmRemote.
349
343
  # @param rpm_rpm_remote_href [String]
350
344
  # @param [Hash] opts the optional parameters
351
- # @option opts [Array<String>] :fields A list of fields to include in the response.
352
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
345
+ # @option opts [String] :fields A list of fields to include in the response.
346
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
353
347
  # @return [Array<(RpmRpmRemoteResponse, Integer, Hash)>] RpmRpmRemoteResponse data, response status code and response headers
354
348
  def read_with_http_info(rpm_rpm_remote_href, opts = {})
355
349
  if @api_client.config.debugging
@@ -364,8 +358,8 @@ module PulpRpmClient
364
358
 
365
359
  # query parameters
366
360
  query_params = opts[:query_params] || {}
367
- query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
368
- query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
361
+ query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
362
+ query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
369
363
 
370
364
  # header parameters
371
365
  header_params = opts[:header_params] || {}
@@ -149,24 +149,22 @@ module PulpRpmClient
149
149
  # A ViewSet for UlnRemote.
150
150
  # @param [Hash] opts the optional parameters
151
151
  # @option opts [Integer] :limit Number of results to return per page.
152
- # @option opts [String] :name Filter results where name matches value
152
+ # @option opts [String] :name
153
153
  # @option opts [String] :name__contains Filter results where name contains value
154
154
  # @option opts [String] :name__icontains Filter results where name contains value
155
155
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
156
156
  # @option opts [String] :name__startswith Filter results where name starts with value
157
157
  # @option opts [Integer] :offset The initial index from which to return the results.
158
- # @option opts [Array<String>] :ordering 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;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;url&#x60; - Url * &#x60;-url&#x60; - Url (descending) * &#x60;ca_cert&#x60; - Ca cert * &#x60;-ca_cert&#x60; - Ca cert (descending) * &#x60;client_cert&#x60; - Client cert * &#x60;-client_cert&#x60; - Client cert (descending) * &#x60;client_key&#x60; - Client key * &#x60;-client_key&#x60; - Client key (descending) * &#x60;tls_validation&#x60; - Tls validation * &#x60;-tls_validation&#x60; - Tls validation (descending) * &#x60;username&#x60; - Username * &#x60;-username&#x60; - Username (descending) * &#x60;password&#x60; - Password * &#x60;-password&#x60; - Password (descending) * &#x60;proxy_url&#x60; - Proxy url * &#x60;-proxy_url&#x60; - Proxy url (descending) * &#x60;proxy_username&#x60; - Proxy username * &#x60;-proxy_username&#x60; - Proxy username (descending) * &#x60;proxy_password&#x60; - Proxy password * &#x60;-proxy_password&#x60; - Proxy password (descending) * &#x60;download_concurrency&#x60; - Download concurrency * &#x60;-download_concurrency&#x60; - Download concurrency (descending) * &#x60;max_retries&#x60; - Max retries * &#x60;-max_retries&#x60; - Max retries (descending) * &#x60;policy&#x60; - Policy * &#x60;-policy&#x60; - Policy (descending) * &#x60;total_timeout&#x60; - Total timeout * &#x60;-total_timeout&#x60; - Total timeout (descending) * &#x60;connect_timeout&#x60; - Connect timeout * &#x60;-connect_timeout&#x60; - Connect timeout (descending) * &#x60;sock_connect_timeout&#x60; - Sock connect timeout * &#x60;-sock_connect_timeout&#x60; - Sock connect timeout (descending) * &#x60;sock_read_timeout&#x60; - Sock read timeout * &#x60;-sock_read_timeout&#x60; - Sock read timeout (descending) * &#x60;headers&#x60; - Headers * &#x60;-headers&#x60; - Headers (descending) * &#x60;rate_limit&#x60; - Rate limit * &#x60;-rate_limit&#x60; - Rate limit (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
159
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
160
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
158
+ # @option opts [Array<String>] :ordering Ordering
161
159
  # @option opts [String] :pulp_label_select Filter labels by search string
162
- # @option opts [DateTime] :pulp_last_updated Filter results where pulp_last_updated matches value
160
+ # @option opts [DateTime] :pulp_last_updated ISO 8601 formatted dates are supported
163
161
  # @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
164
162
  # @option opts [DateTime] :pulp_last_updated__gte Filter results where pulp_last_updated is greater than or equal to value
165
163
  # @option opts [DateTime] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
166
164
  # @option opts [DateTime] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
167
165
  # @option opts [Array<DateTime>] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
168
- # @option opts [Array<String>] :fields A list of fields to include in the response.
169
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
166
+ # @option opts [String] :fields A list of fields to include in the response.
167
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
170
168
  # @return [PaginatedrpmUlnRemoteResponseList]
171
169
  def list(opts = {})
172
170
  data, _status_code, _headers = list_with_http_info(opts)
@@ -177,30 +175,28 @@ module PulpRpmClient
177
175
  # A ViewSet for UlnRemote.
178
176
  # @param [Hash] opts the optional parameters
179
177
  # @option opts [Integer] :limit Number of results to return per page.
180
- # @option opts [String] :name Filter results where name matches value
178
+ # @option opts [String] :name
181
179
  # @option opts [String] :name__contains Filter results where name contains value
182
180
  # @option opts [String] :name__icontains Filter results where name contains value
183
181
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
184
182
  # @option opts [String] :name__startswith Filter results where name starts with value
185
183
  # @option opts [Integer] :offset The initial index from which to return the results.
186
- # @option opts [Array<String>] :ordering 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;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;url&#x60; - Url * &#x60;-url&#x60; - Url (descending) * &#x60;ca_cert&#x60; - Ca cert * &#x60;-ca_cert&#x60; - Ca cert (descending) * &#x60;client_cert&#x60; - Client cert * &#x60;-client_cert&#x60; - Client cert (descending) * &#x60;client_key&#x60; - Client key * &#x60;-client_key&#x60; - Client key (descending) * &#x60;tls_validation&#x60; - Tls validation * &#x60;-tls_validation&#x60; - Tls validation (descending) * &#x60;username&#x60; - Username * &#x60;-username&#x60; - Username (descending) * &#x60;password&#x60; - Password * &#x60;-password&#x60; - Password (descending) * &#x60;proxy_url&#x60; - Proxy url * &#x60;-proxy_url&#x60; - Proxy url (descending) * &#x60;proxy_username&#x60; - Proxy username * &#x60;-proxy_username&#x60; - Proxy username (descending) * &#x60;proxy_password&#x60; - Proxy password * &#x60;-proxy_password&#x60; - Proxy password (descending) * &#x60;download_concurrency&#x60; - Download concurrency * &#x60;-download_concurrency&#x60; - Download concurrency (descending) * &#x60;max_retries&#x60; - Max retries * &#x60;-max_retries&#x60; - Max retries (descending) * &#x60;policy&#x60; - Policy * &#x60;-policy&#x60; - Policy (descending) * &#x60;total_timeout&#x60; - Total timeout * &#x60;-total_timeout&#x60; - Total timeout (descending) * &#x60;connect_timeout&#x60; - Connect timeout * &#x60;-connect_timeout&#x60; - Connect timeout (descending) * &#x60;sock_connect_timeout&#x60; - Sock connect timeout * &#x60;-sock_connect_timeout&#x60; - Sock connect timeout (descending) * &#x60;sock_read_timeout&#x60; - Sock read timeout * &#x60;-sock_read_timeout&#x60; - Sock read timeout (descending) * &#x60;headers&#x60; - Headers * &#x60;-headers&#x60; - Headers (descending) * &#x60;rate_limit&#x60; - Rate limit * &#x60;-rate_limit&#x60; - Rate limit (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
187
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
188
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
184
+ # @option opts [Array<String>] :ordering Ordering
189
185
  # @option opts [String] :pulp_label_select Filter labels by search string
190
- # @option opts [DateTime] :pulp_last_updated Filter results where pulp_last_updated matches value
186
+ # @option opts [DateTime] :pulp_last_updated ISO 8601 formatted dates are supported
191
187
  # @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
192
188
  # @option opts [DateTime] :pulp_last_updated__gte Filter results where pulp_last_updated is greater than or equal to value
193
189
  # @option opts [DateTime] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
194
190
  # @option opts [DateTime] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
195
191
  # @option opts [Array<DateTime>] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
196
- # @option opts [Array<String>] :fields A list of fields to include in the response.
197
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
192
+ # @option opts [String] :fields A list of fields to include in the response.
193
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
198
194
  # @return [Array<(PaginatedrpmUlnRemoteResponseList, Integer, Hash)>] PaginatedrpmUlnRemoteResponseList data, response status code and response headers
199
195
  def list_with_http_info(opts = {})
200
196
  if @api_client.config.debugging
201
197
  @api_client.config.logger.debug 'Calling API: RemotesUlnApi.list ...'
202
198
  end
203
- allowable_values = ["-ca_cert", "-client_cert", "-client_key", "-connect_timeout", "-download_concurrency", "-headers", "-max_retries", "-name", "-password", "-pk", "-policy", "-proxy_password", "-proxy_url", "-proxy_username", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "-rate_limit", "-sock_connect_timeout", "-sock_read_timeout", "-tls_validation", "-total_timeout", "-url", "-username", "ca_cert", "client_cert", "client_key", "connect_timeout", "download_concurrency", "headers", "max_retries", "name", "password", "pk", "policy", "proxy_password", "proxy_url", "proxy_username", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type", "rate_limit", "sock_connect_timeout", "sock_read_timeout", "tls_validation", "total_timeout", "url", "username"]
199
+ allowable_values = ["-alternatecontentsource", "-basedistribution", "-ca_cert", "-client_cert", "-client_key", "-connect_timeout", "-distribution", "-download_concurrency", "-group_roles", "-headers", "-max_retries", "-name", "-password", "-pk", "-policy", "-proxy_password", "-proxy_url", "-proxy_username", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "-rate_limit", "-remoteartifact", "-repository", "-rpm_rpmremote", "-rpm_ulnremote", "-sock_connect_timeout", "-sock_read_timeout", "-tls_validation", "-total_timeout", "-url", "-user_roles", "-username", "alternatecontentsource", "basedistribution", "ca_cert", "client_cert", "client_key", "connect_timeout", "distribution", "download_concurrency", "group_roles", "headers", "max_retries", "name", "password", "pk", "policy", "proxy_password", "proxy_url", "proxy_username", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type", "rate_limit", "remoteartifact", "repository", "rpm_rpmremote", "rpm_ulnremote", "sock_connect_timeout", "sock_read_timeout", "tls_validation", "total_timeout", "url", "user_roles", "username"]
204
200
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
205
201
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
206
202
  end
@@ -217,8 +213,6 @@ module PulpRpmClient
217
213
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
218
214
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
219
215
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
220
- query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
221
- query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
222
216
  query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
223
217
  query_params[:'pulp_last_updated'] = opts[:'pulp_last_updated'] if !opts[:'pulp_last_updated'].nil?
224
218
  query_params[:'pulp_last_updated__gt'] = opts[:'pulp_last_updated__gt'] if !opts[:'pulp_last_updated__gt'].nil?
@@ -226,8 +220,8 @@ module PulpRpmClient
226
220
  query_params[:'pulp_last_updated__lt'] = opts[:'pulp_last_updated__lt'] if !opts[:'pulp_last_updated__lt'].nil?
227
221
  query_params[:'pulp_last_updated__lte'] = opts[:'pulp_last_updated__lte'] if !opts[:'pulp_last_updated__lte'].nil?
228
222
  query_params[:'pulp_last_updated__range'] = @api_client.build_collection_param(opts[:'pulp_last_updated__range'], :csv) if !opts[:'pulp_last_updated__range'].nil?
229
- query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
230
- query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
223
+ query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
224
+ query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
231
225
 
232
226
  # header parameters
233
227
  header_params = opts[:header_params] || {}
@@ -336,8 +330,8 @@ module PulpRpmClient
336
330
  # A ViewSet for UlnRemote.
337
331
  # @param rpm_uln_remote_href [String]
338
332
  # @param [Hash] opts the optional parameters
339
- # @option opts [Array<String>] :fields A list of fields to include in the response.
340
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
333
+ # @option opts [String] :fields A list of fields to include in the response.
334
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
341
335
  # @return [RpmUlnRemoteResponse]
342
336
  def read(rpm_uln_remote_href, opts = {})
343
337
  data, _status_code, _headers = read_with_http_info(rpm_uln_remote_href, opts)
@@ -348,8 +342,8 @@ module PulpRpmClient
348
342
  # A ViewSet for UlnRemote.
349
343
  # @param rpm_uln_remote_href [String]
350
344
  # @param [Hash] opts the optional parameters
351
- # @option opts [Array<String>] :fields A list of fields to include in the response.
352
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
345
+ # @option opts [String] :fields A list of fields to include in the response.
346
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
353
347
  # @return [Array<(RpmUlnRemoteResponse, Integer, Hash)>] RpmUlnRemoteResponse data, response status code and response headers
354
348
  def read_with_http_info(rpm_uln_remote_href, opts = {})
355
349
  if @api_client.config.debugging
@@ -364,8 +358,8 @@ module PulpRpmClient
364
358
 
365
359
  # query parameters
366
360
  query_params = opts[:query_params] || {}
367
- query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
368
- query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
361
+ query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
362
+ query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
369
363
 
370
364
  # header parameters
371
365
  header_params = opts[:header_params] || {}