pulpcore_client 3.49.53 → 3.49.55

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.
Files changed (127) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -4
  3. data/docs/AccessPoliciesApi.md +22 -6
  4. data/docs/ArtifactDistributionResponse.md +5 -5
  5. data/docs/ArtifactsApi.md +12 -2
  6. data/docs/ContentApi.md +2 -0
  7. data/docs/ContentguardsApi.md +2 -0
  8. data/docs/ContentguardsCompositeApi.md +44 -12
  9. data/docs/ContentguardsContentRedirectApi.md +44 -12
  10. data/docs/ContentguardsHeaderApi.md +44 -12
  11. data/docs/ContentguardsRbacApi.md +44 -12
  12. data/docs/DistributionsApi.md +2 -0
  13. data/docs/DistributionsArtifactsApi.md +4 -0
  14. data/docs/DomainsApi.md +28 -8
  15. data/docs/ExportersFilesystemApi.md +28 -8
  16. data/docs/ExportersFilesystemExportsApi.md +16 -4
  17. data/docs/ExportersPulpApi.md +28 -8
  18. data/docs/ExportersPulpExportsApi.md +16 -4
  19. data/docs/GroupsApi.md +44 -12
  20. data/docs/GroupsRolesApi.md +16 -4
  21. data/docs/GroupsUsersApi.md +14 -4
  22. data/docs/ImportersPulpApi.md +28 -8
  23. data/docs/ImportersPulpImportCheckApi.md +6 -2
  24. data/docs/ImportersPulpImportsApi.md +16 -4
  25. data/docs/OrphansApi.md +9 -3
  26. data/docs/OrphansCleanupApi.md +6 -2
  27. data/docs/PublicationsApi.md +2 -0
  28. data/docs/RemotesApi.md +2 -0
  29. data/docs/RepairApi.md +6 -2
  30. data/docs/RepositoriesApi.md +2 -0
  31. data/docs/RepositoriesReclaimSpaceApi.md +6 -2
  32. data/docs/RepositoryVersionsApi.md +2 -0
  33. data/docs/RolesApi.md +28 -8
  34. data/docs/SigningServicesApi.md +4 -0
  35. data/docs/StatusApi.md +13 -3
  36. data/docs/TaskGroupsApi.md +4 -0
  37. data/docs/TaskSchedulesApi.md +20 -4
  38. data/docs/TasksApi.md +38 -10
  39. data/docs/UploadsApi.md +40 -10
  40. data/docs/UpstreamPulpsApi.md +50 -14
  41. data/docs/UsersApi.md +28 -8
  42. data/docs/UsersRolesApi.md +16 -4
  43. data/docs/WorkersApi.md +4 -0
  44. data/lib/pulpcore_client/api/access_policies_api.rb +15 -0
  45. data/lib/pulpcore_client/api/artifacts_api.rb +12 -0
  46. data/lib/pulpcore_client/api/content_api.rb +3 -0
  47. data/lib/pulpcore_client/api/contentguards_api.rb +3 -0
  48. data/lib/pulpcore_client/api/contentguards_composite_api.rb +30 -0
  49. data/lib/pulpcore_client/api/contentguards_content_redirect_api.rb +30 -0
  50. data/lib/pulpcore_client/api/contentguards_header_api.rb +30 -0
  51. data/lib/pulpcore_client/api/contentguards_rbac_api.rb +30 -0
  52. data/lib/pulpcore_client/api/distributions_api.rb +3 -0
  53. data/lib/pulpcore_client/api/distributions_artifacts_api.rb +6 -0
  54. data/lib/pulpcore_client/api/domains_api.rb +18 -0
  55. data/lib/pulpcore_client/api/exporters_filesystem_api.rb +18 -0
  56. data/lib/pulpcore_client/api/exporters_filesystem_exports_api.rb +12 -0
  57. data/lib/pulpcore_client/api/exporters_pulp_api.rb +18 -0
  58. data/lib/pulpcore_client/api/exporters_pulp_exports_api.rb +12 -0
  59. data/lib/pulpcore_client/api/groups_api.rb +30 -0
  60. data/lib/pulpcore_client/api/groups_roles_api.rb +12 -0
  61. data/lib/pulpcore_client/api/groups_users_api.rb +9 -0
  62. data/lib/pulpcore_client/api/importers_pulp_api.rb +18 -0
  63. data/lib/pulpcore_client/api/importers_pulp_import_check_api.rb +3 -0
  64. data/lib/pulpcore_client/api/importers_pulp_imports_api.rb +12 -0
  65. data/lib/pulpcore_client/api/orphans_api.rb +3 -0
  66. data/lib/pulpcore_client/api/orphans_cleanup_api.rb +3 -0
  67. data/lib/pulpcore_client/api/publications_api.rb +3 -0
  68. data/lib/pulpcore_client/api/remotes_api.rb +3 -0
  69. data/lib/pulpcore_client/api/repair_api.rb +3 -0
  70. data/lib/pulpcore_client/api/repositories_api.rb +3 -0
  71. data/lib/pulpcore_client/api/repositories_reclaim_space_api.rb +3 -0
  72. data/lib/pulpcore_client/api/repository_versions_api.rb +3 -0
  73. data/lib/pulpcore_client/api/roles_api.rb +18 -0
  74. data/lib/pulpcore_client/api/signing_services_api.rb +6 -0
  75. data/lib/pulpcore_client/api/status_api.rb +9 -0
  76. data/lib/pulpcore_client/api/task_groups_api.rb +6 -0
  77. data/lib/pulpcore_client/api/task_schedules_api.rb +18 -0
  78. data/lib/pulpcore_client/api/tasks_api.rb +27 -0
  79. data/lib/pulpcore_client/api/uploads_api.rb +30 -0
  80. data/lib/pulpcore_client/api/upstream_pulps_api.rb +33 -0
  81. data/lib/pulpcore_client/api/users_api.rb +18 -0
  82. data/lib/pulpcore_client/api/users_roles_api.rb +12 -0
  83. data/lib/pulpcore_client/api/workers_api.rb +6 -0
  84. data/lib/pulpcore_client/models/artifact_distribution_response.rb +21 -21
  85. data/lib/pulpcore_client/version.rb +1 -1
  86. data/spec/api/access_policies_api_spec.rb +5 -0
  87. data/spec/api/artifacts_api_spec.rb +4 -0
  88. data/spec/api/content_api_spec.rb +1 -0
  89. data/spec/api/contentguards_api_spec.rb +1 -0
  90. data/spec/api/contentguards_composite_api_spec.rb +10 -0
  91. data/spec/api/contentguards_content_redirect_api_spec.rb +10 -0
  92. data/spec/api/contentguards_header_api_spec.rb +10 -0
  93. data/spec/api/contentguards_rbac_api_spec.rb +10 -0
  94. data/spec/api/distributions_api_spec.rb +1 -0
  95. data/spec/api/distributions_artifacts_api_spec.rb +2 -0
  96. data/spec/api/domains_api_spec.rb +6 -0
  97. data/spec/api/exporters_filesystem_api_spec.rb +6 -0
  98. data/spec/api/exporters_filesystem_exports_api_spec.rb +4 -0
  99. data/spec/api/exporters_pulp_api_spec.rb +6 -0
  100. data/spec/api/exporters_pulp_exports_api_spec.rb +4 -0
  101. data/spec/api/groups_api_spec.rb +10 -0
  102. data/spec/api/groups_roles_api_spec.rb +4 -0
  103. data/spec/api/groups_users_api_spec.rb +3 -0
  104. data/spec/api/importers_pulp_api_spec.rb +6 -0
  105. data/spec/api/importers_pulp_import_check_api_spec.rb +1 -0
  106. data/spec/api/importers_pulp_imports_api_spec.rb +4 -0
  107. data/spec/api/orphans_api_spec.rb +1 -0
  108. data/spec/api/orphans_cleanup_api_spec.rb +1 -0
  109. data/spec/api/publications_api_spec.rb +1 -0
  110. data/spec/api/remotes_api_spec.rb +1 -0
  111. data/spec/api/repair_api_spec.rb +1 -0
  112. data/spec/api/repositories_api_spec.rb +1 -0
  113. data/spec/api/repositories_reclaim_space_api_spec.rb +1 -0
  114. data/spec/api/repository_versions_api_spec.rb +1 -0
  115. data/spec/api/roles_api_spec.rb +6 -0
  116. data/spec/api/signing_services_api_spec.rb +2 -0
  117. data/spec/api/status_api_spec.rb +3 -0
  118. data/spec/api/task_groups_api_spec.rb +2 -0
  119. data/spec/api/task_schedules_api_spec.rb +6 -0
  120. data/spec/api/tasks_api_spec.rb +9 -0
  121. data/spec/api/uploads_api_spec.rb +10 -0
  122. data/spec/api/upstream_pulps_api_spec.rb +11 -0
  123. data/spec/api/users_api_spec.rb +6 -0
  124. data/spec/api/users_roles_api_spec.rb +4 -0
  125. data/spec/api/workers_api_spec.rb +2 -0
  126. data/spec/models/artifact_distribution_response_spec.rb +3 -3
  127. metadata +2 -2
@@ -38,6 +38,7 @@ describe 'ContentguardsRbacApi' do
38
38
  # @param r_b_a_c_content_guard_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.
41
42
  # @return [NestedRoleResponse]
42
43
  describe 'add_role test' do
43
44
  it 'should work' do
@@ -50,6 +51,7 @@ describe 'ContentguardsRbacApi' do
50
51
  # Viewset for creating contentguards that use RBAC to protect content. Has add and remove actions for managing permission for users and groups to download content protected by this guard.
51
52
  # @param rbac_content_guard
52
53
  # @param [Hash] opts the optional parameters
54
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
53
55
  # @return [RBACContentGuardResponse]
54
56
  describe 'create test' do
55
57
  it 'should work' do
@@ -62,6 +64,7 @@ describe 'ContentguardsRbacApi' do
62
64
  # Viewset for creating contentguards that use RBAC to protect content. Has add and remove actions for managing permission for users and groups to download content protected by this guard.
63
65
  # @param r_b_a_c_content_guard_href
64
66
  # @param [Hash] opts the optional parameters
67
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
65
68
  # @return [nil]
66
69
  describe 'delete test' do
67
70
  it 'should work' do
@@ -73,6 +76,7 @@ describe 'ContentguardsRbacApi' do
73
76
  # List rbac content guards
74
77
  # Viewset for creating contentguards that use RBAC to protect content. Has add and remove actions for managing permission for users and groups to download content protected by this guard.
75
78
  # @param [Hash] opts the optional parameters
79
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
76
80
  # @option opts [Integer] :limit Number of results to return per page.
77
81
  # @option opts [String] :name Filter results where name matches value
78
82
  # @option opts [String] :name__contains Filter results where name contains value
@@ -102,6 +106,7 @@ describe 'ContentguardsRbacApi' do
102
106
  # List roles assigned to this object.
103
107
  # @param r_b_a_c_content_guard_href
104
108
  # @param [Hash] opts the optional parameters
109
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
105
110
  # @option opts [Array<String>] :fields A list of fields to include in the response.
106
111
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
107
112
  # @return [ObjectRolesResponse]
@@ -116,6 +121,7 @@ describe 'ContentguardsRbacApi' do
116
121
  # List permissions available to the current user on this object.
117
122
  # @param r_b_a_c_content_guard_href
118
123
  # @param [Hash] opts the optional parameters
124
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
119
125
  # @option opts [Array<String>] :fields A list of fields to include in the response.
120
126
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
121
127
  # @return [MyPermissionsResponse]
@@ -131,6 +137,7 @@ describe 'ContentguardsRbacApi' do
131
137
  # @param r_b_a_c_content_guard_href
132
138
  # @param patched_rbac_content_guard
133
139
  # @param [Hash] opts the optional parameters
140
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
134
141
  # @return [RBACContentGuardResponse]
135
142
  describe 'partial_update test' do
136
143
  it 'should work' do
@@ -143,6 +150,7 @@ describe 'ContentguardsRbacApi' do
143
150
  # Viewset for creating contentguards that use RBAC to protect content. Has add and remove actions for managing permission for users and groups to download content protected by this guard.
144
151
  # @param r_b_a_c_content_guard_href
145
152
  # @param [Hash] opts the optional parameters
153
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
146
154
  # @option opts [Array<String>] :fields A list of fields to include in the response.
147
155
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
148
156
  # @return [RBACContentGuardResponse]
@@ -158,6 +166,7 @@ describe 'ContentguardsRbacApi' do
158
166
  # @param r_b_a_c_content_guard_href
159
167
  # @param nested_role
160
168
  # @param [Hash] opts the optional parameters
169
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
161
170
  # @return [NestedRoleResponse]
162
171
  describe 'remove_role test' do
163
172
  it 'should work' do
@@ -171,6 +180,7 @@ describe 'ContentguardsRbacApi' do
171
180
  # @param r_b_a_c_content_guard_href
172
181
  # @param rbac_content_guard
173
182
  # @param [Hash] opts the optional parameters
183
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
174
184
  # @return [RBACContentGuardResponse]
175
185
  describe 'update test' do
176
186
  it 'should work' do
@@ -36,6 +36,7 @@ describe 'DistributionsApi' do
36
36
  # List distributions
37
37
  # Provides base viewset for Distributions.
38
38
  # @param [Hash] opts the optional parameters
39
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
39
40
  # @option opts [String] :base_path Filter results where base_path matches value
40
41
  # @option opts [String] :base_path__contains Filter results where base_path contains value
41
42
  # @option opts [String] :base_path__icontains Filter results where base_path contains value
@@ -36,6 +36,7 @@ describe 'DistributionsArtifactsApi' do
36
36
  # List artifact distributions
37
37
  # ViewSet for ArtifactDistribution.
38
38
  # @param [Hash] opts the optional parameters
39
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
39
40
  # @option opts [String] :base_path Filter results where base_path matches value
40
41
  # @option opts [String] :base_path__contains Filter results where base_path contains value
41
42
  # @option opts [String] :base_path__icontains Filter results where base_path contains value
@@ -73,6 +74,7 @@ describe 'DistributionsArtifactsApi' do
73
74
  # ViewSet for ArtifactDistribution.
74
75
  # @param artifact_distribution_href
75
76
  # @param [Hash] opts the optional parameters
77
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
76
78
  # @option opts [Array<String>] :fields A list of fields to include in the response.
77
79
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
78
80
  # @return [ArtifactDistributionResponse]
@@ -37,6 +37,7 @@ describe 'DomainsApi' do
37
37
  # ViewSet for Domain. NOTE: This API endpoint is in \&quot;tech preview\&quot; and subject to change
38
38
  # @param domain
39
39
  # @param [Hash] opts the optional parameters
40
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
40
41
  # @return [DomainResponse]
41
42
  describe 'create test' do
42
43
  it 'should work' do
@@ -49,6 +50,7 @@ describe 'DomainsApi' do
49
50
  # Trigger an asynchronous delete task
50
51
  # @param domain_href
51
52
  # @param [Hash] opts the optional parameters
53
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
52
54
  # @return [AsyncOperationResponse]
53
55
  describe 'delete test' do
54
56
  it 'should work' do
@@ -60,6 +62,7 @@ describe 'DomainsApi' do
60
62
  # List domains
61
63
  # ViewSet for Domain. NOTE: This API endpoint is in \&quot;tech preview\&quot; and subject to change
62
64
  # @param [Hash] opts the optional parameters
65
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
63
66
  # @option opts [Integer] :limit Number of results to return per page.
64
67
  # @option opts [String] :name Filter results where name matches value
65
68
  # @option opts [String] :name__contains Filter results where name contains value
@@ -90,6 +93,7 @@ describe 'DomainsApi' do
90
93
  # @param domain_href
91
94
  # @param patched_domain
92
95
  # @param [Hash] opts the optional parameters
96
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
93
97
  # @return [AsyncOperationResponse]
94
98
  describe 'partial_update test' do
95
99
  it 'should work' do
@@ -102,6 +106,7 @@ describe 'DomainsApi' do
102
106
  # ViewSet for Domain. NOTE: This API endpoint is in \&quot;tech preview\&quot; and subject to change
103
107
  # @param domain_href
104
108
  # @param [Hash] opts the optional parameters
109
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
105
110
  # @option opts [Array<String>] :fields A list of fields to include in the response.
106
111
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
107
112
  # @return [DomainResponse]
@@ -117,6 +122,7 @@ describe 'DomainsApi' do
117
122
  # @param domain_href
118
123
  # @param domain
119
124
  # @param [Hash] opts the optional parameters
125
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
120
126
  # @return [AsyncOperationResponse]
121
127
  describe 'update test' do
122
128
  it 'should work' do
@@ -37,6 +37,7 @@ describe 'ExportersFilesystemApi' do
37
37
  # Endpoint for managing FilesystemExporters.
38
38
  # @param filesystem_exporter
39
39
  # @param [Hash] opts the optional parameters
40
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
40
41
  # @return [FilesystemExporterResponse]
41
42
  describe 'create test' do
42
43
  it 'should work' do
@@ -49,6 +50,7 @@ describe 'ExportersFilesystemApi' do
49
50
  # Trigger an asynchronous delete task
50
51
  # @param filesystem_exporter_href
51
52
  # @param [Hash] opts the optional parameters
53
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
52
54
  # @return [AsyncOperationResponse]
53
55
  describe 'delete test' do
54
56
  it 'should work' do
@@ -60,6 +62,7 @@ describe 'ExportersFilesystemApi' do
60
62
  # List filesystem exporters
61
63
  # Endpoint for managing FilesystemExporters.
62
64
  # @param [Hash] opts the optional parameters
65
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
63
66
  # @option opts [Integer] :limit Number of results to return per page.
64
67
  # @option opts [String] :name Filter results where name matches value
65
68
  # @option opts [String] :name__contains Filter results where name contains value
@@ -90,6 +93,7 @@ describe 'ExportersFilesystemApi' do
90
93
  # @param filesystem_exporter_href
91
94
  # @param patched_filesystem_exporter
92
95
  # @param [Hash] opts the optional parameters
96
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
93
97
  # @return [AsyncOperationResponse]
94
98
  describe 'partial_update test' do
95
99
  it 'should work' do
@@ -102,6 +106,7 @@ describe 'ExportersFilesystemApi' do
102
106
  # Endpoint for managing FilesystemExporters.
103
107
  # @param filesystem_exporter_href
104
108
  # @param [Hash] opts the optional parameters
109
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
105
110
  # @option opts [Array<String>] :fields A list of fields to include in the response.
106
111
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
107
112
  # @return [FilesystemExporterResponse]
@@ -117,6 +122,7 @@ describe 'ExportersFilesystemApi' do
117
122
  # @param filesystem_exporter_href
118
123
  # @param filesystem_exporter
119
124
  # @param [Hash] opts the optional parameters
125
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
120
126
  # @return [AsyncOperationResponse]
121
127
  describe 'update test' do
122
128
  it 'should work' do
@@ -38,6 +38,7 @@ describe 'ExportersFilesystemExportsApi' do
38
38
  # @param filesystem_exporter_href
39
39
  # @param filesystem_export
40
40
  # @param [Hash] opts the optional parameters
41
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
41
42
  # @return [AsyncOperationResponse]
42
43
  describe 'create test' do
43
44
  it 'should work' do
@@ -50,6 +51,7 @@ describe 'ExportersFilesystemExportsApi' do
50
51
  # Endpoint for managing FilesystemExports.
51
52
  # @param filesystem_filesystem_export_href
52
53
  # @param [Hash] opts the optional parameters
54
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
53
55
  # @return [nil]
54
56
  describe 'delete test' do
55
57
  it 'should work' do
@@ -62,6 +64,7 @@ describe 'ExportersFilesystemExportsApi' do
62
64
  # Endpoint for managing FilesystemExports.
63
65
  # @param filesystem_exporter_href
64
66
  # @param [Hash] opts the optional parameters
67
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
65
68
  # @option opts [Integer] :limit Number of results to return per page.
66
69
  # @option opts [Integer] :offset The initial index from which to return the results.
67
70
  # @option opts [Array<String>] :fields A list of fields to include in the response.
@@ -78,6 +81,7 @@ describe 'ExportersFilesystemExportsApi' do
78
81
  # Endpoint for managing FilesystemExports.
79
82
  # @param filesystem_filesystem_export_href
80
83
  # @param [Hash] opts the optional parameters
84
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
81
85
  # @option opts [Array<String>] :fields A list of fields to include in the response.
82
86
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
83
87
  # @return [FilesystemExportResponse]
@@ -37,6 +37,7 @@ describe 'ExportersPulpApi' do
37
37
  # ViewSet for viewing PulpExporters.
38
38
  # @param pulp_exporter
39
39
  # @param [Hash] opts the optional parameters
40
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
40
41
  # @return [PulpExporterResponse]
41
42
  describe 'create test' do
42
43
  it 'should work' do
@@ -49,6 +50,7 @@ describe 'ExportersPulpApi' do
49
50
  # Trigger an asynchronous delete task
50
51
  # @param pulp_exporter_href
51
52
  # @param [Hash] opts the optional parameters
53
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
52
54
  # @return [AsyncOperationResponse]
53
55
  describe 'delete test' do
54
56
  it 'should work' do
@@ -60,6 +62,7 @@ describe 'ExportersPulpApi' do
60
62
  # List pulp exporters
61
63
  # ViewSet for viewing PulpExporters.
62
64
  # @param [Hash] opts the optional parameters
65
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
63
66
  # @option opts [Integer] :limit Number of results to return per page.
64
67
  # @option opts [String] :name Filter results where name matches value
65
68
  # @option opts [String] :name__contains Filter results where name contains value
@@ -90,6 +93,7 @@ describe 'ExportersPulpApi' do
90
93
  # @param pulp_exporter_href
91
94
  # @param patched_pulp_exporter
92
95
  # @param [Hash] opts the optional parameters
96
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
93
97
  # @return [AsyncOperationResponse]
94
98
  describe 'partial_update test' do
95
99
  it 'should work' do
@@ -102,6 +106,7 @@ describe 'ExportersPulpApi' do
102
106
  # ViewSet for viewing PulpExporters.
103
107
  # @param pulp_exporter_href
104
108
  # @param [Hash] opts the optional parameters
109
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
105
110
  # @option opts [Array<String>] :fields A list of fields to include in the response.
106
111
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
107
112
  # @return [PulpExporterResponse]
@@ -117,6 +122,7 @@ describe 'ExportersPulpApi' do
117
122
  # @param pulp_exporter_href
118
123
  # @param pulp_exporter
119
124
  # @param [Hash] opts the optional parameters
125
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
120
126
  # @return [AsyncOperationResponse]
121
127
  describe 'update test' do
122
128
  it 'should work' do
@@ -38,6 +38,7 @@ describe 'ExportersPulpExportsApi' do
38
38
  # @param pulp_exporter_href
39
39
  # @param pulp_export
40
40
  # @param [Hash] opts the optional parameters
41
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
41
42
  # @return [AsyncOperationResponse]
42
43
  describe 'create test' do
43
44
  it 'should work' do
@@ -50,6 +51,7 @@ describe 'ExportersPulpExportsApi' do
50
51
  # ViewSet for viewing exports from a PulpExporter.
51
52
  # @param pulp_pulp_export_href
52
53
  # @param [Hash] opts the optional parameters
54
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
53
55
  # @return [nil]
54
56
  describe 'delete test' do
55
57
  it 'should work' do
@@ -62,6 +64,7 @@ describe 'ExportersPulpExportsApi' do
62
64
  # ViewSet for viewing exports from a PulpExporter.
63
65
  # @param pulp_exporter_href
64
66
  # @param [Hash] opts the optional parameters
67
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
65
68
  # @option opts [Integer] :limit Number of results to return per page.
66
69
  # @option opts [Integer] :offset The initial index from which to return the results.
67
70
  # @option opts [Array<String>] :fields A list of fields to include in the response.
@@ -78,6 +81,7 @@ describe 'ExportersPulpExportsApi' do
78
81
  # ViewSet for viewing exports from a PulpExporter.
79
82
  # @param pulp_pulp_export_href
80
83
  # @param [Hash] opts the optional parameters
84
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
81
85
  # @option opts [Array<String>] :fields A list of fields to include in the response.
82
86
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
83
87
  # @return [PulpExportResponse]
@@ -38,6 +38,7 @@ describe 'GroupsApi' do
38
38
  # @param group_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.
41
42
  # @return [NestedRoleResponse]
42
43
  describe 'add_role test' do
43
44
  it 'should work' do
@@ -50,6 +51,7 @@ describe 'GroupsApi' do
50
51
  # ViewSet for Group.
51
52
  # @param group
52
53
  # @param [Hash] opts the optional parameters
54
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
53
55
  # @return [GroupResponse]
54
56
  describe 'create test' do
55
57
  it 'should work' do
@@ -62,6 +64,7 @@ describe 'GroupsApi' do
62
64
  # ViewSet for Group.
63
65
  # @param group_href
64
66
  # @param [Hash] opts the optional parameters
67
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
65
68
  # @return [nil]
66
69
  describe 'delete test' do
67
70
  it 'should work' do
@@ -73,6 +76,7 @@ describe 'GroupsApi' do
73
76
  # List groups
74
77
  # ViewSet for Group.
75
78
  # @param [Hash] opts the optional parameters
79
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
76
80
  # @option opts [Integer] :id Filter results where id matches value
77
81
  # @option opts [Array<Integer>] :id__in Filter results where id is in a comma-separated list of values
78
82
  # @option opts [Integer] :limit Number of results to return per page.
@@ -100,6 +104,7 @@ describe 'GroupsApi' do
100
104
  # List roles assigned to this object.
101
105
  # @param group_href
102
106
  # @param [Hash] opts the optional parameters
107
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
103
108
  # @option opts [Array<String>] :fields A list of fields to include in the response.
104
109
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
105
110
  # @return [ObjectRolesResponse]
@@ -114,6 +119,7 @@ describe 'GroupsApi' do
114
119
  # List permissions available to the current user on this object.
115
120
  # @param group_href
116
121
  # @param [Hash] opts the optional parameters
122
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
117
123
  # @option opts [Array<String>] :fields A list of fields to include in the response.
118
124
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
119
125
  # @return [MyPermissionsResponse]
@@ -129,6 +135,7 @@ describe 'GroupsApi' do
129
135
  # @param group_href
130
136
  # @param patched_group
131
137
  # @param [Hash] opts the optional parameters
138
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
132
139
  # @return [GroupResponse]
133
140
  describe 'partial_update test' do
134
141
  it 'should work' do
@@ -141,6 +148,7 @@ describe 'GroupsApi' do
141
148
  # ViewSet for Group.
142
149
  # @param group_href
143
150
  # @param [Hash] opts the optional parameters
151
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
144
152
  # @option opts [Array<String>] :fields A list of fields to include in the response.
145
153
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
146
154
  # @return [GroupResponse]
@@ -156,6 +164,7 @@ describe 'GroupsApi' do
156
164
  # @param group_href
157
165
  # @param nested_role
158
166
  # @param [Hash] opts the optional parameters
167
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
159
168
  # @return [NestedRoleResponse]
160
169
  describe 'remove_role test' do
161
170
  it 'should work' do
@@ -169,6 +178,7 @@ describe 'GroupsApi' do
169
178
  # @param group_href
170
179
  # @param group
171
180
  # @param [Hash] opts the optional parameters
181
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
172
182
  # @return [GroupResponse]
173
183
  describe 'update test' do
174
184
  it 'should work' do
@@ -38,6 +38,7 @@ describe 'GroupsRolesApi' do
38
38
  # @param group_href
39
39
  # @param group_role
40
40
  # @param [Hash] opts the optional parameters
41
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
41
42
  # @return [GroupRoleResponse]
42
43
  describe 'create test' do
43
44
  it 'should work' do
@@ -50,6 +51,7 @@ describe 'GroupsRolesApi' do
50
51
  # ViewSet for GroupRole.
51
52
  # @param groups_group_role_href
52
53
  # @param [Hash] opts the optional parameters
54
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
53
55
  # @return [nil]
54
56
  describe 'delete test' do
55
57
  it 'should work' do
@@ -62,6 +64,7 @@ describe 'GroupsRolesApi' do
62
64
  # ViewSet for GroupRole.
63
65
  # @param group_href
64
66
  # @param [Hash] opts the optional parameters
67
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
65
68
  # @option opts [String] :content_object content_object
66
69
  # @option opts [String] :domain Foreign Key referenced by HREF
67
70
  # @option opts [Integer] :limit Number of results to return per page.
@@ -89,6 +92,7 @@ describe 'GroupsRolesApi' do
89
92
  # ViewSet for GroupRole.
90
93
  # @param groups_group_role_href
91
94
  # @param [Hash] opts the optional parameters
95
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
92
96
  # @option opts [Array<String>] :fields A list of fields to include in the response.
93
97
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
94
98
  # @return [GroupRoleResponse]
@@ -38,6 +38,7 @@ describe 'GroupsUsersApi' do
38
38
  # @param group_href
39
39
  # @param group_user
40
40
  # @param [Hash] opts the optional parameters
41
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
41
42
  # @return [GroupUserResponse]
42
43
  describe 'create test' do
43
44
  it 'should work' do
@@ -50,6 +51,7 @@ describe 'GroupsUsersApi' do
50
51
  # Remove a user from a group.
51
52
  # @param groups_user_href
52
53
  # @param [Hash] opts the optional parameters
54
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
53
55
  # @return [nil]
54
56
  describe 'delete test' do
55
57
  it 'should work' do
@@ -62,6 +64,7 @@ describe 'GroupsUsersApi' do
62
64
  # List group users.
63
65
  # @param group_href
64
66
  # @param [Hash] opts the optional parameters
67
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
65
68
  # @option opts [Integer] :limit Number of results to return per page.
66
69
  # @option opts [Integer] :offset The initial index from which to return the results.
67
70
  # @option opts [Array<String>] :fields A list of fields to include in the response.
@@ -37,6 +37,7 @@ describe 'ImportersPulpApi' do
37
37
  # ViewSet for PulpImporters.
38
38
  # @param pulp_importer
39
39
  # @param [Hash] opts the optional parameters
40
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
40
41
  # @return [PulpImporterResponse]
41
42
  describe 'create test' do
42
43
  it 'should work' do
@@ -49,6 +50,7 @@ describe 'ImportersPulpApi' do
49
50
  # ViewSet for PulpImporters.
50
51
  # @param pulp_importer_href
51
52
  # @param [Hash] opts the optional parameters
53
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
52
54
  # @return [nil]
53
55
  describe 'delete test' do
54
56
  it 'should work' do
@@ -60,6 +62,7 @@ describe 'ImportersPulpApi' do
60
62
  # List pulp importers
61
63
  # ViewSet for PulpImporters.
62
64
  # @param [Hash] opts the optional parameters
65
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
63
66
  # @option opts [Integer] :limit Number of results to return per page.
64
67
  # @option opts [String] :name Filter results where name matches value
65
68
  # @option opts [String] :name__contains Filter results where name contains value
@@ -90,6 +93,7 @@ describe 'ImportersPulpApi' do
90
93
  # @param pulp_importer_href
91
94
  # @param patched_pulp_importer
92
95
  # @param [Hash] opts the optional parameters
96
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
93
97
  # @return [PulpImporterResponse]
94
98
  describe 'partial_update test' do
95
99
  it 'should work' do
@@ -102,6 +106,7 @@ describe 'ImportersPulpApi' do
102
106
  # ViewSet for PulpImporters.
103
107
  # @param pulp_importer_href
104
108
  # @param [Hash] opts the optional parameters
109
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
105
110
  # @option opts [Array<String>] :fields A list of fields to include in the response.
106
111
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
107
112
  # @return [PulpImporterResponse]
@@ -117,6 +122,7 @@ describe 'ImportersPulpApi' do
117
122
  # @param pulp_importer_href
118
123
  # @param pulp_importer
119
124
  # @param [Hash] opts the optional parameters
125
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
120
126
  # @return [PulpImporterResponse]
121
127
  describe 'update test' do
122
128
  it 'should work' do
@@ -37,6 +37,7 @@ describe 'ImportersPulpImportCheckApi' do
37
37
  # Evaluates validity of proposed PulpImport parameters &#39;toc&#39;, &#39;path&#39;, and &#39;repo_mapping&#39;. * Checks that toc, path are in ALLOWED_IMPORT_PATHS * if ALLOWED: * Checks that toc, path exist and are readable * If toc specified, checks that containing dir is writeable * Checks that repo_mapping is valid JSON
38
38
  # @param pulp_import_check
39
39
  # @param [Hash] opts the optional parameters
40
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
40
41
  # @return [PulpImportCheckResponse]
41
42
  describe 'pulp_import_check_post test' do
42
43
  it 'should work' do
@@ -38,6 +38,7 @@ describe 'ImportersPulpImportsApi' do
38
38
  # @param pulp_importer_href
39
39
  # @param pulp_import
40
40
  # @param [Hash] opts the optional parameters
41
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
41
42
  # @return [TaskGroupOperationResponse]
42
43
  describe 'create test' do
43
44
  it 'should work' do
@@ -50,6 +51,7 @@ describe 'ImportersPulpImportsApi' do
50
51
  # ViewSet for PulpImports.
51
52
  # @param pulp_pulp_import_href
52
53
  # @param [Hash] opts the optional parameters
54
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
53
55
  # @return [nil]
54
56
  describe 'delete test' do
55
57
  it 'should work' do
@@ -62,6 +64,7 @@ describe 'ImportersPulpImportsApi' do
62
64
  # ViewSet for PulpImports.
63
65
  # @param pulp_importer_href
64
66
  # @param [Hash] opts the optional parameters
67
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
65
68
  # @option opts [Integer] :limit Number of results to return per page.
66
69
  # @option opts [Integer] :offset The initial index from which to return the results.
67
70
  # @option opts [Array<String>] :fields A list of fields to include in the response.
@@ -78,6 +81,7 @@ describe 'ImportersPulpImportsApi' do
78
81
  # ViewSet for PulpImports.
79
82
  # @param pulp_pulp_import_href
80
83
  # @param [Hash] opts the optional parameters
84
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
81
85
  # @option opts [Array<String>] :fields A list of fields to include in the response.
82
86
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
83
87
  # @return [ImportResponse]
@@ -36,6 +36,7 @@ describe 'OrphansApi' do
36
36
  # Delete orphans
37
37
  # DEPRECATED! Trigger an asynchronous task that deletes all orphaned content and artifacts. Use the &#x60;POST /pulp/api/v3/orphans/cleanup/&#x60; call instead.
38
38
  # @param [Hash] opts the optional parameters
39
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
39
40
  # @return [AsyncOperationResponse]
40
41
  describe 'delete test' do
41
42
  it 'should work' do
@@ -36,6 +36,7 @@ describe 'OrphansCleanupApi' do
36
36
  # Trigger an asynchronous orphan cleanup operation.
37
37
  # @param orphans_cleanup
38
38
  # @param [Hash] opts the optional parameters
39
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
39
40
  # @return [AsyncOperationResponse]
40
41
  describe 'cleanup test' do
41
42
  it 'should work' do
@@ -36,6 +36,7 @@ describe 'PublicationsApi' do
36
36
  # List publications
37
37
  # A base class for any publication viewset.
38
38
  # @param [Hash] opts the optional parameters
39
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
39
40
  # @option opts [String] :content Content Unit referenced by HREF
40
41
  # @option opts [String] :content__in Content Unit referenced by HREF
41
42
  # @option opts [Integer] :limit Number of results to return per page.
@@ -36,6 +36,7 @@ describe 'RemotesApi' do
36
36
  # List remotes
37
37
  # A customized named ModelViewSet that knows how to register itself with the Pulp API router. This viewset is discoverable by its name. \&quot;Normal\&quot; Django Models and Master/Detail models are supported by the &#x60;&#x60;register_with&#x60;&#x60; method. Attributes: lookup_field (str): The name of the field by which an object should be looked up, in addition to any parent lookups if this ViewSet is nested. Defaults to &#39;pk&#39; endpoint_name (str): The name of the final path segment that should identify the ViewSet&#39;s collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \&quot;parent_prefix\&quot; of a router with rest_framework_nested.NestedMixin. None indicates this ViewSet should not be nested. parent_lookup_kwargs (dict): Optional mapping of key names that would appear in self.kwargs to django model filter expressions that can be used with the corresponding value from self.kwargs, used only by a nested ViewSet to filter based on the parent object&#39;s identity. schema (DefaultSchema): The schema class to use by default in a viewset.
38
38
  # @param [Hash] opts the optional parameters
39
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
39
40
  # @option opts [Integer] :limit Number of results to return per page.
40
41
  # @option opts [String] :name Filter results where name matches value
41
42
  # @option opts [String] :name__contains Filter results where name contains value
@@ -37,6 +37,7 @@ describe 'RepairApi' do
37
37
  # Trigger an asynchronous task that checks for missing or corrupted artifacts, and attempts to redownload them.
38
38
  # @param repair
39
39
  # @param [Hash] opts the optional parameters
40
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
40
41
  # @return [AsyncOperationResponse]
41
42
  describe 'post test' do
42
43
  it 'should work' do
@@ -36,6 +36,7 @@ describe 'RepositoriesApi' do
36
36
  # List repositories
37
37
  # Endpoint to list all repositories.
38
38
  # @param [Hash] opts the optional parameters
39
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
39
40
  # @option opts [String] :latest_with_content Content Unit referenced by HREF
40
41
  # @option opts [Integer] :limit Number of results to return per page.
41
42
  # @option opts [String] :name Filter results where name matches value
@@ -36,6 +36,7 @@ describe 'RepositoriesReclaimSpaceApi' do
36
36
  # Trigger an asynchronous space reclaim operation.
37
37
  # @param reclaim_space
38
38
  # @param [Hash] opts the optional parameters
39
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
39
40
  # @return [AsyncOperationResponse]
40
41
  describe 'reclaim test' do
41
42
  it 'should work' do
@@ -36,6 +36,7 @@ describe 'RepositoryVersionsApi' do
36
36
  # List repository versions
37
37
  # A mixin to hold the shared get_queryset logic used by RepositoryVersionViewSets.
38
38
  # @param [Hash] opts the optional parameters
39
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
39
40
  # @option opts [String] :content Content Unit referenced by HREF
40
41
  # @option opts [String] :content__in Content Unit referenced by HREF
41
42
  # @option opts [Integer] :limit Number of results to return per page.
@@ -37,6 +37,7 @@ describe 'RolesApi' do
37
37
  # ViewSet for Role.
38
38
  # @param role
39
39
  # @param [Hash] opts the optional parameters
40
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
40
41
  # @return [RoleResponse]
41
42
  describe 'create test' do
42
43
  it 'should work' do
@@ -49,6 +50,7 @@ describe 'RolesApi' do
49
50
  # ViewSet for Role.
50
51
  # @param role_href
51
52
  # @param [Hash] opts the optional parameters
53
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
52
54
  # @return [nil]
53
55
  describe 'delete test' do
54
56
  it 'should work' do
@@ -60,6 +62,7 @@ describe 'RolesApi' do
60
62
  # List roles
61
63
  # ViewSet for Role.
62
64
  # @param [Hash] opts the optional parameters
65
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
63
66
  # @option opts [Array<String>] :contains_permission Filter roles that have any of the permissions in the list.
64
67
  # @option opts [String] :description Filter results where description matches value
65
68
  # @option opts [String] :description__contains Filter results where description contains value
@@ -97,6 +100,7 @@ describe 'RolesApi' do
97
100
  # @param role_href
98
101
  # @param patched_role
99
102
  # @param [Hash] opts the optional parameters
103
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
100
104
  # @return [RoleResponse]
101
105
  describe 'partial_update test' do
102
106
  it 'should work' do
@@ -109,6 +113,7 @@ describe 'RolesApi' do
109
113
  # ViewSet for Role.
110
114
  # @param role_href
111
115
  # @param [Hash] opts the optional parameters
116
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
112
117
  # @option opts [Array<String>] :fields A list of fields to include in the response.
113
118
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
114
119
  # @return [RoleResponse]
@@ -124,6 +129,7 @@ describe 'RolesApi' do
124
129
  # @param role_href
125
130
  # @param role
126
131
  # @param [Hash] opts the optional parameters
132
+ # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
127
133
  # @return [RoleResponse]
128
134
  describe 'update test' do
129
135
  it 'should work' do