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.
- checksums.yaml +4 -4
- data/README.md +5 -4
- data/docs/AccessPoliciesApi.md +22 -6
- data/docs/ArtifactDistributionResponse.md +5 -5
- data/docs/ArtifactsApi.md +12 -2
- data/docs/ContentApi.md +2 -0
- data/docs/ContentguardsApi.md +2 -0
- data/docs/ContentguardsCompositeApi.md +44 -12
- data/docs/ContentguardsContentRedirectApi.md +44 -12
- data/docs/ContentguardsHeaderApi.md +44 -12
- data/docs/ContentguardsRbacApi.md +44 -12
- data/docs/DistributionsApi.md +2 -0
- data/docs/DistributionsArtifactsApi.md +4 -0
- data/docs/DomainsApi.md +28 -8
- data/docs/ExportersFilesystemApi.md +28 -8
- data/docs/ExportersFilesystemExportsApi.md +16 -4
- data/docs/ExportersPulpApi.md +28 -8
- data/docs/ExportersPulpExportsApi.md +16 -4
- data/docs/GroupsApi.md +44 -12
- data/docs/GroupsRolesApi.md +16 -4
- data/docs/GroupsUsersApi.md +14 -4
- data/docs/ImportersPulpApi.md +28 -8
- data/docs/ImportersPulpImportCheckApi.md +6 -2
- data/docs/ImportersPulpImportsApi.md +16 -4
- data/docs/OrphansApi.md +9 -3
- data/docs/OrphansCleanupApi.md +6 -2
- data/docs/PublicationsApi.md +2 -0
- data/docs/RemotesApi.md +2 -0
- data/docs/RepairApi.md +6 -2
- data/docs/RepositoriesApi.md +2 -0
- data/docs/RepositoriesReclaimSpaceApi.md +6 -2
- data/docs/RepositoryVersionsApi.md +2 -0
- data/docs/RolesApi.md +28 -8
- data/docs/SigningServicesApi.md +4 -0
- data/docs/StatusApi.md +13 -3
- data/docs/TaskGroupsApi.md +4 -0
- data/docs/TaskSchedulesApi.md +20 -4
- data/docs/TasksApi.md +38 -10
- data/docs/UploadsApi.md +40 -10
- data/docs/UpstreamPulpsApi.md +50 -14
- data/docs/UsersApi.md +28 -8
- data/docs/UsersRolesApi.md +16 -4
- data/docs/WorkersApi.md +4 -0
- data/lib/pulpcore_client/api/access_policies_api.rb +15 -0
- data/lib/pulpcore_client/api/artifacts_api.rb +12 -0
- data/lib/pulpcore_client/api/content_api.rb +3 -0
- data/lib/pulpcore_client/api/contentguards_api.rb +3 -0
- data/lib/pulpcore_client/api/contentguards_composite_api.rb +30 -0
- data/lib/pulpcore_client/api/contentguards_content_redirect_api.rb +30 -0
- data/lib/pulpcore_client/api/contentguards_header_api.rb +30 -0
- data/lib/pulpcore_client/api/contentguards_rbac_api.rb +30 -0
- data/lib/pulpcore_client/api/distributions_api.rb +3 -0
- data/lib/pulpcore_client/api/distributions_artifacts_api.rb +6 -0
- data/lib/pulpcore_client/api/domains_api.rb +18 -0
- data/lib/pulpcore_client/api/exporters_filesystem_api.rb +18 -0
- data/lib/pulpcore_client/api/exporters_filesystem_exports_api.rb +12 -0
- data/lib/pulpcore_client/api/exporters_pulp_api.rb +18 -0
- data/lib/pulpcore_client/api/exporters_pulp_exports_api.rb +12 -0
- data/lib/pulpcore_client/api/groups_api.rb +30 -0
- data/lib/pulpcore_client/api/groups_roles_api.rb +12 -0
- data/lib/pulpcore_client/api/groups_users_api.rb +9 -0
- data/lib/pulpcore_client/api/importers_pulp_api.rb +18 -0
- data/lib/pulpcore_client/api/importers_pulp_import_check_api.rb +3 -0
- data/lib/pulpcore_client/api/importers_pulp_imports_api.rb +12 -0
- data/lib/pulpcore_client/api/orphans_api.rb +3 -0
- data/lib/pulpcore_client/api/orphans_cleanup_api.rb +3 -0
- data/lib/pulpcore_client/api/publications_api.rb +3 -0
- data/lib/pulpcore_client/api/remotes_api.rb +3 -0
- data/lib/pulpcore_client/api/repair_api.rb +3 -0
- data/lib/pulpcore_client/api/repositories_api.rb +3 -0
- data/lib/pulpcore_client/api/repositories_reclaim_space_api.rb +3 -0
- data/lib/pulpcore_client/api/repository_versions_api.rb +3 -0
- data/lib/pulpcore_client/api/roles_api.rb +18 -0
- data/lib/pulpcore_client/api/signing_services_api.rb +6 -0
- data/lib/pulpcore_client/api/status_api.rb +9 -0
- data/lib/pulpcore_client/api/task_groups_api.rb +6 -0
- data/lib/pulpcore_client/api/task_schedules_api.rb +18 -0
- data/lib/pulpcore_client/api/tasks_api.rb +27 -0
- data/lib/pulpcore_client/api/uploads_api.rb +30 -0
- data/lib/pulpcore_client/api/upstream_pulps_api.rb +33 -0
- data/lib/pulpcore_client/api/users_api.rb +18 -0
- data/lib/pulpcore_client/api/users_roles_api.rb +12 -0
- data/lib/pulpcore_client/api/workers_api.rb +6 -0
- data/lib/pulpcore_client/models/artifact_distribution_response.rb +21 -21
- data/lib/pulpcore_client/version.rb +1 -1
- data/spec/api/access_policies_api_spec.rb +5 -0
- data/spec/api/artifacts_api_spec.rb +4 -0
- data/spec/api/content_api_spec.rb +1 -0
- data/spec/api/contentguards_api_spec.rb +1 -0
- data/spec/api/contentguards_composite_api_spec.rb +10 -0
- data/spec/api/contentguards_content_redirect_api_spec.rb +10 -0
- data/spec/api/contentguards_header_api_spec.rb +10 -0
- data/spec/api/contentguards_rbac_api_spec.rb +10 -0
- data/spec/api/distributions_api_spec.rb +1 -0
- data/spec/api/distributions_artifacts_api_spec.rb +2 -0
- data/spec/api/domains_api_spec.rb +6 -0
- data/spec/api/exporters_filesystem_api_spec.rb +6 -0
- data/spec/api/exporters_filesystem_exports_api_spec.rb +4 -0
- data/spec/api/exporters_pulp_api_spec.rb +6 -0
- data/spec/api/exporters_pulp_exports_api_spec.rb +4 -0
- data/spec/api/groups_api_spec.rb +10 -0
- data/spec/api/groups_roles_api_spec.rb +4 -0
- data/spec/api/groups_users_api_spec.rb +3 -0
- data/spec/api/importers_pulp_api_spec.rb +6 -0
- data/spec/api/importers_pulp_import_check_api_spec.rb +1 -0
- data/spec/api/importers_pulp_imports_api_spec.rb +4 -0
- data/spec/api/orphans_api_spec.rb +1 -0
- data/spec/api/orphans_cleanup_api_spec.rb +1 -0
- data/spec/api/publications_api_spec.rb +1 -0
- data/spec/api/remotes_api_spec.rb +1 -0
- data/spec/api/repair_api_spec.rb +1 -0
- data/spec/api/repositories_api_spec.rb +1 -0
- data/spec/api/repositories_reclaim_space_api_spec.rb +1 -0
- data/spec/api/repository_versions_api_spec.rb +1 -0
- data/spec/api/roles_api_spec.rb +6 -0
- data/spec/api/signing_services_api_spec.rb +2 -0
- data/spec/api/status_api_spec.rb +3 -0
- data/spec/api/task_groups_api_spec.rb +2 -0
- data/spec/api/task_schedules_api_spec.rb +6 -0
- data/spec/api/tasks_api_spec.rb +9 -0
- data/spec/api/uploads_api_spec.rb +10 -0
- data/spec/api/upstream_pulps_api_spec.rb +11 -0
- data/spec/api/users_api_spec.rb +6 -0
- data/spec/api/users_roles_api_spec.rb +4 -0
- data/spec/api/workers_api_spec.rb +2 -0
- data/spec/models/artifact_distribution_response_spec.rb +3 -3
- 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 \"tech preview\" 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 \"tech preview\" 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 \"tech preview\" 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]
|
data/spec/api/groups_api_spec.rb
CHANGED
|
@@ -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 'toc', 'path', and 'repo_mapping'. * 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 `POST /pulp/api/v3/orphans/cleanup/` 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. \"Normal\" Django Models and Master/Detail models are supported by the ``register_with`` 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 'pk' endpoint_name (str): The name of the final path segment that should identify the ViewSet's collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \"parent_prefix\" 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'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
|
data/spec/api/repair_api_spec.rb
CHANGED
|
@@ -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.
|
data/spec/api/roles_api_spec.rb
CHANGED
|
@@ -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
|