pulp_rpm_client 3.29.5 → 3.30.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +5 -8
- data/docs/AcsRpmApi.md +28 -64
- data/docs/ContentAdvisoriesApi.md +8 -22
- data/docs/ContentDistributionTreesApi.md +8 -20
- data/docs/ContentModulemdDefaultsApi.md +12 -28
- data/docs/ContentModulemdObsoletesApi.md +12 -28
- data/docs/ContentModulemdsApi.md +12 -28
- data/docs/ContentPackagecategoriesApi.md +8 -20
- data/docs/ContentPackageenvironmentsApi.md +8 -20
- data/docs/ContentPackagegroupsApi.md +8 -20
- data/docs/ContentPackagelangpacksApi.md +8 -20
- data/docs/ContentPackagesApi.md +8 -22
- data/docs/ContentRepoMetadataFilesApi.md +8 -20
- data/docs/DistributionsRpmApi.md +32 -72
- data/docs/PatchedrpmRpmDistribution.md +3 -1
- data/docs/PatchedrpmRpmRepository.md +1 -9
- data/docs/PublicationsRpmApi.md +16 -40
- data/docs/RemotesRpmApi.md +32 -72
- data/docs/RemotesUlnApi.md +32 -72
- data/docs/RepositoriesRpmApi.md +40 -88
- data/docs/RepositoriesRpmVersionsApi.md +10 -22
- data/docs/RpmCompsApi.md +0 -2
- data/docs/RpmCopyApi.md +4 -8
- data/docs/RpmPackageResponse.md +2 -2
- data/docs/RpmPruneApi.md +4 -8
- data/docs/RpmRpmDistribution.md +3 -1
- data/docs/RpmRpmDistributionResponse.md +3 -1
- data/docs/RpmRpmPublication.md +3 -9
- data/docs/RpmRpmPublicationResponse.md +8 -6
- data/docs/RpmRpmRepository.md +1 -9
- data/docs/RpmRpmRepositoryResponse.md +5 -5
- data/lib/pulp_rpm_client/api/acs_rpm_api.rb +0 -33
- data/lib/pulp_rpm_client/api/content_advisories_api.rb +0 -15
- data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +0 -12
- data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +0 -15
- data/lib/pulp_rpm_client/api/content_modulemd_obsoletes_api.rb +0 -15
- data/lib/pulp_rpm_client/api/content_modulemds_api.rb +0 -15
- data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +0 -12
- data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +0 -12
- data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +0 -12
- data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +0 -12
- data/lib/pulp_rpm_client/api/content_packages_api.rb +0 -15
- data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +0 -12
- data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +0 -36
- data/lib/pulp_rpm_client/api/publications_rpm_api.rb +0 -24
- data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +0 -36
- data/lib/pulp_rpm_client/api/remotes_uln_api.rb +0 -36
- data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +0 -42
- data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +3 -15
- data/lib/pulp_rpm_client/api/rpm_comps_api.rb +0 -3
- data/lib/pulp_rpm_client/api/rpm_copy_api.rb +0 -3
- data/lib/pulp_rpm_client/api/rpm_prune_api.rb +0 -3
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_distribution.rb +13 -4
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +2 -94
- data/lib/pulp_rpm_client/models/rpm_package_response.rb +2 -2
- data/lib/pulp_rpm_client/models/rpm_rpm_distribution.rb +13 -4
- data/lib/pulp_rpm_client/models/rpm_rpm_distribution_response.rb +13 -4
- data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +11 -92
- data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +28 -13
- data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +2 -94
- data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +17 -12
- data/lib/pulp_rpm_client/version.rb +1 -1
- data/spec/api/acs_rpm_api_spec.rb +0 -11
- data/spec/api/content_advisories_api_spec.rb +0 -5
- data/spec/api/content_distribution_trees_api_spec.rb +0 -4
- data/spec/api/content_modulemd_defaults_api_spec.rb +0 -5
- data/spec/api/content_modulemd_obsoletes_api_spec.rb +0 -5
- data/spec/api/content_modulemds_api_spec.rb +0 -5
- data/spec/api/content_packagecategories_api_spec.rb +0 -4
- data/spec/api/content_packageenvironments_api_spec.rb +0 -4
- data/spec/api/content_packagegroups_api_spec.rb +0 -4
- data/spec/api/content_packagelangpacks_api_spec.rb +0 -4
- data/spec/api/content_packages_api_spec.rb +0 -5
- data/spec/api/content_repo_metadata_files_api_spec.rb +0 -4
- data/spec/api/distributions_rpm_api_spec.rb +0 -12
- data/spec/api/publications_rpm_api_spec.rb +0 -8
- data/spec/api/remotes_rpm_api_spec.rb +0 -12
- data/spec/api/remotes_uln_api_spec.rb +0 -12
- data/spec/api/repositories_rpm_api_spec.rb +0 -14
- data/spec/api/repositories_rpm_versions_api_spec.rb +1 -5
- data/spec/api/rpm_comps_api_spec.rb +0 -1
- data/spec/api/rpm_copy_api_spec.rb +0 -1
- data/spec/api/rpm_prune_api_spec.rb +0 -1
- data/spec/models/patchedrpm_rpm_distribution_spec.rb +6 -0
- data/spec/models/patchedrpm_rpm_repository_spec.rb +0 -24
- data/spec/models/rpm_rpm_distribution_response_spec.rb +6 -0
- data/spec/models/rpm_rpm_distribution_spec.rb +6 -0
- data/spec/models/rpm_rpm_publication_response_spec.rb +6 -0
- data/spec/models/rpm_rpm_publication_spec.rb +2 -20
- data/spec/models/rpm_rpm_repository_spec.rb +0 -24
- metadata +82 -82
@@ -22,7 +22,6 @@ module PulpRpmClient
|
|
22
22
|
# List package groups
|
23
23
|
# PackageGroup ViewSet.
|
24
24
|
# @param [Hash] opts the optional parameters
|
25
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
26
25
|
# @option opts [Integer] :limit Number of results to return per page.
|
27
26
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
28
27
|
# @option opts [Array<String>] :ordering Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
@@ -46,7 +45,6 @@ module PulpRpmClient
|
|
46
45
|
# List package groups
|
47
46
|
# PackageGroup ViewSet.
|
48
47
|
# @param [Hash] opts the optional parameters
|
49
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
50
48
|
# @option opts [Integer] :limit Number of results to return per page.
|
51
49
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
52
50
|
# @option opts [Array<String>] :ordering Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
@@ -94,7 +92,6 @@ module PulpRpmClient
|
|
94
92
|
header_params = opts[:header_params] || {}
|
95
93
|
# HTTP header 'Accept' (if needed)
|
96
94
|
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
97
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
98
95
|
|
99
96
|
# form parameters
|
100
97
|
form_params = opts[:form_params] || {}
|
@@ -129,7 +126,6 @@ module PulpRpmClient
|
|
129
126
|
# PackageGroup ViewSet.
|
130
127
|
# @param rpm_package_group_href [String]
|
131
128
|
# @param [Hash] opts the optional parameters
|
132
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
133
129
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
134
130
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
135
131
|
# @return [RpmPackageGroupResponse]
|
@@ -142,7 +138,6 @@ module PulpRpmClient
|
|
142
138
|
# PackageGroup ViewSet.
|
143
139
|
# @param rpm_package_group_href [String]
|
144
140
|
# @param [Hash] opts the optional parameters
|
145
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
146
141
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
147
142
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
148
143
|
# @return [Array<(RpmPackageGroupResponse, Integer, Hash)>] RpmPackageGroupResponse data, response status code and response headers
|
@@ -166,7 +161,6 @@ module PulpRpmClient
|
|
166
161
|
header_params = opts[:header_params] || {}
|
167
162
|
# HTTP header 'Accept' (if needed)
|
168
163
|
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
169
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
170
164
|
|
171
165
|
# form parameters
|
172
166
|
form_params = opts[:form_params] || {}
|
@@ -202,7 +196,6 @@ module PulpRpmClient
|
|
202
196
|
# @param rpm_package_group_href [String]
|
203
197
|
# @param set_label [SetLabel]
|
204
198
|
# @param [Hash] opts the optional parameters
|
205
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
206
199
|
# @return [SetLabelResponse]
|
207
200
|
def set_label(rpm_package_group_href, set_label, opts = {})
|
208
201
|
data, _status_code, _headers = set_label_with_http_info(rpm_package_group_href, set_label, opts)
|
@@ -214,7 +207,6 @@ module PulpRpmClient
|
|
214
207
|
# @param rpm_package_group_href [String]
|
215
208
|
# @param set_label [SetLabel]
|
216
209
|
# @param [Hash] opts the optional parameters
|
217
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
218
210
|
# @return [Array<(SetLabelResponse, Integer, Hash)>] SetLabelResponse data, response status code and response headers
|
219
211
|
def set_label_with_http_info(rpm_package_group_href, set_label, opts = {})
|
220
212
|
if @api_client.config.debugging
|
@@ -243,7 +235,6 @@ module PulpRpmClient
|
|
243
235
|
if !content_type.nil?
|
244
236
|
header_params['Content-Type'] = content_type
|
245
237
|
end
|
246
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
247
238
|
|
248
239
|
# form parameters
|
249
240
|
form_params = opts[:form_params] || {}
|
@@ -279,7 +270,6 @@ module PulpRpmClient
|
|
279
270
|
# @param rpm_package_group_href [String]
|
280
271
|
# @param unset_label [UnsetLabel]
|
281
272
|
# @param [Hash] opts the optional parameters
|
282
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
283
273
|
# @return [UnsetLabelResponse]
|
284
274
|
def unset_label(rpm_package_group_href, unset_label, opts = {})
|
285
275
|
data, _status_code, _headers = unset_label_with_http_info(rpm_package_group_href, unset_label, opts)
|
@@ -291,7 +281,6 @@ module PulpRpmClient
|
|
291
281
|
# @param rpm_package_group_href [String]
|
292
282
|
# @param unset_label [UnsetLabel]
|
293
283
|
# @param [Hash] opts the optional parameters
|
294
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
295
284
|
# @return [Array<(UnsetLabelResponse, Integer, Hash)>] UnsetLabelResponse data, response status code and response headers
|
296
285
|
def unset_label_with_http_info(rpm_package_group_href, unset_label, opts = {})
|
297
286
|
if @api_client.config.debugging
|
@@ -320,7 +309,6 @@ module PulpRpmClient
|
|
320
309
|
if !content_type.nil?
|
321
310
|
header_params['Content-Type'] = content_type
|
322
311
|
end
|
323
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
324
312
|
|
325
313
|
# form parameters
|
326
314
|
form_params = opts[:form_params] || {}
|
@@ -22,7 +22,6 @@ module PulpRpmClient
|
|
22
22
|
# List package langpackss
|
23
23
|
# PackageLangpacks ViewSet.
|
24
24
|
# @param [Hash] opts the optional parameters
|
25
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
26
25
|
# @option opts [Integer] :limit Number of results to return per page.
|
27
26
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
28
27
|
# @option opts [Array<String>] :ordering Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
@@ -46,7 +45,6 @@ module PulpRpmClient
|
|
46
45
|
# List package langpackss
|
47
46
|
# PackageLangpacks ViewSet.
|
48
47
|
# @param [Hash] opts the optional parameters
|
49
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
50
48
|
# @option opts [Integer] :limit Number of results to return per page.
|
51
49
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
52
50
|
# @option opts [Array<String>] :ordering Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
@@ -94,7 +92,6 @@ module PulpRpmClient
|
|
94
92
|
header_params = opts[:header_params] || {}
|
95
93
|
# HTTP header 'Accept' (if needed)
|
96
94
|
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
97
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
98
95
|
|
99
96
|
# form parameters
|
100
97
|
form_params = opts[:form_params] || {}
|
@@ -129,7 +126,6 @@ module PulpRpmClient
|
|
129
126
|
# PackageLangpacks ViewSet.
|
130
127
|
# @param rpm_package_langpacks_href [String]
|
131
128
|
# @param [Hash] opts the optional parameters
|
132
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
133
129
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
134
130
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
135
131
|
# @return [RpmPackageLangpacksResponse]
|
@@ -142,7 +138,6 @@ module PulpRpmClient
|
|
142
138
|
# PackageLangpacks ViewSet.
|
143
139
|
# @param rpm_package_langpacks_href [String]
|
144
140
|
# @param [Hash] opts the optional parameters
|
145
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
146
141
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
147
142
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
148
143
|
# @return [Array<(RpmPackageLangpacksResponse, Integer, Hash)>] RpmPackageLangpacksResponse data, response status code and response headers
|
@@ -166,7 +161,6 @@ module PulpRpmClient
|
|
166
161
|
header_params = opts[:header_params] || {}
|
167
162
|
# HTTP header 'Accept' (if needed)
|
168
163
|
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
169
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
170
164
|
|
171
165
|
# form parameters
|
172
166
|
form_params = opts[:form_params] || {}
|
@@ -202,7 +196,6 @@ module PulpRpmClient
|
|
202
196
|
# @param rpm_package_langpacks_href [String]
|
203
197
|
# @param set_label [SetLabel]
|
204
198
|
# @param [Hash] opts the optional parameters
|
205
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
206
199
|
# @return [SetLabelResponse]
|
207
200
|
def set_label(rpm_package_langpacks_href, set_label, opts = {})
|
208
201
|
data, _status_code, _headers = set_label_with_http_info(rpm_package_langpacks_href, set_label, opts)
|
@@ -214,7 +207,6 @@ module PulpRpmClient
|
|
214
207
|
# @param rpm_package_langpacks_href [String]
|
215
208
|
# @param set_label [SetLabel]
|
216
209
|
# @param [Hash] opts the optional parameters
|
217
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
218
210
|
# @return [Array<(SetLabelResponse, Integer, Hash)>] SetLabelResponse data, response status code and response headers
|
219
211
|
def set_label_with_http_info(rpm_package_langpacks_href, set_label, opts = {})
|
220
212
|
if @api_client.config.debugging
|
@@ -243,7 +235,6 @@ module PulpRpmClient
|
|
243
235
|
if !content_type.nil?
|
244
236
|
header_params['Content-Type'] = content_type
|
245
237
|
end
|
246
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
247
238
|
|
248
239
|
# form parameters
|
249
240
|
form_params = opts[:form_params] || {}
|
@@ -279,7 +270,6 @@ module PulpRpmClient
|
|
279
270
|
# @param rpm_package_langpacks_href [String]
|
280
271
|
# @param unset_label [UnsetLabel]
|
281
272
|
# @param [Hash] opts the optional parameters
|
282
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
283
273
|
# @return [UnsetLabelResponse]
|
284
274
|
def unset_label(rpm_package_langpacks_href, unset_label, opts = {})
|
285
275
|
data, _status_code, _headers = unset_label_with_http_info(rpm_package_langpacks_href, unset_label, opts)
|
@@ -291,7 +281,6 @@ module PulpRpmClient
|
|
291
281
|
# @param rpm_package_langpacks_href [String]
|
292
282
|
# @param unset_label [UnsetLabel]
|
293
283
|
# @param [Hash] opts the optional parameters
|
294
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
295
284
|
# @return [Array<(UnsetLabelResponse, Integer, Hash)>] UnsetLabelResponse data, response status code and response headers
|
296
285
|
def unset_label_with_http_info(rpm_package_langpacks_href, unset_label, opts = {})
|
297
286
|
if @api_client.config.debugging
|
@@ -320,7 +309,6 @@ module PulpRpmClient
|
|
320
309
|
if !content_type.nil?
|
321
310
|
header_params['Content-Type'] = content_type
|
322
311
|
end
|
323
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
324
312
|
|
325
313
|
# form parameters
|
326
314
|
form_params = opts[:form_params] || {}
|
@@ -22,7 +22,6 @@ module PulpRpmClient
|
|
22
22
|
# Create a package
|
23
23
|
# Trigger an asynchronous task to create an RPM package,optionally create new repository version.
|
24
24
|
# @param [Hash] opts the optional parameters
|
25
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
26
25
|
# @option opts [String] :repository A URI of a repository the new content unit should be associated with.
|
27
26
|
# @option opts [Hash<String, String>] :pulp_labels A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
28
27
|
# @option opts [String] :artifact Artifact file representing the physical content
|
@@ -39,7 +38,6 @@ module PulpRpmClient
|
|
39
38
|
# Create a package
|
40
39
|
# Trigger an asynchronous task to create an RPM package,optionally create new repository version.
|
41
40
|
# @param [Hash] opts the optional parameters
|
42
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
43
41
|
# @option opts [String] :repository A URI of a repository the new content unit should be associated with.
|
44
42
|
# @option opts [Hash<String, String>] :pulp_labels A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
45
43
|
# @option opts [String] :artifact Artifact file representing the physical content
|
@@ -75,7 +73,6 @@ module PulpRpmClient
|
|
75
73
|
if !content_type.nil?
|
76
74
|
header_params['Content-Type'] = content_type
|
77
75
|
end
|
78
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
79
76
|
|
80
77
|
# form parameters
|
81
78
|
form_params = opts[:form_params] || {}
|
@@ -116,7 +113,6 @@ module PulpRpmClient
|
|
116
113
|
# List packages
|
117
114
|
# 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.
|
118
115
|
# @param [Hash] opts the optional parameters
|
119
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
120
116
|
# @option opts [String] :arch Filter results where arch matches value
|
121
117
|
# @option opts [String] :arch__contains Filter results where arch contains value
|
122
118
|
# @option opts [Array<String>] :arch__in Filter results where arch is in a comma-separated list of values
|
@@ -168,7 +164,6 @@ module PulpRpmClient
|
|
168
164
|
# List packages
|
169
165
|
# 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.
|
170
166
|
# @param [Hash] opts the optional parameters
|
171
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
172
167
|
# @option opts [String] :arch Filter results where arch matches value
|
173
168
|
# @option opts [String] :arch__contains Filter results where arch contains value
|
174
169
|
# @option opts [Array<String>] :arch__in Filter results where arch is in a comma-separated list of values
|
@@ -276,7 +271,6 @@ module PulpRpmClient
|
|
276
271
|
header_params = opts[:header_params] || {}
|
277
272
|
# HTTP header 'Accept' (if needed)
|
278
273
|
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
279
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
280
274
|
|
281
275
|
# form parameters
|
282
276
|
form_params = opts[:form_params] || {}
|
@@ -311,7 +305,6 @@ module PulpRpmClient
|
|
311
305
|
# 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.
|
312
306
|
# @param rpm_package_href [String]
|
313
307
|
# @param [Hash] opts the optional parameters
|
314
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
315
308
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
316
309
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
317
310
|
# @return [RpmPackageResponse]
|
@@ -324,7 +317,6 @@ module PulpRpmClient
|
|
324
317
|
# 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.
|
325
318
|
# @param rpm_package_href [String]
|
326
319
|
# @param [Hash] opts the optional parameters
|
327
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
328
320
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
329
321
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
330
322
|
# @return [Array<(RpmPackageResponse, Integer, Hash)>] RpmPackageResponse data, response status code and response headers
|
@@ -348,7 +340,6 @@ module PulpRpmClient
|
|
348
340
|
header_params = opts[:header_params] || {}
|
349
341
|
# HTTP header 'Accept' (if needed)
|
350
342
|
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
351
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
352
343
|
|
353
344
|
# form parameters
|
354
345
|
form_params = opts[:form_params] || {}
|
@@ -384,7 +375,6 @@ module PulpRpmClient
|
|
384
375
|
# @param rpm_package_href [String]
|
385
376
|
# @param set_label [SetLabel]
|
386
377
|
# @param [Hash] opts the optional parameters
|
387
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
388
378
|
# @return [SetLabelResponse]
|
389
379
|
def set_label(rpm_package_href, set_label, opts = {})
|
390
380
|
data, _status_code, _headers = set_label_with_http_info(rpm_package_href, set_label, opts)
|
@@ -396,7 +386,6 @@ module PulpRpmClient
|
|
396
386
|
# @param rpm_package_href [String]
|
397
387
|
# @param set_label [SetLabel]
|
398
388
|
# @param [Hash] opts the optional parameters
|
399
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
400
389
|
# @return [Array<(SetLabelResponse, Integer, Hash)>] SetLabelResponse data, response status code and response headers
|
401
390
|
def set_label_with_http_info(rpm_package_href, set_label, opts = {})
|
402
391
|
if @api_client.config.debugging
|
@@ -425,7 +414,6 @@ module PulpRpmClient
|
|
425
414
|
if !content_type.nil?
|
426
415
|
header_params['Content-Type'] = content_type
|
427
416
|
end
|
428
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
429
417
|
|
430
418
|
# form parameters
|
431
419
|
form_params = opts[:form_params] || {}
|
@@ -461,7 +449,6 @@ module PulpRpmClient
|
|
461
449
|
# @param rpm_package_href [String]
|
462
450
|
# @param unset_label [UnsetLabel]
|
463
451
|
# @param [Hash] opts the optional parameters
|
464
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
465
452
|
# @return [UnsetLabelResponse]
|
466
453
|
def unset_label(rpm_package_href, unset_label, opts = {})
|
467
454
|
data, _status_code, _headers = unset_label_with_http_info(rpm_package_href, unset_label, opts)
|
@@ -473,7 +460,6 @@ module PulpRpmClient
|
|
473
460
|
# @param rpm_package_href [String]
|
474
461
|
# @param unset_label [UnsetLabel]
|
475
462
|
# @param [Hash] opts the optional parameters
|
476
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
477
463
|
# @return [Array<(UnsetLabelResponse, Integer, Hash)>] UnsetLabelResponse data, response status code and response headers
|
478
464
|
def unset_label_with_http_info(rpm_package_href, unset_label, opts = {})
|
479
465
|
if @api_client.config.debugging
|
@@ -502,7 +488,6 @@ module PulpRpmClient
|
|
502
488
|
if !content_type.nil?
|
503
489
|
header_params['Content-Type'] = content_type
|
504
490
|
end
|
505
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
506
491
|
|
507
492
|
# form parameters
|
508
493
|
form_params = opts[:form_params] || {}
|
@@ -22,7 +22,6 @@ module PulpRpmClient
|
|
22
22
|
# List repo metadata files
|
23
23
|
# RepoMetadataFile Viewset.
|
24
24
|
# @param [Hash] opts the optional parameters
|
25
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
26
25
|
# @option opts [Integer] :limit Number of results to return per page.
|
27
26
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
28
27
|
# @option opts [Array<String>] :ordering Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
@@ -46,7 +45,6 @@ module PulpRpmClient
|
|
46
45
|
# List repo metadata files
|
47
46
|
# RepoMetadataFile Viewset.
|
48
47
|
# @param [Hash] opts the optional parameters
|
49
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
50
48
|
# @option opts [Integer] :limit Number of results to return per page.
|
51
49
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
52
50
|
# @option opts [Array<String>] :ordering Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
@@ -94,7 +92,6 @@ module PulpRpmClient
|
|
94
92
|
header_params = opts[:header_params] || {}
|
95
93
|
# HTTP header 'Accept' (if needed)
|
96
94
|
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
97
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
98
95
|
|
99
96
|
# form parameters
|
100
97
|
form_params = opts[:form_params] || {}
|
@@ -129,7 +126,6 @@ module PulpRpmClient
|
|
129
126
|
# RepoMetadataFile Viewset.
|
130
127
|
# @param rpm_repo_metadata_file_href [String]
|
131
128
|
# @param [Hash] opts the optional parameters
|
132
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
133
129
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
134
130
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
135
131
|
# @return [RpmRepoMetadataFileResponse]
|
@@ -142,7 +138,6 @@ module PulpRpmClient
|
|
142
138
|
# RepoMetadataFile Viewset.
|
143
139
|
# @param rpm_repo_metadata_file_href [String]
|
144
140
|
# @param [Hash] opts the optional parameters
|
145
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
146
141
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
147
142
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
148
143
|
# @return [Array<(RpmRepoMetadataFileResponse, Integer, Hash)>] RpmRepoMetadataFileResponse data, response status code and response headers
|
@@ -166,7 +161,6 @@ module PulpRpmClient
|
|
166
161
|
header_params = opts[:header_params] || {}
|
167
162
|
# HTTP header 'Accept' (if needed)
|
168
163
|
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
169
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
170
164
|
|
171
165
|
# form parameters
|
172
166
|
form_params = opts[:form_params] || {}
|
@@ -202,7 +196,6 @@ module PulpRpmClient
|
|
202
196
|
# @param rpm_repo_metadata_file_href [String]
|
203
197
|
# @param set_label [SetLabel]
|
204
198
|
# @param [Hash] opts the optional parameters
|
205
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
206
199
|
# @return [SetLabelResponse]
|
207
200
|
def set_label(rpm_repo_metadata_file_href, set_label, opts = {})
|
208
201
|
data, _status_code, _headers = set_label_with_http_info(rpm_repo_metadata_file_href, set_label, opts)
|
@@ -214,7 +207,6 @@ module PulpRpmClient
|
|
214
207
|
# @param rpm_repo_metadata_file_href [String]
|
215
208
|
# @param set_label [SetLabel]
|
216
209
|
# @param [Hash] opts the optional parameters
|
217
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
218
210
|
# @return [Array<(SetLabelResponse, Integer, Hash)>] SetLabelResponse data, response status code and response headers
|
219
211
|
def set_label_with_http_info(rpm_repo_metadata_file_href, set_label, opts = {})
|
220
212
|
if @api_client.config.debugging
|
@@ -243,7 +235,6 @@ module PulpRpmClient
|
|
243
235
|
if !content_type.nil?
|
244
236
|
header_params['Content-Type'] = content_type
|
245
237
|
end
|
246
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
247
238
|
|
248
239
|
# form parameters
|
249
240
|
form_params = opts[:form_params] || {}
|
@@ -279,7 +270,6 @@ module PulpRpmClient
|
|
279
270
|
# @param rpm_repo_metadata_file_href [String]
|
280
271
|
# @param unset_label [UnsetLabel]
|
281
272
|
# @param [Hash] opts the optional parameters
|
282
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
283
273
|
# @return [UnsetLabelResponse]
|
284
274
|
def unset_label(rpm_repo_metadata_file_href, unset_label, opts = {})
|
285
275
|
data, _status_code, _headers = unset_label_with_http_info(rpm_repo_metadata_file_href, unset_label, opts)
|
@@ -291,7 +281,6 @@ module PulpRpmClient
|
|
291
281
|
# @param rpm_repo_metadata_file_href [String]
|
292
282
|
# @param unset_label [UnsetLabel]
|
293
283
|
# @param [Hash] opts the optional parameters
|
294
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
295
284
|
# @return [Array<(UnsetLabelResponse, Integer, Hash)>] UnsetLabelResponse data, response status code and response headers
|
296
285
|
def unset_label_with_http_info(rpm_repo_metadata_file_href, unset_label, opts = {})
|
297
286
|
if @api_client.config.debugging
|
@@ -320,7 +309,6 @@ module PulpRpmClient
|
|
320
309
|
if !content_type.nil?
|
321
310
|
header_params['Content-Type'] = content_type
|
322
311
|
end
|
323
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
324
312
|
|
325
313
|
# form parameters
|
326
314
|
form_params = opts[:form_params] || {}
|