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
|
@@ -36,6 +36,7 @@ describe 'SigningServicesApi' do
|
|
|
36
36
|
# List signing services
|
|
37
37
|
# A ViewSet that supports browsing of existing signing services.
|
|
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 [Integer] :offset The initial index from which to return the results.
|
|
@@ -57,6 +58,7 @@ describe 'SigningServicesApi' do
|
|
|
57
58
|
# A ViewSet that supports browsing of existing signing services.
|
|
58
59
|
# @param signing_service_href
|
|
59
60
|
# @param [Hash] opts the optional parameters
|
|
61
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
60
62
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
61
63
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
62
64
|
# @return [SigningServiceResponse]
|
data/spec/api/status_api_spec.rb
CHANGED
|
@@ -36,6 +36,9 @@ describe 'StatusApi' do
|
|
|
36
36
|
# Inspect status of Pulp
|
|
37
37
|
# Returns status and app information about Pulp. Information includes: * version of pulpcore and loaded pulp plugins * known workers * known content apps * database connection status * redis connection status * disk usage information
|
|
38
38
|
# @param [Hash] opts the optional parameters
|
|
39
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
40
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
41
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
39
42
|
# @return [StatusResponse]
|
|
40
43
|
describe 'status_read test' do
|
|
41
44
|
it 'should work' do
|
|
@@ -36,6 +36,7 @@ describe 'TaskGroupsApi' do
|
|
|
36
36
|
# List task groups
|
|
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 [Integer] :offset The initial index from which to return the results.
|
|
41
42
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
@@ -52,6 +53,7 @@ describe 'TaskGroupsApi' do
|
|
|
52
53
|
# 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.
|
|
53
54
|
# @param task_group_href
|
|
54
55
|
# @param [Hash] opts the optional parameters
|
|
56
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
55
57
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
56
58
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
57
59
|
# @return [TaskGroupResponse]
|
|
@@ -38,6 +38,7 @@ describe 'TaskSchedulesApi' do
|
|
|
38
38
|
# @param task_schedule_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
|
|
@@ -49,6 +50,7 @@ describe 'TaskSchedulesApi' do
|
|
|
49
50
|
# List task schedules
|
|
50
51
|
# ViewSet to monitor task schedules.
|
|
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
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
53
55
|
# @option opts [String] :name Filter results where name matches value
|
|
54
56
|
# @option opts [String] :name__contains Filter results where name contains value
|
|
@@ -73,6 +75,7 @@ describe 'TaskSchedulesApi' do
|
|
|
73
75
|
# List roles assigned to this object.
|
|
74
76
|
# @param task_schedule_href
|
|
75
77
|
# @param [Hash] opts the optional parameters
|
|
78
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
76
79
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
77
80
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
78
81
|
# @return [ObjectRolesResponse]
|
|
@@ -87,6 +90,7 @@ describe 'TaskSchedulesApi' do
|
|
|
87
90
|
# List permissions available to the current user on this object.
|
|
88
91
|
# @param task_schedule_href
|
|
89
92
|
# @param [Hash] opts the optional parameters
|
|
93
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
90
94
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
91
95
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
92
96
|
# @return [MyPermissionsResponse]
|
|
@@ -101,6 +105,7 @@ describe 'TaskSchedulesApi' do
|
|
|
101
105
|
# ViewSet to monitor task schedules.
|
|
102
106
|
# @param task_schedule_href
|
|
103
107
|
# @param [Hash] opts the optional parameters
|
|
108
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
104
109
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
105
110
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
106
111
|
# @return [TaskScheduleResponse]
|
|
@@ -116,6 +121,7 @@ describe 'TaskSchedulesApi' do
|
|
|
116
121
|
# @param task_schedule_href
|
|
117
122
|
# @param nested_role
|
|
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
|
# @return [NestedRoleResponse]
|
|
120
126
|
describe 'remove_role test' do
|
|
121
127
|
it 'should work' do
|
data/spec/api/tasks_api_spec.rb
CHANGED
|
@@ -38,6 +38,7 @@ describe 'TasksApi' do
|
|
|
38
38
|
# @param task_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 'TasksApi' do
|
|
|
50
51
|
# 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.
|
|
51
52
|
# @param task_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
|
|
@@ -61,6 +63,7 @@ describe 'TasksApi' do
|
|
|
61
63
|
# List tasks
|
|
62
64
|
# 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.
|
|
63
65
|
# @param [Hash] opts the optional parameters
|
|
66
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
64
67
|
# @option opts [String] :child_tasks Filter results where child_tasks matches value
|
|
65
68
|
# @option opts [String] :created_resources
|
|
66
69
|
# @option opts [String] :exclusive_resources
|
|
@@ -116,6 +119,7 @@ describe 'TasksApi' do
|
|
|
116
119
|
# List roles assigned to this object.
|
|
117
120
|
# @param task_href
|
|
118
121
|
# @param [Hash] opts the optional parameters
|
|
122
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
119
123
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
120
124
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
121
125
|
# @return [ObjectRolesResponse]
|
|
@@ -130,6 +134,7 @@ describe 'TasksApi' do
|
|
|
130
134
|
# List permissions available to the current user on this object.
|
|
131
135
|
# @param task_href
|
|
132
136
|
# @param [Hash] opts the optional parameters
|
|
137
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
133
138
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
134
139
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
135
140
|
# @return [MyPermissionsResponse]
|
|
@@ -144,6 +149,7 @@ describe 'TasksApi' do
|
|
|
144
149
|
# Trigger an asynchronous task that deletes completed tasks that finished prior to a specified timestamp.
|
|
145
150
|
# @param purge
|
|
146
151
|
# @param [Hash] opts the optional parameters
|
|
152
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
147
153
|
# @return [AsyncOperationResponse]
|
|
148
154
|
describe 'purge test' do
|
|
149
155
|
it 'should work' do
|
|
@@ -156,6 +162,7 @@ describe 'TasksApi' do
|
|
|
156
162
|
# 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.
|
|
157
163
|
# @param task_href
|
|
158
164
|
# @param [Hash] opts the optional parameters
|
|
165
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
159
166
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
160
167
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
161
168
|
# @return [TaskResponse]
|
|
@@ -171,6 +178,7 @@ describe 'TasksApi' do
|
|
|
171
178
|
# @param task_href
|
|
172
179
|
# @param nested_role
|
|
173
180
|
# @param [Hash] opts the optional parameters
|
|
181
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
174
182
|
# @return [NestedRoleResponse]
|
|
175
183
|
describe 'remove_role test' do
|
|
176
184
|
it 'should work' do
|
|
@@ -184,6 +192,7 @@ describe 'TasksApi' do
|
|
|
184
192
|
# @param task_href
|
|
185
193
|
# @param patched_task_cancel
|
|
186
194
|
# @param [Hash] opts the optional parameters
|
|
195
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
187
196
|
# @return [TaskResponse]
|
|
188
197
|
describe 'tasks_cancel test' do
|
|
189
198
|
it 'should work' do
|
|
@@ -38,6 +38,7 @@ describe 'UploadsApi' do
|
|
|
38
38
|
# @param upload_href
|
|
39
39
|
# @param upload
|
|
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
|
|
@@ -51,6 +52,7 @@ describe 'UploadsApi' do
|
|
|
51
52
|
# @param upload_href
|
|
52
53
|
# @param upload_commit
|
|
53
54
|
# @param [Hash] opts the optional parameters
|
|
55
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
54
56
|
# @return [AsyncOperationResponse]
|
|
55
57
|
describe 'commit test' do
|
|
56
58
|
it 'should work' do
|
|
@@ -63,6 +65,7 @@ describe 'UploadsApi' do
|
|
|
63
65
|
# View for chunked uploads.
|
|
64
66
|
# @param upload
|
|
65
67
|
# @param [Hash] opts the optional parameters
|
|
68
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
66
69
|
# @return [UploadResponse]
|
|
67
70
|
describe 'create test' do
|
|
68
71
|
it 'should work' do
|
|
@@ -75,6 +78,7 @@ describe 'UploadsApi' do
|
|
|
75
78
|
# View for chunked uploads.
|
|
76
79
|
# @param upload_href
|
|
77
80
|
# @param [Hash] opts the optional parameters
|
|
81
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
78
82
|
# @return [nil]
|
|
79
83
|
describe 'delete test' do
|
|
80
84
|
it 'should work' do
|
|
@@ -86,6 +90,7 @@ describe 'UploadsApi' do
|
|
|
86
90
|
# List uploads
|
|
87
91
|
# View for chunked uploads.
|
|
88
92
|
# @param [Hash] opts the optional parameters
|
|
93
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
89
94
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
90
95
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
91
96
|
# @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) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
@@ -110,6 +115,7 @@ describe 'UploadsApi' do
|
|
|
110
115
|
# List roles assigned to this object.
|
|
111
116
|
# @param upload_href
|
|
112
117
|
# @param [Hash] opts the optional parameters
|
|
118
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
113
119
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
114
120
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
115
121
|
# @return [ObjectRolesResponse]
|
|
@@ -124,6 +130,7 @@ describe 'UploadsApi' do
|
|
|
124
130
|
# List permissions available to the current user on this object.
|
|
125
131
|
# @param upload_href
|
|
126
132
|
# @param [Hash] opts the optional parameters
|
|
133
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
127
134
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
128
135
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
129
136
|
# @return [MyPermissionsResponse]
|
|
@@ -138,6 +145,7 @@ describe 'UploadsApi' do
|
|
|
138
145
|
# View for chunked uploads.
|
|
139
146
|
# @param upload_href
|
|
140
147
|
# @param [Hash] opts the optional parameters
|
|
148
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
141
149
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
142
150
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
143
151
|
# @return [UploadDetailResponse]
|
|
@@ -153,6 +161,7 @@ describe 'UploadsApi' do
|
|
|
153
161
|
# @param upload_href
|
|
154
162
|
# @param upload
|
|
155
163
|
# @param [Hash] opts the optional parameters
|
|
164
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
156
165
|
# @return [NestedRoleResponse]
|
|
157
166
|
describe 'remove_role test' do
|
|
158
167
|
it 'should work' do
|
|
@@ -167,6 +176,7 @@ describe 'UploadsApi' do
|
|
|
167
176
|
# @param upload_href
|
|
168
177
|
# @param file A chunk of the uploaded file.
|
|
169
178
|
# @param [Hash] opts the optional parameters
|
|
179
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
170
180
|
# @option opts [String] :sha256 The SHA-256 checksum of the chunk if available.
|
|
171
181
|
# @return [UploadResponse]
|
|
172
182
|
describe 'update test' do
|
|
@@ -38,6 +38,7 @@ describe 'UpstreamPulpsApi' do
|
|
|
38
38
|
# @param upstream_pulp_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 'UpstreamPulpsApi' do
|
|
|
50
51
|
# API for configuring an upstream Pulp to replicate. This API is provided as a tech preview.
|
|
51
52
|
# @param upstream_pulp
|
|
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 [UpstreamPulpResponse]
|
|
54
56
|
describe 'create test' do
|
|
55
57
|
it 'should work' do
|
|
@@ -62,6 +64,7 @@ describe 'UpstreamPulpsApi' do
|
|
|
62
64
|
# API for configuring an upstream Pulp to replicate. This API is provided as a tech preview.
|
|
63
65
|
# @param upstream_pulp_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 'UpstreamPulpsApi' do
|
|
|
73
76
|
# List upstream pulps
|
|
74
77
|
# API for configuring an upstream Pulp to replicate. This API is provided as a tech preview.
|
|
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 [Integer] :offset The initial index from which to return the results.
|
|
78
82
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
@@ -89,6 +93,7 @@ describe 'UpstreamPulpsApi' do
|
|
|
89
93
|
# List roles assigned to this object.
|
|
90
94
|
# @param upstream_pulp_href
|
|
91
95
|
# @param [Hash] opts the optional parameters
|
|
96
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
92
97
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
93
98
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
94
99
|
# @return [ObjectRolesResponse]
|
|
@@ -103,6 +108,7 @@ describe 'UpstreamPulpsApi' do
|
|
|
103
108
|
# List permissions available to the current user on this object.
|
|
104
109
|
# @param upstream_pulp_href
|
|
105
110
|
# @param [Hash] opts the optional parameters
|
|
111
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
106
112
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
107
113
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
108
114
|
# @return [MyPermissionsResponse]
|
|
@@ -118,6 +124,7 @@ describe 'UpstreamPulpsApi' do
|
|
|
118
124
|
# @param upstream_pulp_href
|
|
119
125
|
# @param patched_upstream_pulp
|
|
120
126
|
# @param [Hash] opts the optional parameters
|
|
127
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
121
128
|
# @return [UpstreamPulpResponse]
|
|
122
129
|
describe 'partial_update test' do
|
|
123
130
|
it 'should work' do
|
|
@@ -130,6 +137,7 @@ describe 'UpstreamPulpsApi' do
|
|
|
130
137
|
# API for configuring an upstream Pulp to replicate. This API is provided as a tech preview.
|
|
131
138
|
# @param upstream_pulp_href
|
|
132
139
|
# @param [Hash] opts the optional parameters
|
|
140
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
133
141
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
134
142
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
135
143
|
# @return [UpstreamPulpResponse]
|
|
@@ -145,6 +153,7 @@ describe 'UpstreamPulpsApi' do
|
|
|
145
153
|
# @param upstream_pulp_href
|
|
146
154
|
# @param nested_role
|
|
147
155
|
# @param [Hash] opts the optional parameters
|
|
156
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
148
157
|
# @return [NestedRoleResponse]
|
|
149
158
|
describe 'remove_role test' do
|
|
150
159
|
it 'should work' do
|
|
@@ -157,6 +166,7 @@ describe 'UpstreamPulpsApi' do
|
|
|
157
166
|
# Trigger an asynchronous repository replication task group. This API is provided as a tech preview.
|
|
158
167
|
# @param upstream_pulp_href
|
|
159
168
|
# @param [Hash] opts the optional parameters
|
|
169
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
160
170
|
# @return [TaskGroupOperationResponse]
|
|
161
171
|
describe 'replicate test' do
|
|
162
172
|
it 'should work' do
|
|
@@ -170,6 +180,7 @@ describe 'UpstreamPulpsApi' do
|
|
|
170
180
|
# @param upstream_pulp_href
|
|
171
181
|
# @param upstream_pulp
|
|
172
182
|
# @param [Hash] opts the optional parameters
|
|
183
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
173
184
|
# @return [UpstreamPulpResponse]
|
|
174
185
|
describe 'update test' do
|
|
175
186
|
it 'should work' do
|
data/spec/api/users_api_spec.rb
CHANGED
|
@@ -37,6 +37,7 @@ describe 'UsersApi' do
|
|
|
37
37
|
# ViewSet for User.
|
|
38
38
|
# @param user
|
|
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 [UserResponse]
|
|
41
42
|
describe 'create test' do
|
|
42
43
|
it 'should work' do
|
|
@@ -49,6 +50,7 @@ describe 'UsersApi' do
|
|
|
49
50
|
# ViewSet for User.
|
|
50
51
|
# @param auth_user_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 'UsersApi' do
|
|
|
60
62
|
# List users
|
|
61
63
|
# ViewSet for User.
|
|
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 [String] :email Filter results where email matches value
|
|
64
67
|
# @option opts [String] :email__contains Filter results where email contains value
|
|
65
68
|
# @option opts [String] :email__icontains Filter results where email contains value
|
|
@@ -103,6 +106,7 @@ describe 'UsersApi' do
|
|
|
103
106
|
# @param auth_user_href
|
|
104
107
|
# @param patched_user
|
|
105
108
|
# @param [Hash] opts the optional parameters
|
|
109
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
106
110
|
# @return [UserResponse]
|
|
107
111
|
describe 'partial_update test' do
|
|
108
112
|
it 'should work' do
|
|
@@ -115,6 +119,7 @@ describe 'UsersApi' do
|
|
|
115
119
|
# ViewSet for User.
|
|
116
120
|
# @param auth_user_href
|
|
117
121
|
# @param [Hash] opts the optional parameters
|
|
122
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
118
123
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
119
124
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
120
125
|
# @return [UserResponse]
|
|
@@ -130,6 +135,7 @@ describe 'UsersApi' do
|
|
|
130
135
|
# @param auth_user_href
|
|
131
136
|
# @param user
|
|
132
137
|
# @param [Hash] opts the optional parameters
|
|
138
|
+
# @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
|
|
133
139
|
# @return [UserResponse]
|
|
134
140
|
describe 'update test' do
|
|
135
141
|
it 'should work' do
|
|
@@ -38,6 +38,7 @@ describe 'UsersRolesApi' do
|
|
|
38
38
|
# @param auth_user_href
|
|
39
39
|
# @param user_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 [UserRoleResponse]
|
|
42
43
|
describe 'create test' do
|
|
43
44
|
it 'should work' do
|
|
@@ -50,6 +51,7 @@ describe 'UsersRolesApi' do
|
|
|
50
51
|
# ViewSet for UserRole.
|
|
51
52
|
# @param auth_users_user_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 'UsersRolesApi' do
|
|
|
62
64
|
# ViewSet for UserRole.
|
|
63
65
|
# @param auth_user_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 'UsersRolesApi' do
|
|
|
89
92
|
# ViewSet for UserRole.
|
|
90
93
|
# @param auth_users_user_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 [UserRoleResponse]
|
|
@@ -36,6 +36,7 @@ describe 'WorkersApi' do
|
|
|
36
36
|
# List workers
|
|
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 [DateTime] :last_heartbeat Filter results where last_heartbeat matches value
|
|
40
41
|
# @option opts [DateTime] :last_heartbeat__gt Filter results where last_heartbeat is greater than value
|
|
41
42
|
# @option opts [DateTime] :last_heartbeat__gte Filter results where last_heartbeat is greater than or equal to value
|
|
@@ -73,6 +74,7 @@ describe 'WorkersApi' do
|
|
|
73
74
|
# 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.
|
|
74
75
|
# @param worker_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 [WorkerResponse]
|
|
@@ -62,7 +62,7 @@ describe 'ArtifactDistributionResponse' do
|
|
|
62
62
|
end
|
|
63
63
|
end
|
|
64
64
|
|
|
65
|
-
describe 'test attribute "
|
|
65
|
+
describe 'test attribute "base_path"' do
|
|
66
66
|
it 'should work' do
|
|
67
67
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
68
68
|
end
|
|
@@ -74,13 +74,13 @@ describe 'ArtifactDistributionResponse' do
|
|
|
74
74
|
end
|
|
75
75
|
end
|
|
76
76
|
|
|
77
|
-
describe 'test attribute "
|
|
77
|
+
describe 'test attribute "pulp_last_updated"' do
|
|
78
78
|
it 'should work' do
|
|
79
79
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
80
80
|
end
|
|
81
81
|
end
|
|
82
82
|
|
|
83
|
-
describe 'test attribute "
|
|
83
|
+
describe 'test attribute "pulp_labels"' do
|
|
84
84
|
it 'should work' do
|
|
85
85
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
86
86
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pulpcore_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.49.
|
|
4
|
+
version: 3.49.55
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-03-
|
|
11
|
+
date: 2026-03-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|