pulp_rpm_client 3.9.1 → 3.10.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +5 -4
- data/docs/ContentAdvisoriesApi.md +28 -28
- data/docs/ContentDistributionTreesApi.md +6 -6
- data/docs/ContentModulemdDefaultsApi.md +16 -16
- data/docs/ContentModulemdsApi.md +16 -16
- data/docs/ContentPackagecategoriesApi.md +6 -6
- data/docs/ContentPackageenvironmentsApi.md +6 -6
- data/docs/ContentPackagegroupsApi.md +6 -6
- data/docs/ContentPackagelangpacksApi.md +6 -6
- data/docs/ContentPackagesApi.md +48 -48
- data/docs/ContentRepoMetadataFilesApi.md +6 -6
- data/docs/DistributionsRpmApi.md +20 -20
- data/docs/PatchedrpmRpmRemote.md +7 -1
- data/docs/PublicationsRpmApi.md +14 -14
- data/docs/RemotesRpmApi.md +24 -24
- data/docs/RepositoriesRpmApi.md +12 -12
- data/docs/RepositoriesRpmVersionsApi.md +28 -28
- data/docs/RpmRepositorySyncURL.md +1 -1
- data/docs/RpmRpmRemote.md +7 -1
- data/docs/RpmRpmRemoteResponse.md +3 -7
- data/docs/SkipTypesEnum.md +16 -0
- data/lib/pulp_rpm_client/api/content_advisories_api.rb +32 -32
- data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +6 -6
- data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +18 -18
- data/lib/pulp_rpm_client/api/content_modulemds_api.rb +18 -18
- data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +6 -6
- data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +6 -6
- data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +6 -6
- data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +6 -6
- data/lib/pulp_rpm_client/api/content_packages_api.rb +64 -56
- data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +6 -6
- data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +22 -22
- data/lib/pulp_rpm_client/api/publications_rpm_api.rb +15 -15
- data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +26 -26
- data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +13 -13
- data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +50 -30
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_remote.rb +36 -2
- data/lib/pulp_rpm_client/models/rpm_repository_sync_url.rb +1 -23
- data/lib/pulp_rpm_client/models/rpm_rpm_remote.rb +36 -2
- data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +14 -35
- data/lib/pulp_rpm_client/models/skip_types_enum.rb +35 -0
- data/lib/pulp_rpm_client/version.rb +1 -1
- data/lib/pulp_rpm_client.rb +1 -0
- data/spec/api/content_advisories_api_spec.rb +14 -14
- data/spec/api/content_distribution_trees_api_spec.rb +3 -3
- data/spec/api/content_modulemd_defaults_api_spec.rb +8 -8
- data/spec/api/content_modulemds_api_spec.rb +8 -8
- data/spec/api/content_packagecategories_api_spec.rb +3 -3
- data/spec/api/content_packageenvironments_api_spec.rb +3 -3
- data/spec/api/content_packagegroups_api_spec.rb +3 -3
- data/spec/api/content_packagelangpacks_api_spec.rb +3 -3
- data/spec/api/content_packages_api_spec.rb +24 -24
- data/spec/api/content_repo_metadata_files_api_spec.rb +3 -3
- data/spec/api/distributions_rpm_api_spec.rb +10 -10
- data/spec/api/publications_rpm_api_spec.rb +7 -7
- data/spec/api/remotes_rpm_api_spec.rb +12 -12
- data/spec/api/repositories_rpm_api_spec.rb +6 -6
- data/spec/api/repositories_rpm_versions_api_spec.rb +14 -14
- data/spec/models/patchedrpm_rpm_remote_spec.rb +18 -0
- data/spec/models/rpm_repository_sync_url_spec.rb +0 -4
- data/spec/models/rpm_rpm_remote_response_spec.rb +6 -18
- data/spec/models/rpm_rpm_remote_spec.rb +18 -0
- data/spec/models/skip_types_enum_spec.rb +35 -0
- metadata +64 -60
@@ -141,16 +141,16 @@ module PulpRpmClient
|
|
141
141
|
# ViewSet for Modulemd.
|
142
142
|
# @param [Hash] opts the optional parameters
|
143
143
|
# @option opts [Integer] :limit Number of results to return per page.
|
144
|
-
# @option opts [String] :name name
|
145
|
-
# @option opts [String] :name__in
|
144
|
+
# @option opts [String] :name Filter results where name matches value
|
145
|
+
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
146
146
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
147
147
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
148
|
-
# @option opts [String] :repository_version
|
149
|
-
# @option opts [String] :repository_version_added
|
150
|
-
# @option opts [String] :repository_version_removed
|
151
|
-
# @option opts [String] :sha256
|
152
|
-
# @option opts [String] :stream stream
|
153
|
-
# @option opts [String] :stream__in
|
148
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
149
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
150
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
151
|
+
# @option opts [String] :sha256
|
152
|
+
# @option opts [String] :stream Filter results where stream matches value
|
153
|
+
# @option opts [Array<String>] :stream__in Filter results where stream is in a comma-separated list of values
|
154
154
|
# @option opts [String] :fields A list of fields to include in the response.
|
155
155
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
156
156
|
# @return [PaginatedrpmModulemdResponseList]
|
@@ -163,16 +163,16 @@ module PulpRpmClient
|
|
163
163
|
# ViewSet for Modulemd.
|
164
164
|
# @param [Hash] opts the optional parameters
|
165
165
|
# @option opts [Integer] :limit Number of results to return per page.
|
166
|
-
# @option opts [String] :name name
|
167
|
-
# @option opts [String] :name__in
|
166
|
+
# @option opts [String] :name Filter results where name matches value
|
167
|
+
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
168
168
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
169
169
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
170
|
-
# @option opts [String] :repository_version
|
171
|
-
# @option opts [String] :repository_version_added
|
172
|
-
# @option opts [String] :repository_version_removed
|
173
|
-
# @option opts [String] :sha256
|
174
|
-
# @option opts [String] :stream stream
|
175
|
-
# @option opts [String] :stream__in
|
170
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
171
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
172
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
173
|
+
# @option opts [String] :sha256
|
174
|
+
# @option opts [String] :stream Filter results where stream matches value
|
175
|
+
# @option opts [Array<String>] :stream__in Filter results where stream is in a comma-separated list of values
|
176
176
|
# @option opts [String] :fields A list of fields to include in the response.
|
177
177
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
178
178
|
# @return [Array<(PaginatedrpmModulemdResponseList, Integer, Hash)>] PaginatedrpmModulemdResponseList data, response status code and response headers
|
@@ -187,7 +187,7 @@ module PulpRpmClient
|
|
187
187
|
query_params = opts[:query_params] || {}
|
188
188
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
189
189
|
query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
|
190
|
-
query_params[:'name__in'] = opts[:'name__in'] if !opts[:'name__in'].nil?
|
190
|
+
query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
|
191
191
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
192
192
|
query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
|
193
193
|
query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
|
@@ -195,7 +195,7 @@ module PulpRpmClient
|
|
195
195
|
query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
|
196
196
|
query_params[:'sha256'] = opts[:'sha256'] if !opts[:'sha256'].nil?
|
197
197
|
query_params[:'stream'] = opts[:'stream'] if !opts[:'stream'].nil?
|
198
|
-
query_params[:'stream__in'] = opts[:'stream__in'] if !opts[:'stream__in'].nil?
|
198
|
+
query_params[:'stream__in'] = @api_client.build_collection_param(opts[:'stream__in'], :csv) if !opts[:'stream__in'].nil?
|
199
199
|
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
200
200
|
query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
|
201
201
|
|
@@ -25,9 +25,9 @@ module PulpRpmClient
|
|
25
25
|
# @option opts [Integer] :limit Number of results to return per page.
|
26
26
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
27
27
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
28
|
-
# @option opts [String] :repository_version
|
29
|
-
# @option opts [String] :repository_version_added
|
30
|
-
# @option opts [String] :repository_version_removed
|
28
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
29
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
30
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
31
31
|
# @option opts [String] :fields A list of fields to include in the response.
|
32
32
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
33
33
|
# @return [PaginatedrpmPackageCategoryResponseList]
|
@@ -42,9 +42,9 @@ module PulpRpmClient
|
|
42
42
|
# @option opts [Integer] :limit Number of results to return per page.
|
43
43
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
44
44
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
45
|
-
# @option opts [String] :repository_version
|
46
|
-
# @option opts [String] :repository_version_added
|
47
|
-
# @option opts [String] :repository_version_removed
|
45
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
46
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
47
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
48
48
|
# @option opts [String] :fields A list of fields to include in the response.
|
49
49
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
50
50
|
# @return [Array<(PaginatedrpmPackageCategoryResponseList, Integer, Hash)>] PaginatedrpmPackageCategoryResponseList data, response status code and response headers
|
@@ -25,9 +25,9 @@ module PulpRpmClient
|
|
25
25
|
# @option opts [Integer] :limit Number of results to return per page.
|
26
26
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
27
27
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
28
|
-
# @option opts [String] :repository_version
|
29
|
-
# @option opts [String] :repository_version_added
|
30
|
-
# @option opts [String] :repository_version_removed
|
28
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
29
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
30
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
31
31
|
# @option opts [String] :fields A list of fields to include in the response.
|
32
32
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
33
33
|
# @return [PaginatedrpmPackageEnvironmentResponseList]
|
@@ -42,9 +42,9 @@ module PulpRpmClient
|
|
42
42
|
# @option opts [Integer] :limit Number of results to return per page.
|
43
43
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
44
44
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
45
|
-
# @option opts [String] :repository_version
|
46
|
-
# @option opts [String] :repository_version_added
|
47
|
-
# @option opts [String] :repository_version_removed
|
45
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
46
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
47
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
48
48
|
# @option opts [String] :fields A list of fields to include in the response.
|
49
49
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
50
50
|
# @return [Array<(PaginatedrpmPackageEnvironmentResponseList, Integer, Hash)>] PaginatedrpmPackageEnvironmentResponseList data, response status code and response headers
|
@@ -25,9 +25,9 @@ module PulpRpmClient
|
|
25
25
|
# @option opts [Integer] :limit Number of results to return per page.
|
26
26
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
27
27
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
28
|
-
# @option opts [String] :repository_version
|
29
|
-
# @option opts [String] :repository_version_added
|
30
|
-
# @option opts [String] :repository_version_removed
|
28
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
29
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
30
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
31
31
|
# @option opts [String] :fields A list of fields to include in the response.
|
32
32
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
33
33
|
# @return [PaginatedrpmPackageGroupResponseList]
|
@@ -42,9 +42,9 @@ module PulpRpmClient
|
|
42
42
|
# @option opts [Integer] :limit Number of results to return per page.
|
43
43
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
44
44
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
45
|
-
# @option opts [String] :repository_version
|
46
|
-
# @option opts [String] :repository_version_added
|
47
|
-
# @option opts [String] :repository_version_removed
|
45
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
46
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
47
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
48
48
|
# @option opts [String] :fields A list of fields to include in the response.
|
49
49
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
50
50
|
# @return [Array<(PaginatedrpmPackageGroupResponseList, Integer, Hash)>] PaginatedrpmPackageGroupResponseList data, response status code and response headers
|
@@ -25,9 +25,9 @@ module PulpRpmClient
|
|
25
25
|
# @option opts [Integer] :limit Number of results to return per page.
|
26
26
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
27
27
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
28
|
-
# @option opts [String] :repository_version
|
29
|
-
# @option opts [String] :repository_version_added
|
30
|
-
# @option opts [String] :repository_version_removed
|
28
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
29
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
30
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
31
31
|
# @option opts [String] :fields A list of fields to include in the response.
|
32
32
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
33
33
|
# @return [PaginatedrpmPackageLangpacksResponseList]
|
@@ -42,9 +42,9 @@ module PulpRpmClient
|
|
42
42
|
# @option opts [Integer] :limit Number of results to return per page.
|
43
43
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
44
44
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
45
|
-
# @option opts [String] :repository_version
|
46
|
-
# @option opts [String] :repository_version_added
|
47
|
-
# @option opts [String] :repository_version_removed
|
45
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
46
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
47
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
48
48
|
# @option opts [String] :fields A list of fields to include in the response.
|
49
49
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
50
50
|
# @return [Array<(PaginatedrpmPackageLangpacksResponseList, Integer, Hash)>] PaginatedrpmPackageLangpacksResponseList data, response status code and response headers
|
@@ -96,33 +96,33 @@ module PulpRpmClient
|
|
96
96
|
# List packages
|
97
97
|
# A ViewSet for Package. Define endpoint name which will appear in the API endpoint for this content type. For example:: http://pulp.example.com/pulp/api/v3/content/rpm/packages/ Also specify queryset and serializer for Package.
|
98
98
|
# @param [Hash] opts the optional parameters
|
99
|
-
# @option opts [String] :arch arch
|
100
|
-
# @option opts [String] :arch__in
|
101
|
-
# @option opts [String] :arch__ne
|
102
|
-
# @option opts [String] :checksum_type checksum_type
|
103
|
-
# @option opts [String] :checksum_type__in
|
104
|
-
# @option opts [String] :checksum_type__ne
|
105
|
-
# @option opts [String] :epoch epoch
|
106
|
-
# @option opts [String] :epoch__in
|
107
|
-
# @option opts [String] :epoch__ne
|
99
|
+
# @option opts [String] :arch Filter results where arch matches value
|
100
|
+
# @option opts [Array<String>] :arch__in Filter results where arch is in a comma-separated list of values
|
101
|
+
# @option opts [String] :arch__ne Filter results where arch not equal to value
|
102
|
+
# @option opts [String] :checksum_type Filter results where checksum_type matches value
|
103
|
+
# @option opts [Array<String>] :checksum_type__in Filter results where checksum_type is in a comma-separated list of values
|
104
|
+
# @option opts [String] :checksum_type__ne Filter results where checksum_type not equal to value
|
105
|
+
# @option opts [String] :epoch Filter results where epoch matches value
|
106
|
+
# @option opts [Array<String>] :epoch__in Filter results where epoch is in a comma-separated list of values
|
107
|
+
# @option opts [String] :epoch__ne Filter results where epoch not equal to value
|
108
108
|
# @option opts [Integer] :limit Number of results to return per page.
|
109
|
-
# @option opts [String] :name name
|
110
|
-
# @option opts [String] :name__in
|
111
|
-
# @option opts [String] :name__ne
|
109
|
+
# @option opts [String] :name Filter results where name matches value
|
110
|
+
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
111
|
+
# @option opts [String] :name__ne Filter results where name not equal to value
|
112
112
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
113
113
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
114
|
-
# @option opts [String] :pkg_id pkgId
|
115
|
-
# @option opts [String] :pkg_id__in
|
116
|
-
# @option opts [String] :release release
|
117
|
-
# @option opts [String] :release__in
|
118
|
-
# @option opts [String] :release__ne
|
119
|
-
# @option opts [String] :repository_version
|
120
|
-
# @option opts [String] :repository_version_added
|
121
|
-
# @option opts [String] :repository_version_removed
|
122
|
-
# @option opts [String] :sha256
|
123
|
-
# @option opts [String] :version version
|
124
|
-
# @option opts [String] :version__in
|
125
|
-
# @option opts [String] :version__ne
|
114
|
+
# @option opts [String] :pkg_id Filter results where pkgId matches value
|
115
|
+
# @option opts [Array<String>] :pkg_id__in Filter results where pkgId is in a comma-separated list of values
|
116
|
+
# @option opts [String] :release Filter results where release matches value
|
117
|
+
# @option opts [Array<String>] :release__in Filter results where release is in a comma-separated list of values
|
118
|
+
# @option opts [String] :release__ne Filter results where release not equal to value
|
119
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
120
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
121
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
122
|
+
# @option opts [String] :sha256
|
123
|
+
# @option opts [String] :version Filter results where version matches value
|
124
|
+
# @option opts [Array<String>] :version__in Filter results where version is in a comma-separated list of values
|
125
|
+
# @option opts [String] :version__ne Filter results where version not equal to value
|
126
126
|
# @option opts [String] :fields A list of fields to include in the response.
|
127
127
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
128
128
|
# @return [PaginatedrpmPackageResponseList]
|
@@ -134,33 +134,33 @@ module PulpRpmClient
|
|
134
134
|
# List packages
|
135
135
|
# A ViewSet for Package. Define endpoint name which will appear in the API endpoint for this content type. For example:: http://pulp.example.com/pulp/api/v3/content/rpm/packages/ Also specify queryset and serializer for Package.
|
136
136
|
# @param [Hash] opts the optional parameters
|
137
|
-
# @option opts [String] :arch arch
|
138
|
-
# @option opts [String] :arch__in
|
139
|
-
# @option opts [String] :arch__ne
|
140
|
-
# @option opts [String] :checksum_type checksum_type
|
141
|
-
# @option opts [String] :checksum_type__in
|
142
|
-
# @option opts [String] :checksum_type__ne
|
143
|
-
# @option opts [String] :epoch epoch
|
144
|
-
# @option opts [String] :epoch__in
|
145
|
-
# @option opts [String] :epoch__ne
|
137
|
+
# @option opts [String] :arch Filter results where arch matches value
|
138
|
+
# @option opts [Array<String>] :arch__in Filter results where arch is in a comma-separated list of values
|
139
|
+
# @option opts [String] :arch__ne Filter results where arch not equal to value
|
140
|
+
# @option opts [String] :checksum_type Filter results where checksum_type matches value
|
141
|
+
# @option opts [Array<String>] :checksum_type__in Filter results where checksum_type is in a comma-separated list of values
|
142
|
+
# @option opts [String] :checksum_type__ne Filter results where checksum_type not equal to value
|
143
|
+
# @option opts [String] :epoch Filter results where epoch matches value
|
144
|
+
# @option opts [Array<String>] :epoch__in Filter results where epoch is in a comma-separated list of values
|
145
|
+
# @option opts [String] :epoch__ne Filter results where epoch not equal to value
|
146
146
|
# @option opts [Integer] :limit Number of results to return per page.
|
147
|
-
# @option opts [String] :name name
|
148
|
-
# @option opts [String] :name__in
|
149
|
-
# @option opts [String] :name__ne
|
147
|
+
# @option opts [String] :name Filter results where name matches value
|
148
|
+
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
149
|
+
# @option opts [String] :name__ne Filter results where name not equal to value
|
150
150
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
151
151
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
152
|
-
# @option opts [String] :pkg_id pkgId
|
153
|
-
# @option opts [String] :pkg_id__in
|
154
|
-
# @option opts [String] :release release
|
155
|
-
# @option opts [String] :release__in
|
156
|
-
# @option opts [String] :release__ne
|
157
|
-
# @option opts [String] :repository_version
|
158
|
-
# @option opts [String] :repository_version_added
|
159
|
-
# @option opts [String] :repository_version_removed
|
160
|
-
# @option opts [String] :sha256
|
161
|
-
# @option opts [String] :version version
|
162
|
-
# @option opts [String] :version__in
|
163
|
-
# @option opts [String] :version__ne
|
152
|
+
# @option opts [String] :pkg_id Filter results where pkgId matches value
|
153
|
+
# @option opts [Array<String>] :pkg_id__in Filter results where pkgId is in a comma-separated list of values
|
154
|
+
# @option opts [String] :release Filter results where release matches value
|
155
|
+
# @option opts [Array<String>] :release__in Filter results where release is in a comma-separated list of values
|
156
|
+
# @option opts [String] :release__ne Filter results where release not equal to value
|
157
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
158
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
159
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
160
|
+
# @option opts [String] :sha256
|
161
|
+
# @option opts [String] :version Filter results where version matches value
|
162
|
+
# @option opts [Array<String>] :version__in Filter results where version is in a comma-separated list of values
|
163
|
+
# @option opts [String] :version__ne Filter results where version not equal to value
|
164
164
|
# @option opts [String] :fields A list of fields to include in the response.
|
165
165
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
166
166
|
# @return [Array<(PaginatedrpmPackageResponseList, Integer, Hash)>] PaginatedrpmPackageResponseList data, response status code and response headers
|
@@ -168,41 +168,49 @@ module PulpRpmClient
|
|
168
168
|
if @api_client.config.debugging
|
169
169
|
@api_client.config.logger.debug 'Calling API: ContentPackagesApi.list ...'
|
170
170
|
end
|
171
|
-
allowable_values = ["
|
171
|
+
allowable_values = ["md5", "sha1", "sha1", "sha224", "sha256", "sha384", "sha512", "unknown"]
|
172
172
|
if @api_client.config.client_side_validation && opts[:'checksum_type'] && !allowable_values.include?(opts[:'checksum_type'])
|
173
173
|
fail ArgumentError, "invalid value for \"checksum_type\", must be one of #{allowable_values}"
|
174
174
|
end
|
175
|
+
allowable_values = ["md5", "sha1", "sha224", "sha256", "sha384", "sha512", "unknown"]
|
176
|
+
if @api_client.config.client_side_validation && opts[:'checksum_type__in'] && !opts[:'checksum_type__in'].all? { |item| allowable_values.include?(item) }
|
177
|
+
fail ArgumentError, "invalid value for \"checksum_type__in\", must include one of #{allowable_values}"
|
178
|
+
end
|
179
|
+
allowable_values = ["md5", "sha1", "sha224", "sha256", "sha384", "sha512", "unknown"]
|
180
|
+
if @api_client.config.client_side_validation && opts[:'checksum_type__ne'] && !allowable_values.include?(opts[:'checksum_type__ne'])
|
181
|
+
fail ArgumentError, "invalid value for \"checksum_type__ne\", must be one of #{allowable_values}"
|
182
|
+
end
|
175
183
|
# resource path
|
176
184
|
local_var_path = '/pulp/api/v3/content/rpm/packages/'
|
177
185
|
|
178
186
|
# query parameters
|
179
187
|
query_params = opts[:query_params] || {}
|
180
188
|
query_params[:'arch'] = opts[:'arch'] if !opts[:'arch'].nil?
|
181
|
-
query_params[:'arch__in'] = opts[:'arch__in'] if !opts[:'arch__in'].nil?
|
189
|
+
query_params[:'arch__in'] = @api_client.build_collection_param(opts[:'arch__in'], :csv) if !opts[:'arch__in'].nil?
|
182
190
|
query_params[:'arch__ne'] = opts[:'arch__ne'] if !opts[:'arch__ne'].nil?
|
183
191
|
query_params[:'checksum_type'] = opts[:'checksum_type'] if !opts[:'checksum_type'].nil?
|
184
|
-
query_params[:'checksum_type__in'] = opts[:'checksum_type__in'] if !opts[:'checksum_type__in'].nil?
|
192
|
+
query_params[:'checksum_type__in'] = @api_client.build_collection_param(opts[:'checksum_type__in'], :csv) if !opts[:'checksum_type__in'].nil?
|
185
193
|
query_params[:'checksum_type__ne'] = opts[:'checksum_type__ne'] if !opts[:'checksum_type__ne'].nil?
|
186
194
|
query_params[:'epoch'] = opts[:'epoch'] if !opts[:'epoch'].nil?
|
187
|
-
query_params[:'epoch__in'] = opts[:'epoch__in'] if !opts[:'epoch__in'].nil?
|
195
|
+
query_params[:'epoch__in'] = @api_client.build_collection_param(opts[:'epoch__in'], :csv) if !opts[:'epoch__in'].nil?
|
188
196
|
query_params[:'epoch__ne'] = opts[:'epoch__ne'] if !opts[:'epoch__ne'].nil?
|
189
197
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
190
198
|
query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
|
191
|
-
query_params[:'name__in'] = opts[:'name__in'] if !opts[:'name__in'].nil?
|
199
|
+
query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
|
192
200
|
query_params[:'name__ne'] = opts[:'name__ne'] if !opts[:'name__ne'].nil?
|
193
201
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
194
202
|
query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
|
195
203
|
query_params[:'pkgId'] = opts[:'pkg_id'] if !opts[:'pkg_id'].nil?
|
196
|
-
query_params[:'pkgId__in'] = opts[:'pkg_id__in'] if !opts[:'pkg_id__in'].nil?
|
204
|
+
query_params[:'pkgId__in'] = @api_client.build_collection_param(opts[:'pkg_id__in'], :csv) if !opts[:'pkg_id__in'].nil?
|
197
205
|
query_params[:'release'] = opts[:'release'] if !opts[:'release'].nil?
|
198
|
-
query_params[:'release__in'] = opts[:'release__in'] if !opts[:'release__in'].nil?
|
206
|
+
query_params[:'release__in'] = @api_client.build_collection_param(opts[:'release__in'], :csv) if !opts[:'release__in'].nil?
|
199
207
|
query_params[:'release__ne'] = opts[:'release__ne'] if !opts[:'release__ne'].nil?
|
200
208
|
query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
|
201
209
|
query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
|
202
210
|
query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
|
203
211
|
query_params[:'sha256'] = opts[:'sha256'] if !opts[:'sha256'].nil?
|
204
212
|
query_params[:'version'] = opts[:'version'] if !opts[:'version'].nil?
|
205
|
-
query_params[:'version__in'] = opts[:'version__in'] if !opts[:'version__in'].nil?
|
213
|
+
query_params[:'version__in'] = @api_client.build_collection_param(opts[:'version__in'], :csv) if !opts[:'version__in'].nil?
|
206
214
|
query_params[:'version__ne'] = opts[:'version__ne'] if !opts[:'version__ne'].nil?
|
207
215
|
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
208
216
|
query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
|
@@ -25,9 +25,9 @@ module PulpRpmClient
|
|
25
25
|
# @option opts [Integer] :limit Number of results to return per page.
|
26
26
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
27
27
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
28
|
-
# @option opts [String] :repository_version
|
29
|
-
# @option opts [String] :repository_version_added
|
30
|
-
# @option opts [String] :repository_version_removed
|
28
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
29
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
30
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
31
31
|
# @option opts [String] :fields A list of fields to include in the response.
|
32
32
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
33
33
|
# @return [PaginatedrpmRepoMetadataFileResponseList]
|
@@ -42,9 +42,9 @@ module PulpRpmClient
|
|
42
42
|
# @option opts [Integer] :limit Number of results to return per page.
|
43
43
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
44
44
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
45
|
-
# @option opts [String] :repository_version
|
46
|
-
# @option opts [String] :repository_version_added
|
47
|
-
# @option opts [String] :repository_version_removed
|
45
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
46
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
47
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
48
48
|
# @option opts [String] :fields A list of fields to include in the response.
|
49
49
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
50
50
|
# @return [Array<(PaginatedrpmRepoMetadataFileResponseList, Integer, Hash)>] PaginatedrpmRepoMetadataFileResponseList data, response status code and response headers
|
@@ -148,19 +148,19 @@ module PulpRpmClient
|
|
148
148
|
# List rpm distributions
|
149
149
|
# ViewSet for RPM Distributions.
|
150
150
|
# @param [Hash] opts the optional parameters
|
151
|
-
# @option opts [String] :base_path
|
152
|
-
# @option opts [String] :base_path__contains
|
153
|
-
# @option opts [String] :base_path__icontains
|
154
|
-
# @option opts [String] :base_path__in
|
151
|
+
# @option opts [String] :base_path
|
152
|
+
# @option opts [String] :base_path__contains Filter results where base_path contains value
|
153
|
+
# @option opts [String] :base_path__icontains Filter results where base_path contains value
|
154
|
+
# @option opts [Array<String>] :base_path__in Filter results where base_path is in a comma-separated list of values
|
155
155
|
# @option opts [Integer] :limit Number of results to return per page.
|
156
|
-
# @option opts [String] :name
|
157
|
-
# @option opts [String] :name__contains
|
158
|
-
# @option opts [String] :name__icontains
|
159
|
-
# @option opts [String] :name__in
|
160
|
-
# @option opts [String] :name__startswith
|
156
|
+
# @option opts [String] :name
|
157
|
+
# @option opts [String] :name__contains Filter results where name contains value
|
158
|
+
# @option opts [String] :name__icontains Filter results where name contains value
|
159
|
+
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
160
|
+
# @option opts [String] :name__startswith Filter results where name starts with value
|
161
161
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
162
162
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
163
|
-
# @option opts [String] :pulp_label_select
|
163
|
+
# @option opts [String] :pulp_label_select Filter labels by search string
|
164
164
|
# @option opts [String] :fields A list of fields to include in the response.
|
165
165
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
166
166
|
# @return [PaginatedrpmRpmDistributionResponseList]
|
@@ -172,19 +172,19 @@ module PulpRpmClient
|
|
172
172
|
# List rpm distributions
|
173
173
|
# ViewSet for RPM Distributions.
|
174
174
|
# @param [Hash] opts the optional parameters
|
175
|
-
# @option opts [String] :base_path
|
176
|
-
# @option opts [String] :base_path__contains
|
177
|
-
# @option opts [String] :base_path__icontains
|
178
|
-
# @option opts [String] :base_path__in
|
175
|
+
# @option opts [String] :base_path
|
176
|
+
# @option opts [String] :base_path__contains Filter results where base_path contains value
|
177
|
+
# @option opts [String] :base_path__icontains Filter results where base_path contains value
|
178
|
+
# @option opts [Array<String>] :base_path__in Filter results where base_path is in a comma-separated list of values
|
179
179
|
# @option opts [Integer] :limit Number of results to return per page.
|
180
|
-
# @option opts [String] :name
|
181
|
-
# @option opts [String] :name__contains
|
182
|
-
# @option opts [String] :name__icontains
|
183
|
-
# @option opts [String] :name__in
|
184
|
-
# @option opts [String] :name__startswith
|
180
|
+
# @option opts [String] :name
|
181
|
+
# @option opts [String] :name__contains Filter results where name contains value
|
182
|
+
# @option opts [String] :name__icontains Filter results where name contains value
|
183
|
+
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
184
|
+
# @option opts [String] :name__startswith Filter results where name starts with value
|
185
185
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
186
186
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
187
|
-
# @option opts [String] :pulp_label_select
|
187
|
+
# @option opts [String] :pulp_label_select Filter labels by search string
|
188
188
|
# @option opts [String] :fields A list of fields to include in the response.
|
189
189
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
190
190
|
# @return [Array<(PaginatedrpmRpmDistributionResponseList, Integer, Hash)>] PaginatedrpmRpmDistributionResponseList data, response status code and response headers
|
@@ -200,12 +200,12 @@ module PulpRpmClient
|
|
200
200
|
query_params[:'base_path'] = opts[:'base_path'] if !opts[:'base_path'].nil?
|
201
201
|
query_params[:'base_path__contains'] = opts[:'base_path__contains'] if !opts[:'base_path__contains'].nil?
|
202
202
|
query_params[:'base_path__icontains'] = opts[:'base_path__icontains'] if !opts[:'base_path__icontains'].nil?
|
203
|
-
query_params[:'base_path__in'] = opts[:'base_path__in'] if !opts[:'base_path__in'].nil?
|
203
|
+
query_params[:'base_path__in'] = @api_client.build_collection_param(opts[:'base_path__in'], :csv) if !opts[:'base_path__in'].nil?
|
204
204
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
205
205
|
query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
|
206
206
|
query_params[:'name__contains'] = opts[:'name__contains'] if !opts[:'name__contains'].nil?
|
207
207
|
query_params[:'name__icontains'] = opts[:'name__icontains'] if !opts[:'name__icontains'].nil?
|
208
|
-
query_params[:'name__in'] = opts[:'name__in'] if !opts[:'name__in'].nil?
|
208
|
+
query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
|
209
209
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
210
210
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
211
211
|
query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
|
@@ -149,13 +149,13 @@ module PulpRpmClient
|
|
149
149
|
# @option opts [Integer] :limit Number of results to return per page.
|
150
150
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
151
151
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
152
|
-
# @option opts [
|
153
|
-
# @option opts [
|
154
|
-
# @option opts [
|
155
|
-
# @option opts [
|
156
|
-
# @option opts [
|
157
|
-
# @option opts [
|
158
|
-
# @option opts [String] :repository_version
|
152
|
+
# @option opts [DateTime] :pulp_created ISO 8601 formatted dates are supported
|
153
|
+
# @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
|
154
|
+
# @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
155
|
+
# @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
|
156
|
+
# @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
|
157
|
+
# @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
158
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
159
159
|
# @option opts [String] :fields A list of fields to include in the response.
|
160
160
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
161
161
|
# @return [PaginatedrpmRpmPublicationResponseList]
|
@@ -170,13 +170,13 @@ module PulpRpmClient
|
|
170
170
|
# @option opts [Integer] :limit Number of results to return per page.
|
171
171
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
172
172
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
173
|
-
# @option opts [
|
174
|
-
# @option opts [
|
175
|
-
# @option opts [
|
176
|
-
# @option opts [
|
177
|
-
# @option opts [
|
178
|
-
# @option opts [
|
179
|
-
# @option opts [String] :repository_version
|
173
|
+
# @option opts [DateTime] :pulp_created ISO 8601 formatted dates are supported
|
174
|
+
# @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
|
175
|
+
# @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
|
176
|
+
# @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
|
177
|
+
# @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
|
178
|
+
# @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
|
179
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
180
180
|
# @option opts [String] :fields A list of fields to include in the response.
|
181
181
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
182
182
|
# @return [Array<(PaginatedrpmRpmPublicationResponseList, Integer, Hash)>] PaginatedrpmRpmPublicationResponseList data, response status code and response headers
|
@@ -197,7 +197,7 @@ module PulpRpmClient
|
|
197
197
|
query_params[:'pulp_created__gte'] = opts[:'pulp_created__gte'] if !opts[:'pulp_created__gte'].nil?
|
198
198
|
query_params[:'pulp_created__lt'] = opts[:'pulp_created__lt'] if !opts[:'pulp_created__lt'].nil?
|
199
199
|
query_params[:'pulp_created__lte'] = opts[:'pulp_created__lte'] if !opts[:'pulp_created__lte'].nil?
|
200
|
-
query_params[:'pulp_created__range'] = opts[:'pulp_created__range'] if !opts[:'pulp_created__range'].nil?
|
200
|
+
query_params[:'pulp_created__range'] = @api_client.build_collection_param(opts[:'pulp_created__range'], :csv) if !opts[:'pulp_created__range'].nil?
|
201
201
|
query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
|
202
202
|
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
203
203
|
query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
|
@@ -149,20 +149,20 @@ module PulpRpmClient
|
|
149
149
|
# A ViewSet for RpmRemote.
|
150
150
|
# @param [Hash] opts the optional parameters
|
151
151
|
# @option opts [Integer] :limit Number of results to return per page.
|
152
|
-
# @option opts [String] :name
|
153
|
-
# @option opts [String] :name__contains
|
154
|
-
# @option opts [String] :name__icontains
|
155
|
-
# @option opts [String] :name__in
|
156
|
-
# @option opts [String] :name__startswith
|
152
|
+
# @option opts [String] :name
|
153
|
+
# @option opts [String] :name__contains Filter results where name contains value
|
154
|
+
# @option opts [String] :name__icontains Filter results where name contains value
|
155
|
+
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
156
|
+
# @option opts [String] :name__startswith Filter results where name starts with value
|
157
157
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
158
158
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
159
|
-
# @option opts [String] :pulp_label_select
|
160
|
-
# @option opts [
|
161
|
-
# @option opts [
|
162
|
-
# @option opts [
|
163
|
-
# @option opts [
|
164
|
-
# @option opts [
|
165
|
-
# @option opts [
|
159
|
+
# @option opts [String] :pulp_label_select Filter labels by search string
|
160
|
+
# @option opts [DateTime] :pulp_last_updated ISO 8601 formatted dates are supported
|
161
|
+
# @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
|
162
|
+
# @option opts [DateTime] :pulp_last_updated__gte Filter results where pulp_last_updated is greater than or equal to value
|
163
|
+
# @option opts [DateTime] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
|
164
|
+
# @option opts [DateTime] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
|
165
|
+
# @option opts [Array<DateTime>] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
|
166
166
|
# @option opts [String] :fields A list of fields to include in the response.
|
167
167
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
168
168
|
# @return [PaginatedrpmRpmRemoteResponseList]
|
@@ -175,20 +175,20 @@ module PulpRpmClient
|
|
175
175
|
# A ViewSet for RpmRemote.
|
176
176
|
# @param [Hash] opts the optional parameters
|
177
177
|
# @option opts [Integer] :limit Number of results to return per page.
|
178
|
-
# @option opts [String] :name
|
179
|
-
# @option opts [String] :name__contains
|
180
|
-
# @option opts [String] :name__icontains
|
181
|
-
# @option opts [String] :name__in
|
182
|
-
# @option opts [String] :name__startswith
|
178
|
+
# @option opts [String] :name
|
179
|
+
# @option opts [String] :name__contains Filter results where name contains value
|
180
|
+
# @option opts [String] :name__icontains Filter results where name contains value
|
181
|
+
# @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
|
182
|
+
# @option opts [String] :name__startswith Filter results where name starts with value
|
183
183
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
184
184
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
185
|
-
# @option opts [String] :pulp_label_select
|
186
|
-
# @option opts [
|
187
|
-
# @option opts [
|
188
|
-
# @option opts [
|
189
|
-
# @option opts [
|
190
|
-
# @option opts [
|
191
|
-
# @option opts [
|
185
|
+
# @option opts [String] :pulp_label_select Filter labels by search string
|
186
|
+
# @option opts [DateTime] :pulp_last_updated ISO 8601 formatted dates are supported
|
187
|
+
# @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
|
188
|
+
# @option opts [DateTime] :pulp_last_updated__gte Filter results where pulp_last_updated is greater than or equal to value
|
189
|
+
# @option opts [DateTime] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
|
190
|
+
# @option opts [DateTime] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
|
191
|
+
# @option opts [Array<DateTime>] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
|
192
192
|
# @option opts [String] :fields A list of fields to include in the response.
|
193
193
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
194
194
|
# @return [Array<(PaginatedrpmRpmRemoteResponseList, Integer, Hash)>] PaginatedrpmRpmRemoteResponseList data, response status code and response headers
|
@@ -205,7 +205,7 @@ module PulpRpmClient
|
|
205
205
|
query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
|
206
206
|
query_params[:'name__contains'] = opts[:'name__contains'] if !opts[:'name__contains'].nil?
|
207
207
|
query_params[:'name__icontains'] = opts[:'name__icontains'] if !opts[:'name__icontains'].nil?
|
208
|
-
query_params[:'name__in'] = opts[:'name__in'] if !opts[:'name__in'].nil?
|
208
|
+
query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
|
209
209
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
210
210
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
211
211
|
query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
|
@@ -215,7 +215,7 @@ module PulpRpmClient
|
|
215
215
|
query_params[:'pulp_last_updated__gte'] = opts[:'pulp_last_updated__gte'] if !opts[:'pulp_last_updated__gte'].nil?
|
216
216
|
query_params[:'pulp_last_updated__lt'] = opts[:'pulp_last_updated__lt'] if !opts[:'pulp_last_updated__lt'].nil?
|
217
217
|
query_params[:'pulp_last_updated__lte'] = opts[:'pulp_last_updated__lte'] if !opts[:'pulp_last_updated__lte'].nil?
|
218
|
-
query_params[:'pulp_last_updated__range'] = opts[:'pulp_last_updated__range'] if !opts[:'pulp_last_updated__range'].nil?
|
218
|
+
query_params[:'pulp_last_updated__range'] = @api_client.build_collection_param(opts[:'pulp_last_updated__range'], :csv) if !opts[:'pulp_last_updated__range'].nil?
|
219
219
|
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
220
220
|
query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
|
221
221
|
|