pulp_file_client 1.1.0 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +51 -37
- data/docs/ContentFilesApi.md +24 -24
- data/docs/ContentSummary.md +3 -3
- data/docs/ContentSummaryResponse.md +21 -0
- data/docs/DistributionsFileApi.md +108 -60
- data/docs/{Export.md → ExportResponse.md} +2 -2
- data/docs/ExportersFileExportsApi.md +34 -34
- data/docs/ExportersFilesystemApi.md +61 -61
- data/docs/FileFileContent.md +5 -17
- data/docs/FileFileContentResponse.md +35 -0
- data/docs/FileFileDistribution.md +1 -7
- data/docs/FileFileDistributionResponse.md +29 -0
- data/docs/FileFileFilesystemExporter.md +1 -5
- data/docs/FileFileFilesystemExporterResponse.md +23 -0
- data/docs/FileFilePublication.md +1 -7
- data/docs/FileFilePublicationResponse.md +27 -0
- data/docs/FileFileRemote.md +4 -10
- data/docs/FileFileRemoteResponse.md +43 -0
- data/docs/FileFileRepository.md +4 -10
- data/docs/FileFileRepositoryResponse.md +29 -0
- data/docs/InlineResponse200.md +3 -3
- data/docs/InlineResponse2001.md +3 -3
- data/docs/InlineResponse2002.md +3 -3
- data/docs/InlineResponse2003.md +3 -3
- data/docs/InlineResponse2004.md +3 -3
- data/docs/InlineResponse2005.md +3 -3
- data/docs/InlineResponse2006.md +3 -3
- data/docs/InlineResponse2007.md +3 -3
- data/docs/PatchedfileFileDistribution.md +23 -0
- data/docs/PatchedfileFileFilesystemExporter.md +19 -0
- data/docs/PatchedfileFileRemote.md +37 -0
- data/docs/PatchedfileFileRepository.md +21 -0
- data/docs/PolicyEnum.md +16 -0
- data/docs/PublicationsFileApi.md +40 -40
- data/docs/RemotesFileApi.md +125 -65
- data/docs/RepositoriesFileApi.md +97 -73
- data/docs/RepositoriesFileVersionsApi.md +94 -62
- data/docs/RepositoryAddRemoveContent.md +2 -2
- data/docs/RepositorySyncURL.md +1 -1
- data/docs/RepositoryVersion.md +1 -9
- data/docs/RepositoryVersionResponse.md +25 -0
- data/lib/pulp_file_client/api/content_files_api.rb +32 -36
- data/lib/pulp_file_client/api/distributions_file_api.rb +153 -90
- data/lib/pulp_file_client/api/exporters_file_exports_api.rb +55 -55
- data/lib/pulp_file_client/api/exporters_filesystem_api.rb +102 -102
- data/lib/pulp_file_client/api/publications_file_api.rb +59 -59
- data/lib/pulp_file_client/api/remotes_file_api.rb +181 -100
- data/lib/pulp_file_client/api/repositories_file_api.rb +145 -118
- data/lib/pulp_file_client/api/repositories_file_versions_api.rb +137 -92
- data/lib/pulp_file_client/api_client.rb +2 -2
- data/lib/pulp_file_client/api_error.rb +2 -2
- data/lib/pulp_file_client/configuration.rb +3 -3
- data/lib/pulp_file_client/models/async_operation_response.rb +3 -2
- data/lib/pulp_file_client/models/content_summary.rb +9 -15
- data/lib/pulp_file_client/models/content_summary_response.rb +240 -0
- data/lib/pulp_file_client/models/{export.rb → export_response.rb} +6 -5
- data/lib/pulp_file_client/models/file_file_content.rb +18 -185
- data/lib/pulp_file_client/models/file_file_content_response.rb +302 -0
- data/lib/pulp_file_client/models/file_file_distribution.rb +4 -85
- data/lib/pulp_file_client/models/file_file_distribution_response.rb +279 -0
- data/lib/pulp_file_client/models/file_file_filesystem_exporter.rb +4 -60
- data/lib/pulp_file_client/models/file_file_filesystem_exporter_response.rb +247 -0
- data/lib/pulp_file_client/models/file_file_publication.rb +4 -49
- data/lib/pulp_file_client/models/file_file_publication_response.rb +260 -0
- data/lib/pulp_file_client/models/file_file_remote.rb +7 -199
- data/lib/pulp_file_client/models/file_file_remote_response.rb +368 -0
- data/lib/pulp_file_client/models/file_file_repository.rb +18 -78
- data/lib/pulp_file_client/models/file_file_repository_response.rb +271 -0
- data/lib/pulp_file_client/models/inline_response200.rb +3 -13
- data/lib/pulp_file_client/models/inline_response2001.rb +3 -13
- data/lib/pulp_file_client/models/inline_response2002.rb +3 -13
- data/lib/pulp_file_client/models/inline_response2003.rb +3 -13
- data/lib/pulp_file_client/models/inline_response2004.rb +3 -13
- data/lib/pulp_file_client/models/inline_response2005.rb +3 -13
- data/lib/pulp_file_client/models/inline_response2006.rb +3 -13
- data/lib/pulp_file_client/models/inline_response2007.rb +3 -13
- data/lib/pulp_file_client/models/patchedfile_file_distribution.rb +240 -0
- data/lib/pulp_file_client/models/patchedfile_file_filesystem_exporter.rb +218 -0
- data/lib/pulp_file_client/models/patchedfile_file_remote.rb +329 -0
- data/lib/pulp_file_client/models/patchedfile_file_repository.rb +229 -0
- data/lib/pulp_file_client/models/policy_enum.rb +37 -0
- data/lib/pulp_file_client/models/publication_export.rb +3 -2
- data/lib/pulp_file_client/models/repository_add_remove_content.rb +5 -4
- data/lib/pulp_file_client/models/repository_sync_url.rb +3 -8
- data/lib/pulp_file_client/models/repository_version.rb +7 -43
- data/lib/pulp_file_client/models/repository_version_response.rb +246 -0
- data/lib/pulp_file_client/version.rb +3 -3
- data/lib/pulp_file_client.rb +16 -3
- data/pulp_file_client.gemspec +4 -4
- data/spec/api/content_files_api_spec.rb +10 -10
- data/spec/api/distributions_file_api_spec.rb +39 -18
- data/spec/api/exporters_file_exports_api_spec.rb +9 -9
- data/spec/api/exporters_filesystem_api_spec.rb +23 -23
- data/spec/api/publications_file_api_spec.rb +14 -14
- data/spec/api/remotes_file_api_spec.rb +48 -21
- data/spec/api/repositories_file_api_spec.rb +28 -19
- data/spec/api/repositories_file_versions_api_spec.rb +38 -23
- data/spec/api_client_spec.rb +2 -2
- data/spec/configuration_spec.rb +2 -2
- data/spec/models/async_operation_response_spec.rb +2 -2
- data/spec/models/content_summary_response_spec.rb +53 -0
- data/spec/models/content_summary_spec.rb +2 -2
- data/spec/models/{export_spec.rb → export_response_spec.rb} +8 -8
- data/spec/models/file_file_content_response_spec.rb +95 -0
- data/spec/models/file_file_content_spec.rb +4 -40
- data/spec/models/file_file_distribution_response_spec.rb +77 -0
- data/spec/models/file_file_distribution_spec.rb +2 -20
- data/spec/models/file_file_filesystem_exporter_response_spec.rb +59 -0
- data/spec/models/file_file_filesystem_exporter_spec.rb +2 -14
- data/spec/models/file_file_publication_response_spec.rb +71 -0
- data/spec/models/file_file_publication_spec.rb +2 -20
- data/spec/models/file_file_remote_response_spec.rb +119 -0
- data/spec/models/file_file_remote_spec.rb +2 -24
- data/spec/models/file_file_repository_response_spec.rb +77 -0
- data/spec/models/file_file_repository_spec.rb +5 -23
- data/spec/models/inline_response2001_spec.rb +2 -2
- data/spec/models/inline_response2002_spec.rb +2 -2
- data/spec/models/inline_response2003_spec.rb +2 -2
- data/spec/models/inline_response2004_spec.rb +2 -2
- data/spec/models/inline_response2005_spec.rb +2 -2
- data/spec/models/inline_response2006_spec.rb +2 -2
- data/spec/models/inline_response2007_spec.rb +2 -2
- data/spec/models/inline_response200_spec.rb +2 -2
- data/spec/models/patchedfile_file_distribution_spec.rb +59 -0
- data/spec/models/patchedfile_file_filesystem_exporter_spec.rb +47 -0
- data/spec/models/patchedfile_file_remote_spec.rb +101 -0
- data/spec/models/patchedfile_file_repository_spec.rb +53 -0
- data/spec/models/policy_enum_spec.rb +35 -0
- data/spec/models/publication_export_spec.rb +2 -2
- data/spec/models/repository_add_remove_content_spec.rb +2 -2
- data/spec/models/repository_sync_url_spec.rb +2 -2
- data/spec/models/repository_version_response_spec.rb +65 -0
- data/spec/models/repository_version_spec.rb +2 -26
- data/spec/spec_helper.rb +2 -2
- metadata +76 -24
data/docs/RepositoriesFileApi.md
CHANGED
|
@@ -5,19 +5,19 @@ All URIs are relative to *http://pulp*
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
7
7
|
[**create**](RepositoriesFileApi.md#create) | **POST** /pulp/api/v3/repositories/file/file/ | Create a file repository
|
|
8
|
-
[**delete**](RepositoriesFileApi.md#delete) | **DELETE** {
|
|
8
|
+
[**delete**](RepositoriesFileApi.md#delete) | **DELETE** {file_file_repository_href} | Delete a file repository
|
|
9
9
|
[**list**](RepositoriesFileApi.md#list) | **GET** /pulp/api/v3/repositories/file/file/ | List file repositorys
|
|
10
|
-
[**modify**](RepositoriesFileApi.md#modify) | **POST** {
|
|
11
|
-
[**partial_update**](RepositoriesFileApi.md#partial_update) | **PATCH** {
|
|
12
|
-
[**read**](RepositoriesFileApi.md#read) | **GET** {
|
|
13
|
-
[**sync**](RepositoriesFileApi.md#sync) | **POST** {
|
|
14
|
-
[**update**](RepositoriesFileApi.md#update) | **PUT** {
|
|
10
|
+
[**modify**](RepositoriesFileApi.md#modify) | **POST** {file_file_repository_href}modify/ | Modify Repository Content
|
|
11
|
+
[**partial_update**](RepositoriesFileApi.md#partial_update) | **PATCH** {file_file_repository_href} | Update a file repository
|
|
12
|
+
[**read**](RepositoriesFileApi.md#read) | **GET** {file_file_repository_href} | Inspect a file repository
|
|
13
|
+
[**sync**](RepositoriesFileApi.md#sync) | **POST** {file_file_repository_href}sync/ |
|
|
14
|
+
[**update**](RepositoriesFileApi.md#update) | **PUT** {file_file_repository_href} | Update a file repository
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
## create
|
|
19
19
|
|
|
20
|
-
>
|
|
20
|
+
> FileFileRepositoryResponse create(file_file_repository)
|
|
21
21
|
|
|
22
22
|
Create a file repository
|
|
23
23
|
|
|
@@ -30,17 +30,17 @@ Create a file repository
|
|
|
30
30
|
require 'pulp_file_client'
|
|
31
31
|
# setup authorization
|
|
32
32
|
PulpFileClient.configure do |config|
|
|
33
|
-
# Configure HTTP basic authorization:
|
|
33
|
+
# Configure HTTP basic authorization: basicAuth
|
|
34
34
|
config.username = 'YOUR USERNAME'
|
|
35
35
|
config.password = 'YOUR PASSWORD'
|
|
36
36
|
end
|
|
37
37
|
|
|
38
38
|
api_instance = PulpFileClient::RepositoriesFileApi.new
|
|
39
|
-
|
|
39
|
+
file_file_repository = PulpFileClient::FileFileRepository.new # FileFileRepository |
|
|
40
40
|
|
|
41
41
|
begin
|
|
42
42
|
#Create a file repository
|
|
43
|
-
result = api_instance.create(
|
|
43
|
+
result = api_instance.create(file_file_repository)
|
|
44
44
|
p result
|
|
45
45
|
rescue PulpFileClient::ApiError => e
|
|
46
46
|
puts "Exception when calling RepositoriesFileApi->create: #{e}"
|
|
@@ -52,25 +52,25 @@ end
|
|
|
52
52
|
|
|
53
53
|
Name | Type | Description | Notes
|
|
54
54
|
------------- | ------------- | ------------- | -------------
|
|
55
|
-
**
|
|
55
|
+
**file_file_repository** | [**FileFileRepository**](FileFileRepository.md)| |
|
|
56
56
|
|
|
57
57
|
### Return type
|
|
58
58
|
|
|
59
|
-
[**
|
|
59
|
+
[**FileFileRepositoryResponse**](FileFileRepositoryResponse.md)
|
|
60
60
|
|
|
61
61
|
### Authorization
|
|
62
62
|
|
|
63
|
-
[
|
|
63
|
+
[basicAuth](../README.md#basicAuth)
|
|
64
64
|
|
|
65
65
|
### HTTP request headers
|
|
66
66
|
|
|
67
|
-
- **Content-Type**: application/json
|
|
67
|
+
- **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
|
|
68
68
|
- **Accept**: application/json
|
|
69
69
|
|
|
70
70
|
|
|
71
71
|
## delete
|
|
72
72
|
|
|
73
|
-
> AsyncOperationResponse delete(
|
|
73
|
+
> AsyncOperationResponse delete(file_file_repository_href, opts)
|
|
74
74
|
|
|
75
75
|
Delete a file repository
|
|
76
76
|
|
|
@@ -83,17 +83,22 @@ Trigger an asynchronous delete task
|
|
|
83
83
|
require 'pulp_file_client'
|
|
84
84
|
# setup authorization
|
|
85
85
|
PulpFileClient.configure do |config|
|
|
86
|
-
# Configure HTTP basic authorization:
|
|
86
|
+
# Configure HTTP basic authorization: basicAuth
|
|
87
87
|
config.username = 'YOUR USERNAME'
|
|
88
88
|
config.password = 'YOUR PASSWORD'
|
|
89
89
|
end
|
|
90
90
|
|
|
91
91
|
api_instance = PulpFileClient::RepositoriesFileApi.new
|
|
92
|
-
|
|
92
|
+
file_file_repository_href = 'file_file_repository_href_example' # String |
|
|
93
|
+
opts = {
|
|
94
|
+
name: 'name_example', # String | name
|
|
95
|
+
name__in: 'name__in_example', # String | name__in
|
|
96
|
+
ordering: 'ordering_example' # String | Which field to use when ordering the results.
|
|
97
|
+
}
|
|
93
98
|
|
|
94
99
|
begin
|
|
95
100
|
#Delete a file repository
|
|
96
|
-
result = api_instance.delete(
|
|
101
|
+
result = api_instance.delete(file_file_repository_href, opts)
|
|
97
102
|
p result
|
|
98
103
|
rescue PulpFileClient::ApiError => e
|
|
99
104
|
puts "Exception when calling RepositoriesFileApi->delete: #{e}"
|
|
@@ -105,7 +110,10 @@ end
|
|
|
105
110
|
|
|
106
111
|
Name | Type | Description | Notes
|
|
107
112
|
------------- | ------------- | ------------- | -------------
|
|
108
|
-
**
|
|
113
|
+
**file_file_repository_href** | **String**| |
|
|
114
|
+
**name** | **String**| name | [optional]
|
|
115
|
+
**name__in** | **String**| name__in | [optional]
|
|
116
|
+
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
|
109
117
|
|
|
110
118
|
### Return type
|
|
111
119
|
|
|
@@ -113,7 +121,7 @@ Name | Type | Description | Notes
|
|
|
113
121
|
|
|
114
122
|
### Authorization
|
|
115
123
|
|
|
116
|
-
[
|
|
124
|
+
[basicAuth](../README.md#basicAuth)
|
|
117
125
|
|
|
118
126
|
### HTTP request headers
|
|
119
127
|
|
|
@@ -136,18 +144,18 @@ List file repositorys
|
|
|
136
144
|
require 'pulp_file_client'
|
|
137
145
|
# setup authorization
|
|
138
146
|
PulpFileClient.configure do |config|
|
|
139
|
-
# Configure HTTP basic authorization:
|
|
147
|
+
# Configure HTTP basic authorization: basicAuth
|
|
140
148
|
config.username = 'YOUR USERNAME'
|
|
141
149
|
config.password = 'YOUR PASSWORD'
|
|
142
150
|
end
|
|
143
151
|
|
|
144
152
|
api_instance = PulpFileClient::RepositoriesFileApi.new
|
|
145
153
|
opts = {
|
|
146
|
-
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
|
147
|
-
name: 'name_example', # String |
|
|
148
|
-
name__in: 'name__in_example', # String | Filter results where name is in a comma-separated list of values
|
|
149
154
|
limit: 56, # Integer | Number of results to return per page.
|
|
155
|
+
name: 'name_example', # String | name
|
|
156
|
+
name__in: 'name__in_example', # String | name__in
|
|
150
157
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
158
|
+
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
|
151
159
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
152
160
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
153
161
|
}
|
|
@@ -166,11 +174,11 @@ end
|
|
|
166
174
|
|
|
167
175
|
Name | Type | Description | Notes
|
|
168
176
|
------------- | ------------- | ------------- | -------------
|
|
169
|
-
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
|
170
|
-
**name** | **String**| | [optional]
|
|
171
|
-
**name__in** | **String**| Filter results where name is in a comma-separated list of values | [optional]
|
|
172
177
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
178
|
+
**name** | **String**| name | [optional]
|
|
179
|
+
**name__in** | **String**| name__in | [optional]
|
|
173
180
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
181
|
+
**ordering** | **String**| Which field to use when ordering the results. | [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
|
|
|
@@ -180,7 +188,7 @@ Name | Type | Description | Notes
|
|
|
180
188
|
|
|
181
189
|
### Authorization
|
|
182
190
|
|
|
183
|
-
[
|
|
191
|
+
[basicAuth](../README.md#basicAuth)
|
|
184
192
|
|
|
185
193
|
### HTTP request headers
|
|
186
194
|
|
|
@@ -190,7 +198,7 @@ Name | Type | Description | Notes
|
|
|
190
198
|
|
|
191
199
|
## modify
|
|
192
200
|
|
|
193
|
-
> AsyncOperationResponse modify(
|
|
201
|
+
> AsyncOperationResponse modify(file_file_repository_href, repository_add_remove_content)
|
|
194
202
|
|
|
195
203
|
Modify Repository Content
|
|
196
204
|
|
|
@@ -203,18 +211,18 @@ Trigger an asynchronous task to create a new repository version.
|
|
|
203
211
|
require 'pulp_file_client'
|
|
204
212
|
# setup authorization
|
|
205
213
|
PulpFileClient.configure do |config|
|
|
206
|
-
# Configure HTTP basic authorization:
|
|
214
|
+
# Configure HTTP basic authorization: basicAuth
|
|
207
215
|
config.username = 'YOUR USERNAME'
|
|
208
216
|
config.password = 'YOUR PASSWORD'
|
|
209
217
|
end
|
|
210
218
|
|
|
211
219
|
api_instance = PulpFileClient::RepositoriesFileApi.new
|
|
212
|
-
|
|
213
|
-
|
|
220
|
+
file_file_repository_href = 'file_file_repository_href_example' # String |
|
|
221
|
+
repository_add_remove_content = PulpFileClient::RepositoryAddRemoveContent.new # RepositoryAddRemoveContent |
|
|
214
222
|
|
|
215
223
|
begin
|
|
216
224
|
#Modify Repository Content
|
|
217
|
-
result = api_instance.modify(
|
|
225
|
+
result = api_instance.modify(file_file_repository_href, repository_add_remove_content)
|
|
218
226
|
p result
|
|
219
227
|
rescue PulpFileClient::ApiError => e
|
|
220
228
|
puts "Exception when calling RepositoriesFileApi->modify: #{e}"
|
|
@@ -226,8 +234,8 @@ end
|
|
|
226
234
|
|
|
227
235
|
Name | Type | Description | Notes
|
|
228
236
|
------------- | ------------- | ------------- | -------------
|
|
229
|
-
**
|
|
230
|
-
**
|
|
237
|
+
**file_file_repository_href** | **String**| |
|
|
238
|
+
**repository_add_remove_content** | [**RepositoryAddRemoveContent**](RepositoryAddRemoveContent.md)| |
|
|
231
239
|
|
|
232
240
|
### Return type
|
|
233
241
|
|
|
@@ -235,19 +243,19 @@ Name | Type | Description | Notes
|
|
|
235
243
|
|
|
236
244
|
### Authorization
|
|
237
245
|
|
|
238
|
-
[
|
|
246
|
+
[basicAuth](../README.md#basicAuth)
|
|
239
247
|
|
|
240
248
|
### HTTP request headers
|
|
241
249
|
|
|
242
|
-
- **Content-Type**: application/json
|
|
250
|
+
- **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
|
|
243
251
|
- **Accept**: application/json
|
|
244
252
|
|
|
245
253
|
|
|
246
254
|
## partial_update
|
|
247
255
|
|
|
248
|
-
> AsyncOperationResponse partial_update(
|
|
256
|
+
> AsyncOperationResponse partial_update(file_file_repository_href, patchedfile_file_repository, opts)
|
|
249
257
|
|
|
250
|
-
|
|
258
|
+
Update a file repository
|
|
251
259
|
|
|
252
260
|
Trigger an asynchronous partial update task
|
|
253
261
|
|
|
@@ -258,18 +266,23 @@ Trigger an asynchronous partial update task
|
|
|
258
266
|
require 'pulp_file_client'
|
|
259
267
|
# setup authorization
|
|
260
268
|
PulpFileClient.configure do |config|
|
|
261
|
-
# Configure HTTP basic authorization:
|
|
269
|
+
# Configure HTTP basic authorization: basicAuth
|
|
262
270
|
config.username = 'YOUR USERNAME'
|
|
263
271
|
config.password = 'YOUR PASSWORD'
|
|
264
272
|
end
|
|
265
273
|
|
|
266
274
|
api_instance = PulpFileClient::RepositoriesFileApi.new
|
|
267
|
-
|
|
268
|
-
|
|
275
|
+
file_file_repository_href = 'file_file_repository_href_example' # String |
|
|
276
|
+
patchedfile_file_repository = PulpFileClient::PatchedfileFileRepository.new # PatchedfileFileRepository |
|
|
277
|
+
opts = {
|
|
278
|
+
name: 'name_example', # String | name
|
|
279
|
+
name__in: 'name__in_example', # String | name__in
|
|
280
|
+
ordering: 'ordering_example' # String | Which field to use when ordering the results.
|
|
281
|
+
}
|
|
269
282
|
|
|
270
283
|
begin
|
|
271
|
-
#
|
|
272
|
-
result = api_instance.partial_update(
|
|
284
|
+
#Update a file repository
|
|
285
|
+
result = api_instance.partial_update(file_file_repository_href, patchedfile_file_repository, opts)
|
|
273
286
|
p result
|
|
274
287
|
rescue PulpFileClient::ApiError => e
|
|
275
288
|
puts "Exception when calling RepositoriesFileApi->partial_update: #{e}"
|
|
@@ -281,8 +294,11 @@ end
|
|
|
281
294
|
|
|
282
295
|
Name | Type | Description | Notes
|
|
283
296
|
------------- | ------------- | ------------- | -------------
|
|
284
|
-
**
|
|
285
|
-
**
|
|
297
|
+
**file_file_repository_href** | **String**| |
|
|
298
|
+
**patchedfile_file_repository** | [**PatchedfileFileRepository**](PatchedfileFileRepository.md)| |
|
|
299
|
+
**name** | **String**| name | [optional]
|
|
300
|
+
**name__in** | **String**| name__in | [optional]
|
|
301
|
+
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
|
286
302
|
|
|
287
303
|
### Return type
|
|
288
304
|
|
|
@@ -290,17 +306,17 @@ Name | Type | Description | Notes
|
|
|
290
306
|
|
|
291
307
|
### Authorization
|
|
292
308
|
|
|
293
|
-
[
|
|
309
|
+
[basicAuth](../README.md#basicAuth)
|
|
294
310
|
|
|
295
311
|
### HTTP request headers
|
|
296
312
|
|
|
297
|
-
- **Content-Type**: application/json
|
|
313
|
+
- **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
|
|
298
314
|
- **Accept**: application/json
|
|
299
315
|
|
|
300
316
|
|
|
301
317
|
## read
|
|
302
318
|
|
|
303
|
-
>
|
|
319
|
+
> FileFileRepositoryResponse read(file_file_repository_href, opts)
|
|
304
320
|
|
|
305
321
|
Inspect a file repository
|
|
306
322
|
|
|
@@ -313,13 +329,13 @@ Inspect a file repository
|
|
|
313
329
|
require 'pulp_file_client'
|
|
314
330
|
# setup authorization
|
|
315
331
|
PulpFileClient.configure do |config|
|
|
316
|
-
# Configure HTTP basic authorization:
|
|
332
|
+
# Configure HTTP basic authorization: basicAuth
|
|
317
333
|
config.username = 'YOUR USERNAME'
|
|
318
334
|
config.password = 'YOUR PASSWORD'
|
|
319
335
|
end
|
|
320
336
|
|
|
321
337
|
api_instance = PulpFileClient::RepositoriesFileApi.new
|
|
322
|
-
|
|
338
|
+
file_file_repository_href = 'file_file_repository_href_example' # String |
|
|
323
339
|
opts = {
|
|
324
340
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
325
341
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
@@ -327,7 +343,7 @@ opts = {
|
|
|
327
343
|
|
|
328
344
|
begin
|
|
329
345
|
#Inspect a file repository
|
|
330
|
-
result = api_instance.read(
|
|
346
|
+
result = api_instance.read(file_file_repository_href, opts)
|
|
331
347
|
p result
|
|
332
348
|
rescue PulpFileClient::ApiError => e
|
|
333
349
|
puts "Exception when calling RepositoriesFileApi->read: #{e}"
|
|
@@ -339,17 +355,17 @@ end
|
|
|
339
355
|
|
|
340
356
|
Name | Type | Description | Notes
|
|
341
357
|
------------- | ------------- | ------------- | -------------
|
|
342
|
-
**
|
|
358
|
+
**file_file_repository_href** | **String**| |
|
|
343
359
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
|
344
360
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
|
345
361
|
|
|
346
362
|
### Return type
|
|
347
363
|
|
|
348
|
-
[**
|
|
364
|
+
[**FileFileRepositoryResponse**](FileFileRepositoryResponse.md)
|
|
349
365
|
|
|
350
366
|
### Authorization
|
|
351
367
|
|
|
352
|
-
[
|
|
368
|
+
[basicAuth](../README.md#basicAuth)
|
|
353
369
|
|
|
354
370
|
### HTTP request headers
|
|
355
371
|
|
|
@@ -359,7 +375,7 @@ Name | Type | Description | Notes
|
|
|
359
375
|
|
|
360
376
|
## sync
|
|
361
377
|
|
|
362
|
-
> AsyncOperationResponse sync(
|
|
378
|
+
> AsyncOperationResponse sync(file_file_repository_href, repository_sync_url)
|
|
363
379
|
|
|
364
380
|
|
|
365
381
|
|
|
@@ -372,17 +388,17 @@ Trigger an asynchronous task to sync file content.
|
|
|
372
388
|
require 'pulp_file_client'
|
|
373
389
|
# setup authorization
|
|
374
390
|
PulpFileClient.configure do |config|
|
|
375
|
-
# Configure HTTP basic authorization:
|
|
391
|
+
# Configure HTTP basic authorization: basicAuth
|
|
376
392
|
config.username = 'YOUR USERNAME'
|
|
377
393
|
config.password = 'YOUR PASSWORD'
|
|
378
394
|
end
|
|
379
395
|
|
|
380
396
|
api_instance = PulpFileClient::RepositoriesFileApi.new
|
|
381
|
-
|
|
382
|
-
|
|
397
|
+
file_file_repository_href = 'file_file_repository_href_example' # String |
|
|
398
|
+
repository_sync_url = PulpFileClient::RepositorySyncURL.new # RepositorySyncURL |
|
|
383
399
|
|
|
384
400
|
begin
|
|
385
|
-
result = api_instance.sync(
|
|
401
|
+
result = api_instance.sync(file_file_repository_href, repository_sync_url)
|
|
386
402
|
p result
|
|
387
403
|
rescue PulpFileClient::ApiError => e
|
|
388
404
|
puts "Exception when calling RepositoriesFileApi->sync: #{e}"
|
|
@@ -394,8 +410,8 @@ end
|
|
|
394
410
|
|
|
395
411
|
Name | Type | Description | Notes
|
|
396
412
|
------------- | ------------- | ------------- | -------------
|
|
397
|
-
**
|
|
398
|
-
**
|
|
413
|
+
**file_file_repository_href** | **String**| |
|
|
414
|
+
**repository_sync_url** | [**RepositorySyncURL**](RepositorySyncURL.md)| |
|
|
399
415
|
|
|
400
416
|
### Return type
|
|
401
417
|
|
|
@@ -403,17 +419,17 @@ Name | Type | Description | Notes
|
|
|
403
419
|
|
|
404
420
|
### Authorization
|
|
405
421
|
|
|
406
|
-
[
|
|
422
|
+
[basicAuth](../README.md#basicAuth)
|
|
407
423
|
|
|
408
424
|
### HTTP request headers
|
|
409
425
|
|
|
410
|
-
- **Content-Type**: application/json
|
|
426
|
+
- **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
|
|
411
427
|
- **Accept**: application/json
|
|
412
428
|
|
|
413
429
|
|
|
414
430
|
## update
|
|
415
431
|
|
|
416
|
-
> AsyncOperationResponse update(
|
|
432
|
+
> AsyncOperationResponse update(file_file_repository_href, file_file_repository, opts)
|
|
417
433
|
|
|
418
434
|
Update a file repository
|
|
419
435
|
|
|
@@ -426,18 +442,23 @@ Trigger an asynchronous update task
|
|
|
426
442
|
require 'pulp_file_client'
|
|
427
443
|
# setup authorization
|
|
428
444
|
PulpFileClient.configure do |config|
|
|
429
|
-
# Configure HTTP basic authorization:
|
|
445
|
+
# Configure HTTP basic authorization: basicAuth
|
|
430
446
|
config.username = 'YOUR USERNAME'
|
|
431
447
|
config.password = 'YOUR PASSWORD'
|
|
432
448
|
end
|
|
433
449
|
|
|
434
450
|
api_instance = PulpFileClient::RepositoriesFileApi.new
|
|
435
|
-
|
|
436
|
-
|
|
451
|
+
file_file_repository_href = 'file_file_repository_href_example' # String |
|
|
452
|
+
file_file_repository = PulpFileClient::FileFileRepository.new # FileFileRepository |
|
|
453
|
+
opts = {
|
|
454
|
+
name: 'name_example', # String | name
|
|
455
|
+
name__in: 'name__in_example', # String | name__in
|
|
456
|
+
ordering: 'ordering_example' # String | Which field to use when ordering the results.
|
|
457
|
+
}
|
|
437
458
|
|
|
438
459
|
begin
|
|
439
460
|
#Update a file repository
|
|
440
|
-
result = api_instance.update(
|
|
461
|
+
result = api_instance.update(file_file_repository_href, file_file_repository, opts)
|
|
441
462
|
p result
|
|
442
463
|
rescue PulpFileClient::ApiError => e
|
|
443
464
|
puts "Exception when calling RepositoriesFileApi->update: #{e}"
|
|
@@ -449,8 +470,11 @@ end
|
|
|
449
470
|
|
|
450
471
|
Name | Type | Description | Notes
|
|
451
472
|
------------- | ------------- | ------------- | -------------
|
|
452
|
-
**
|
|
453
|
-
**
|
|
473
|
+
**file_file_repository_href** | **String**| |
|
|
474
|
+
**file_file_repository** | [**FileFileRepository**](FileFileRepository.md)| |
|
|
475
|
+
**name** | **String**| name | [optional]
|
|
476
|
+
**name__in** | **String**| name__in | [optional]
|
|
477
|
+
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
|
454
478
|
|
|
455
479
|
### Return type
|
|
456
480
|
|
|
@@ -458,10 +482,10 @@ Name | Type | Description | Notes
|
|
|
458
482
|
|
|
459
483
|
### Authorization
|
|
460
484
|
|
|
461
|
-
[
|
|
485
|
+
[basicAuth](../README.md#basicAuth)
|
|
462
486
|
|
|
463
487
|
### HTTP request headers
|
|
464
488
|
|
|
465
|
-
- **Content-Type**: application/json
|
|
489
|
+
- **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
|
|
466
490
|
- **Accept**: application/json
|
|
467
491
|
|