pulpcore_client 3.21.4 → 3.21.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +6 -6
- data/docs/AccessPoliciesApi.md +8 -8
- data/docs/ArtifactsApi.md +8 -8
- data/docs/ContentApi.md +4 -4
- data/docs/ContentguardsApi.md +4 -4
- data/docs/ContentguardsContentRedirectApi.md +16 -16
- data/docs/ContentguardsRbacApi.md +16 -16
- data/docs/DistributionsApi.md +4 -4
- data/docs/ExportersFilesystemApi.md +8 -8
- data/docs/ExportersFilesystemExportsApi.md +8 -8
- data/docs/ExportersPulpApi.md +8 -8
- data/docs/ExportersPulpExportsApi.md +8 -8
- data/docs/FilesystemExport.md +3 -1
- data/docs/GroupsApi.md +16 -16
- data/docs/GroupsRolesApi.md +8 -8
- data/docs/GroupsUsersApi.md +4 -4
- data/docs/ImportersPulpApi.md +8 -8
- data/docs/ImportersPulpImportsApi.md +8 -8
- data/docs/PublicationsApi.md +4 -4
- data/docs/RemotesApi.md +4 -4
- data/docs/RepositoriesApi.md +4 -4
- data/docs/RepositoryVersionsApi.md +4 -4
- data/docs/RolesApi.md +8 -8
- data/docs/SigningServicesApi.md +8 -8
- data/docs/TaskGroupsApi.md +8 -8
- data/docs/TaskSchedulesApi.md +16 -16
- data/docs/TasksApi.md +16 -16
- data/docs/UploadsApi.md +16 -16
- data/docs/UsersApi.md +8 -8
- data/docs/UsersRolesApi.md +8 -8
- data/docs/WorkersApi.md +8 -8
- data/lib/pulpcore_client/api/access_policies_api.rb +12 -12
- data/lib/pulpcore_client/api/artifacts_api.rb +12 -12
- data/lib/pulpcore_client/api/content_api.rb +6 -6
- data/lib/pulpcore_client/api/contentguards_api.rb +6 -6
- data/lib/pulpcore_client/api/contentguards_content_redirect_api.rb +24 -24
- data/lib/pulpcore_client/api/contentguards_rbac_api.rb +24 -24
- data/lib/pulpcore_client/api/distributions_api.rb +6 -6
- data/lib/pulpcore_client/api/exporters_filesystem_api.rb +12 -12
- data/lib/pulpcore_client/api/exporters_filesystem_exports_api.rb +12 -12
- data/lib/pulpcore_client/api/exporters_pulp_api.rb +12 -12
- data/lib/pulpcore_client/api/exporters_pulp_exports_api.rb +12 -12
- data/lib/pulpcore_client/api/groups_api.rb +24 -24
- data/lib/pulpcore_client/api/groups_roles_api.rb +12 -12
- data/lib/pulpcore_client/api/groups_users_api.rb +6 -6
- data/lib/pulpcore_client/api/importers_pulp_api.rb +12 -12
- data/lib/pulpcore_client/api/importers_pulp_imports_api.rb +12 -12
- data/lib/pulpcore_client/api/publications_api.rb +6 -6
- data/lib/pulpcore_client/api/remotes_api.rb +6 -6
- data/lib/pulpcore_client/api/repositories_api.rb +6 -6
- data/lib/pulpcore_client/api/repository_versions_api.rb +6 -6
- data/lib/pulpcore_client/api/roles_api.rb +12 -12
- data/lib/pulpcore_client/api/signing_services_api.rb +12 -12
- data/lib/pulpcore_client/api/task_groups_api.rb +12 -12
- data/lib/pulpcore_client/api/task_schedules_api.rb +24 -24
- data/lib/pulpcore_client/api/tasks_api.rb +24 -24
- data/lib/pulpcore_client/api/uploads_api.rb +24 -24
- data/lib/pulpcore_client/api/users_api.rb +12 -12
- data/lib/pulpcore_client/api/users_roles_api.rb +12 -12
- data/lib/pulpcore_client/api/workers_api.rb +12 -12
- data/lib/pulpcore_client/models/filesystem_export.rb +14 -4
- data/lib/pulpcore_client/version.rb +1 -1
- data/spec/api/access_policies_api_spec.rb +4 -4
- data/spec/api/artifacts_api_spec.rb +4 -4
- data/spec/api/content_api_spec.rb +2 -2
- data/spec/api/contentguards_api_spec.rb +2 -2
- data/spec/api/contentguards_content_redirect_api_spec.rb +8 -8
- data/spec/api/contentguards_rbac_api_spec.rb +8 -8
- data/spec/api/distributions_api_spec.rb +2 -2
- data/spec/api/exporters_filesystem_api_spec.rb +4 -4
- data/spec/api/exporters_filesystem_exports_api_spec.rb +4 -4
- data/spec/api/exporters_pulp_api_spec.rb +4 -4
- data/spec/api/exporters_pulp_exports_api_spec.rb +4 -4
- data/spec/api/groups_api_spec.rb +8 -8
- data/spec/api/groups_roles_api_spec.rb +4 -4
- data/spec/api/groups_users_api_spec.rb +2 -2
- data/spec/api/importers_pulp_api_spec.rb +4 -4
- data/spec/api/importers_pulp_imports_api_spec.rb +4 -4
- data/spec/api/publications_api_spec.rb +2 -2
- data/spec/api/remotes_api_spec.rb +2 -2
- data/spec/api/repositories_api_spec.rb +2 -2
- data/spec/api/repository_versions_api_spec.rb +2 -2
- data/spec/api/roles_api_spec.rb +4 -4
- data/spec/api/signing_services_api_spec.rb +4 -4
- data/spec/api/task_groups_api_spec.rb +4 -4
- data/spec/api/task_schedules_api_spec.rb +8 -8
- data/spec/api/tasks_api_spec.rb +8 -8
- data/spec/api/uploads_api_spec.rb +8 -8
- data/spec/api/users_api_spec.rb +4 -4
- data/spec/api/users_roles_api_spec.rb +4 -4
- data/spec/api/workers_api_spec.rb +4 -4
- data/spec/models/filesystem_export_spec.rb +6 -0
- metadata +129 -129
|
@@ -162,8 +162,8 @@ module PulpcoreClient
|
|
|
162
162
|
# @option opts [String] :role__icontains
|
|
163
163
|
# @option opts [Array<String>] :role__in Multiple values may be separated by commas.
|
|
164
164
|
# @option opts [String] :role__startswith
|
|
165
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
166
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
165
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
166
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
167
167
|
# @return [PaginatedUserRoleResponseList]
|
|
168
168
|
def list(auth_user_href, opts = {})
|
|
169
169
|
data, _status_code, _headers = list_with_http_info(auth_user_href, opts)
|
|
@@ -183,8 +183,8 @@ module PulpcoreClient
|
|
|
183
183
|
# @option opts [String] :role__icontains
|
|
184
184
|
# @option opts [Array<String>] :role__in Multiple values may be separated by commas.
|
|
185
185
|
# @option opts [String] :role__startswith
|
|
186
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
187
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
186
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
187
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
188
188
|
# @return [Array<(PaginatedUserRoleResponseList, Integer, Hash)>] PaginatedUserRoleResponseList data, response status code and response headers
|
|
189
189
|
def list_with_http_info(auth_user_href, opts = {})
|
|
190
190
|
if @api_client.config.debugging
|
|
@@ -212,8 +212,8 @@ module PulpcoreClient
|
|
|
212
212
|
query_params[:'role__icontains'] = opts[:'role__icontains'] if !opts[:'role__icontains'].nil?
|
|
213
213
|
query_params[:'role__in'] = @api_client.build_collection_param(opts[:'role__in'], :csv) if !opts[:'role__in'].nil?
|
|
214
214
|
query_params[:'role__startswith'] = opts[:'role__startswith'] if !opts[:'role__startswith'].nil?
|
|
215
|
-
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
|
216
|
-
query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
|
|
215
|
+
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
|
216
|
+
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
|
217
217
|
|
|
218
218
|
# header parameters
|
|
219
219
|
header_params = opts[:header_params] || {}
|
|
@@ -252,8 +252,8 @@ module PulpcoreClient
|
|
|
252
252
|
# ViewSet for UserRole. NOTE: This API endpoint is in \"tech preview\" and subject to change
|
|
253
253
|
# @param auth_users_user_role_href [String]
|
|
254
254
|
# @param [Hash] opts the optional parameters
|
|
255
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
256
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
255
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
256
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
257
257
|
# @return [UserRoleResponse]
|
|
258
258
|
def read(auth_users_user_role_href, opts = {})
|
|
259
259
|
data, _status_code, _headers = read_with_http_info(auth_users_user_role_href, opts)
|
|
@@ -264,8 +264,8 @@ module PulpcoreClient
|
|
|
264
264
|
# ViewSet for UserRole. NOTE: This API endpoint is in \"tech preview\" and subject to change
|
|
265
265
|
# @param auth_users_user_role_href [String]
|
|
266
266
|
# @param [Hash] opts the optional parameters
|
|
267
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
268
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
267
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
268
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
269
269
|
# @return [Array<(UserRoleResponse, Integer, Hash)>] UserRoleResponse data, response status code and response headers
|
|
270
270
|
def read_with_http_info(auth_users_user_role_href, opts = {})
|
|
271
271
|
if @api_client.config.debugging
|
|
@@ -280,8 +280,8 @@ module PulpcoreClient
|
|
|
280
280
|
|
|
281
281
|
# query parameters
|
|
282
282
|
query_params = opts[:query_params] || {}
|
|
283
|
-
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
|
284
|
-
query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
|
|
283
|
+
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
|
284
|
+
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
|
285
285
|
|
|
286
286
|
# header parameters
|
|
287
287
|
header_params = opts[:header_params] || {}
|
|
@@ -38,8 +38,8 @@ module PulpcoreClient
|
|
|
38
38
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
39
39
|
# @option opts [Boolean] :online
|
|
40
40
|
# @option opts [Array<String>] :ordering Ordering
|
|
41
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
42
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
41
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
42
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
43
43
|
# @return [PaginatedWorkerResponseList]
|
|
44
44
|
def list(opts = {})
|
|
45
45
|
data, _status_code, _headers = list_with_http_info(opts)
|
|
@@ -65,8 +65,8 @@ module PulpcoreClient
|
|
|
65
65
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
66
66
|
# @option opts [Boolean] :online
|
|
67
67
|
# @option opts [Array<String>] :ordering Ordering
|
|
68
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
69
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
68
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
69
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
70
70
|
# @return [Array<(PaginatedWorkerResponseList, Integer, Hash)>] PaginatedWorkerResponseList data, response status code and response headers
|
|
71
71
|
def list_with_http_info(opts = {})
|
|
72
72
|
if @api_client.config.debugging
|
|
@@ -97,8 +97,8 @@ module PulpcoreClient
|
|
|
97
97
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
|
98
98
|
query_params[:'online'] = opts[:'online'] if !opts[:'online'].nil?
|
|
99
99
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
|
100
|
-
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
|
101
|
-
query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
|
|
100
|
+
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
|
101
|
+
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
|
102
102
|
|
|
103
103
|
# header parameters
|
|
104
104
|
header_params = opts[:header_params] || {}
|
|
@@ -137,8 +137,8 @@ module PulpcoreClient
|
|
|
137
137
|
# 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.
|
|
138
138
|
# @param worker_href [String]
|
|
139
139
|
# @param [Hash] opts the optional parameters
|
|
140
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
141
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
140
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
141
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
142
142
|
# @return [WorkerResponse]
|
|
143
143
|
def read(worker_href, opts = {})
|
|
144
144
|
data, _status_code, _headers = read_with_http_info(worker_href, opts)
|
|
@@ -149,8 +149,8 @@ module PulpcoreClient
|
|
|
149
149
|
# 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.
|
|
150
150
|
# @param worker_href [String]
|
|
151
151
|
# @param [Hash] opts the optional parameters
|
|
152
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
153
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
152
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
153
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
154
154
|
# @return [Array<(WorkerResponse, Integer, Hash)>] WorkerResponse data, response status code and response headers
|
|
155
155
|
def read_with_http_info(worker_href, opts = {})
|
|
156
156
|
if @api_client.config.debugging
|
|
@@ -165,8 +165,8 @@ module PulpcoreClient
|
|
|
165
165
|
|
|
166
166
|
# query parameters
|
|
167
167
|
query_params = opts[:query_params] || {}
|
|
168
|
-
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
|
169
|
-
query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
|
|
168
|
+
query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
|
|
169
|
+
query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
|
|
170
170
|
|
|
171
171
|
# header parameters
|
|
172
172
|
header_params = opts[:header_params] || {}
|
|
@@ -24,12 +24,16 @@ module PulpcoreClient
|
|
|
24
24
|
# A URI of the repository version export.
|
|
25
25
|
attr_accessor :repository_version
|
|
26
26
|
|
|
27
|
+
# The URI of the last-exported-repo-version.
|
|
28
|
+
attr_accessor :start_repository_version
|
|
29
|
+
|
|
27
30
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
28
31
|
def self.attribute_map
|
|
29
32
|
{
|
|
30
33
|
:'task' => :'task',
|
|
31
34
|
:'publication' => :'publication',
|
|
32
|
-
:'repository_version' => :'repository_version'
|
|
35
|
+
:'repository_version' => :'repository_version',
|
|
36
|
+
:'start_repository_version' => :'start_repository_version'
|
|
33
37
|
}
|
|
34
38
|
end
|
|
35
39
|
|
|
@@ -38,7 +42,8 @@ module PulpcoreClient
|
|
|
38
42
|
{
|
|
39
43
|
:'task' => :'String',
|
|
40
44
|
:'publication' => :'String',
|
|
41
|
-
:'repository_version' => :'String'
|
|
45
|
+
:'repository_version' => :'String',
|
|
46
|
+
:'start_repository_version' => :'String'
|
|
42
47
|
}
|
|
43
48
|
end
|
|
44
49
|
|
|
@@ -75,6 +80,10 @@ module PulpcoreClient
|
|
|
75
80
|
if attributes.key?(:'repository_version')
|
|
76
81
|
self.repository_version = attributes[:'repository_version']
|
|
77
82
|
end
|
|
83
|
+
|
|
84
|
+
if attributes.key?(:'start_repository_version')
|
|
85
|
+
self.start_repository_version = attributes[:'start_repository_version']
|
|
86
|
+
end
|
|
78
87
|
end
|
|
79
88
|
|
|
80
89
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
@@ -97,7 +106,8 @@ module PulpcoreClient
|
|
|
97
106
|
self.class == o.class &&
|
|
98
107
|
task == o.task &&
|
|
99
108
|
publication == o.publication &&
|
|
100
|
-
repository_version == o.repository_version
|
|
109
|
+
repository_version == o.repository_version &&
|
|
110
|
+
start_repository_version == o.start_repository_version
|
|
101
111
|
end
|
|
102
112
|
|
|
103
113
|
# @see the `==` method
|
|
@@ -109,7 +119,7 @@ module PulpcoreClient
|
|
|
109
119
|
# Calculates hash code according to all attributes.
|
|
110
120
|
# @return [Integer] Hash code
|
|
111
121
|
def hash
|
|
112
|
-
[task, publication, repository_version].hash
|
|
122
|
+
[task, publication, repository_version, start_repository_version].hash
|
|
113
123
|
end
|
|
114
124
|
|
|
115
125
|
# Builds the object from hash
|
|
@@ -45,8 +45,8 @@ describe 'AccessPoliciesApi' do
|
|
|
45
45
|
# @option opts [String] :viewset_name__icontains Filter results where viewset_name contains value
|
|
46
46
|
# @option opts [Array<String>] :viewset_name__in Filter results where viewset_name is in a comma-separated list of values
|
|
47
47
|
# @option opts [String] :viewset_name__startswith Filter results where viewset_name starts with value
|
|
48
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
49
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
48
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
49
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
50
50
|
# @return [PaginatedAccessPolicyResponseList]
|
|
51
51
|
describe 'list test' do
|
|
52
52
|
it 'should work' do
|
|
@@ -72,8 +72,8 @@ describe 'AccessPoliciesApi' do
|
|
|
72
72
|
# ViewSet for AccessPolicy. NOTE: This API endpoint is in \"tech preview\" and subject to change
|
|
73
73
|
# @param access_policy_href
|
|
74
74
|
# @param [Hash] opts the optional parameters
|
|
75
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
76
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
75
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
76
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
77
77
|
# @return [AccessPolicyResponse]
|
|
78
78
|
describe 'read test' do
|
|
79
79
|
it 'should work' do
|
|
@@ -77,8 +77,8 @@ describe 'ArtifactsApi' do
|
|
|
77
77
|
# @option opts [String] :sha256 Filter results where sha256 matches value
|
|
78
78
|
# @option opts [String] :sha384 Filter results where sha384 matches value
|
|
79
79
|
# @option opts [String] :sha512 Filter results where sha512 matches value
|
|
80
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
81
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
80
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
81
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
82
82
|
# @return [PaginatedArtifactResponseList]
|
|
83
83
|
describe 'list test' do
|
|
84
84
|
it 'should work' do
|
|
@@ -91,8 +91,8 @@ describe 'ArtifactsApi' do
|
|
|
91
91
|
# 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.
|
|
92
92
|
# @param artifact_href
|
|
93
93
|
# @param [Hash] opts the optional parameters
|
|
94
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
95
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
94
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
95
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
96
96
|
# @return [ArtifactResponse]
|
|
97
97
|
describe 'read test' do
|
|
98
98
|
it 'should work' do
|
|
@@ -42,8 +42,8 @@ describe 'ContentApi' do
|
|
|
42
42
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
43
43
|
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
|
44
44
|
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
|
45
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
46
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
45
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
46
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
47
47
|
# @return [PaginatedMultipleArtifactContentResponseList]
|
|
48
48
|
describe 'list test' do
|
|
49
49
|
it 'should work' do
|
|
@@ -44,8 +44,8 @@ describe 'ContentguardsApi' do
|
|
|
44
44
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
45
45
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
46
46
|
# @option opts [Array<String>] :ordering Ordering
|
|
47
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
48
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
47
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
48
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
49
49
|
# @return [PaginatedContentGuardResponseList]
|
|
50
50
|
describe 'list test' do
|
|
51
51
|
it 'should work' do
|
|
@@ -80,8 +80,8 @@ describe 'ContentguardsContentRedirectApi' do
|
|
|
80
80
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
81
81
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
82
82
|
# @option opts [Array<String>] :ordering Ordering
|
|
83
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
84
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
83
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
84
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
85
85
|
# @return [PaginatedContentRedirectContentGuardResponseList]
|
|
86
86
|
describe 'list test' do
|
|
87
87
|
it 'should work' do
|
|
@@ -93,8 +93,8 @@ describe 'ContentguardsContentRedirectApi' do
|
|
|
93
93
|
# List roles assigned to this object.
|
|
94
94
|
# @param content_redirect_content_guard_href
|
|
95
95
|
# @param [Hash] opts the optional parameters
|
|
96
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
97
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
96
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
97
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
98
98
|
# @return [ObjectRolesResponse]
|
|
99
99
|
describe 'list_roles test' do
|
|
100
100
|
it 'should work' do
|
|
@@ -106,8 +106,8 @@ describe 'ContentguardsContentRedirectApi' do
|
|
|
106
106
|
# List permissions available to the current user on this object.
|
|
107
107
|
# @param content_redirect_content_guard_href
|
|
108
108
|
# @param [Hash] opts the optional parameters
|
|
109
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
110
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
109
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
110
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
111
111
|
# @return [MyPermissionsResponse]
|
|
112
112
|
describe 'my_permissions test' do
|
|
113
113
|
it 'should work' do
|
|
@@ -133,8 +133,8 @@ describe 'ContentguardsContentRedirectApi' do
|
|
|
133
133
|
# Content guard to protect preauthenticated redirects to the content app.
|
|
134
134
|
# @param content_redirect_content_guard_href
|
|
135
135
|
# @param [Hash] opts the optional parameters
|
|
136
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
137
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
136
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
137
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
138
138
|
# @return [ContentRedirectContentGuardResponse]
|
|
139
139
|
describe 'read test' do
|
|
140
140
|
it 'should work' do
|
|
@@ -80,8 +80,8 @@ describe 'ContentguardsRbacApi' do
|
|
|
80
80
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
81
81
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
82
82
|
# @option opts [Array<String>] :ordering Ordering
|
|
83
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
84
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
83
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
84
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
85
85
|
# @return [PaginatedRBACContentGuardResponseList]
|
|
86
86
|
describe 'list test' do
|
|
87
87
|
it 'should work' do
|
|
@@ -93,8 +93,8 @@ describe 'ContentguardsRbacApi' do
|
|
|
93
93
|
# List roles assigned to this object.
|
|
94
94
|
# @param r_b_a_c_content_guard_href
|
|
95
95
|
# @param [Hash] opts the optional parameters
|
|
96
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
97
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
96
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
97
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
98
98
|
# @return [ObjectRolesResponse]
|
|
99
99
|
describe 'list_roles test' do
|
|
100
100
|
it 'should work' do
|
|
@@ -106,8 +106,8 @@ describe 'ContentguardsRbacApi' do
|
|
|
106
106
|
# List permissions available to the current user on this object.
|
|
107
107
|
# @param r_b_a_c_content_guard_href
|
|
108
108
|
# @param [Hash] opts the optional parameters
|
|
109
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
110
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
109
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
110
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
111
111
|
# @return [MyPermissionsResponse]
|
|
112
112
|
describe 'my_permissions test' do
|
|
113
113
|
it 'should work' do
|
|
@@ -133,8 +133,8 @@ describe 'ContentguardsRbacApi' do
|
|
|
133
133
|
# 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.
|
|
134
134
|
# @param r_b_a_c_content_guard_href
|
|
135
135
|
# @param [Hash] opts the optional parameters
|
|
136
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
137
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
136
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
137
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
138
138
|
# @return [RBACContentGuardResponse]
|
|
139
139
|
describe 'read test' do
|
|
140
140
|
it 'should work' do
|
|
@@ -50,8 +50,8 @@ describe 'DistributionsApi' do
|
|
|
50
50
|
# @option opts [Array<String>] :ordering Ordering
|
|
51
51
|
# @option opts [String] :pulp_label_select Filter labels by search string
|
|
52
52
|
# @option opts [String] :with_content Filter distributions based on the content served by them
|
|
53
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
54
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
53
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
54
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
55
55
|
# @return [PaginatedDistributionResponseList]
|
|
56
56
|
describe 'list test' do
|
|
57
57
|
it 'should work' do
|
|
@@ -68,8 +68,8 @@ describe 'ExportersFilesystemApi' do
|
|
|
68
68
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
69
69
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
70
70
|
# @option opts [Array<String>] :ordering Ordering
|
|
71
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
72
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
71
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
72
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
73
73
|
# @return [PaginatedFilesystemExporterResponseList]
|
|
74
74
|
describe 'list test' do
|
|
75
75
|
it 'should work' do
|
|
@@ -95,8 +95,8 @@ describe 'ExportersFilesystemApi' do
|
|
|
95
95
|
# Endpoint for managing FilesystemExporters. FilesystemExporters are provided as a tech preview.
|
|
96
96
|
# @param filesystem_exporter_href
|
|
97
97
|
# @param [Hash] opts the optional parameters
|
|
98
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
99
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
98
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
99
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
100
100
|
# @return [FilesystemExporterResponse]
|
|
101
101
|
describe 'read test' do
|
|
102
102
|
it 'should work' do
|
|
@@ -64,8 +64,8 @@ describe 'ExportersFilesystemExportsApi' do
|
|
|
64
64
|
# @param [Hash] opts the optional parameters
|
|
65
65
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
66
66
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
67
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
68
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
67
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
68
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
69
69
|
# @return [PaginatedFilesystemExportResponseList]
|
|
70
70
|
describe 'list test' do
|
|
71
71
|
it 'should work' do
|
|
@@ -78,8 +78,8 @@ describe 'ExportersFilesystemExportsApi' do
|
|
|
78
78
|
# Endpoint for managing FilesystemExports. This endpoint is provided as a tech preview.
|
|
79
79
|
# @param filesystem_filesystem_export_href
|
|
80
80
|
# @param [Hash] opts the optional parameters
|
|
81
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
82
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
81
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
82
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
83
83
|
# @return [FilesystemExportResponse]
|
|
84
84
|
describe 'read test' do
|
|
85
85
|
it 'should work' do
|
|
@@ -68,8 +68,8 @@ describe 'ExportersPulpApi' do
|
|
|
68
68
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
69
69
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
70
70
|
# @option opts [Array<String>] :ordering Ordering
|
|
71
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
72
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
71
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
72
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
73
73
|
# @return [PaginatedPulpExporterResponseList]
|
|
74
74
|
describe 'list test' do
|
|
75
75
|
it 'should work' do
|
|
@@ -95,8 +95,8 @@ describe 'ExportersPulpApi' do
|
|
|
95
95
|
# ViewSet for viewing PulpExporters.
|
|
96
96
|
# @param pulp_exporter_href
|
|
97
97
|
# @param [Hash] opts the optional parameters
|
|
98
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
99
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
98
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
99
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
100
100
|
# @return [PulpExporterResponse]
|
|
101
101
|
describe 'read test' do
|
|
102
102
|
it 'should work' do
|
|
@@ -64,8 +64,8 @@ describe 'ExportersPulpExportsApi' do
|
|
|
64
64
|
# @param [Hash] opts the optional parameters
|
|
65
65
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
66
66
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
67
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
68
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
67
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
68
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
69
69
|
# @return [PaginatedPulpExportResponseList]
|
|
70
70
|
describe 'list test' do
|
|
71
71
|
it 'should work' do
|
|
@@ -78,8 +78,8 @@ describe 'ExportersPulpExportsApi' do
|
|
|
78
78
|
# ViewSet for viewing exports from a PulpExporter.
|
|
79
79
|
# @param pulp_pulp_export_href
|
|
80
80
|
# @param [Hash] opts the optional parameters
|
|
81
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
82
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
81
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
82
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
83
83
|
# @return [PulpExportResponse]
|
|
84
84
|
describe 'read test' do
|
|
85
85
|
it 'should work' do
|
data/spec/api/groups_api_spec.rb
CHANGED
|
@@ -82,8 +82,8 @@ describe 'GroupsApi' do
|
|
|
82
82
|
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
|
83
83
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
84
84
|
# @option opts [Array<String>] :ordering Ordering
|
|
85
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
86
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
85
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
86
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
87
87
|
# @return [PaginatedGroupResponseList]
|
|
88
88
|
describe 'list test' do
|
|
89
89
|
it 'should work' do
|
|
@@ -95,8 +95,8 @@ describe 'GroupsApi' do
|
|
|
95
95
|
# List roles assigned to this object.
|
|
96
96
|
# @param group_href
|
|
97
97
|
# @param [Hash] opts the optional parameters
|
|
98
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
99
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
98
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
99
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
100
100
|
# @return [ObjectRolesResponse]
|
|
101
101
|
describe 'list_roles test' do
|
|
102
102
|
it 'should work' do
|
|
@@ -108,8 +108,8 @@ describe 'GroupsApi' do
|
|
|
108
108
|
# List permissions available to the current user on this object.
|
|
109
109
|
# @param group_href
|
|
110
110
|
# @param [Hash] opts the optional parameters
|
|
111
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
112
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
111
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
112
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
113
113
|
# @return [MyPermissionsResponse]
|
|
114
114
|
describe 'my_permissions test' do
|
|
115
115
|
it 'should work' do
|
|
@@ -135,8 +135,8 @@ describe 'GroupsApi' do
|
|
|
135
135
|
# ViewSet for Group. NOTE: This API endpoint is in \"tech preview\" and subject to change
|
|
136
136
|
# @param group_href
|
|
137
137
|
# @param [Hash] opts the optional parameters
|
|
138
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
139
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
138
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
139
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
140
140
|
# @return [GroupResponse]
|
|
141
141
|
describe 'read test' do
|
|
142
142
|
it 'should work' do
|
|
@@ -71,8 +71,8 @@ describe 'GroupsRolesApi' do
|
|
|
71
71
|
# @option opts [String] :role__icontains
|
|
72
72
|
# @option opts [Array<String>] :role__in Multiple values may be separated by commas.
|
|
73
73
|
# @option opts [String] :role__startswith
|
|
74
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
75
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
74
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
75
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
76
76
|
# @return [PaginatedGroupRoleResponseList]
|
|
77
77
|
describe 'list test' do
|
|
78
78
|
it 'should work' do
|
|
@@ -85,8 +85,8 @@ describe 'GroupsRolesApi' do
|
|
|
85
85
|
# ViewSet for GroupRole. NOTE: This API endpoint is in \"tech preview\" and subject to change
|
|
86
86
|
# @param groups_group_role_href
|
|
87
87
|
# @param [Hash] opts the optional parameters
|
|
88
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
89
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
88
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
89
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
90
90
|
# @return [GroupRoleResponse]
|
|
91
91
|
describe 'read test' do
|
|
92
92
|
it 'should work' do
|
|
@@ -64,8 +64,8 @@ describe 'GroupsUsersApi' do
|
|
|
64
64
|
# @param [Hash] opts the optional parameters
|
|
65
65
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
66
66
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
67
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
68
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
67
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
68
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
69
69
|
# @return [PaginatedGroupUserResponseList]
|
|
70
70
|
describe 'list test' do
|
|
71
71
|
it 'should work' do
|
|
@@ -68,8 +68,8 @@ describe 'ImportersPulpApi' do
|
|
|
68
68
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
|
69
69
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
70
70
|
# @option opts [Array<String>] :ordering Ordering
|
|
71
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
72
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
71
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
72
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
73
73
|
# @return [PaginatedPulpImporterResponseList]
|
|
74
74
|
describe 'list test' do
|
|
75
75
|
it 'should work' do
|
|
@@ -95,8 +95,8 @@ describe 'ImportersPulpApi' do
|
|
|
95
95
|
# ViewSet for PulpImporters.
|
|
96
96
|
# @param pulp_importer_href
|
|
97
97
|
# @param [Hash] opts the optional parameters
|
|
98
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
99
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
98
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
99
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
100
100
|
# @return [PulpImporterResponse]
|
|
101
101
|
describe 'read test' do
|
|
102
102
|
it 'should work' do
|
|
@@ -64,8 +64,8 @@ describe 'ImportersPulpImportsApi' do
|
|
|
64
64
|
# @param [Hash] opts the optional parameters
|
|
65
65
|
# @option opts [Integer] :limit Number of results to return per page.
|
|
66
66
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
|
67
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
68
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
67
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
68
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
69
69
|
# @return [PaginatedImportResponseList]
|
|
70
70
|
describe 'list test' do
|
|
71
71
|
it 'should work' do
|
|
@@ -78,8 +78,8 @@ describe 'ImportersPulpImportsApi' do
|
|
|
78
78
|
# ViewSet for PulpImports.
|
|
79
79
|
# @param pulp_pulp_import_href
|
|
80
80
|
# @param [Hash] opts the optional parameters
|
|
81
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
82
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
81
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
82
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
83
83
|
# @return [ImportResponse]
|
|
84
84
|
describe 'read test' do
|
|
85
85
|
it 'should work' do
|
|
@@ -49,8 +49,8 @@ describe 'PublicationsApi' do
|
|
|
49
49
|
# @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
|
50
50
|
# @option opts [String] :repository Repository referenced by HREF
|
|
51
51
|
# @option opts [String] :repository_version Repository Version referenced by HREF
|
|
52
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
53
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
52
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
53
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
54
54
|
# @return [PaginatedPublicationResponseList]
|
|
55
55
|
describe 'list test' do
|
|
56
56
|
it 'should work' do
|
|
@@ -51,8 +51,8 @@ describe 'RemotesApi' do
|
|
|
51
51
|
# @option opts [DateTime] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
|
|
52
52
|
# @option opts [DateTime] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
|
|
53
53
|
# @option opts [Array<DateTime>] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
|
|
54
|
-
# @option opts [String] :fields A list of fields to include in the response.
|
|
55
|
-
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
|
54
|
+
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
|
55
|
+
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
|
56
56
|
# @return [PaginatedRemoteResponseList]
|
|
57
57
|
describe 'list test' do
|
|
58
58
|
it 'should work' do
|