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
@@ -32,7 +32,7 @@ module PulpRpmClient
32
32
  # An optional description.
33
33
  attr_accessor :description
34
34
 
35
- # Retain X versions of the repository. Default is null which retains all versions.
35
+ # Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future.
36
36
  attr_accessor :retain_repo_versions
37
37
 
38
38
  # An optional remote to use by default when syncing.
@@ -47,10 +47,10 @@ module PulpRpmClient
47
47
  # The number of versions of each package to keep in the repository; older versions will be purged. The default is '0', which will disable this feature and keep all versions of each package.
48
48
  attr_accessor :retain_package_versions
49
49
 
50
- # The checksum type for metadata. * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512
50
+ # The checksum type for metadata.
51
51
  attr_accessor :metadata_checksum_type
52
52
 
53
- # The checksum type for packages. * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512
53
+ # The checksum type for packages.
54
54
  attr_accessor :package_checksum_type
55
55
 
56
56
  # An option specifying whether a client should perform a GPG signature check on packages.
@@ -91,7 +91,7 @@ module PulpRpmClient
91
91
  :'pulp_href' => :'String',
92
92
  :'pulp_created' => :'DateTime',
93
93
  :'versions_href' => :'String',
94
- :'pulp_labels' => :'Hash<String, String>',
94
+ :'pulp_labels' => :'Object',
95
95
  :'latest_version_href' => :'String',
96
96
  :'name' => :'String',
97
97
  :'description' => :'String',
@@ -148,9 +148,7 @@ module PulpRpmClient
148
148
  end
149
149
 
150
150
  if attributes.key?(:'pulp_labels')
151
- if (value = attributes[:'pulp_labels']).is_a?(Hash)
152
- self.pulp_labels = value
153
- end
151
+ self.pulp_labels = attributes[:'pulp_labels']
154
152
  end
155
153
 
156
154
  if attributes.key?(:'latest_version_href')
@@ -56,7 +56,7 @@ module PulpRpmClient
56
56
  # Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used.
57
57
  attr_accessor :max_retries
58
58
 
59
- # The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'immediate' is the default. * `immediate` - When syncing, download all metadata and content now. * `on_demand` - When syncing, download metadata, but do not download content now. Instead, download content as clients request it, and save it in Pulp to be served for future client requests. * `streamed` - When syncing, download metadata, but do not download content now. Instead,download content as clients request it, but never save it in Pulp. This causes future requests for that same content to have to be downloaded again.
59
+ # The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'immediate' is the default.
60
60
  attr_accessor :policy
61
61
 
62
62
  # aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.
@@ -122,7 +122,7 @@ module PulpRpmClient
122
122
  :'proxy_password' => :'String',
123
123
  :'username' => :'String',
124
124
  :'password' => :'String',
125
- :'pulp_labels' => :'Hash<String, String>',
125
+ :'pulp_labels' => :'Object',
126
126
  :'download_concurrency' => :'Integer',
127
127
  :'max_retries' => :'Integer',
128
128
  :'policy' => :'PolicyEnum',
@@ -216,9 +216,7 @@ module PulpRpmClient
216
216
  end
217
217
 
218
218
  if attributes.key?(:'pulp_labels')
219
- if (value = attributes[:'pulp_labels']).is_a?(Hash)
220
- self.pulp_labels = value
221
- end
219
+ self.pulp_labels = attributes[:'pulp_labels']
222
220
  end
223
221
 
224
222
  if attributes.key?(:'download_concurrency')
@@ -49,7 +49,7 @@ module PulpRpmClient
49
49
  # Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used.
50
50
  attr_accessor :max_retries
51
51
 
52
- # The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'immediate' is the default. * `immediate` - When syncing, download all metadata and content now. * `on_demand` - When syncing, download metadata, but do not download content now. Instead, download content as clients request it, and save it in Pulp to be served for future client requests. * `streamed` - When syncing, download metadata, but do not download content now. Instead,download content as clients request it, but never save it in Pulp. This causes future requests for that same content to have to be downloaded again.
52
+ # The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'immediate' is the default.
53
53
  attr_accessor :policy
54
54
 
55
55
  # aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.
@@ -70,9 +70,6 @@ module PulpRpmClient
70
70
  # Limits requests per second for each concurrent downloader
71
71
  attr_accessor :rate_limit
72
72
 
73
- # List of hidden (write only) fields
74
- attr_accessor :hidden_fields
75
-
76
73
  # Base URL of the ULN server. If the uln_server_base_url is not provided pulp_rpm willuse the contents of the DEFAULT_ULN_SERVER_BASE_URL setting instead.
77
74
  attr_accessor :uln_server_base_url
78
75
 
@@ -98,7 +95,6 @@ module PulpRpmClient
98
95
  :'sock_read_timeout' => :'sock_read_timeout',
99
96
  :'headers' => :'headers',
100
97
  :'rate_limit' => :'rate_limit',
101
- :'hidden_fields' => :'hidden_fields',
102
98
  :'uln_server_base_url' => :'uln_server_base_url'
103
99
  }
104
100
  end
@@ -114,7 +110,7 @@ module PulpRpmClient
114
110
  :'client_cert' => :'String',
115
111
  :'tls_validation' => :'Boolean',
116
112
  :'proxy_url' => :'String',
117
- :'pulp_labels' => :'Hash<String, String>',
113
+ :'pulp_labels' => :'Object',
118
114
  :'pulp_last_updated' => :'DateTime',
119
115
  :'download_concurrency' => :'Integer',
120
116
  :'max_retries' => :'Integer',
@@ -125,7 +121,6 @@ module PulpRpmClient
125
121
  :'sock_read_timeout' => :'Float',
126
122
  :'headers' => :'Array<Object>',
127
123
  :'rate_limit' => :'Integer',
128
- :'hidden_fields' => :'Array<RpmRpmRemoteResponseHiddenFields>',
129
124
  :'uln_server_base_url' => :'String'
130
125
  }
131
126
  end
@@ -195,9 +190,7 @@ module PulpRpmClient
195
190
  end
196
191
 
197
192
  if attributes.key?(:'pulp_labels')
198
- if (value = attributes[:'pulp_labels']).is_a?(Hash)
199
- self.pulp_labels = value
200
- end
193
+ self.pulp_labels = attributes[:'pulp_labels']
201
194
  end
202
195
 
203
196
  if attributes.key?(:'pulp_last_updated')
@@ -242,12 +235,6 @@ module PulpRpmClient
242
235
  self.rate_limit = attributes[:'rate_limit']
243
236
  end
244
237
 
245
- if attributes.key?(:'hidden_fields')
246
- if (value = attributes[:'hidden_fields']).is_a?(Array)
247
- self.hidden_fields = value
248
- end
249
- end
250
-
251
238
  if attributes.key?(:'uln_server_base_url')
252
239
  self.uln_server_base_url = attributes[:'uln_server_base_url']
253
240
  end
@@ -375,7 +362,6 @@ module PulpRpmClient
375
362
  sock_read_timeout == o.sock_read_timeout &&
376
363
  headers == o.headers &&
377
364
  rate_limit == o.rate_limit &&
378
- hidden_fields == o.hidden_fields &&
379
365
  uln_server_base_url == o.uln_server_base_url
380
366
  end
381
367
 
@@ -388,7 +374,7 @@ module PulpRpmClient
388
374
  # Calculates hash code according to all attributes.
389
375
  # @return [Integer] Hash code
390
376
  def hash
391
- [pulp_href, pulp_created, name, url, ca_cert, client_cert, tls_validation, proxy_url, pulp_labels, pulp_last_updated, download_concurrency, max_retries, policy, total_timeout, connect_timeout, sock_connect_timeout, sock_read_timeout, headers, rate_limit, hidden_fields, uln_server_base_url].hash
377
+ [pulp_href, pulp_created, name, url, ca_cert, client_cert, tls_validation, proxy_url, pulp_labels, pulp_last_updated, download_concurrency, max_retries, policy, total_timeout, connect_timeout, sock_connect_timeout, sock_read_timeout, headers, rate_limit, uln_server_base_url].hash
392
378
  end
393
379
 
394
380
  # Builds the object from hash
@@ -15,7 +15,6 @@ require 'date'
15
15
  module PulpRpmClient
16
16
  class SkipTypesEnum
17
17
  SRPM = "srpm".freeze
18
- TREEINFO = "treeinfo".freeze
19
18
 
20
19
  # Builds the enum from string
21
20
  # @param [String] The enum value in the form of the string
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpRpmClient
14
- VERSION = '3.18.20'
14
+ VERSION = '3.19.0.dev1662960501'
15
15
  end
@@ -77,7 +77,6 @@ require 'pulp_rpm_client/models/rpm_rpm_publication'
77
77
  require 'pulp_rpm_client/models/rpm_rpm_publication_response'
78
78
  require 'pulp_rpm_client/models/rpm_rpm_remote'
79
79
  require 'pulp_rpm_client/models/rpm_rpm_remote_response'
80
- require 'pulp_rpm_client/models/rpm_rpm_remote_response_hidden_fields'
81
80
  require 'pulp_rpm_client/models/rpm_rpm_repository'
82
81
  require 'pulp_rpm_client/models/rpm_rpm_repository_response'
83
82
  require 'pulp_rpm_client/models/rpm_uln_remote'
@@ -61,17 +61,15 @@ describe 'AcsRpmApi' do
61
61
  # ViewSet for ACS.
62
62
  # @param [Hash] opts the optional parameters
63
63
  # @option opts [Integer] :limit Number of results to return per page.
64
- # @option opts [String] :name Filter results where name matches value
64
+ # @option opts [String] :name
65
65
  # @option opts [String] :name__contains Filter results where name contains value
66
66
  # @option opts [String] :name__icontains Filter results where name contains value
67
67
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
68
68
  # @option opts [String] :name__startswith Filter results where name starts with value
69
69
  # @option opts [Integer] :offset The initial index from which to return the results.
70
- # @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;last_refreshed&#x60; - Last refreshed * &#x60;-last_refreshed&#x60; - Last refreshed (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
71
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
72
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
73
- # @option opts [Array<String>] :fields A list of fields to include in the response.
74
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
70
+ # @option opts [Array<String>] :ordering Ordering
71
+ # @option opts [String] :fields A list of fields to include in the response.
72
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
75
73
  # @return [PaginatedrpmRpmAlternateContentSourceResponseList]
76
74
  describe 'list test' do
77
75
  it 'should work' do
@@ -97,8 +95,8 @@ describe 'AcsRpmApi' do
97
95
  # ViewSet for ACS.
98
96
  # @param rpm_rpm_alternate_content_source_href
99
97
  # @param [Hash] opts the optional parameters
100
- # @option opts [Array<String>] :fields A list of fields to include in the response.
101
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
98
+ # @option opts [String] :fields A list of fields to include in the response.
99
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
102
100
  # @return [RpmRpmAlternateContentSourceResponse]
103
101
  describe 'read test' do
104
102
  it 'should work' do
@@ -53,9 +53,7 @@ describe 'ContentAdvisoriesApi' do
53
53
  # @option opts [Array<String>] :id__in Filter results where id is in a comma-separated list of values
54
54
  # @option opts [Integer] :limit Number of results to return per page.
55
55
  # @option opts [Integer] :offset The initial index from which to return the results.
56
- # @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;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)
57
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
58
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
56
+ # @option opts [Array<String>] :ordering Ordering
59
57
  # @option opts [String] :repository_version Repository Version referenced by HREF
60
58
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
61
59
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -68,8 +66,8 @@ describe 'ContentAdvisoriesApi' do
68
66
  # @option opts [String] :type Filter results where type matches value
69
67
  # @option opts [Array<String>] :type__in Filter results where type is in a comma-separated list of values
70
68
  # @option opts [String] :type__ne Filter results where type not equal to value
71
- # @option opts [Array<String>] :fields A list of fields to include in the response.
72
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
69
+ # @option opts [String] :fields A list of fields to include in the response.
70
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
73
71
  # @return [PaginatedrpmUpdateRecordResponseList]
74
72
  describe 'list test' do
75
73
  it 'should work' do
@@ -82,8 +80,8 @@ describe 'ContentAdvisoriesApi' do
82
80
  # A ViewSet for UpdateRecord. Define endpoint name which will appear in the API endpoint for this content type. For example:: http://pulp.example.com/pulp/api/v3/content/rpm/advisories/ Also specify queryset and serializer for UpdateRecord.
83
81
  # @param rpm_update_record_href
84
82
  # @param [Hash] opts the optional parameters
85
- # @option opts [Array<String>] :fields A list of fields to include in the response.
86
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
83
+ # @option opts [String] :fields A list of fields to include in the response.
84
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
87
85
  # @return [RpmUpdateRecordResponse]
88
86
  describe 'read test' do
89
87
  it 'should work' do
@@ -38,14 +38,12 @@ describe 'ContentDistributionTreesApi' do
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @option opts [Integer] :limit Number of results to return per page.
40
40
  # @option opts [Integer] :offset The initial index from which to return the results.
41
- # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
42
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
43
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
41
+ # @option opts [Array<String>] :ordering Ordering
44
42
  # @option opts [String] :repository_version Repository Version referenced by HREF
45
43
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
46
44
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
47
- # @option opts [Array<String>] :fields A list of fields to include in the response.
48
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
45
+ # @option opts [String] :fields A list of fields to include in the response.
46
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
49
47
  # @return [PaginatedrpmDistributionTreeResponseList]
50
48
  describe 'list test' do
51
49
  it 'should work' do
@@ -58,8 +56,8 @@ describe 'ContentDistributionTreesApi' do
58
56
  # Distribution Tree Viewset.
59
57
  # @param rpm_distribution_tree_href
60
58
  # @param [Hash] opts the optional parameters
61
- # @option opts [Array<String>] :fields A list of fields to include in the response.
62
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
59
+ # @option opts [String] :fields A list of fields to include in the response.
60
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
63
61
  # @return [RpmDistributionTreeResponse]
64
62
  describe 'read test' do
65
63
  it 'should work' do
@@ -52,17 +52,15 @@ describe 'ContentModulemdDefaultsApi' do
52
52
  # @option opts [String] :_module Filter results where module matches value
53
53
  # @option opts [Array<String>] :module__in Filter results where module is in a comma-separated list of values
54
54
  # @option opts [Integer] :offset The initial index from which to return the results.
55
- # @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;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)
56
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
57
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
55
+ # @option opts [Array<String>] :ordering Ordering
58
56
  # @option opts [String] :repository_version Repository Version referenced by HREF
59
57
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
60
58
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
61
59
  # @option opts [String] :sha256
62
60
  # @option opts [String] :stream Filter results where stream matches value
63
61
  # @option opts [Array<String>] :stream__in Filter results where stream is in a comma-separated list of values
64
- # @option opts [Array<String>] :fields A list of fields to include in the response.
65
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
62
+ # @option opts [String] :fields A list of fields to include in the response.
63
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
66
64
  # @return [PaginatedrpmModulemdDefaultsResponseList]
67
65
  describe 'list test' do
68
66
  it 'should work' do
@@ -75,8 +73,8 @@ describe 'ContentModulemdDefaultsApi' do
75
73
  # ViewSet for Modulemd.
76
74
  # @param rpm_modulemd_defaults_href
77
75
  # @param [Hash] opts the optional parameters
78
- # @option opts [Array<String>] :fields A list of fields to include in the response.
79
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
76
+ # @option opts [String] :fields A list of fields to include in the response.
77
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
80
78
  # @return [RpmModulemdDefaultsResponse]
81
79
  describe 'read test' do
82
80
  it 'should work' do
@@ -50,14 +50,12 @@ describe 'ContentModulemdObsoletesApi' do
50
50
  # @param [Hash] opts the optional parameters
51
51
  # @option opts [Integer] :limit Number of results to return per page.
52
52
  # @option opts [Integer] :offset The initial index from which to return the results.
53
- # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
54
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
55
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
53
+ # @option opts [Array<String>] :ordering Ordering
56
54
  # @option opts [String] :repository_version Repository Version referenced by HREF
57
55
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
58
56
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
59
- # @option opts [Array<String>] :fields A list of fields to include in the response.
60
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
57
+ # @option opts [String] :fields A list of fields to include in the response.
58
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
61
59
  # @return [PaginatedrpmModulemdObsoleteResponseList]
62
60
  describe 'list test' do
63
61
  it 'should work' do
@@ -70,8 +68,8 @@ describe 'ContentModulemdObsoletesApi' do
70
68
  # ViewSet for Modulemd.
71
69
  # @param rpm_modulemd_obsolete_href
72
70
  # @param [Hash] opts the optional parameters
73
- # @option opts [Array<String>] :fields A list of fields to include in the response.
74
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
71
+ # @option opts [String] :fields A list of fields to include in the response.
72
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
75
73
  # @return [RpmModulemdObsoleteResponse]
76
74
  describe 'read test' do
77
75
  it 'should work' do
@@ -52,17 +52,15 @@ describe 'ContentModulemdsApi' do
52
52
  # @option opts [String] :name Filter results where name matches value
53
53
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
54
54
  # @option opts [Integer] :offset The initial index from which to return the results.
55
- # @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;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;snippet&#x60; - Snippet * &#x60;-snippet&#x60; - Snippet (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
56
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
57
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
55
+ # @option opts [Array<String>] :ordering Ordering
58
56
  # @option opts [String] :repository_version Repository Version referenced by HREF
59
57
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
60
58
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
61
59
  # @option opts [String] :sha256
62
60
  # @option opts [String] :stream Filter results where stream matches value
63
61
  # @option opts [Array<String>] :stream__in Filter results where stream is in a comma-separated list of values
64
- # @option opts [Array<String>] :fields A list of fields to include in the response.
65
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
62
+ # @option opts [String] :fields A list of fields to include in the response.
63
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
66
64
  # @return [PaginatedrpmModulemdResponseList]
67
65
  describe 'list test' do
68
66
  it 'should work' do
@@ -75,8 +73,8 @@ describe 'ContentModulemdsApi' do
75
73
  # ViewSet for Modulemd.
76
74
  # @param rpm_modulemd_href
77
75
  # @param [Hash] opts the optional parameters
78
- # @option opts [Array<String>] :fields A list of fields to include in the response.
79
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
76
+ # @option opts [String] :fields A list of fields to include in the response.
77
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
80
78
  # @return [RpmModulemdResponse]
81
79
  describe 'read test' do
82
80
  it 'should work' do
@@ -38,14 +38,12 @@ describe 'ContentPackagecategoriesApi' do
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @option opts [Integer] :limit Number of results to return per page.
40
40
  # @option opts [Integer] :offset The initial index from which to return the results.
41
- # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
42
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
43
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
41
+ # @option opts [Array<String>] :ordering Ordering
44
42
  # @option opts [String] :repository_version Repository Version referenced by HREF
45
43
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
46
44
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
47
- # @option opts [Array<String>] :fields A list of fields to include in the response.
48
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
45
+ # @option opts [String] :fields A list of fields to include in the response.
46
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
49
47
  # @return [PaginatedrpmPackageCategoryResponseList]
50
48
  describe 'list test' do
51
49
  it 'should work' do
@@ -58,8 +56,8 @@ describe 'ContentPackagecategoriesApi' do
58
56
  # PackageCategory ViewSet.
59
57
  # @param rpm_package_category_href
60
58
  # @param [Hash] opts the optional parameters
61
- # @option opts [Array<String>] :fields A list of fields to include in the response.
62
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
59
+ # @option opts [String] :fields A list of fields to include in the response.
60
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
63
61
  # @return [RpmPackageCategoryResponse]
64
62
  describe 'read test' do
65
63
  it 'should work' do
@@ -38,14 +38,12 @@ describe 'ContentPackageenvironmentsApi' do
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @option opts [Integer] :limit Number of results to return per page.
40
40
  # @option opts [Integer] :offset The initial index from which to return the results.
41
- # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
42
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
43
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
41
+ # @option opts [Array<String>] :ordering Ordering
44
42
  # @option opts [String] :repository_version Repository Version referenced by HREF
45
43
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
46
44
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
47
- # @option opts [Array<String>] :fields A list of fields to include in the response.
48
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
45
+ # @option opts [String] :fields A list of fields to include in the response.
46
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
49
47
  # @return [PaginatedrpmPackageEnvironmentResponseList]
50
48
  describe 'list test' do
51
49
  it 'should work' do
@@ -58,8 +56,8 @@ describe 'ContentPackageenvironmentsApi' do
58
56
  # PackageEnvironment ViewSet.
59
57
  # @param rpm_package_environment_href
60
58
  # @param [Hash] opts the optional parameters
61
- # @option opts [Array<String>] :fields A list of fields to include in the response.
62
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
59
+ # @option opts [String] :fields A list of fields to include in the response.
60
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
63
61
  # @return [RpmPackageEnvironmentResponse]
64
62
  describe 'read test' do
65
63
  it 'should work' do
@@ -38,14 +38,12 @@ describe 'ContentPackagegroupsApi' do
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @option opts [Integer] :limit Number of results to return per page.
40
40
  # @option opts [Integer] :offset The initial index from which to return the results.
41
- # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
42
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
43
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
41
+ # @option opts [Array<String>] :ordering Ordering
44
42
  # @option opts [String] :repository_version Repository Version referenced by HREF
45
43
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
46
44
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
47
- # @option opts [Array<String>] :fields A list of fields to include in the response.
48
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
45
+ # @option opts [String] :fields A list of fields to include in the response.
46
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
49
47
  # @return [PaginatedrpmPackageGroupResponseList]
50
48
  describe 'list test' do
51
49
  it 'should work' do
@@ -58,8 +56,8 @@ describe 'ContentPackagegroupsApi' do
58
56
  # PackageGroup ViewSet.
59
57
  # @param rpm_package_group_href
60
58
  # @param [Hash] opts the optional parameters
61
- # @option opts [Array<String>] :fields A list of fields to include in the response.
62
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
59
+ # @option opts [String] :fields A list of fields to include in the response.
60
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
63
61
  # @return [RpmPackageGroupResponse]
64
62
  describe 'read test' do
65
63
  it 'should work' do
@@ -38,14 +38,12 @@ describe 'ContentPackagelangpacksApi' do
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @option opts [Integer] :limit Number of results to return per page.
40
40
  # @option opts [Integer] :offset The initial index from which to return the results.
41
- # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
42
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
43
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
41
+ # @option opts [Array<String>] :ordering Ordering
44
42
  # @option opts [String] :repository_version Repository Version referenced by HREF
45
43
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
46
44
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
47
- # @option opts [Array<String>] :fields A list of fields to include in the response.
48
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
45
+ # @option opts [String] :fields A list of fields to include in the response.
46
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
49
47
  # @return [PaginatedrpmPackageLangpacksResponseList]
50
48
  describe 'list test' do
51
49
  it 'should work' do
@@ -58,8 +56,8 @@ describe 'ContentPackagelangpacksApi' do
58
56
  # PackageLangpacks ViewSet.
59
57
  # @param rpm_package_langpacks_href
60
58
  # @param [Hash] opts the optional parameters
61
- # @option opts [Array<String>] :fields A list of fields to include in the response.
62
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
59
+ # @option opts [String] :fields A list of fields to include in the response.
60
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
63
61
  # @return [RpmPackageLangpacksResponse]
64
62
  describe 'read test' do
65
63
  it 'should work' do
@@ -55,7 +55,7 @@ describe 'ContentPackagesApi' do
55
55
  # @option opts [String] :arch Filter results where arch matches value
56
56
  # @option opts [Array<String>] :arch__in Filter results where arch is in a comma-separated list of values
57
57
  # @option opts [String] :arch__ne Filter results where arch not equal to value
58
- # @option opts [String] :checksum_type Filter results where checksum_type matches value * &#x60;unknown&#x60; - unknown * &#x60;md5&#x60; - md5 * &#x60;sha1&#x60; - sha1 * &#x60;sha1&#x60; - sha1 * &#x60;sha224&#x60; - sha224 * &#x60;sha256&#x60; - sha256 * &#x60;sha384&#x60; - sha384 * &#x60;sha512&#x60; - sha512
58
+ # @option opts [String] :checksum_type Filter results where checksum_type matches value
59
59
  # @option opts [Array<String>] :checksum_type__in Filter results where checksum_type is in a comma-separated list of values
60
60
  # @option opts [String] :checksum_type__ne Filter results where checksum_type not equal to value
61
61
  # @option opts [String] :epoch Filter results where epoch matches value
@@ -66,11 +66,9 @@ describe 'ContentPackagesApi' do
66
66
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
67
67
  # @option opts [String] :name__ne Filter results where name not equal to value
68
68
  # @option opts [Integer] :offset The initial index from which to return the results.
69
- # @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;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;epoch&#x60; - Epoch * &#x60;-epoch&#x60; - Epoch (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;release&#x60; - Release * &#x60;-release&#x60; - Release (descending) * &#x60;arch&#x60; - Arch * &#x60;-arch&#x60; - Arch (descending) * &#x60;evr&#x60; - Evr * &#x60;-evr&#x60; - Evr (descending) * &#x60;pkgId&#x60; - Pkgid * &#x60;-pkgId&#x60; - Pkgid (descending) * &#x60;checksum_type&#x60; - Checksum type * &#x60;-checksum_type&#x60; - Checksum type (descending) * &#x60;summary&#x60; - Summary * &#x60;-summary&#x60; - Summary (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;url&#x60; - Url * &#x60;-url&#x60; - Url (descending) * &#x60;changelogs&#x60; - Changelogs * &#x60;-changelogs&#x60; - Changelogs (descending) * &#x60;files&#x60; - Files * &#x60;-files&#x60; - Files (descending) * &#x60;requires&#x60; - Requires * &#x60;-requires&#x60; - Requires (descending) * &#x60;provides&#x60; - Provides * &#x60;-provides&#x60; - Provides (descending) * &#x60;conflicts&#x60; - Conflicts * &#x60;-conflicts&#x60; - Conflicts (descending) * &#x60;obsoletes&#x60; - Obsoletes * &#x60;-obsoletes&#x60; - Obsoletes (descending) * &#x60;suggests&#x60; - Suggests * &#x60;-suggests&#x60; - Suggests (descending) * &#x60;enhances&#x60; - Enhances * &#x60;-enhances&#x60; - Enhances (descending) * &#x60;recommends&#x60; - Recommends * &#x60;-recommends&#x60; - Recommends (descending) * &#x60;supplements&#x60; - Supplements * &#x60;-supplements&#x60; - Supplements (descending) * &#x60;location_base&#x60; - Location base * &#x60;-location_base&#x60; - Location base (descending) * &#x60;location_href&#x60; - Location href * &#x60;-location_href&#x60; - Location href (descending) * &#x60;rpm_buildhost&#x60; - Rpm buildhost * &#x60;-rpm_buildhost&#x60; - Rpm buildhost (descending) * &#x60;rpm_group&#x60; - Rpm group * &#x60;-rpm_group&#x60; - Rpm group (descending) * &#x60;rpm_license&#x60; - Rpm license * &#x60;-rpm_license&#x60; - Rpm license (descending) * &#x60;rpm_packager&#x60; - Rpm packager * &#x60;-rpm_packager&#x60; - Rpm packager (descending) * &#x60;rpm_sourcerpm&#x60; - Rpm sourcerpm * &#x60;-rpm_sourcerpm&#x60; - Rpm sourcerpm (descending) * &#x60;rpm_vendor&#x60; - Rpm vendor * &#x60;-rpm_vendor&#x60; - Rpm vendor (descending) * &#x60;rpm_header_start&#x60; - Rpm header start * &#x60;-rpm_header_start&#x60; - Rpm header start (descending) * &#x60;rpm_header_end&#x60; - Rpm header end * &#x60;-rpm_header_end&#x60; - Rpm header end (descending) * &#x60;size_archive&#x60; - Size archive * &#x60;-size_archive&#x60; - Size archive (descending) * &#x60;size_installed&#x60; - Size installed * &#x60;-size_installed&#x60; - Size installed (descending) * &#x60;size_package&#x60; - Size package * &#x60;-size_package&#x60; - Size package (descending) * &#x60;time_build&#x60; - Time build * &#x60;-time_build&#x60; - Time build (descending) * &#x60;time_file&#x60; - Time file * &#x60;-time_file&#x60; - Time file (descending) * &#x60;is_modular&#x60; - Is modular * &#x60;-is_modular&#x60; - Is modular (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
69
+ # @option opts [Array<String>] :ordering Ordering
70
70
  # @option opts [String] :pkg_id Filter results where pkgId matches value
71
71
  # @option opts [Array<String>] :pkg_id__in Filter results where pkgId is in a comma-separated list of values
72
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
73
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
74
72
  # @option opts [String] :release Filter results where release matches value
75
73
  # @option opts [Array<String>] :release__in Filter results where release is in a comma-separated list of values
76
74
  # @option opts [String] :release__ne Filter results where release not equal to value
@@ -81,8 +79,8 @@ describe 'ContentPackagesApi' do
81
79
  # @option opts [String] :version Filter results where version matches value
82
80
  # @option opts [Array<String>] :version__in Filter results where version is in a comma-separated list of values
83
81
  # @option opts [String] :version__ne Filter results where version not equal to value
84
- # @option opts [Array<String>] :fields A list of fields to include in the response.
85
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
82
+ # @option opts [String] :fields A list of fields to include in the response.
83
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
86
84
  # @return [PaginatedrpmPackageResponseList]
87
85
  describe 'list test' do
88
86
  it 'should work' do
@@ -95,8 +93,8 @@ describe 'ContentPackagesApi' do
95
93
  # A ViewSet for Package. Define endpoint name which will appear in the API endpoint for this content type. For example:: http://pulp.example.com/pulp/api/v3/content/rpm/packages/ Also specify queryset and serializer for Package.
96
94
  # @param rpm_package_href
97
95
  # @param [Hash] opts the optional parameters
98
- # @option opts [Array<String>] :fields A list of fields to include in the response.
99
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
96
+ # @option opts [String] :fields A list of fields to include in the response.
97
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
100
98
  # @return [RpmPackageResponse]
101
99
  describe 'read test' do
102
100
  it 'should work' do
@@ -38,14 +38,12 @@ describe 'ContentRepoMetadataFilesApi' do
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @option opts [Integer] :limit Number of results to return per page.
40
40
  # @option opts [Integer] :offset The initial index from which to return the results.
41
- # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
42
- # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
43
- # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
41
+ # @option opts [Array<String>] :ordering Ordering
44
42
  # @option opts [String] :repository_version Repository Version referenced by HREF
45
43
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
46
44
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
47
- # @option opts [Array<String>] :fields A list of fields to include in the response.
48
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
45
+ # @option opts [String] :fields A list of fields to include in the response.
46
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
49
47
  # @return [PaginatedrpmRepoMetadataFileResponseList]
50
48
  describe 'list test' do
51
49
  it 'should work' do
@@ -58,8 +56,8 @@ describe 'ContentRepoMetadataFilesApi' do
58
56
  # RepoMetadataFile Viewset.
59
57
  # @param rpm_repo_metadata_file_href
60
58
  # @param [Hash] opts the optional parameters
61
- # @option opts [Array<String>] :fields A list of fields to include in the response.
62
- # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
59
+ # @option opts [String] :fields A list of fields to include in the response.
60
+ # @option opts [String] :exclude_fields A list of fields to exclude from the response.
63
61
  # @return [RpmRepoMetadataFileResponse]
64
62
  describe 'read test' do
65
63
  it 'should work' do