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
@@ -24,7 +24,6 @@ module PulpRpmClient
|
|
24
24
|
# @param rpm_rpm_remote_href [String]
|
25
25
|
# @param nested_role [NestedRole]
|
26
26
|
# @param [Hash] opts the optional parameters
|
27
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
28
27
|
# @return [NestedRoleResponse]
|
29
28
|
def add_role(rpm_rpm_remote_href, nested_role, opts = {})
|
30
29
|
data, _status_code, _headers = add_role_with_http_info(rpm_rpm_remote_href, nested_role, opts)
|
@@ -36,7 +35,6 @@ module PulpRpmClient
|
|
36
35
|
# @param rpm_rpm_remote_href [String]
|
37
36
|
# @param nested_role [NestedRole]
|
38
37
|
# @param [Hash] opts the optional parameters
|
39
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
40
38
|
# @return [Array<(NestedRoleResponse, Integer, Hash)>] NestedRoleResponse data, response status code and response headers
|
41
39
|
def add_role_with_http_info(rpm_rpm_remote_href, nested_role, opts = {})
|
42
40
|
if @api_client.config.debugging
|
@@ -65,7 +63,6 @@ module PulpRpmClient
|
|
65
63
|
if !content_type.nil?
|
66
64
|
header_params['Content-Type'] = content_type
|
67
65
|
end
|
68
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
69
66
|
|
70
67
|
# form parameters
|
71
68
|
form_params = opts[:form_params] || {}
|
@@ -100,7 +97,6 @@ module PulpRpmClient
|
|
100
97
|
# A ViewSet for RpmRemote.
|
101
98
|
# @param rpm_rpm_remote [RpmRpmRemote]
|
102
99
|
# @param [Hash] opts the optional parameters
|
103
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
104
100
|
# @return [RpmRpmRemoteResponse]
|
105
101
|
def create(rpm_rpm_remote, opts = {})
|
106
102
|
data, _status_code, _headers = create_with_http_info(rpm_rpm_remote, opts)
|
@@ -111,7 +107,6 @@ module PulpRpmClient
|
|
111
107
|
# A ViewSet for RpmRemote.
|
112
108
|
# @param rpm_rpm_remote [RpmRpmRemote]
|
113
109
|
# @param [Hash] opts the optional parameters
|
114
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
115
110
|
# @return [Array<(RpmRpmRemoteResponse, Integer, Hash)>] RpmRpmRemoteResponse data, response status code and response headers
|
116
111
|
def create_with_http_info(rpm_rpm_remote, opts = {})
|
117
112
|
if @api_client.config.debugging
|
@@ -136,7 +131,6 @@ module PulpRpmClient
|
|
136
131
|
if !content_type.nil?
|
137
132
|
header_params['Content-Type'] = content_type
|
138
133
|
end
|
139
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
140
134
|
|
141
135
|
# form parameters
|
142
136
|
form_params = opts[:form_params] || {}
|
@@ -171,7 +165,6 @@ module PulpRpmClient
|
|
171
165
|
# Trigger an asynchronous delete task
|
172
166
|
# @param rpm_rpm_remote_href [String]
|
173
167
|
# @param [Hash] opts the optional parameters
|
174
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
175
168
|
# @return [AsyncOperationResponse]
|
176
169
|
def delete(rpm_rpm_remote_href, opts = {})
|
177
170
|
data, _status_code, _headers = delete_with_http_info(rpm_rpm_remote_href, opts)
|
@@ -182,7 +175,6 @@ module PulpRpmClient
|
|
182
175
|
# Trigger an asynchronous delete task
|
183
176
|
# @param rpm_rpm_remote_href [String]
|
184
177
|
# @param [Hash] opts the optional parameters
|
185
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
186
178
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
187
179
|
def delete_with_http_info(rpm_rpm_remote_href, opts = {})
|
188
180
|
if @api_client.config.debugging
|
@@ -202,7 +194,6 @@ module PulpRpmClient
|
|
202
194
|
header_params = opts[:header_params] || {}
|
203
195
|
# HTTP header 'Accept' (if needed)
|
204
196
|
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
205
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
206
197
|
|
207
198
|
# form parameters
|
208
199
|
form_params = opts[:form_params] || {}
|
@@ -236,7 +227,6 @@ module PulpRpmClient
|
|
236
227
|
# List rpm remotes
|
237
228
|
# A ViewSet for RpmRemote.
|
238
229
|
# @param [Hash] opts the optional parameters
|
239
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
240
230
|
# @option opts [Integer] :limit Number of results to return per page.
|
241
231
|
# @option opts [String] :name Filter results where name matches value
|
242
232
|
# @option opts [String] :name__contains Filter results where name contains value
|
@@ -272,7 +262,6 @@ module PulpRpmClient
|
|
272
262
|
# List rpm remotes
|
273
263
|
# A ViewSet for RpmRemote.
|
274
264
|
# @param [Hash] opts the optional parameters
|
275
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
276
265
|
# @option opts [Integer] :limit Number of results to return per page.
|
277
266
|
# @option opts [String] :name Filter results where name matches value
|
278
267
|
# @option opts [String] :name__contains Filter results where name contains value
|
@@ -344,7 +333,6 @@ module PulpRpmClient
|
|
344
333
|
header_params = opts[:header_params] || {}
|
345
334
|
# HTTP header 'Accept' (if needed)
|
346
335
|
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
347
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
348
336
|
|
349
337
|
# form parameters
|
350
338
|
form_params = opts[:form_params] || {}
|
@@ -379,7 +367,6 @@ module PulpRpmClient
|
|
379
367
|
# List roles assigned to this object.
|
380
368
|
# @param rpm_rpm_remote_href [String]
|
381
369
|
# @param [Hash] opts the optional parameters
|
382
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
383
370
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
384
371
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
385
372
|
# @return [ObjectRolesResponse]
|
@@ -392,7 +379,6 @@ module PulpRpmClient
|
|
392
379
|
# List roles assigned to this object.
|
393
380
|
# @param rpm_rpm_remote_href [String]
|
394
381
|
# @param [Hash] opts the optional parameters
|
395
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
396
382
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
397
383
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
398
384
|
# @return [Array<(ObjectRolesResponse, Integer, Hash)>] ObjectRolesResponse data, response status code and response headers
|
@@ -416,7 +402,6 @@ module PulpRpmClient
|
|
416
402
|
header_params = opts[:header_params] || {}
|
417
403
|
# HTTP header 'Accept' (if needed)
|
418
404
|
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
419
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
420
405
|
|
421
406
|
# form parameters
|
422
407
|
form_params = opts[:form_params] || {}
|
@@ -451,7 +436,6 @@ module PulpRpmClient
|
|
451
436
|
# List permissions available to the current user on this object.
|
452
437
|
# @param rpm_rpm_remote_href [String]
|
453
438
|
# @param [Hash] opts the optional parameters
|
454
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
455
439
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
456
440
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
457
441
|
# @return [MyPermissionsResponse]
|
@@ -464,7 +448,6 @@ module PulpRpmClient
|
|
464
448
|
# List permissions available to the current user on this object.
|
465
449
|
# @param rpm_rpm_remote_href [String]
|
466
450
|
# @param [Hash] opts the optional parameters
|
467
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
468
451
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
469
452
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
470
453
|
# @return [Array<(MyPermissionsResponse, Integer, Hash)>] MyPermissionsResponse data, response status code and response headers
|
@@ -488,7 +471,6 @@ module PulpRpmClient
|
|
488
471
|
header_params = opts[:header_params] || {}
|
489
472
|
# HTTP header 'Accept' (if needed)
|
490
473
|
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
491
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
492
474
|
|
493
475
|
# form parameters
|
494
476
|
form_params = opts[:form_params] || {}
|
@@ -524,7 +506,6 @@ module PulpRpmClient
|
|
524
506
|
# @param rpm_rpm_remote_href [String]
|
525
507
|
# @param patchedrpm_rpm_remote [PatchedrpmRpmRemote]
|
526
508
|
# @param [Hash] opts the optional parameters
|
527
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
528
509
|
# @return [AsyncOperationResponse]
|
529
510
|
def partial_update(rpm_rpm_remote_href, patchedrpm_rpm_remote, opts = {})
|
530
511
|
data, _status_code, _headers = partial_update_with_http_info(rpm_rpm_remote_href, patchedrpm_rpm_remote, opts)
|
@@ -536,7 +517,6 @@ module PulpRpmClient
|
|
536
517
|
# @param rpm_rpm_remote_href [String]
|
537
518
|
# @param patchedrpm_rpm_remote [PatchedrpmRpmRemote]
|
538
519
|
# @param [Hash] opts the optional parameters
|
539
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
540
520
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
541
521
|
def partial_update_with_http_info(rpm_rpm_remote_href, patchedrpm_rpm_remote, opts = {})
|
542
522
|
if @api_client.config.debugging
|
@@ -565,7 +545,6 @@ module PulpRpmClient
|
|
565
545
|
if !content_type.nil?
|
566
546
|
header_params['Content-Type'] = content_type
|
567
547
|
end
|
568
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
569
548
|
|
570
549
|
# form parameters
|
571
550
|
form_params = opts[:form_params] || {}
|
@@ -600,7 +579,6 @@ module PulpRpmClient
|
|
600
579
|
# A ViewSet for RpmRemote.
|
601
580
|
# @param rpm_rpm_remote_href [String]
|
602
581
|
# @param [Hash] opts the optional parameters
|
603
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
604
582
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
605
583
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
606
584
|
# @return [RpmRpmRemoteResponse]
|
@@ -613,7 +591,6 @@ module PulpRpmClient
|
|
613
591
|
# A ViewSet for RpmRemote.
|
614
592
|
# @param rpm_rpm_remote_href [String]
|
615
593
|
# @param [Hash] opts the optional parameters
|
616
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
617
594
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
618
595
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
619
596
|
# @return [Array<(RpmRpmRemoteResponse, Integer, Hash)>] RpmRpmRemoteResponse data, response status code and response headers
|
@@ -637,7 +614,6 @@ module PulpRpmClient
|
|
637
614
|
header_params = opts[:header_params] || {}
|
638
615
|
# HTTP header 'Accept' (if needed)
|
639
616
|
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
640
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
641
617
|
|
642
618
|
# form parameters
|
643
619
|
form_params = opts[:form_params] || {}
|
@@ -673,7 +649,6 @@ module PulpRpmClient
|
|
673
649
|
# @param rpm_rpm_remote_href [String]
|
674
650
|
# @param nested_role [NestedRole]
|
675
651
|
# @param [Hash] opts the optional parameters
|
676
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
677
652
|
# @return [NestedRoleResponse]
|
678
653
|
def remove_role(rpm_rpm_remote_href, nested_role, opts = {})
|
679
654
|
data, _status_code, _headers = remove_role_with_http_info(rpm_rpm_remote_href, nested_role, opts)
|
@@ -685,7 +660,6 @@ module PulpRpmClient
|
|
685
660
|
# @param rpm_rpm_remote_href [String]
|
686
661
|
# @param nested_role [NestedRole]
|
687
662
|
# @param [Hash] opts the optional parameters
|
688
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
689
663
|
# @return [Array<(NestedRoleResponse, Integer, Hash)>] NestedRoleResponse data, response status code and response headers
|
690
664
|
def remove_role_with_http_info(rpm_rpm_remote_href, nested_role, opts = {})
|
691
665
|
if @api_client.config.debugging
|
@@ -714,7 +688,6 @@ module PulpRpmClient
|
|
714
688
|
if !content_type.nil?
|
715
689
|
header_params['Content-Type'] = content_type
|
716
690
|
end
|
717
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
718
691
|
|
719
692
|
# form parameters
|
720
693
|
form_params = opts[:form_params] || {}
|
@@ -750,7 +723,6 @@ module PulpRpmClient
|
|
750
723
|
# @param rpm_rpm_remote_href [String]
|
751
724
|
# @param set_label [SetLabel]
|
752
725
|
# @param [Hash] opts the optional parameters
|
753
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
754
726
|
# @return [SetLabelResponse]
|
755
727
|
def set_label(rpm_rpm_remote_href, set_label, opts = {})
|
756
728
|
data, _status_code, _headers = set_label_with_http_info(rpm_rpm_remote_href, set_label, opts)
|
@@ -762,7 +734,6 @@ module PulpRpmClient
|
|
762
734
|
# @param rpm_rpm_remote_href [String]
|
763
735
|
# @param set_label [SetLabel]
|
764
736
|
# @param [Hash] opts the optional parameters
|
765
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
766
737
|
# @return [Array<(SetLabelResponse, Integer, Hash)>] SetLabelResponse data, response status code and response headers
|
767
738
|
def set_label_with_http_info(rpm_rpm_remote_href, set_label, opts = {})
|
768
739
|
if @api_client.config.debugging
|
@@ -791,7 +762,6 @@ module PulpRpmClient
|
|
791
762
|
if !content_type.nil?
|
792
763
|
header_params['Content-Type'] = content_type
|
793
764
|
end
|
794
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
795
765
|
|
796
766
|
# form parameters
|
797
767
|
form_params = opts[:form_params] || {}
|
@@ -827,7 +797,6 @@ module PulpRpmClient
|
|
827
797
|
# @param rpm_rpm_remote_href [String]
|
828
798
|
# @param unset_label [UnsetLabel]
|
829
799
|
# @param [Hash] opts the optional parameters
|
830
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
831
800
|
# @return [UnsetLabelResponse]
|
832
801
|
def unset_label(rpm_rpm_remote_href, unset_label, opts = {})
|
833
802
|
data, _status_code, _headers = unset_label_with_http_info(rpm_rpm_remote_href, unset_label, opts)
|
@@ -839,7 +808,6 @@ module PulpRpmClient
|
|
839
808
|
# @param rpm_rpm_remote_href [String]
|
840
809
|
# @param unset_label [UnsetLabel]
|
841
810
|
# @param [Hash] opts the optional parameters
|
842
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
843
811
|
# @return [Array<(UnsetLabelResponse, Integer, Hash)>] UnsetLabelResponse data, response status code and response headers
|
844
812
|
def unset_label_with_http_info(rpm_rpm_remote_href, unset_label, opts = {})
|
845
813
|
if @api_client.config.debugging
|
@@ -868,7 +836,6 @@ module PulpRpmClient
|
|
868
836
|
if !content_type.nil?
|
869
837
|
header_params['Content-Type'] = content_type
|
870
838
|
end
|
871
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
872
839
|
|
873
840
|
# form parameters
|
874
841
|
form_params = opts[:form_params] || {}
|
@@ -904,7 +871,6 @@ module PulpRpmClient
|
|
904
871
|
# @param rpm_rpm_remote_href [String]
|
905
872
|
# @param rpm_rpm_remote [RpmRpmRemote]
|
906
873
|
# @param [Hash] opts the optional parameters
|
907
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
908
874
|
# @return [AsyncOperationResponse]
|
909
875
|
def update(rpm_rpm_remote_href, rpm_rpm_remote, opts = {})
|
910
876
|
data, _status_code, _headers = update_with_http_info(rpm_rpm_remote_href, rpm_rpm_remote, opts)
|
@@ -916,7 +882,6 @@ module PulpRpmClient
|
|
916
882
|
# @param rpm_rpm_remote_href [String]
|
917
883
|
# @param rpm_rpm_remote [RpmRpmRemote]
|
918
884
|
# @param [Hash] opts the optional parameters
|
919
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
920
885
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
921
886
|
def update_with_http_info(rpm_rpm_remote_href, rpm_rpm_remote, opts = {})
|
922
887
|
if @api_client.config.debugging
|
@@ -945,7 +910,6 @@ module PulpRpmClient
|
|
945
910
|
if !content_type.nil?
|
946
911
|
header_params['Content-Type'] = content_type
|
947
912
|
end
|
948
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
949
913
|
|
950
914
|
# form parameters
|
951
915
|
form_params = opts[:form_params] || {}
|
@@ -24,7 +24,6 @@ module PulpRpmClient
|
|
24
24
|
# @param rpm_uln_remote_href [String]
|
25
25
|
# @param nested_role [NestedRole]
|
26
26
|
# @param [Hash] opts the optional parameters
|
27
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
28
27
|
# @return [NestedRoleResponse]
|
29
28
|
def add_role(rpm_uln_remote_href, nested_role, opts = {})
|
30
29
|
data, _status_code, _headers = add_role_with_http_info(rpm_uln_remote_href, nested_role, opts)
|
@@ -36,7 +35,6 @@ module PulpRpmClient
|
|
36
35
|
# @param rpm_uln_remote_href [String]
|
37
36
|
# @param nested_role [NestedRole]
|
38
37
|
# @param [Hash] opts the optional parameters
|
39
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
40
38
|
# @return [Array<(NestedRoleResponse, Integer, Hash)>] NestedRoleResponse data, response status code and response headers
|
41
39
|
def add_role_with_http_info(rpm_uln_remote_href, nested_role, opts = {})
|
42
40
|
if @api_client.config.debugging
|
@@ -65,7 +63,6 @@ module PulpRpmClient
|
|
65
63
|
if !content_type.nil?
|
66
64
|
header_params['Content-Type'] = content_type
|
67
65
|
end
|
68
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
69
66
|
|
70
67
|
# form parameters
|
71
68
|
form_params = opts[:form_params] || {}
|
@@ -100,7 +97,6 @@ module PulpRpmClient
|
|
100
97
|
# A ViewSet for UlnRemote.
|
101
98
|
# @param rpm_uln_remote [RpmUlnRemote]
|
102
99
|
# @param [Hash] opts the optional parameters
|
103
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
104
100
|
# @return [RpmUlnRemoteResponse]
|
105
101
|
def create(rpm_uln_remote, opts = {})
|
106
102
|
data, _status_code, _headers = create_with_http_info(rpm_uln_remote, opts)
|
@@ -111,7 +107,6 @@ module PulpRpmClient
|
|
111
107
|
# A ViewSet for UlnRemote.
|
112
108
|
# @param rpm_uln_remote [RpmUlnRemote]
|
113
109
|
# @param [Hash] opts the optional parameters
|
114
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
115
110
|
# @return [Array<(RpmUlnRemoteResponse, Integer, Hash)>] RpmUlnRemoteResponse data, response status code and response headers
|
116
111
|
def create_with_http_info(rpm_uln_remote, opts = {})
|
117
112
|
if @api_client.config.debugging
|
@@ -136,7 +131,6 @@ module PulpRpmClient
|
|
136
131
|
if !content_type.nil?
|
137
132
|
header_params['Content-Type'] = content_type
|
138
133
|
end
|
139
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
140
134
|
|
141
135
|
# form parameters
|
142
136
|
form_params = opts[:form_params] || {}
|
@@ -171,7 +165,6 @@ module PulpRpmClient
|
|
171
165
|
# Trigger an asynchronous delete task
|
172
166
|
# @param rpm_uln_remote_href [String]
|
173
167
|
# @param [Hash] opts the optional parameters
|
174
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
175
168
|
# @return [AsyncOperationResponse]
|
176
169
|
def delete(rpm_uln_remote_href, opts = {})
|
177
170
|
data, _status_code, _headers = delete_with_http_info(rpm_uln_remote_href, opts)
|
@@ -182,7 +175,6 @@ module PulpRpmClient
|
|
182
175
|
# Trigger an asynchronous delete task
|
183
176
|
# @param rpm_uln_remote_href [String]
|
184
177
|
# @param [Hash] opts the optional parameters
|
185
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
186
178
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
187
179
|
def delete_with_http_info(rpm_uln_remote_href, opts = {})
|
188
180
|
if @api_client.config.debugging
|
@@ -202,7 +194,6 @@ module PulpRpmClient
|
|
202
194
|
header_params = opts[:header_params] || {}
|
203
195
|
# HTTP header 'Accept' (if needed)
|
204
196
|
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
205
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
206
197
|
|
207
198
|
# form parameters
|
208
199
|
form_params = opts[:form_params] || {}
|
@@ -236,7 +227,6 @@ module PulpRpmClient
|
|
236
227
|
# List uln remotes
|
237
228
|
# A ViewSet for UlnRemote.
|
238
229
|
# @param [Hash] opts the optional parameters
|
239
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
240
230
|
# @option opts [Integer] :limit Number of results to return per page.
|
241
231
|
# @option opts [String] :name Filter results where name matches value
|
242
232
|
# @option opts [String] :name__contains Filter results where name contains value
|
@@ -272,7 +262,6 @@ module PulpRpmClient
|
|
272
262
|
# List uln remotes
|
273
263
|
# A ViewSet for UlnRemote.
|
274
264
|
# @param [Hash] opts the optional parameters
|
275
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
276
265
|
# @option opts [Integer] :limit Number of results to return per page.
|
277
266
|
# @option opts [String] :name Filter results where name matches value
|
278
267
|
# @option opts [String] :name__contains Filter results where name contains value
|
@@ -344,7 +333,6 @@ module PulpRpmClient
|
|
344
333
|
header_params = opts[:header_params] || {}
|
345
334
|
# HTTP header 'Accept' (if needed)
|
346
335
|
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
347
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
348
336
|
|
349
337
|
# form parameters
|
350
338
|
form_params = opts[:form_params] || {}
|
@@ -379,7 +367,6 @@ module PulpRpmClient
|
|
379
367
|
# List roles assigned to this object.
|
380
368
|
# @param rpm_uln_remote_href [String]
|
381
369
|
# @param [Hash] opts the optional parameters
|
382
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
383
370
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
384
371
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
385
372
|
# @return [ObjectRolesResponse]
|
@@ -392,7 +379,6 @@ module PulpRpmClient
|
|
392
379
|
# List roles assigned to this object.
|
393
380
|
# @param rpm_uln_remote_href [String]
|
394
381
|
# @param [Hash] opts the optional parameters
|
395
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
396
382
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
397
383
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
398
384
|
# @return [Array<(ObjectRolesResponse, Integer, Hash)>] ObjectRolesResponse data, response status code and response headers
|
@@ -416,7 +402,6 @@ module PulpRpmClient
|
|
416
402
|
header_params = opts[:header_params] || {}
|
417
403
|
# HTTP header 'Accept' (if needed)
|
418
404
|
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
419
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
420
405
|
|
421
406
|
# form parameters
|
422
407
|
form_params = opts[:form_params] || {}
|
@@ -451,7 +436,6 @@ module PulpRpmClient
|
|
451
436
|
# List permissions available to the current user on this object.
|
452
437
|
# @param rpm_uln_remote_href [String]
|
453
438
|
# @param [Hash] opts the optional parameters
|
454
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
455
439
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
456
440
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
457
441
|
# @return [MyPermissionsResponse]
|
@@ -464,7 +448,6 @@ module PulpRpmClient
|
|
464
448
|
# List permissions available to the current user on this object.
|
465
449
|
# @param rpm_uln_remote_href [String]
|
466
450
|
# @param [Hash] opts the optional parameters
|
467
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
468
451
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
469
452
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
470
453
|
# @return [Array<(MyPermissionsResponse, Integer, Hash)>] MyPermissionsResponse data, response status code and response headers
|
@@ -488,7 +471,6 @@ module PulpRpmClient
|
|
488
471
|
header_params = opts[:header_params] || {}
|
489
472
|
# HTTP header 'Accept' (if needed)
|
490
473
|
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
491
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
492
474
|
|
493
475
|
# form parameters
|
494
476
|
form_params = opts[:form_params] || {}
|
@@ -524,7 +506,6 @@ module PulpRpmClient
|
|
524
506
|
# @param rpm_uln_remote_href [String]
|
525
507
|
# @param patchedrpm_uln_remote [PatchedrpmUlnRemote]
|
526
508
|
# @param [Hash] opts the optional parameters
|
527
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
528
509
|
# @return [AsyncOperationResponse]
|
529
510
|
def partial_update(rpm_uln_remote_href, patchedrpm_uln_remote, opts = {})
|
530
511
|
data, _status_code, _headers = partial_update_with_http_info(rpm_uln_remote_href, patchedrpm_uln_remote, opts)
|
@@ -536,7 +517,6 @@ module PulpRpmClient
|
|
536
517
|
# @param rpm_uln_remote_href [String]
|
537
518
|
# @param patchedrpm_uln_remote [PatchedrpmUlnRemote]
|
538
519
|
# @param [Hash] opts the optional parameters
|
539
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
540
520
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
541
521
|
def partial_update_with_http_info(rpm_uln_remote_href, patchedrpm_uln_remote, opts = {})
|
542
522
|
if @api_client.config.debugging
|
@@ -565,7 +545,6 @@ module PulpRpmClient
|
|
565
545
|
if !content_type.nil?
|
566
546
|
header_params['Content-Type'] = content_type
|
567
547
|
end
|
568
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
569
548
|
|
570
549
|
# form parameters
|
571
550
|
form_params = opts[:form_params] || {}
|
@@ -600,7 +579,6 @@ module PulpRpmClient
|
|
600
579
|
# A ViewSet for UlnRemote.
|
601
580
|
# @param rpm_uln_remote_href [String]
|
602
581
|
# @param [Hash] opts the optional parameters
|
603
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
604
582
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
605
583
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
606
584
|
# @return [RpmUlnRemoteResponse]
|
@@ -613,7 +591,6 @@ module PulpRpmClient
|
|
613
591
|
# A ViewSet for UlnRemote.
|
614
592
|
# @param rpm_uln_remote_href [String]
|
615
593
|
# @param [Hash] opts the optional parameters
|
616
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
617
594
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
618
595
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
619
596
|
# @return [Array<(RpmUlnRemoteResponse, Integer, Hash)>] RpmUlnRemoteResponse data, response status code and response headers
|
@@ -637,7 +614,6 @@ module PulpRpmClient
|
|
637
614
|
header_params = opts[:header_params] || {}
|
638
615
|
# HTTP header 'Accept' (if needed)
|
639
616
|
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
640
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
641
617
|
|
642
618
|
# form parameters
|
643
619
|
form_params = opts[:form_params] || {}
|
@@ -673,7 +649,6 @@ module PulpRpmClient
|
|
673
649
|
# @param rpm_uln_remote_href [String]
|
674
650
|
# @param nested_role [NestedRole]
|
675
651
|
# @param [Hash] opts the optional parameters
|
676
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
677
652
|
# @return [NestedRoleResponse]
|
678
653
|
def remove_role(rpm_uln_remote_href, nested_role, opts = {})
|
679
654
|
data, _status_code, _headers = remove_role_with_http_info(rpm_uln_remote_href, nested_role, opts)
|
@@ -685,7 +660,6 @@ module PulpRpmClient
|
|
685
660
|
# @param rpm_uln_remote_href [String]
|
686
661
|
# @param nested_role [NestedRole]
|
687
662
|
# @param [Hash] opts the optional parameters
|
688
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
689
663
|
# @return [Array<(NestedRoleResponse, Integer, Hash)>] NestedRoleResponse data, response status code and response headers
|
690
664
|
def remove_role_with_http_info(rpm_uln_remote_href, nested_role, opts = {})
|
691
665
|
if @api_client.config.debugging
|
@@ -714,7 +688,6 @@ module PulpRpmClient
|
|
714
688
|
if !content_type.nil?
|
715
689
|
header_params['Content-Type'] = content_type
|
716
690
|
end
|
717
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
718
691
|
|
719
692
|
# form parameters
|
720
693
|
form_params = opts[:form_params] || {}
|
@@ -750,7 +723,6 @@ module PulpRpmClient
|
|
750
723
|
# @param rpm_uln_remote_href [String]
|
751
724
|
# @param set_label [SetLabel]
|
752
725
|
# @param [Hash] opts the optional parameters
|
753
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
754
726
|
# @return [SetLabelResponse]
|
755
727
|
def set_label(rpm_uln_remote_href, set_label, opts = {})
|
756
728
|
data, _status_code, _headers = set_label_with_http_info(rpm_uln_remote_href, set_label, opts)
|
@@ -762,7 +734,6 @@ module PulpRpmClient
|
|
762
734
|
# @param rpm_uln_remote_href [String]
|
763
735
|
# @param set_label [SetLabel]
|
764
736
|
# @param [Hash] opts the optional parameters
|
765
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
766
737
|
# @return [Array<(SetLabelResponse, Integer, Hash)>] SetLabelResponse data, response status code and response headers
|
767
738
|
def set_label_with_http_info(rpm_uln_remote_href, set_label, opts = {})
|
768
739
|
if @api_client.config.debugging
|
@@ -791,7 +762,6 @@ module PulpRpmClient
|
|
791
762
|
if !content_type.nil?
|
792
763
|
header_params['Content-Type'] = content_type
|
793
764
|
end
|
794
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
795
765
|
|
796
766
|
# form parameters
|
797
767
|
form_params = opts[:form_params] || {}
|
@@ -827,7 +797,6 @@ module PulpRpmClient
|
|
827
797
|
# @param rpm_uln_remote_href [String]
|
828
798
|
# @param unset_label [UnsetLabel]
|
829
799
|
# @param [Hash] opts the optional parameters
|
830
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
831
800
|
# @return [UnsetLabelResponse]
|
832
801
|
def unset_label(rpm_uln_remote_href, unset_label, opts = {})
|
833
802
|
data, _status_code, _headers = unset_label_with_http_info(rpm_uln_remote_href, unset_label, opts)
|
@@ -839,7 +808,6 @@ module PulpRpmClient
|
|
839
808
|
# @param rpm_uln_remote_href [String]
|
840
809
|
# @param unset_label [UnsetLabel]
|
841
810
|
# @param [Hash] opts the optional parameters
|
842
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
843
811
|
# @return [Array<(UnsetLabelResponse, Integer, Hash)>] UnsetLabelResponse data, response status code and response headers
|
844
812
|
def unset_label_with_http_info(rpm_uln_remote_href, unset_label, opts = {})
|
845
813
|
if @api_client.config.debugging
|
@@ -868,7 +836,6 @@ module PulpRpmClient
|
|
868
836
|
if !content_type.nil?
|
869
837
|
header_params['Content-Type'] = content_type
|
870
838
|
end
|
871
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
872
839
|
|
873
840
|
# form parameters
|
874
841
|
form_params = opts[:form_params] || {}
|
@@ -904,7 +871,6 @@ module PulpRpmClient
|
|
904
871
|
# @param rpm_uln_remote_href [String]
|
905
872
|
# @param rpm_uln_remote [RpmUlnRemote]
|
906
873
|
# @param [Hash] opts the optional parameters
|
907
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
908
874
|
# @return [AsyncOperationResponse]
|
909
875
|
def update(rpm_uln_remote_href, rpm_uln_remote, opts = {})
|
910
876
|
data, _status_code, _headers = update_with_http_info(rpm_uln_remote_href, rpm_uln_remote, opts)
|
@@ -916,7 +882,6 @@ module PulpRpmClient
|
|
916
882
|
# @param rpm_uln_remote_href [String]
|
917
883
|
# @param rpm_uln_remote [RpmUlnRemote]
|
918
884
|
# @param [Hash] opts the optional parameters
|
919
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
920
885
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
921
886
|
def update_with_http_info(rpm_uln_remote_href, rpm_uln_remote, opts = {})
|
922
887
|
if @api_client.config.debugging
|
@@ -945,7 +910,6 @@ module PulpRpmClient
|
|
945
910
|
if !content_type.nil?
|
946
911
|
header_params['Content-Type'] = content_type
|
947
912
|
end
|
948
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
949
913
|
|
950
914
|
# form parameters
|
951
915
|
form_params = opts[:form_params] || {}
|