pulp_deb_client 2.9.1 → 2.12.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 +4 -4
- data/docs/ContentGenericContentsApi.md +10 -10
- data/docs/ContentInstallerFileIndicesApi.md +14 -14
- data/docs/ContentInstallerPackagesApi.md +40 -40
- data/docs/ContentPackageIndicesApi.md +14 -14
- data/docs/ContentPackageReleaseComponentsApi.md +10 -10
- data/docs/ContentPackagesApi.md +42 -42
- data/docs/ContentReleaseArchitecturesApi.md +10 -10
- data/docs/ContentReleaseComponentsApi.md +10 -10
- data/docs/ContentReleaseFilesApi.md +14 -14
- data/docs/ContentReleasesApi.md +12 -12
- data/docs/ContentSummary.md +3 -3
- data/docs/ContentSummaryResponse.md +3 -3
- data/docs/DebAptDistribution.md +4 -0
- data/docs/DebAptDistributionResponse.md +4 -0
- data/docs/DebAptRemote.md +11 -1
- data/docs/DebAptRemoteResponse.md +7 -7
- data/docs/DebAptRepository.md +5 -1
- data/docs/DebAptRepositoryResponse.md +4 -0
- data/docs/DistributionsAptApi.md +20 -12
- data/docs/PatcheddebAptDistribution.md +4 -0
- data/docs/PatcheddebAptRemote.md +11 -1
- data/docs/PatcheddebAptRepository.md +5 -1
- data/docs/PublicationsAptApi.md +18 -14
- data/docs/PublicationsVerbatimApi.md +18 -14
- data/docs/RemotesAptApi.md +24 -16
- data/docs/RepositoriesAptApi.md +12 -4
- data/docs/RepositoriesDebVersionsApi.md +28 -28
- data/docs/RepositoryVersionResponse.md +2 -0
- data/lib/pulp_deb_client/api/content_generic_contents_api.rb +10 -10
- data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +14 -14
- data/lib/pulp_deb_client/api/content_installer_packages_api.rb +43 -43
- data/lib/pulp_deb_client/api/content_package_indices_api.rb +14 -14
- data/lib/pulp_deb_client/api/content_package_release_components_api.rb +10 -10
- data/lib/pulp_deb_client/api/content_packages_api.rb +45 -45
- data/lib/pulp_deb_client/api/content_release_architectures_api.rb +10 -10
- data/lib/pulp_deb_client/api/content_release_components_api.rb +10 -10
- data/lib/pulp_deb_client/api/content_release_files_api.rb +14 -14
- data/lib/pulp_deb_client/api/content_releases_api.rb +12 -12
- data/lib/pulp_deb_client/api/distributions_apt_api.rb +26 -14
- data/lib/pulp_deb_client/api/publications_apt_api.rb +21 -15
- data/lib/pulp_deb_client/api/publications_verbatim_api.rb +21 -15
- data/lib/pulp_deb_client/api/remotes_apt_api.rb +30 -18
- data/lib/pulp_deb_client/api/repositories_apt_api.rb +17 -5
- data/lib/pulp_deb_client/api/repositories_deb_versions_api.rb +30 -30
- data/lib/pulp_deb_client/models/content_summary.rb +12 -6
- data/lib/pulp_deb_client/models/content_summary_response.rb +12 -6
- data/lib/pulp_deb_client/models/deb_apt_distribution.rb +21 -1
- data/lib/pulp_deb_client/models/deb_apt_distribution_response.rb +21 -1
- data/lib/pulp_deb_client/models/deb_apt_remote.rb +56 -2
- data/lib/pulp_deb_client/models/deb_apt_remote_response.rb +31 -32
- data/lib/pulp_deb_client/models/deb_apt_repository.rb +36 -1
- data/lib/pulp_deb_client/models/deb_apt_repository_response.rb +36 -1
- data/lib/pulp_deb_client/models/patcheddeb_apt_distribution.rb +21 -1
- data/lib/pulp_deb_client/models/patcheddeb_apt_remote.rb +56 -2
- data/lib/pulp_deb_client/models/patcheddeb_apt_repository.rb +36 -1
- data/lib/pulp_deb_client/models/repository_version_response.rb +10 -1
- data/lib/pulp_deb_client/version.rb +1 -1
- data/spec/api/content_generic_contents_api_spec.rb +5 -5
- data/spec/api/content_installer_file_indices_api_spec.rb +7 -7
- data/spec/api/content_installer_packages_api_spec.rb +20 -20
- data/spec/api/content_package_indices_api_spec.rb +7 -7
- data/spec/api/content_package_release_components_api_spec.rb +5 -5
- data/spec/api/content_packages_api_spec.rb +21 -21
- data/spec/api/content_release_architectures_api_spec.rb +5 -5
- data/spec/api/content_release_components_api_spec.rb +5 -5
- data/spec/api/content_release_files_api_spec.rb +7 -7
- data/spec/api/content_releases_api_spec.rb +6 -6
- data/spec/api/distributions_apt_api_spec.rb +10 -6
- data/spec/api/publications_apt_api_spec.rb +9 -7
- data/spec/api/publications_verbatim_api_spec.rb +9 -7
- data/spec/api/remotes_apt_api_spec.rb +12 -8
- data/spec/api/repositories_apt_api_spec.rb +6 -2
- data/spec/api/repositories_deb_versions_api_spec.rb +14 -14
- data/spec/models/deb_apt_distribution_response_spec.rb +12 -0
- data/spec/models/deb_apt_distribution_spec.rb +12 -0
- data/spec/models/deb_apt_remote_response_spec.rb +12 -12
- data/spec/models/deb_apt_remote_spec.rb +30 -0
- data/spec/models/deb_apt_repository_response_spec.rb +12 -0
- data/spec/models/deb_apt_repository_spec.rb +12 -0
- data/spec/models/patcheddeb_apt_distribution_spec.rb +12 -0
- data/spec/models/patcheddeb_apt_remote_spec.rb +30 -0
- data/spec/models/patcheddeb_apt_repository_spec.rb +12 -0
- data/spec/models/repository_version_response_spec.rb +6 -0
- metadata +56 -56
@@ -4,8 +4,10 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
+
**pulp_labels** | [**Object**](.md) | | [optional]
|
7
8
|
**name** | **String** | A unique name for this repository. | [optional]
|
8
9
|
**description** | **String** | An optional description. | [optional]
|
10
|
+
**retained_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
|
9
11
|
**remote** | **String** | | [optional]
|
10
12
|
|
11
13
|
## Code Sample
|
@@ -13,8 +15,10 @@ Name | Type | Description | Notes
|
|
13
15
|
```ruby
|
14
16
|
require 'PulpDebClient'
|
15
17
|
|
16
|
-
instance = PulpDebClient::PatcheddebAptRepository.new(
|
18
|
+
instance = PulpDebClient::PatcheddebAptRepository.new(pulp_labels: null,
|
19
|
+
name: null,
|
17
20
|
description: null,
|
21
|
+
retained_versions: null,
|
18
22
|
remote: null)
|
19
23
|
```
|
20
24
|
|
data/docs/PublicationsAptApi.md
CHANGED
@@ -138,16 +138,18 @@ end
|
|
138
138
|
|
139
139
|
api_instance = PulpDebClient::PublicationsAptApi.new
|
140
140
|
opts = {
|
141
|
+
content: 'content_example', # String | Content Unit referenced by HREF
|
142
|
+
content__in: 'content__in_example', # String | Content Unit referenced by HREF
|
141
143
|
limit: 56, # Integer | Number of results to return per page.
|
142
144
|
offset: 56, # Integer | The initial index from which to return the results.
|
143
145
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
144
|
-
pulp_created: '
|
145
|
-
pulp_created__gt: '
|
146
|
-
pulp_created__gte: '
|
147
|
-
pulp_created__lt: '
|
148
|
-
pulp_created__lte: '
|
149
|
-
pulp_created__range: '
|
150
|
-
repository_version: 'repository_version_example', # String |
|
146
|
+
pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | ISO 8601 formatted dates are supported
|
147
|
+
pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
|
148
|
+
pulp_created__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than or equal to value
|
149
|
+
pulp_created__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than value
|
150
|
+
pulp_created__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than or equal to value
|
151
|
+
pulp_created__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_created is between two comma separated values
|
152
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
151
153
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
152
154
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
153
155
|
}
|
@@ -166,16 +168,18 @@ end
|
|
166
168
|
|
167
169
|
Name | Type | Description | Notes
|
168
170
|
------------- | ------------- | ------------- | -------------
|
171
|
+
**content** | **String**| Content Unit referenced by HREF | [optional]
|
172
|
+
**content__in** | **String**| Content Unit referenced by HREF | [optional]
|
169
173
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
170
174
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
171
175
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
172
|
-
**pulp_created** | **
|
173
|
-
**pulp_created__gt** | **
|
174
|
-
**pulp_created__gte** | **
|
175
|
-
**pulp_created__lt** | **
|
176
|
-
**pulp_created__lte** | **
|
177
|
-
**pulp_created__range** | **
|
178
|
-
**repository_version** | **String
|
176
|
+
**pulp_created** | **DateTime**| ISO 8601 formatted dates are supported | [optional]
|
177
|
+
**pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
|
178
|
+
**pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
|
179
|
+
**pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional]
|
180
|
+
**pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
|
181
|
+
**pulp_created__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
|
182
|
+
**repository_version** | [**String**](.md)| Repository Version referenced by HREF | [optional]
|
179
183
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
180
184
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
181
185
|
|
@@ -138,16 +138,18 @@ end
|
|
138
138
|
|
139
139
|
api_instance = PulpDebClient::PublicationsVerbatimApi.new
|
140
140
|
opts = {
|
141
|
+
content: 'content_example', # String | Content Unit referenced by HREF
|
142
|
+
content__in: 'content__in_example', # String | Content Unit referenced by HREF
|
141
143
|
limit: 56, # Integer | Number of results to return per page.
|
142
144
|
offset: 56, # Integer | The initial index from which to return the results.
|
143
145
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
144
|
-
pulp_created: '
|
145
|
-
pulp_created__gt: '
|
146
|
-
pulp_created__gte: '
|
147
|
-
pulp_created__lt: '
|
148
|
-
pulp_created__lte: '
|
149
|
-
pulp_created__range: '
|
150
|
-
repository_version: 'repository_version_example', # String |
|
146
|
+
pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | ISO 8601 formatted dates are supported
|
147
|
+
pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
|
148
|
+
pulp_created__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than or equal to value
|
149
|
+
pulp_created__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than value
|
150
|
+
pulp_created__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than or equal to value
|
151
|
+
pulp_created__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_created is between two comma separated values
|
152
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
151
153
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
152
154
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
153
155
|
}
|
@@ -166,16 +168,18 @@ end
|
|
166
168
|
|
167
169
|
Name | Type | Description | Notes
|
168
170
|
------------- | ------------- | ------------- | -------------
|
171
|
+
**content** | **String**| Content Unit referenced by HREF | [optional]
|
172
|
+
**content__in** | **String**| Content Unit referenced by HREF | [optional]
|
169
173
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
170
174
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
171
175
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
172
|
-
**pulp_created** | **
|
173
|
-
**pulp_created__gt** | **
|
174
|
-
**pulp_created__gte** | **
|
175
|
-
**pulp_created__lt** | **
|
176
|
-
**pulp_created__lte** | **
|
177
|
-
**pulp_created__range** | **
|
178
|
-
**repository_version** | **String
|
176
|
+
**pulp_created** | **DateTime**| ISO 8601 formatted dates are supported | [optional]
|
177
|
+
**pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
|
178
|
+
**pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
|
179
|
+
**pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional]
|
180
|
+
**pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
|
181
|
+
**pulp_created__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
|
182
|
+
**repository_version** | [**String**](.md)| Repository Version referenced by HREF | [optional]
|
179
183
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
180
184
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
181
185
|
|
data/docs/RemotesAptApi.md
CHANGED
@@ -142,16 +142,20 @@ end
|
|
142
142
|
api_instance = PulpDebClient::RemotesAptApi.new
|
143
143
|
opts = {
|
144
144
|
limit: 56, # Integer | Number of results to return per page.
|
145
|
-
name: 'name_example', # String |
|
146
|
-
|
145
|
+
name: 'name_example', # String |
|
146
|
+
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
147
|
+
name__icontains: 'name__icontains_example', # String | Filter results where name contains value
|
148
|
+
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
149
|
+
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
147
150
|
offset: 56, # Integer | The initial index from which to return the results.
|
148
151
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
152
|
+
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
153
|
+
pulp_last_updated: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | ISO 8601 formatted dates are supported
|
154
|
+
pulp_last_updated__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than value
|
155
|
+
pulp_last_updated__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than or equal to value
|
156
|
+
pulp_last_updated__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than value
|
157
|
+
pulp_last_updated__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than or equal to value
|
158
|
+
pulp_last_updated__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_last_updated is between two comma separated values
|
155
159
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
156
160
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
157
161
|
}
|
@@ -171,16 +175,20 @@ end
|
|
171
175
|
Name | Type | Description | Notes
|
172
176
|
------------- | ------------- | ------------- | -------------
|
173
177
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
174
|
-
**name** | **String**|
|
175
|
-
**
|
178
|
+
**name** | **String**| | [optional]
|
179
|
+
**name__contains** | **String**| Filter results where name contains value | [optional]
|
180
|
+
**name__icontains** | **String**| Filter results where name contains value | [optional]
|
181
|
+
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
182
|
+
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
176
183
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
177
184
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
178
|
-
**
|
179
|
-
**
|
180
|
-
**
|
181
|
-
**
|
182
|
-
**
|
183
|
-
**
|
185
|
+
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
186
|
+
**pulp_last_updated** | **DateTime**| ISO 8601 formatted dates are supported | [optional]
|
187
|
+
**pulp_last_updated__gt** | **DateTime**| Filter results where pulp_last_updated is greater than value | [optional]
|
188
|
+
**pulp_last_updated__gte** | **DateTime**| Filter results where pulp_last_updated is greater than or equal to value | [optional]
|
189
|
+
**pulp_last_updated__lt** | **DateTime**| Filter results where pulp_last_updated is less than value | [optional]
|
190
|
+
**pulp_last_updated__lte** | **DateTime**| Filter results where pulp_last_updated is less than or equal to value | [optional]
|
191
|
+
**pulp_last_updated__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_last_updated is between two comma separated values | [optional]
|
184
192
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
185
193
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
186
194
|
|
data/docs/RepositoriesAptApi.md
CHANGED
@@ -144,10 +144,14 @@ end
|
|
144
144
|
api_instance = PulpDebClient::RepositoriesAptApi.new
|
145
145
|
opts = {
|
146
146
|
limit: 56, # Integer | Number of results to return per page.
|
147
|
-
name: 'name_example', # String |
|
148
|
-
|
147
|
+
name: 'name_example', # String |
|
148
|
+
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
149
|
+
name__icontains: 'name__icontains_example', # String | Filter results where name contains value
|
150
|
+
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
151
|
+
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
149
152
|
offset: 56, # Integer | The initial index from which to return the results.
|
150
153
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
154
|
+
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
151
155
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
152
156
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
153
157
|
}
|
@@ -167,10 +171,14 @@ end
|
|
167
171
|
Name | Type | Description | Notes
|
168
172
|
------------- | ------------- | ------------- | -------------
|
169
173
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
170
|
-
**name** | **String**|
|
171
|
-
**
|
174
|
+
**name** | **String**| | [optional]
|
175
|
+
**name__contains** | **String**| Filter results where name contains value | [optional]
|
176
|
+
**name__icontains** | **String**| Filter results where name contains value | [optional]
|
177
|
+
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
178
|
+
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
172
179
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
173
180
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
181
|
+
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
174
182
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
175
183
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
176
184
|
|
@@ -87,23 +87,23 @@ end
|
|
87
87
|
api_instance = PulpDebClient::RepositoriesDebVersionsApi.new
|
88
88
|
deb_apt_repository_href = 'deb_apt_repository_href_example' # String |
|
89
89
|
opts = {
|
90
|
-
content: 'content_example', # String |
|
91
|
-
content__in: 'content__in_example', # String |
|
90
|
+
content: 'content_example', # String | Content Unit referenced by HREF
|
91
|
+
content__in: 'content__in_example', # String | Content Unit referenced by HREF
|
92
92
|
limit: 56, # Integer | Number of results to return per page.
|
93
|
-
number:
|
94
|
-
number__gt:
|
95
|
-
number__gte:
|
96
|
-
number__lt:
|
97
|
-
number__lte:
|
98
|
-
number__range:
|
93
|
+
number: 56, # Integer |
|
94
|
+
number__gt: 56, # Integer | Filter results where number is greater than value
|
95
|
+
number__gte: 56, # Integer | Filter results where number is greater than or equal to value
|
96
|
+
number__lt: 56, # Integer | Filter results where number is less than value
|
97
|
+
number__lte: 56, # Integer | Filter results where number is less than or equal to value
|
98
|
+
number__range: [56], # Array<Integer> | Filter results where number is between two comma separated values
|
99
99
|
offset: 56, # Integer | The initial index from which to return the results.
|
100
100
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
101
|
-
pulp_created: '
|
102
|
-
pulp_created__gt: '
|
103
|
-
pulp_created__gte: '
|
104
|
-
pulp_created__lt: '
|
105
|
-
pulp_created__lte: '
|
106
|
-
pulp_created__range: '
|
101
|
+
pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | ISO 8601 formatted dates are supported
|
102
|
+
pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
|
103
|
+
pulp_created__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than or equal to value
|
104
|
+
pulp_created__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than value
|
105
|
+
pulp_created__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than or equal to value
|
106
|
+
pulp_created__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_created is between two comma separated values
|
107
107
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
108
108
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
109
109
|
}
|
@@ -123,23 +123,23 @@ end
|
|
123
123
|
Name | Type | Description | Notes
|
124
124
|
------------- | ------------- | ------------- | -------------
|
125
125
|
**deb_apt_repository_href** | **String**| |
|
126
|
-
**content** | **String**|
|
127
|
-
**content__in** | **String**|
|
126
|
+
**content** | **String**| Content Unit referenced by HREF | [optional]
|
127
|
+
**content__in** | **String**| Content Unit referenced by HREF | [optional]
|
128
128
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
129
|
-
**number** | **
|
130
|
-
**number__gt** | **
|
131
|
-
**number__gte** | **
|
132
|
-
**number__lt** | **
|
133
|
-
**number__lte** | **
|
134
|
-
**number__range** | **
|
129
|
+
**number** | **Integer**| | [optional]
|
130
|
+
**number__gt** | **Integer**| Filter results where number is greater than value | [optional]
|
131
|
+
**number__gte** | **Integer**| Filter results where number is greater than or equal to value | [optional]
|
132
|
+
**number__lt** | **Integer**| Filter results where number is less than value | [optional]
|
133
|
+
**number__lte** | **Integer**| Filter results where number is less than or equal to value | [optional]
|
134
|
+
**number__range** | [**Array<Integer>**](Integer.md)| Filter results where number is between two comma separated values | [optional]
|
135
135
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
136
136
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
137
|
-
**pulp_created** | **
|
138
|
-
**pulp_created__gt** | **
|
139
|
-
**pulp_created__gte** | **
|
140
|
-
**pulp_created__lt** | **
|
141
|
-
**pulp_created__lte** | **
|
142
|
-
**pulp_created__range** | **
|
137
|
+
**pulp_created** | **DateTime**| ISO 8601 formatted dates are supported | [optional]
|
138
|
+
**pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
|
139
|
+
**pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
|
140
|
+
**pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional]
|
141
|
+
**pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
|
142
|
+
**pulp_created__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
|
143
143
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
144
144
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
145
145
|
|
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
|
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
9
|
**number** | **Integer** | | [optional] [readonly]
|
10
|
+
**repository** | **String** | | [optional] [readonly]
|
10
11
|
**base_version** | **String** | A repository version whose content was used as the initial set of content for this repository version | [optional]
|
11
12
|
**content_summary** | [**ContentSummaryResponse**](ContentSummaryResponse.md) | Various count summaries of the content in the version and the HREF to view them. | [optional] [readonly]
|
12
13
|
|
@@ -18,6 +19,7 @@ require 'PulpDebClient'
|
|
18
19
|
instance = PulpDebClient::RepositoryVersionResponse.new(pulp_href: null,
|
19
20
|
pulp_created: null,
|
20
21
|
number: null,
|
22
|
+
repository: null,
|
21
23
|
base_version: null,
|
22
24
|
content_summary: null)
|
23
25
|
```
|
@@ -99,11 +99,11 @@ module PulpDebClient
|
|
99
99
|
# @option opts [Integer] :limit Number of results to return per page.
|
100
100
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
101
101
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
102
|
-
# @option opts [String] :relative_path relative_path
|
103
|
-
# @option opts [String] :repository_version
|
104
|
-
# @option opts [String] :repository_version_added
|
105
|
-
# @option opts [String] :repository_version_removed
|
106
|
-
# @option opts [String] :sha256 sha256
|
102
|
+
# @option opts [String] :relative_path Filter results where relative_path matches value
|
103
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
104
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
105
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
106
|
+
# @option opts [String] :sha256 Filter results where sha256 matches value
|
107
107
|
# @option opts [String] :fields A list of fields to include in the response.
|
108
108
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
109
109
|
# @return [PaginateddebGenericContentResponseList]
|
@@ -118,11 +118,11 @@ module PulpDebClient
|
|
118
118
|
# @option opts [Integer] :limit Number of results to return per page.
|
119
119
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
120
120
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
121
|
-
# @option opts [String] :relative_path relative_path
|
122
|
-
# @option opts [String] :repository_version
|
123
|
-
# @option opts [String] :repository_version_added
|
124
|
-
# @option opts [String] :repository_version_removed
|
125
|
-
# @option opts [String] :sha256 sha256
|
121
|
+
# @option opts [String] :relative_path Filter results where relative_path matches value
|
122
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
123
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
124
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
125
|
+
# @option opts [String] :sha256 Filter results where sha256 matches 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 [Array<(PaginateddebGenericContentResponseList, Integer, Hash)>] PaginateddebGenericContentResponseList data, response status code and response headers
|
@@ -86,16 +86,16 @@ module PulpDebClient
|
|
86
86
|
# List InstallerFileIndices
|
87
87
|
# An InstallerFileIndex represents the indices for a set of installer files. Associated artifacts: Exactly one 'SHA256SUMS' and/or 'MD5SUMS' file. Each InstallerFileIndes is associated with a single component-architecture combination within a single Release. Note that installer files are currently used exclusively for verbatim publications. The APT publisher (both simple and structured mode) does not make use of installer content.
|
88
88
|
# @param [Hash] opts the optional parameters
|
89
|
-
# @option opts [String] :architecture architecture
|
90
|
-
# @option opts [String] :component component
|
89
|
+
# @option opts [String] :architecture Filter results where architecture matches value
|
90
|
+
# @option opts [String] :component Filter results where component matches value
|
91
91
|
# @option opts [Integer] :limit Number of results to return per page.
|
92
92
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
93
93
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
94
|
-
# @option opts [String] :relative_path relative_path
|
95
|
-
# @option opts [String] :repository_version
|
96
|
-
# @option opts [String] :repository_version_added
|
97
|
-
# @option opts [String] :repository_version_removed
|
98
|
-
# @option opts [String] :sha256 sha256
|
94
|
+
# @option opts [String] :relative_path Filter results where relative_path matches value
|
95
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
96
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
97
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
98
|
+
# @option opts [String] :sha256 Filter results where sha256 matches value
|
99
99
|
# @option opts [String] :fields A list of fields to include in the response.
|
100
100
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
101
101
|
# @return [PaginateddebInstallerFileIndexResponseList]
|
@@ -107,16 +107,16 @@ module PulpDebClient
|
|
107
107
|
# List InstallerFileIndices
|
108
108
|
# An InstallerFileIndex represents the indices for a set of installer files. Associated artifacts: Exactly one 'SHA256SUMS' and/or 'MD5SUMS' file. Each InstallerFileIndes is associated with a single component-architecture combination within a single Release. Note that installer files are currently used exclusively for verbatim publications. The APT publisher (both simple and structured mode) does not make use of installer content.
|
109
109
|
# @param [Hash] opts the optional parameters
|
110
|
-
# @option opts [String] :architecture architecture
|
111
|
-
# @option opts [String] :component component
|
110
|
+
# @option opts [String] :architecture Filter results where architecture matches value
|
111
|
+
# @option opts [String] :component Filter results where component matches value
|
112
112
|
# @option opts [Integer] :limit Number of results to return per page.
|
113
113
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
114
114
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
115
|
-
# @option opts [String] :relative_path relative_path
|
116
|
-
# @option opts [String] :repository_version
|
117
|
-
# @option opts [String] :repository_version_added
|
118
|
-
# @option opts [String] :repository_version_removed
|
119
|
-
# @option opts [String] :sha256 sha256
|
115
|
+
# @option opts [String] :relative_path Filter results where relative_path matches value
|
116
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
117
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
118
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
119
|
+
# @option opts [String] :sha256 Filter results where sha256 matches value
|
120
120
|
# @option opts [String] :fields A list of fields to include in the response.
|
121
121
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
122
122
|
# @return [Array<(PaginateddebInstallerFileIndexResponseList, Integer, Hash)>] PaginateddebInstallerFileIndexResponseList data, response status code and response headers
|
@@ -92,29 +92,29 @@ module PulpDebClient
|
|
92
92
|
# List installer packages
|
93
93
|
# An InstallerPackage represents a '.udeb' installer package. Associated artifacts: Exactly one '.udeb' installer package file. Note that installer packages are currently used exclusively for verbatim publications. The APT publisher (both simple and structured mode) will not include these packages.
|
94
94
|
# @param [Hash] opts the optional parameters
|
95
|
-
# @option opts [String] :architecture architecture
|
96
|
-
# @option opts [String] :auto_built_package auto_built_package
|
97
|
-
# @option opts [
|
98
|
-
# @option opts [String] :built_using built_using
|
99
|
-
# @option opts [
|
100
|
-
# @option opts [
|
95
|
+
# @option opts [String] :architecture Filter results where architecture matches value
|
96
|
+
# @option opts [String] :auto_built_package Filter results where auto_built_package matches value
|
97
|
+
# @option opts [Boolean] :build_essential Filter results where build_essential matches value
|
98
|
+
# @option opts [String] :built_using Filter results where built_using matches value
|
99
|
+
# @option opts [Boolean] :essential Filter results where essential matches value
|
100
|
+
# @option opts [Integer] :installed_size Filter results where installed_size matches value
|
101
101
|
# @option opts [Integer] :limit Number of results to return per page.
|
102
|
-
# @option opts [String] :maintainer maintainer
|
103
|
-
# @option opts [String] :multi_arch multi_arch
|
102
|
+
# @option opts [String] :maintainer Filter results where maintainer matches value
|
103
|
+
# @option opts [String] :multi_arch Filter results where multi_arch matches value
|
104
104
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
105
105
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
106
|
-
# @option opts [String] :origin origin
|
107
|
-
# @option opts [String] :original_maintainer original_maintainer
|
108
|
-
# @option opts [String] :package package
|
109
|
-
# @option opts [String] :priority priority
|
110
|
-
# @option opts [String] :repository_version
|
111
|
-
# @option opts [String] :repository_version_added
|
112
|
-
# @option opts [String] :repository_version_removed
|
113
|
-
# @option opts [String] :section section
|
114
|
-
# @option opts [String] :sha256 sha256
|
115
|
-
# @option opts [String] :source source
|
116
|
-
# @option opts [String] :tag tag
|
117
|
-
# @option opts [String] :version version
|
106
|
+
# @option opts [String] :origin Filter results where origin matches value
|
107
|
+
# @option opts [String] :original_maintainer Filter results where original_maintainer matches value
|
108
|
+
# @option opts [String] :package Filter results where package matches value
|
109
|
+
# @option opts [String] :priority Filter results where priority matches value
|
110
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
111
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
112
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
113
|
+
# @option opts [String] :section Filter results where section matches value
|
114
|
+
# @option opts [String] :sha256 Filter results where sha256 matches value
|
115
|
+
# @option opts [String] :source Filter results where source matches value
|
116
|
+
# @option opts [String] :tag Filter results where tag matches value
|
117
|
+
# @option opts [String] :version Filter results where version matches value
|
118
118
|
# @option opts [String] :fields A list of fields to include in the response.
|
119
119
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
120
120
|
# @return [PaginateddebBasePackageResponseList]
|
@@ -126,29 +126,29 @@ module PulpDebClient
|
|
126
126
|
# List installer packages
|
127
127
|
# An InstallerPackage represents a '.udeb' installer package. Associated artifacts: Exactly one '.udeb' installer package file. Note that installer packages are currently used exclusively for verbatim publications. The APT publisher (both simple and structured mode) will not include these packages.
|
128
128
|
# @param [Hash] opts the optional parameters
|
129
|
-
# @option opts [String] :architecture architecture
|
130
|
-
# @option opts [String] :auto_built_package auto_built_package
|
131
|
-
# @option opts [
|
132
|
-
# @option opts [String] :built_using built_using
|
133
|
-
# @option opts [
|
134
|
-
# @option opts [
|
129
|
+
# @option opts [String] :architecture Filter results where architecture matches value
|
130
|
+
# @option opts [String] :auto_built_package Filter results where auto_built_package matches value
|
131
|
+
# @option opts [Boolean] :build_essential Filter results where build_essential matches value
|
132
|
+
# @option opts [String] :built_using Filter results where built_using matches value
|
133
|
+
# @option opts [Boolean] :essential Filter results where essential matches value
|
134
|
+
# @option opts [Integer] :installed_size Filter results where installed_size matches value
|
135
135
|
# @option opts [Integer] :limit Number of results to return per page.
|
136
|
-
# @option opts [String] :maintainer maintainer
|
137
|
-
# @option opts [String] :multi_arch multi_arch
|
136
|
+
# @option opts [String] :maintainer Filter results where maintainer matches value
|
137
|
+
# @option opts [String] :multi_arch Filter results where multi_arch matches value
|
138
138
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
139
139
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
140
|
-
# @option opts [String] :origin origin
|
141
|
-
# @option opts [String] :original_maintainer original_maintainer
|
142
|
-
# @option opts [String] :package package
|
143
|
-
# @option opts [String] :priority priority
|
144
|
-
# @option opts [String] :repository_version
|
145
|
-
# @option opts [String] :repository_version_added
|
146
|
-
# @option opts [String] :repository_version_removed
|
147
|
-
# @option opts [String] :section section
|
148
|
-
# @option opts [String] :sha256 sha256
|
149
|
-
# @option opts [String] :source source
|
150
|
-
# @option opts [String] :tag tag
|
151
|
-
# @option opts [String] :version version
|
140
|
+
# @option opts [String] :origin Filter results where origin matches value
|
141
|
+
# @option opts [String] :original_maintainer Filter results where original_maintainer matches value
|
142
|
+
# @option opts [String] :package Filter results where package matches value
|
143
|
+
# @option opts [String] :priority Filter results where priority matches value
|
144
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
145
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
146
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
147
|
+
# @option opts [String] :section Filter results where section matches value
|
148
|
+
# @option opts [String] :sha256 Filter results where sha256 matches value
|
149
|
+
# @option opts [String] :source Filter results where source matches value
|
150
|
+
# @option opts [String] :tag Filter results where tag matches value
|
151
|
+
# @option opts [String] :version Filter results where version matches value
|
152
152
|
# @option opts [String] :fields A list of fields to include in the response.
|
153
153
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
154
154
|
# @return [Array<(PaginateddebBasePackageResponseList, Integer, Hash)>] PaginateddebBasePackageResponseList data, response status code and response headers
|
@@ -156,15 +156,15 @@ module PulpDebClient
|
|
156
156
|
if @api_client.config.debugging
|
157
157
|
@api_client.config.logger.debug 'Calling API: ContentInstallerPackagesApi.list ...'
|
158
158
|
end
|
159
|
-
allowable_values = ["
|
159
|
+
allowable_values = ["false", "true"]
|
160
160
|
if @api_client.config.client_side_validation && opts[:'build_essential'] && !allowable_values.include?(opts[:'build_essential'])
|
161
161
|
fail ArgumentError, "invalid value for \"build_essential\", must be one of #{allowable_values}"
|
162
162
|
end
|
163
|
-
allowable_values = ["
|
163
|
+
allowable_values = ["false", "true"]
|
164
164
|
if @api_client.config.client_side_validation && opts[:'essential'] && !allowable_values.include?(opts[:'essential'])
|
165
165
|
fail ArgumentError, "invalid value for \"essential\", must be one of #{allowable_values}"
|
166
166
|
end
|
167
|
-
allowable_values = ["
|
167
|
+
allowable_values = ["allowed", "foreign", "no", "same"]
|
168
168
|
if @api_client.config.client_side_validation && opts[:'multi_arch'] && !allowable_values.include?(opts[:'multi_arch'])
|
169
169
|
fail ArgumentError, "invalid value for \"multi_arch\", must be one of #{allowable_values}"
|
170
170
|
end
|