pulp_file_client 3.49.59 → 3.50.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 +6 -9
- data/docs/AcsFileApi.md +15 -51
- data/docs/ContentFilesApi.md +1 -7
- data/docs/DistributionsFileApi.md +17 -57
- data/docs/PublicationsFileApi.md +9 -33
- data/docs/RemotesFileApi.md +17 -57
- data/docs/RepositoriesFileApi.md +21 -69
- data/docs/RepositoriesFileVersionsApi.md +5 -17
- data/lib/pulp_file_client/api/acs_file_api.rb +0 -33
- data/lib/pulp_file_client/api/content_files_api.rb +0 -9
- data/lib/pulp_file_client/api/distributions_file_api.rb +0 -36
- data/lib/pulp_file_client/api/publications_file_api.rb +0 -24
- data/lib/pulp_file_client/api/remotes_file_api.rb +0 -36
- data/lib/pulp_file_client/api/repositories_file_api.rb +0 -42
- data/lib/pulp_file_client/api/repositories_file_versions_api.rb +0 -12
- data/lib/pulp_file_client/configuration.rb +2 -2
- data/lib/pulp_file_client/version.rb +1 -1
- data/spec/api/acs_file_api_spec.rb +0 -11
- data/spec/api/content_files_api_spec.rb +0 -3
- data/spec/api/distributions_file_api_spec.rb +0 -12
- data/spec/api/publications_file_api_spec.rb +0 -8
- data/spec/api/remotes_file_api_spec.rb +0 -12
- data/spec/api/repositories_file_api_spec.rb +0 -14
- data/spec/api/repositories_file_versions_api_spec.rb +0 -4
- data/spec/configuration_spec.rb +3 -3
- metadata +52 -52
|
@@ -24,7 +24,6 @@ module PulpFileClient
|
|
|
24
24
|
# @param file_file_repository_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(file_file_repository_href, nested_role, opts = {})
|
|
30
29
|
data, _status_code, _headers = add_role_with_http_info(file_file_repository_href, nested_role, opts)
|
|
@@ -36,7 +35,6 @@ module PulpFileClient
|
|
|
36
35
|
# @param file_file_repository_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(file_file_repository_href, nested_role, opts = {})
|
|
42
40
|
if @api_client.config.debugging
|
|
@@ -62,7 +60,6 @@ module PulpFileClient
|
|
|
62
60
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
63
61
|
# HTTP header 'Content-Type'
|
|
64
62
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
65
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
66
63
|
|
|
67
64
|
# form parameters
|
|
68
65
|
form_params = opts[:form_params] || {}
|
|
@@ -96,7 +93,6 @@ module PulpFileClient
|
|
|
96
93
|
# FileRepository represents a single file repository, to which content can be synced, added, or removed.
|
|
97
94
|
# @param file_file_repository [FileFileRepository]
|
|
98
95
|
# @param [Hash] opts the optional parameters
|
|
99
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
100
96
|
# @return [FileFileRepositoryResponse]
|
|
101
97
|
def create(file_file_repository, opts = {})
|
|
102
98
|
data, _status_code, _headers = create_with_http_info(file_file_repository, opts)
|
|
@@ -107,7 +103,6 @@ module PulpFileClient
|
|
|
107
103
|
# FileRepository represents a single file repository, to which content can be synced, added, or removed.
|
|
108
104
|
# @param file_file_repository [FileFileRepository]
|
|
109
105
|
# @param [Hash] opts the optional parameters
|
|
110
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
111
106
|
# @return [Array<(FileFileRepositoryResponse, Integer, Hash)>] FileFileRepositoryResponse data, response status code and response headers
|
|
112
107
|
def create_with_http_info(file_file_repository, opts = {})
|
|
113
108
|
if @api_client.config.debugging
|
|
@@ -129,7 +124,6 @@ module PulpFileClient
|
|
|
129
124
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
130
125
|
# HTTP header 'Content-Type'
|
|
131
126
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
132
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
133
127
|
|
|
134
128
|
# form parameters
|
|
135
129
|
form_params = opts[:form_params] || {}
|
|
@@ -163,7 +157,6 @@ module PulpFileClient
|
|
|
163
157
|
# Trigger an asynchronous delete task
|
|
164
158
|
# @param file_file_repository_href [String]
|
|
165
159
|
# @param [Hash] opts the optional parameters
|
|
166
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
167
160
|
# @return [AsyncOperationResponse]
|
|
168
161
|
def delete(file_file_repository_href, opts = {})
|
|
169
162
|
data, _status_code, _headers = delete_with_http_info(file_file_repository_href, opts)
|
|
@@ -174,7 +167,6 @@ module PulpFileClient
|
|
|
174
167
|
# Trigger an asynchronous delete task
|
|
175
168
|
# @param file_file_repository_href [String]
|
|
176
169
|
# @param [Hash] opts the optional parameters
|
|
177
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
178
170
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
|
179
171
|
def delete_with_http_info(file_file_repository_href, opts = {})
|
|
180
172
|
if @api_client.config.debugging
|
|
@@ -194,7 +186,6 @@ module PulpFileClient
|
|
|
194
186
|
header_params = opts[:header_params] || {}
|
|
195
187
|
# HTTP header 'Accept' (if needed)
|
|
196
188
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
197
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
198
189
|
|
|
199
190
|
# form parameters
|
|
200
191
|
form_params = opts[:form_params] || {}
|
|
@@ -227,7 +218,6 @@ module PulpFileClient
|
|
|
227
218
|
# List file repositorys
|
|
228
219
|
# FileRepository represents a single file repository, to which content can be synced, added, or removed.
|
|
229
220
|
# @param [Hash] opts the optional parameters
|
|
230
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
231
221
|
# @option opts [String] :latest_with_content Content Unit referenced by HREF
|
|
232
222
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
233
223
|
# @option opts [String] :name Filter results where name matches value
|
|
@@ -266,7 +256,6 @@ module PulpFileClient
|
|
|
266
256
|
# List file repositorys
|
|
267
257
|
# FileRepository represents a single file repository, to which content can be synced, added, or removed.
|
|
268
258
|
# @param [Hash] opts the optional parameters
|
|
269
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
270
259
|
# @option opts [String] :latest_with_content Content Unit referenced by HREF
|
|
271
260
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
272
261
|
# @option opts [String] :name Filter results where name matches value
|
|
@@ -344,7 +333,6 @@ module PulpFileClient
|
|
|
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'])
|
|
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] || {}
|
|
@@ -378,7 +366,6 @@ module PulpFileClient
|
|
|
378
366
|
# List roles assigned to this object.
|
|
379
367
|
# @param file_file_repository_href [String]
|
|
380
368
|
# @param [Hash] opts the optional parameters
|
|
381
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
382
369
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
383
370
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
384
371
|
# @return [ObjectRolesResponse]
|
|
@@ -391,7 +378,6 @@ module PulpFileClient
|
|
|
391
378
|
# List roles assigned to this object.
|
|
392
379
|
# @param file_file_repository_href [String]
|
|
393
380
|
# @param [Hash] opts the optional parameters
|
|
394
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
395
381
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
396
382
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
397
383
|
# @return [Array<(ObjectRolesResponse, Integer, Hash)>] ObjectRolesResponse data, response status code and response headers
|
|
@@ -415,7 +401,6 @@ module PulpFileClient
|
|
|
415
401
|
header_params = opts[:header_params] || {}
|
|
416
402
|
# HTTP header 'Accept' (if needed)
|
|
417
403
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
418
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
419
404
|
|
|
420
405
|
# form parameters
|
|
421
406
|
form_params = opts[:form_params] || {}
|
|
@@ -450,7 +435,6 @@ module PulpFileClient
|
|
|
450
435
|
# @param file_file_repository_href [String]
|
|
451
436
|
# @param repository_add_remove_content [RepositoryAddRemoveContent]
|
|
452
437
|
# @param [Hash] opts the optional parameters
|
|
453
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
454
438
|
# @return [AsyncOperationResponse]
|
|
455
439
|
def modify(file_file_repository_href, repository_add_remove_content, opts = {})
|
|
456
440
|
data, _status_code, _headers = modify_with_http_info(file_file_repository_href, repository_add_remove_content, opts)
|
|
@@ -462,7 +446,6 @@ module PulpFileClient
|
|
|
462
446
|
# @param file_file_repository_href [String]
|
|
463
447
|
# @param repository_add_remove_content [RepositoryAddRemoveContent]
|
|
464
448
|
# @param [Hash] opts the optional parameters
|
|
465
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
466
449
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
|
467
450
|
def modify_with_http_info(file_file_repository_href, repository_add_remove_content, opts = {})
|
|
468
451
|
if @api_client.config.debugging
|
|
@@ -488,7 +471,6 @@ module PulpFileClient
|
|
|
488
471
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
489
472
|
# HTTP header 'Content-Type'
|
|
490
473
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
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] || {}
|
|
@@ -522,7 +504,6 @@ module PulpFileClient
|
|
|
522
504
|
# List permissions available to the current user on this object.
|
|
523
505
|
# @param file_file_repository_href [String]
|
|
524
506
|
# @param [Hash] opts the optional parameters
|
|
525
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
526
507
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
527
508
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
528
509
|
# @return [MyPermissionsResponse]
|
|
@@ -535,7 +516,6 @@ module PulpFileClient
|
|
|
535
516
|
# List permissions available to the current user on this object.
|
|
536
517
|
# @param file_file_repository_href [String]
|
|
537
518
|
# @param [Hash] opts the optional parameters
|
|
538
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
539
519
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
540
520
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
541
521
|
# @return [Array<(MyPermissionsResponse, Integer, Hash)>] MyPermissionsResponse data, response status code and response headers
|
|
@@ -559,7 +539,6 @@ module PulpFileClient
|
|
|
559
539
|
header_params = opts[:header_params] || {}
|
|
560
540
|
# HTTP header 'Accept' (if needed)
|
|
561
541
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
562
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
563
542
|
|
|
564
543
|
# form parameters
|
|
565
544
|
form_params = opts[:form_params] || {}
|
|
@@ -594,7 +573,6 @@ module PulpFileClient
|
|
|
594
573
|
# @param file_file_repository_href [String]
|
|
595
574
|
# @param patchedfile_file_repository [PatchedfileFileRepository]
|
|
596
575
|
# @param [Hash] opts the optional parameters
|
|
597
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
598
576
|
# @return [AsyncOperationResponse]
|
|
599
577
|
def partial_update(file_file_repository_href, patchedfile_file_repository, opts = {})
|
|
600
578
|
data, _status_code, _headers = partial_update_with_http_info(file_file_repository_href, patchedfile_file_repository, opts)
|
|
@@ -606,7 +584,6 @@ module PulpFileClient
|
|
|
606
584
|
# @param file_file_repository_href [String]
|
|
607
585
|
# @param patchedfile_file_repository [PatchedfileFileRepository]
|
|
608
586
|
# @param [Hash] opts the optional parameters
|
|
609
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
610
587
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
|
611
588
|
def partial_update_with_http_info(file_file_repository_href, patchedfile_file_repository, opts = {})
|
|
612
589
|
if @api_client.config.debugging
|
|
@@ -632,7 +609,6 @@ module PulpFileClient
|
|
|
632
609
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
633
610
|
# HTTP header 'Content-Type'
|
|
634
611
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
635
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
636
612
|
|
|
637
613
|
# form parameters
|
|
638
614
|
form_params = opts[:form_params] || {}
|
|
@@ -666,7 +642,6 @@ module PulpFileClient
|
|
|
666
642
|
# FileRepository represents a single file repository, to which content can be synced, added, or removed.
|
|
667
643
|
# @param file_file_repository_href [String]
|
|
668
644
|
# @param [Hash] opts the optional parameters
|
|
669
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
670
645
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
671
646
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
672
647
|
# @return [FileFileRepositoryResponse]
|
|
@@ -679,7 +654,6 @@ module PulpFileClient
|
|
|
679
654
|
# FileRepository represents a single file repository, to which content can be synced, added, or removed.
|
|
680
655
|
# @param file_file_repository_href [String]
|
|
681
656
|
# @param [Hash] opts the optional parameters
|
|
682
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
683
657
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
684
658
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
685
659
|
# @return [Array<(FileFileRepositoryResponse, Integer, Hash)>] FileFileRepositoryResponse data, response status code and response headers
|
|
@@ -703,7 +677,6 @@ module PulpFileClient
|
|
|
703
677
|
header_params = opts[:header_params] || {}
|
|
704
678
|
# HTTP header 'Accept' (if needed)
|
|
705
679
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
706
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
707
680
|
|
|
708
681
|
# form parameters
|
|
709
682
|
form_params = opts[:form_params] || {}
|
|
@@ -738,7 +711,6 @@ module PulpFileClient
|
|
|
738
711
|
# @param file_file_repository_href [String]
|
|
739
712
|
# @param nested_role [NestedRole]
|
|
740
713
|
# @param [Hash] opts the optional parameters
|
|
741
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
742
714
|
# @return [NestedRoleResponse]
|
|
743
715
|
def remove_role(file_file_repository_href, nested_role, opts = {})
|
|
744
716
|
data, _status_code, _headers = remove_role_with_http_info(file_file_repository_href, nested_role, opts)
|
|
@@ -750,7 +722,6 @@ module PulpFileClient
|
|
|
750
722
|
# @param file_file_repository_href [String]
|
|
751
723
|
# @param nested_role [NestedRole]
|
|
752
724
|
# @param [Hash] opts the optional parameters
|
|
753
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
754
725
|
# @return [Array<(NestedRoleResponse, Integer, Hash)>] NestedRoleResponse data, response status code and response headers
|
|
755
726
|
def remove_role_with_http_info(file_file_repository_href, nested_role, opts = {})
|
|
756
727
|
if @api_client.config.debugging
|
|
@@ -776,7 +747,6 @@ module PulpFileClient
|
|
|
776
747
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
777
748
|
# HTTP header 'Content-Type'
|
|
778
749
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
779
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
780
750
|
|
|
781
751
|
# form parameters
|
|
782
752
|
form_params = opts[:form_params] || {}
|
|
@@ -811,7 +781,6 @@ module PulpFileClient
|
|
|
811
781
|
# @param file_file_repository_href [String]
|
|
812
782
|
# @param set_label [SetLabel]
|
|
813
783
|
# @param [Hash] opts the optional parameters
|
|
814
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
815
784
|
# @return [SetLabelResponse]
|
|
816
785
|
def set_label(file_file_repository_href, set_label, opts = {})
|
|
817
786
|
data, _status_code, _headers = set_label_with_http_info(file_file_repository_href, set_label, opts)
|
|
@@ -823,7 +792,6 @@ module PulpFileClient
|
|
|
823
792
|
# @param file_file_repository_href [String]
|
|
824
793
|
# @param set_label [SetLabel]
|
|
825
794
|
# @param [Hash] opts the optional parameters
|
|
826
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
827
795
|
# @return [Array<(SetLabelResponse, Integer, Hash)>] SetLabelResponse data, response status code and response headers
|
|
828
796
|
def set_label_with_http_info(file_file_repository_href, set_label, opts = {})
|
|
829
797
|
if @api_client.config.debugging
|
|
@@ -849,7 +817,6 @@ module PulpFileClient
|
|
|
849
817
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
850
818
|
# HTTP header 'Content-Type'
|
|
851
819
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
852
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
853
820
|
|
|
854
821
|
# form parameters
|
|
855
822
|
form_params = opts[:form_params] || {}
|
|
@@ -884,7 +851,6 @@ module PulpFileClient
|
|
|
884
851
|
# @param file_file_repository_href [String]
|
|
885
852
|
# @param repository_sync_url [RepositorySyncURL]
|
|
886
853
|
# @param [Hash] opts the optional parameters
|
|
887
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
888
854
|
# @return [AsyncOperationResponse]
|
|
889
855
|
def sync(file_file_repository_href, repository_sync_url, opts = {})
|
|
890
856
|
data, _status_code, _headers = sync_with_http_info(file_file_repository_href, repository_sync_url, opts)
|
|
@@ -896,7 +862,6 @@ module PulpFileClient
|
|
|
896
862
|
# @param file_file_repository_href [String]
|
|
897
863
|
# @param repository_sync_url [RepositorySyncURL]
|
|
898
864
|
# @param [Hash] opts the optional parameters
|
|
899
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
900
865
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
|
901
866
|
def sync_with_http_info(file_file_repository_href, repository_sync_url, opts = {})
|
|
902
867
|
if @api_client.config.debugging
|
|
@@ -922,7 +887,6 @@ module PulpFileClient
|
|
|
922
887
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
923
888
|
# HTTP header 'Content-Type'
|
|
924
889
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
925
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
926
890
|
|
|
927
891
|
# form parameters
|
|
928
892
|
form_params = opts[:form_params] || {}
|
|
@@ -957,7 +921,6 @@ module PulpFileClient
|
|
|
957
921
|
# @param file_file_repository_href [String]
|
|
958
922
|
# @param unset_label [UnsetLabel]
|
|
959
923
|
# @param [Hash] opts the optional parameters
|
|
960
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
961
924
|
# @return [UnsetLabelResponse]
|
|
962
925
|
def unset_label(file_file_repository_href, unset_label, opts = {})
|
|
963
926
|
data, _status_code, _headers = unset_label_with_http_info(file_file_repository_href, unset_label, opts)
|
|
@@ -969,7 +932,6 @@ module PulpFileClient
|
|
|
969
932
|
# @param file_file_repository_href [String]
|
|
970
933
|
# @param unset_label [UnsetLabel]
|
|
971
934
|
# @param [Hash] opts the optional parameters
|
|
972
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
973
935
|
# @return [Array<(UnsetLabelResponse, Integer, Hash)>] UnsetLabelResponse data, response status code and response headers
|
|
974
936
|
def unset_label_with_http_info(file_file_repository_href, unset_label, opts = {})
|
|
975
937
|
if @api_client.config.debugging
|
|
@@ -995,7 +957,6 @@ module PulpFileClient
|
|
|
995
957
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
996
958
|
# HTTP header 'Content-Type'
|
|
997
959
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
998
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
999
960
|
|
|
1000
961
|
# form parameters
|
|
1001
962
|
form_params = opts[:form_params] || {}
|
|
@@ -1030,7 +991,6 @@ module PulpFileClient
|
|
|
1030
991
|
# @param file_file_repository_href [String]
|
|
1031
992
|
# @param file_file_repository [FileFileRepository]
|
|
1032
993
|
# @param [Hash] opts the optional parameters
|
|
1033
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
1034
994
|
# @return [AsyncOperationResponse]
|
|
1035
995
|
def update(file_file_repository_href, file_file_repository, opts = {})
|
|
1036
996
|
data, _status_code, _headers = update_with_http_info(file_file_repository_href, file_file_repository, opts)
|
|
@@ -1042,7 +1002,6 @@ module PulpFileClient
|
|
|
1042
1002
|
# @param file_file_repository_href [String]
|
|
1043
1003
|
# @param file_file_repository [FileFileRepository]
|
|
1044
1004
|
# @param [Hash] opts the optional parameters
|
|
1045
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
1046
1005
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
|
1047
1006
|
def update_with_http_info(file_file_repository_href, file_file_repository, opts = {})
|
|
1048
1007
|
if @api_client.config.debugging
|
|
@@ -1068,7 +1027,6 @@ module PulpFileClient
|
|
|
1068
1027
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1069
1028
|
# HTTP header 'Content-Type'
|
|
1070
1029
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
1071
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
1072
1030
|
|
|
1073
1031
|
# form parameters
|
|
1074
1032
|
form_params = opts[:form_params] || {}
|
|
@@ -23,7 +23,6 @@ module PulpFileClient
|
|
|
23
23
|
# Trigger an asynchronous task to delete a repository version.
|
|
24
24
|
# @param file_file_repository_version_href [String]
|
|
25
25
|
# @param [Hash] opts the optional parameters
|
|
26
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
27
26
|
# @return [AsyncOperationResponse]
|
|
28
27
|
def delete(file_file_repository_version_href, opts = {})
|
|
29
28
|
data, _status_code, _headers = delete_with_http_info(file_file_repository_version_href, opts)
|
|
@@ -34,7 +33,6 @@ module PulpFileClient
|
|
|
34
33
|
# Trigger an asynchronous task to delete a repository version.
|
|
35
34
|
# @param file_file_repository_version_href [String]
|
|
36
35
|
# @param [Hash] opts the optional parameters
|
|
37
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
38
36
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
|
39
37
|
def delete_with_http_info(file_file_repository_version_href, opts = {})
|
|
40
38
|
if @api_client.config.debugging
|
|
@@ -54,7 +52,6 @@ module PulpFileClient
|
|
|
54
52
|
header_params = opts[:header_params] || {}
|
|
55
53
|
# HTTP header 'Accept' (if needed)
|
|
56
54
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
57
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
58
55
|
|
|
59
56
|
# form parameters
|
|
60
57
|
form_params = opts[:form_params] || {}
|
|
@@ -88,7 +85,6 @@ module PulpFileClient
|
|
|
88
85
|
# FileRepositoryVersion represents a single file repository version.
|
|
89
86
|
# @param file_file_repository_href [String]
|
|
90
87
|
# @param [Hash] opts the optional parameters
|
|
91
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
92
88
|
# @option opts [String] :content Content Unit referenced by HREF
|
|
93
89
|
# @option opts [String] :content__in Content Unit referenced by HREF
|
|
94
90
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
@@ -120,7 +116,6 @@ module PulpFileClient
|
|
|
120
116
|
# FileRepositoryVersion represents a single file repository version.
|
|
121
117
|
# @param file_file_repository_href [String]
|
|
122
118
|
# @param [Hash] opts the optional parameters
|
|
123
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
124
119
|
# @option opts [String] :content Content Unit referenced by HREF
|
|
125
120
|
# @option opts [String] :content__in Content Unit referenced by HREF
|
|
126
121
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
@@ -186,7 +181,6 @@ module PulpFileClient
|
|
|
186
181
|
header_params = opts[:header_params] || {}
|
|
187
182
|
# HTTP header 'Accept' (if needed)
|
|
188
183
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
189
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
190
184
|
|
|
191
185
|
# form parameters
|
|
192
186
|
form_params = opts[:form_params] || {}
|
|
@@ -220,7 +214,6 @@ module PulpFileClient
|
|
|
220
214
|
# FileRepositoryVersion represents a single file repository version.
|
|
221
215
|
# @param file_file_repository_version_href [String]
|
|
222
216
|
# @param [Hash] opts the optional parameters
|
|
223
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
224
217
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
225
218
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
226
219
|
# @return [RepositoryVersionResponse]
|
|
@@ -233,7 +226,6 @@ module PulpFileClient
|
|
|
233
226
|
# FileRepositoryVersion represents a single file repository version.
|
|
234
227
|
# @param file_file_repository_version_href [String]
|
|
235
228
|
# @param [Hash] opts the optional parameters
|
|
236
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
237
229
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
238
230
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
239
231
|
# @return [Array<(RepositoryVersionResponse, Integer, Hash)>] RepositoryVersionResponse data, response status code and response headers
|
|
@@ -257,7 +249,6 @@ module PulpFileClient
|
|
|
257
249
|
header_params = opts[:header_params] || {}
|
|
258
250
|
# HTTP header 'Accept' (if needed)
|
|
259
251
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
260
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
261
252
|
|
|
262
253
|
# form parameters
|
|
263
254
|
form_params = opts[:form_params] || {}
|
|
@@ -291,7 +282,6 @@ module PulpFileClient
|
|
|
291
282
|
# @param file_file_repository_version_href [String]
|
|
292
283
|
# @param repair [Repair]
|
|
293
284
|
# @param [Hash] opts the optional parameters
|
|
294
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
295
285
|
# @return [AsyncOperationResponse]
|
|
296
286
|
def repair(file_file_repository_version_href, repair, opts = {})
|
|
297
287
|
data, _status_code, _headers = repair_with_http_info(file_file_repository_version_href, repair, opts)
|
|
@@ -302,7 +292,6 @@ module PulpFileClient
|
|
|
302
292
|
# @param file_file_repository_version_href [String]
|
|
303
293
|
# @param repair [Repair]
|
|
304
294
|
# @param [Hash] opts the optional parameters
|
|
305
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
306
295
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
|
307
296
|
def repair_with_http_info(file_file_repository_version_href, repair, opts = {})
|
|
308
297
|
if @api_client.config.debugging
|
|
@@ -328,7 +317,6 @@ module PulpFileClient
|
|
|
328
317
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
329
318
|
# HTTP header 'Content-Type'
|
|
330
319
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'])
|
|
331
|
-
header_params[:'X-Task-Diagnostics'] = @api_client.build_collection_param(opts[:'x_task_diagnostics'], :csv) if !opts[:'x_task_diagnostics'].nil?
|
|
332
320
|
|
|
333
321
|
# form parameters
|
|
334
322
|
form_params = opts[:form_params] || {}
|
|
@@ -128,7 +128,7 @@ module PulpFileClient
|
|
|
128
128
|
|
|
129
129
|
def initialize
|
|
130
130
|
@scheme = 'http'
|
|
131
|
-
@host = '
|
|
131
|
+
@host = 'pulp'
|
|
132
132
|
@base_path = ''
|
|
133
133
|
@api_key = {}
|
|
134
134
|
@api_key_prefix = {}
|
|
@@ -210,7 +210,7 @@ module PulpFileClient
|
|
|
210
210
|
def server_settings
|
|
211
211
|
[
|
|
212
212
|
{
|
|
213
|
-
url: "http://
|
|
213
|
+
url: "http://pulp/",
|
|
214
214
|
description: "No description provided",
|
|
215
215
|
}
|
|
216
216
|
]
|
|
@@ -38,7 +38,6 @@ describe 'AcsFileApi' do
|
|
|
38
38
|
# @param file_file_alternate_content_source_href
|
|
39
39
|
# @param nested_role
|
|
40
40
|
# @param [Hash] opts the optional parameters
|
|
41
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
42
41
|
# @return [NestedRoleResponse]
|
|
43
42
|
describe 'add_role test' do
|
|
44
43
|
it 'should work' do
|
|
@@ -51,7 +50,6 @@ describe 'AcsFileApi' do
|
|
|
51
50
|
# Alternate Content Source ViewSet for File ACS support is provided as a tech preview in pulp_file.
|
|
52
51
|
# @param file_file_alternate_content_source
|
|
53
52
|
# @param [Hash] opts the optional parameters
|
|
54
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
55
53
|
# @return [FileFileAlternateContentSourceResponse]
|
|
56
54
|
describe 'create test' do
|
|
57
55
|
it 'should work' do
|
|
@@ -64,7 +62,6 @@ describe 'AcsFileApi' do
|
|
|
64
62
|
# Trigger an asynchronous delete ACS task
|
|
65
63
|
# @param file_file_alternate_content_source_href
|
|
66
64
|
# @param [Hash] opts the optional parameters
|
|
67
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
68
65
|
# @return [AsyncOperationResponse]
|
|
69
66
|
describe 'delete test' do
|
|
70
67
|
it 'should work' do
|
|
@@ -76,7 +73,6 @@ describe 'AcsFileApi' do
|
|
|
76
73
|
# List file alternate content sources
|
|
77
74
|
# Alternate Content Source ViewSet for File ACS support is provided as a tech preview in pulp_file.
|
|
78
75
|
# @param [Hash] opts the optional parameters
|
|
79
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
80
76
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
81
77
|
# @option opts [String] :name Filter results where name matches value
|
|
82
78
|
# @option opts [String] :name__contains Filter results where name contains value
|
|
@@ -106,7 +102,6 @@ describe 'AcsFileApi' do
|
|
|
106
102
|
# List roles assigned to this object.
|
|
107
103
|
# @param file_file_alternate_content_source_href
|
|
108
104
|
# @param [Hash] opts the optional parameters
|
|
109
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
110
105
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
111
106
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
112
107
|
# @return [ObjectRolesResponse]
|
|
@@ -121,7 +116,6 @@ describe 'AcsFileApi' do
|
|
|
121
116
|
# List permissions available to the current user on this object.
|
|
122
117
|
# @param file_file_alternate_content_source_href
|
|
123
118
|
# @param [Hash] opts the optional parameters
|
|
124
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
125
119
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
126
120
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
127
121
|
# @return [MyPermissionsResponse]
|
|
@@ -137,7 +131,6 @@ describe 'AcsFileApi' do
|
|
|
137
131
|
# @param file_file_alternate_content_source_href
|
|
138
132
|
# @param patchedfile_file_alternate_content_source
|
|
139
133
|
# @param [Hash] opts the optional parameters
|
|
140
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
141
134
|
# @return [AsyncOperationResponse]
|
|
142
135
|
describe 'partial_update test' do
|
|
143
136
|
it 'should work' do
|
|
@@ -150,7 +143,6 @@ describe 'AcsFileApi' do
|
|
|
150
143
|
# Alternate Content Source ViewSet for File ACS support is provided as a tech preview in pulp_file.
|
|
151
144
|
# @param file_file_alternate_content_source_href
|
|
152
145
|
# @param [Hash] opts the optional parameters
|
|
153
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
154
146
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
155
147
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
156
148
|
# @return [FileFileAlternateContentSourceResponse]
|
|
@@ -165,7 +157,6 @@ describe 'AcsFileApi' do
|
|
|
165
157
|
# Trigger an asynchronous task to create Alternate Content Source content.
|
|
166
158
|
# @param file_file_alternate_content_source_href
|
|
167
159
|
# @param [Hash] opts the optional parameters
|
|
168
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
169
160
|
# @return [TaskGroupOperationResponse]
|
|
170
161
|
describe 'refresh test' do
|
|
171
162
|
it 'should work' do
|
|
@@ -179,7 +170,6 @@ describe 'AcsFileApi' do
|
|
|
179
170
|
# @param file_file_alternate_content_source_href
|
|
180
171
|
# @param nested_role
|
|
181
172
|
# @param [Hash] opts the optional parameters
|
|
182
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
183
173
|
# @return [NestedRoleResponse]
|
|
184
174
|
describe 'remove_role test' do
|
|
185
175
|
it 'should work' do
|
|
@@ -193,7 +183,6 @@ describe 'AcsFileApi' do
|
|
|
193
183
|
# @param file_file_alternate_content_source_href
|
|
194
184
|
# @param file_file_alternate_content_source
|
|
195
185
|
# @param [Hash] opts the optional parameters
|
|
196
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
197
186
|
# @return [AsyncOperationResponse]
|
|
198
187
|
describe 'update test' do
|
|
199
188
|
it 'should work' do
|
|
@@ -37,7 +37,6 @@ describe 'ContentFilesApi' do
|
|
|
37
37
|
# Trigger an asynchronous task to create content,optionally create new repository version.
|
|
38
38
|
# @param relative_path Path where the artifact is located relative to distributions base_path
|
|
39
39
|
# @param [Hash] opts the optional parameters
|
|
40
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
41
40
|
# @option opts [String] :repository A URI of a repository the new content unit should be associated with.
|
|
42
41
|
# @option opts [String] :artifact Artifact file representing the physical content
|
|
43
42
|
# @option opts [File] :file An uploaded file that may be turned into the content unit.
|
|
@@ -53,7 +52,6 @@ describe 'ContentFilesApi' do
|
|
|
53
52
|
# List file contents
|
|
54
53
|
# FileContent represents a single file and its metadata, which can be added and removed from repositories.
|
|
55
54
|
# @param [Hash] opts the optional parameters
|
|
56
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
57
55
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
58
56
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
59
57
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `digest` - Digest * `-digest` - Digest (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
@@ -80,7 +78,6 @@ describe 'ContentFilesApi' do
|
|
|
80
78
|
# FileContent represents a single file and its metadata, which can be added and removed from repositories.
|
|
81
79
|
# @param file_file_content_href
|
|
82
80
|
# @param [Hash] opts the optional parameters
|
|
83
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
84
81
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
85
82
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
86
83
|
# @return [FileFileContentResponse]
|
|
@@ -38,7 +38,6 @@ describe 'DistributionsFileApi' do
|
|
|
38
38
|
# @param file_file_distribution_href
|
|
39
39
|
# @param nested_role
|
|
40
40
|
# @param [Hash] opts the optional parameters
|
|
41
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
42
41
|
# @return [NestedRoleResponse]
|
|
43
42
|
describe 'add_role test' do
|
|
44
43
|
it 'should work' do
|
|
@@ -51,7 +50,6 @@ describe 'DistributionsFileApi' do
|
|
|
51
50
|
# Trigger an asynchronous create task
|
|
52
51
|
# @param file_file_distribution
|
|
53
52
|
# @param [Hash] opts the optional parameters
|
|
54
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
55
53
|
# @return [AsyncOperationResponse]
|
|
56
54
|
describe 'create test' do
|
|
57
55
|
it 'should work' do
|
|
@@ -64,7 +62,6 @@ describe 'DistributionsFileApi' do
|
|
|
64
62
|
# Trigger an asynchronous delete task
|
|
65
63
|
# @param file_file_distribution_href
|
|
66
64
|
# @param [Hash] opts the optional parameters
|
|
67
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
68
65
|
# @return [AsyncOperationResponse]
|
|
69
66
|
describe 'delete test' do
|
|
70
67
|
it 'should work' do
|
|
@@ -76,7 +73,6 @@ describe 'DistributionsFileApi' do
|
|
|
76
73
|
# List file distributions
|
|
77
74
|
# FileDistributions host File Publications which makes the metadata and the referenced File Content available to HTTP clients. Additionally, a FileDistribution with an associated FilePublication can be the target url of a File Remote , allowing another instance of Pulp to sync the content.
|
|
78
75
|
# @param [Hash] opts the optional parameters
|
|
79
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
80
76
|
# @option opts [String] :base_path Filter results where base_path matches value
|
|
81
77
|
# @option opts [String] :base_path__contains Filter results where base_path contains value
|
|
82
78
|
# @option opts [String] :base_path__icontains Filter results where base_path contains value
|
|
@@ -114,7 +110,6 @@ describe 'DistributionsFileApi' do
|
|
|
114
110
|
# List roles assigned to this object.
|
|
115
111
|
# @param file_file_distribution_href
|
|
116
112
|
# @param [Hash] opts the optional parameters
|
|
117
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
118
113
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
119
114
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
120
115
|
# @return [ObjectRolesResponse]
|
|
@@ -129,7 +124,6 @@ describe 'DistributionsFileApi' do
|
|
|
129
124
|
# List permissions available to the current user on this object.
|
|
130
125
|
# @param file_file_distribution_href
|
|
131
126
|
# @param [Hash] opts the optional parameters
|
|
132
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
133
127
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
134
128
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
135
129
|
# @return [MyPermissionsResponse]
|
|
@@ -145,7 +139,6 @@ describe 'DistributionsFileApi' do
|
|
|
145
139
|
# @param file_file_distribution_href
|
|
146
140
|
# @param patchedfile_file_distribution
|
|
147
141
|
# @param [Hash] opts the optional parameters
|
|
148
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
149
142
|
# @return [AsyncOperationResponse]
|
|
150
143
|
describe 'partial_update test' do
|
|
151
144
|
it 'should work' do
|
|
@@ -158,7 +151,6 @@ describe 'DistributionsFileApi' do
|
|
|
158
151
|
# FileDistributions host File Publications which makes the metadata and the referenced File Content available to HTTP clients. Additionally, a FileDistribution with an associated FilePublication can be the target url of a File Remote , allowing another instance of Pulp to sync the content.
|
|
159
152
|
# @param file_file_distribution_href
|
|
160
153
|
# @param [Hash] opts the optional parameters
|
|
161
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
162
154
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
163
155
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
164
156
|
# @return [FileFileDistributionResponse]
|
|
@@ -174,7 +166,6 @@ describe 'DistributionsFileApi' do
|
|
|
174
166
|
# @param file_file_distribution_href
|
|
175
167
|
# @param nested_role
|
|
176
168
|
# @param [Hash] opts the optional parameters
|
|
177
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
178
169
|
# @return [NestedRoleResponse]
|
|
179
170
|
describe 'remove_role test' do
|
|
180
171
|
it 'should work' do
|
|
@@ -188,7 +179,6 @@ describe 'DistributionsFileApi' do
|
|
|
188
179
|
# @param file_file_distribution_href
|
|
189
180
|
# @param set_label
|
|
190
181
|
# @param [Hash] opts the optional parameters
|
|
191
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
192
182
|
# @return [SetLabelResponse]
|
|
193
183
|
describe 'set_label test' do
|
|
194
184
|
it 'should work' do
|
|
@@ -202,7 +192,6 @@ describe 'DistributionsFileApi' do
|
|
|
202
192
|
# @param file_file_distribution_href
|
|
203
193
|
# @param unset_label
|
|
204
194
|
# @param [Hash] opts the optional parameters
|
|
205
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
206
195
|
# @return [UnsetLabelResponse]
|
|
207
196
|
describe 'unset_label test' do
|
|
208
197
|
it 'should work' do
|
|
@@ -216,7 +205,6 @@ describe 'DistributionsFileApi' do
|
|
|
216
205
|
# @param file_file_distribution_href
|
|
217
206
|
# @param file_file_distribution
|
|
218
207
|
# @param [Hash] opts the optional parameters
|
|
219
|
-
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
220
208
|
# @return [AsyncOperationResponse]
|
|
221
209
|
describe 'update test' do
|
|
222
210
|
it 'should work' do
|