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
data/docs/PatchedrpmRpmRemote.md
CHANGED
@@ -10,7 +10,9 @@ Name | Type | Description | Notes
|
|
10
10
|
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
11
11
|
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
|
12
12
|
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
13
|
-
**proxy_url** | **String** | The proxy URL. Format: scheme://
|
13
|
+
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
14
|
+
**proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
|
15
|
+
**proxy_password** | **String** | The password to authenticte to the proxy. | [optional]
|
14
16
|
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
15
17
|
**password** | **String** | The password to be used for authentication when syncing. | [optional]
|
16
18
|
**pulp_labels** | [**Object**](.md) | | [optional]
|
@@ -20,6 +22,7 @@ Name | Type | Description | Notes
|
|
20
22
|
**connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. | [optional]
|
21
23
|
**sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. | [optional]
|
22
24
|
**sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. | [optional]
|
25
|
+
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
23
26
|
**rate_limit** | **Integer** | Limits total download rate in requests per second | [optional]
|
24
27
|
**sles_auth_token** | **String** | Authentication token for SLES repositories. | [optional]
|
25
28
|
|
@@ -35,6 +38,8 @@ instance = PulpRpmClient::PatchedrpmRpmRemote.new(name: null,
|
|
35
38
|
client_key: null,
|
36
39
|
tls_validation: null,
|
37
40
|
proxy_url: null,
|
41
|
+
proxy_username: null,
|
42
|
+
proxy_password: null,
|
38
43
|
username: null,
|
39
44
|
password: null,
|
40
45
|
pulp_labels: null,
|
@@ -44,6 +49,7 @@ instance = PulpRpmClient::PatchedrpmRpmRemote.new(name: null,
|
|
44
49
|
connect_timeout: null,
|
45
50
|
sock_connect_timeout: null,
|
46
51
|
sock_read_timeout: null,
|
52
|
+
headers: null,
|
47
53
|
rate_limit: null,
|
48
54
|
sles_auth_token: null)
|
49
55
|
```
|
data/docs/PublicationsRpmApi.md
CHANGED
@@ -141,13 +141,13 @@ opts = {
|
|
141
141
|
limit: 56, # Integer | Number of results to return per page.
|
142
142
|
offset: 56, # Integer | The initial index from which to return the results.
|
143
143
|
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 |
|
144
|
+
pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | ISO 8601 formatted dates are supported
|
145
|
+
pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
|
146
|
+
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
|
147
|
+
pulp_created__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than value
|
148
|
+
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
|
149
|
+
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
|
150
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
151
151
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
152
152
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
153
153
|
}
|
@@ -169,13 +169,13 @@ Name | Type | Description | Notes
|
|
169
169
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
170
170
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
171
171
|
**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
|
172
|
+
**pulp_created** | **DateTime**| ISO 8601 formatted dates are supported | [optional]
|
173
|
+
**pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
|
174
|
+
**pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
|
175
|
+
**pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional]
|
176
|
+
**pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
|
177
|
+
**pulp_created__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
|
178
|
+
**repository_version** | [**String**](.md)| Repository Version referenced by HREF | [optional]
|
179
179
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
180
180
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
181
181
|
|
data/docs/RemotesRpmApi.md
CHANGED
@@ -142,20 +142,20 @@ end
|
|
142
142
|
api_instance = PulpRpmClient::RemotesRpmApi.new
|
143
143
|
opts = {
|
144
144
|
limit: 56, # Integer | Number of results to return per page.
|
145
|
-
name: 'name_example', # String |
|
146
|
-
name__contains: 'name__contains_example', # String |
|
147
|
-
name__icontains: 'name__icontains_example', # String |
|
148
|
-
name__in: 'name__in_example', # String |
|
149
|
-
name__startswith: 'name__startswith_example', # String |
|
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
|
150
150
|
offset: 56, # Integer | The initial index from which to return the results.
|
151
151
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
152
|
-
pulp_label_select: 'pulp_label_select_example', # String |
|
153
|
-
pulp_last_updated: '
|
154
|
-
pulp_last_updated__gt: '
|
155
|
-
pulp_last_updated__gte: '
|
156
|
-
pulp_last_updated__lt: '
|
157
|
-
pulp_last_updated__lte: '
|
158
|
-
pulp_last_updated__range: '
|
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
|
159
159
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
160
160
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
161
161
|
}
|
@@ -175,20 +175,20 @@ end
|
|
175
175
|
Name | Type | Description | Notes
|
176
176
|
------------- | ------------- | ------------- | -------------
|
177
177
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
178
|
-
**name** | **String**|
|
179
|
-
**name__contains** | **String**|
|
180
|
-
**name__icontains** | **String**|
|
181
|
-
**name__in** | **String
|
182
|
-
**name__startswith** | **String**|
|
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]
|
183
183
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
184
184
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
185
|
-
**pulp_label_select** | **String**|
|
186
|
-
**pulp_last_updated** | **
|
187
|
-
**pulp_last_updated__gt** | **
|
188
|
-
**pulp_last_updated__gte** | **
|
189
|
-
**pulp_last_updated__lt** | **
|
190
|
-
**pulp_last_updated__lte** | **
|
191
|
-
**pulp_last_updated__range** | **
|
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]
|
192
192
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
193
193
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
194
194
|
|
data/docs/RepositoriesRpmApi.md
CHANGED
@@ -144,14 +144,14 @@ end
|
|
144
144
|
api_instance = PulpRpmClient::RepositoriesRpmApi.new
|
145
145
|
opts = {
|
146
146
|
limit: 56, # Integer | Number of results to return per page.
|
147
|
-
name: 'name_example', # String |
|
148
|
-
name__contains: 'name__contains_example', # String |
|
149
|
-
name__icontains: 'name__icontains_example', # String |
|
150
|
-
name__in: 'name__in_example', # String |
|
151
|
-
name__startswith: 'name__startswith_example', # String |
|
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
|
152
152
|
offset: 56, # Integer | The initial index from which to return the results.
|
153
153
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
154
|
-
pulp_label_select: 'pulp_label_select_example', # String |
|
154
|
+
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
155
155
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
156
156
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
157
157
|
}
|
@@ -171,14 +171,14 @@ end
|
|
171
171
|
Name | Type | Description | Notes
|
172
172
|
------------- | ------------- | ------------- | -------------
|
173
173
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
174
|
-
**name** | **String**|
|
175
|
-
**name__contains** | **String**|
|
176
|
-
**name__icontains** | **String**|
|
177
|
-
**name__in** | **String
|
178
|
-
**name__startswith** | **String**|
|
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]
|
179
179
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
180
180
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
181
|
-
**pulp_label_select** | **String**|
|
181
|
+
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
182
182
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
183
183
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
184
184
|
|
@@ -87,23 +87,23 @@ end
|
|
87
87
|
api_instance = PulpRpmClient::RepositoriesRpmVersionsApi.new
|
88
88
|
rpm_rpm_repository_href = 'rpm_rpm_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
|
**rpm_rpm_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
|
|
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**remote** | **String** | A remote to sync from. This will override a remote set on repository. | [optional]
|
8
8
|
**mirror** | **Boolean** | If ``True``, synchronization will remove all content that is not present in the remote repository. If ``False``, sync will be additive only. | [optional] [default to false]
|
9
|
-
**skip_types** | **Array<
|
9
|
+
**skip_types** | [**Array<SkipTypesEnum>**](SkipTypesEnum.md) | List of content types to skip during sync. | [optional]
|
10
10
|
**optimize** | **Boolean** | Whether or not to optimize sync. | [optional] [default to true]
|
11
11
|
|
12
12
|
## Code Sample
|
data/docs/RpmRpmRemote.md
CHANGED
@@ -10,7 +10,9 @@ Name | Type | Description | Notes
|
|
10
10
|
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
11
11
|
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
|
12
12
|
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
13
|
-
**proxy_url** | **String** | The proxy URL. Format: scheme://
|
13
|
+
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
14
|
+
**proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
|
15
|
+
**proxy_password** | **String** | The password to authenticte to the proxy. | [optional]
|
14
16
|
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
15
17
|
**password** | **String** | The password to be used for authentication when syncing. | [optional]
|
16
18
|
**pulp_labels** | [**Object**](.md) | | [optional]
|
@@ -20,6 +22,7 @@ Name | Type | Description | Notes
|
|
20
22
|
**connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. | [optional]
|
21
23
|
**sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. | [optional]
|
22
24
|
**sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. | [optional]
|
25
|
+
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
23
26
|
**rate_limit** | **Integer** | Limits total download rate in requests per second | [optional]
|
24
27
|
**sles_auth_token** | **String** | Authentication token for SLES repositories. | [optional]
|
25
28
|
|
@@ -35,6 +38,8 @@ instance = PulpRpmClient::RpmRpmRemote.new(name: null,
|
|
35
38
|
client_key: null,
|
36
39
|
tls_validation: null,
|
37
40
|
proxy_url: null,
|
41
|
+
proxy_username: null,
|
42
|
+
proxy_password: null,
|
38
43
|
username: null,
|
39
44
|
password: null,
|
40
45
|
pulp_labels: null,
|
@@ -44,6 +49,7 @@ instance = PulpRpmClient::RpmRpmRemote.new(name: null,
|
|
44
49
|
connect_timeout: null,
|
45
50
|
sock_connect_timeout: null,
|
46
51
|
sock_read_timeout: null,
|
52
|
+
headers: null,
|
47
53
|
rate_limit: null,
|
48
54
|
sles_auth_token: null)
|
49
55
|
```
|
@@ -10,11 +10,8 @@ Name | Type | Description | Notes
|
|
10
10
|
**url** | **String** | The URL of an external content source. |
|
11
11
|
**ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
|
12
12
|
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
|
13
|
-
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
|
14
13
|
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
|
15
|
-
**proxy_url** | **String** | The proxy URL. Format: scheme://
|
16
|
-
**username** | **String** | The username to be used for authentication when syncing. | [optional]
|
17
|
-
**password** | **String** | The password to be used for authentication when syncing. | [optional]
|
14
|
+
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
|
18
15
|
**pulp_labels** | [**Object**](.md) | | [optional]
|
19
16
|
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
20
17
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
|
@@ -23,6 +20,7 @@ Name | Type | Description | Notes
|
|
23
20
|
**connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. | [optional]
|
24
21
|
**sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. | [optional]
|
25
22
|
**sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. | [optional]
|
23
|
+
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
|
26
24
|
**rate_limit** | **Integer** | Limits total download rate in requests per second | [optional]
|
27
25
|
**sles_auth_token** | **String** | Authentication token for SLES repositories. | [optional]
|
28
26
|
|
@@ -37,11 +35,8 @@ instance = PulpRpmClient::RpmRpmRemoteResponse.new(pulp_href: null,
|
|
37
35
|
url: null,
|
38
36
|
ca_cert: null,
|
39
37
|
client_cert: null,
|
40
|
-
client_key: null,
|
41
38
|
tls_validation: null,
|
42
39
|
proxy_url: null,
|
43
|
-
username: null,
|
44
|
-
password: null,
|
45
40
|
pulp_labels: null,
|
46
41
|
pulp_last_updated: null,
|
47
42
|
download_concurrency: null,
|
@@ -50,6 +45,7 @@ instance = PulpRpmClient::RpmRpmRemoteResponse.new(pulp_href: null,
|
|
50
45
|
connect_timeout: null,
|
51
46
|
sock_connect_timeout: null,
|
52
47
|
sock_read_timeout: null,
|
48
|
+
headers: null,
|
53
49
|
rate_limit: null,
|
54
50
|
sles_auth_token: null)
|
55
51
|
```
|
@@ -0,0 +1,16 @@
|
|
1
|
+
# PulpRpmClient::SkipTypesEnum
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
|
8
|
+
## Code Sample
|
9
|
+
|
10
|
+
```ruby
|
11
|
+
require 'PulpRpmClient'
|
12
|
+
|
13
|
+
instance = PulpRpmClient::SkipTypesEnum.new()
|
14
|
+
```
|
15
|
+
|
16
|
+
|
@@ -86,23 +86,23 @@ module PulpRpmClient
|
|
86
86
|
# List update records
|
87
87
|
# A ViewSet for UpdateRecord. 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/advisories/ Also specify queryset and serializer for UpdateRecord.
|
88
88
|
# @param [Hash] opts the optional parameters
|
89
|
-
# @option opts [String] :id id
|
90
|
-
# @option opts [String] :id__in
|
89
|
+
# @option opts [String] :id Filter results where id matches value
|
90
|
+
# @option opts [Array<String>] :id__in Filter results where id is in a comma-separated list of values
|
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] :repository_version
|
95
|
-
# @option opts [String] :repository_version_added
|
96
|
-
# @option opts [String] :repository_version_removed
|
97
|
-
# @option opts [String] :severity severity
|
98
|
-
# @option opts [String] :severity__in
|
99
|
-
# @option opts [String] :severity__ne
|
100
|
-
# @option opts [String] :status status
|
101
|
-
# @option opts [String] :status__in
|
102
|
-
# @option opts [String] :status__ne
|
103
|
-
# @option opts [String] :type type
|
104
|
-
# @option opts [String] :type__in
|
105
|
-
# @option opts [String] :type__ne
|
94
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
95
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
96
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
97
|
+
# @option opts [String] :severity Filter results where severity matches value
|
98
|
+
# @option opts [Array<String>] :severity__in Filter results where severity is in a comma-separated list of values
|
99
|
+
# @option opts [String] :severity__ne Filter results where severity not equal to value
|
100
|
+
# @option opts [String] :status Filter results where status matches value
|
101
|
+
# @option opts [Array<String>] :status__in Filter results where status is in a comma-separated list of values
|
102
|
+
# @option opts [String] :status__ne Filter results where status not equal to value
|
103
|
+
# @option opts [String] :type Filter results where type matches value
|
104
|
+
# @option opts [Array<String>] :type__in Filter results where type is in a comma-separated list of values
|
105
|
+
# @option opts [String] :type__ne Filter results where type not equal to value
|
106
106
|
# @option opts [String] :fields A list of fields to include in the response.
|
107
107
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
108
108
|
# @return [PaginatedrpmUpdateRecordResponseList]
|
@@ -114,23 +114,23 @@ module PulpRpmClient
|
|
114
114
|
# List update records
|
115
115
|
# A ViewSet for UpdateRecord. 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/advisories/ Also specify queryset and serializer for UpdateRecord.
|
116
116
|
# @param [Hash] opts the optional parameters
|
117
|
-
# @option opts [String] :id id
|
118
|
-
# @option opts [String] :id__in
|
117
|
+
# @option opts [String] :id Filter results where id matches value
|
118
|
+
# @option opts [Array<String>] :id__in Filter results where id is in a comma-separated list of values
|
119
119
|
# @option opts [Integer] :limit Number of results to return per page.
|
120
120
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
121
121
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
122
|
-
# @option opts [String] :repository_version
|
123
|
-
# @option opts [String] :repository_version_added
|
124
|
-
# @option opts [String] :repository_version_removed
|
125
|
-
# @option opts [String] :severity severity
|
126
|
-
# @option opts [String] :severity__in
|
127
|
-
# @option opts [String] :severity__ne
|
128
|
-
# @option opts [String] :status status
|
129
|
-
# @option opts [String] :status__in
|
130
|
-
# @option opts [String] :status__ne
|
131
|
-
# @option opts [String] :type type
|
132
|
-
# @option opts [String] :type__in
|
133
|
-
# @option opts [String] :type__ne
|
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] :severity Filter results where severity matches value
|
126
|
+
# @option opts [Array<String>] :severity__in Filter results where severity is in a comma-separated list of values
|
127
|
+
# @option opts [String] :severity__ne Filter results where severity not equal to value
|
128
|
+
# @option opts [String] :status Filter results where status matches value
|
129
|
+
# @option opts [Array<String>] :status__in Filter results where status is in a comma-separated list of values
|
130
|
+
# @option opts [String] :status__ne Filter results where status not equal to value
|
131
|
+
# @option opts [String] :type Filter results where type matches value
|
132
|
+
# @option opts [Array<String>] :type__in Filter results where type is in a comma-separated list of values
|
133
|
+
# @option opts [String] :type__ne Filter results where type not equal to value
|
134
134
|
# @option opts [String] :fields A list of fields to include in the response.
|
135
135
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
136
136
|
# @return [Array<(PaginatedrpmUpdateRecordResponseList, Integer, Hash)>] PaginatedrpmUpdateRecordResponseList data, response status code and response headers
|
@@ -144,7 +144,7 @@ module PulpRpmClient
|
|
144
144
|
# query parameters
|
145
145
|
query_params = opts[:query_params] || {}
|
146
146
|
query_params[:'id'] = opts[:'id'] if !opts[:'id'].nil?
|
147
|
-
query_params[:'id__in'] = opts[:'id__in'] if !opts[:'id__in'].nil?
|
147
|
+
query_params[:'id__in'] = @api_client.build_collection_param(opts[:'id__in'], :csv) if !opts[:'id__in'].nil?
|
148
148
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
149
149
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
150
150
|
query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
|
@@ -152,13 +152,13 @@ module PulpRpmClient
|
|
152
152
|
query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
|
153
153
|
query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
|
154
154
|
query_params[:'severity'] = opts[:'severity'] if !opts[:'severity'].nil?
|
155
|
-
query_params[:'severity__in'] = opts[:'severity__in'] if !opts[:'severity__in'].nil?
|
155
|
+
query_params[:'severity__in'] = @api_client.build_collection_param(opts[:'severity__in'], :csv) if !opts[:'severity__in'].nil?
|
156
156
|
query_params[:'severity__ne'] = opts[:'severity__ne'] if !opts[:'severity__ne'].nil?
|
157
157
|
query_params[:'status'] = opts[:'status'] if !opts[:'status'].nil?
|
158
|
-
query_params[:'status__in'] = opts[:'status__in'] if !opts[:'status__in'].nil?
|
158
|
+
query_params[:'status__in'] = @api_client.build_collection_param(opts[:'status__in'], :csv) if !opts[:'status__in'].nil?
|
159
159
|
query_params[:'status__ne'] = opts[:'status__ne'] if !opts[:'status__ne'].nil?
|
160
160
|
query_params[:'type'] = opts[:'type'] if !opts[:'type'].nil?
|
161
|
-
query_params[:'type__in'] = opts[:'type__in'] if !opts[:'type__in'].nil?
|
161
|
+
query_params[:'type__in'] = @api_client.build_collection_param(opts[:'type__in'], :csv) if !opts[:'type__in'].nil?
|
162
162
|
query_params[:'type__ne'] = opts[:'type__ne'] if !opts[:'type__ne'].nil?
|
163
163
|
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
164
164
|
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 [PaginatedrpmDistributionTreeResponseList]
|
@@ -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<(PaginatedrpmDistributionTreeResponseList, Integer, Hash)>] PaginatedrpmDistributionTreeResponseList data, response status code and response headers
|
@@ -118,16 +118,16 @@ module PulpRpmClient
|
|
118
118
|
# ViewSet for Modulemd.
|
119
119
|
# @param [Hash] opts the optional parameters
|
120
120
|
# @option opts [Integer] :limit Number of results to return per page.
|
121
|
-
# @option opts [String] :_module module
|
122
|
-
# @option opts [String] :module__in
|
121
|
+
# @option opts [String] :_module Filter results where module matches value
|
122
|
+
# @option opts [Array<String>] :module__in Filter results where module is in a comma-separated list of values
|
123
123
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
124
124
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
125
|
-
# @option opts [String] :repository_version
|
126
|
-
# @option opts [String] :repository_version_added
|
127
|
-
# @option opts [String] :repository_version_removed
|
128
|
-
# @option opts [String] :sha256
|
129
|
-
# @option opts [String] :stream stream
|
130
|
-
# @option opts [String] :stream__in
|
125
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
126
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
127
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
128
|
+
# @option opts [String] :sha256
|
129
|
+
# @option opts [String] :stream Filter results where stream matches value
|
130
|
+
# @option opts [Array<String>] :stream__in Filter results where stream is in a comma-separated list of values
|
131
131
|
# @option opts [String] :fields A list of fields to include in the response.
|
132
132
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
133
133
|
# @return [PaginatedrpmModulemdDefaultsResponseList]
|
@@ -140,16 +140,16 @@ module PulpRpmClient
|
|
140
140
|
# ViewSet for Modulemd.
|
141
141
|
# @param [Hash] opts the optional parameters
|
142
142
|
# @option opts [Integer] :limit Number of results to return per page.
|
143
|
-
# @option opts [String] :_module module
|
144
|
-
# @option opts [String] :module__in
|
143
|
+
# @option opts [String] :_module Filter results where module matches value
|
144
|
+
# @option opts [Array<String>] :module__in Filter results where module is in a comma-separated list of values
|
145
145
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
146
146
|
# @option opts [String] :ordering Which field to use when ordering the results.
|
147
|
-
# @option opts [String] :repository_version
|
148
|
-
# @option opts [String] :repository_version_added
|
149
|
-
# @option opts [String] :repository_version_removed
|
150
|
-
# @option opts [String] :sha256
|
151
|
-
# @option opts [String] :stream stream
|
152
|
-
# @option opts [String] :stream__in
|
147
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
148
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
149
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
150
|
+
# @option opts [String] :sha256
|
151
|
+
# @option opts [String] :stream Filter results where stream matches value
|
152
|
+
# @option opts [Array<String>] :stream__in Filter results where stream is in a comma-separated list of values
|
153
153
|
# @option opts [String] :fields A list of fields to include in the response.
|
154
154
|
# @option opts [String] :exclude_fields A list of fields to exclude from the response.
|
155
155
|
# @return [Array<(PaginatedrpmModulemdDefaultsResponseList, Integer, Hash)>] PaginatedrpmModulemdDefaultsResponseList data, response status code and response headers
|
@@ -164,7 +164,7 @@ module PulpRpmClient
|
|
164
164
|
query_params = opts[:query_params] || {}
|
165
165
|
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
166
166
|
query_params[:'module'] = opts[:'_module'] if !opts[:'_module'].nil?
|
167
|
-
query_params[:'module__in'] = opts[:'module__in'] if !opts[:'module__in'].nil?
|
167
|
+
query_params[:'module__in'] = @api_client.build_collection_param(opts[:'module__in'], :csv) if !opts[:'module__in'].nil?
|
168
168
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
169
169
|
query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
|
170
170
|
query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
|
@@ -172,7 +172,7 @@ module PulpRpmClient
|
|
172
172
|
query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
|
173
173
|
query_params[:'sha256'] = opts[:'sha256'] if !opts[:'sha256'].nil?
|
174
174
|
query_params[:'stream'] = opts[:'stream'] if !opts[:'stream'].nil?
|
175
|
-
query_params[:'stream__in'] = opts[:'stream__in'] if !opts[:'stream__in'].nil?
|
175
|
+
query_params[:'stream__in'] = @api_client.build_collection_param(opts[:'stream__in'], :csv) if !opts[:'stream__in'].nil?
|
176
176
|
query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
|
177
177
|
query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
|
178
178
|
|