pulp_file_client 1.1.0 → 1.2.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 +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/RemotesFileApi.md
CHANGED
@@ -5,17 +5,17 @@ All URIs are relative to *http://pulp*
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
7
7
|
[**create**](RemotesFileApi.md#create) | **POST** /pulp/api/v3/remotes/file/file/ | Create a file remote
|
8
|
-
[**delete**](RemotesFileApi.md#delete) | **DELETE** {
|
8
|
+
[**delete**](RemotesFileApi.md#delete) | **DELETE** {file_file_remote_href} | Delete a file remote
|
9
9
|
[**list**](RemotesFileApi.md#list) | **GET** /pulp/api/v3/remotes/file/file/ | List file remotes
|
10
|
-
[**partial_update**](RemotesFileApi.md#partial_update) | **PATCH** {
|
11
|
-
[**read**](RemotesFileApi.md#read) | **GET** {
|
12
|
-
[**update**](RemotesFileApi.md#update) | **PUT** {
|
10
|
+
[**partial_update**](RemotesFileApi.md#partial_update) | **PATCH** {file_file_remote_href} | Update a file remote
|
11
|
+
[**read**](RemotesFileApi.md#read) | **GET** {file_file_remote_href} | Inspect a file remote
|
12
|
+
[**update**](RemotesFileApi.md#update) | **PUT** {file_file_remote_href} | Update a file remote
|
13
13
|
|
14
14
|
|
15
15
|
|
16
16
|
## create
|
17
17
|
|
18
|
-
>
|
18
|
+
> FileFileRemoteResponse create(file_file_remote)
|
19
19
|
|
20
20
|
Create a file remote
|
21
21
|
|
@@ -28,17 +28,17 @@ Create a file remote
|
|
28
28
|
require 'pulp_file_client'
|
29
29
|
# setup authorization
|
30
30
|
PulpFileClient.configure do |config|
|
31
|
-
# Configure HTTP basic authorization:
|
31
|
+
# Configure HTTP basic authorization: basicAuth
|
32
32
|
config.username = 'YOUR USERNAME'
|
33
33
|
config.password = 'YOUR PASSWORD'
|
34
34
|
end
|
35
35
|
|
36
36
|
api_instance = PulpFileClient::RemotesFileApi.new
|
37
|
-
|
37
|
+
file_file_remote = PulpFileClient::FileFileRemote.new # FileFileRemote |
|
38
38
|
|
39
39
|
begin
|
40
40
|
#Create a file remote
|
41
|
-
result = api_instance.create(
|
41
|
+
result = api_instance.create(file_file_remote)
|
42
42
|
p result
|
43
43
|
rescue PulpFileClient::ApiError => e
|
44
44
|
puts "Exception when calling RemotesFileApi->create: #{e}"
|
@@ -50,25 +50,25 @@ end
|
|
50
50
|
|
51
51
|
Name | Type | Description | Notes
|
52
52
|
------------- | ------------- | ------------- | -------------
|
53
|
-
**
|
53
|
+
**file_file_remote** | [**FileFileRemote**](FileFileRemote.md)| |
|
54
54
|
|
55
55
|
### Return type
|
56
56
|
|
57
|
-
[**
|
57
|
+
[**FileFileRemoteResponse**](FileFileRemoteResponse.md)
|
58
58
|
|
59
59
|
### Authorization
|
60
60
|
|
61
|
-
[
|
61
|
+
[basicAuth](../README.md#basicAuth)
|
62
62
|
|
63
63
|
### HTTP request headers
|
64
64
|
|
65
|
-
- **Content-Type**: application/json
|
65
|
+
- **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
|
66
66
|
- **Accept**: application/json
|
67
67
|
|
68
68
|
|
69
69
|
## delete
|
70
70
|
|
71
|
-
> AsyncOperationResponse delete(
|
71
|
+
> AsyncOperationResponse delete(file_file_remote_href, opts)
|
72
72
|
|
73
73
|
Delete a file remote
|
74
74
|
|
@@ -81,17 +81,28 @@ Trigger an asynchronous delete task
|
|
81
81
|
require 'pulp_file_client'
|
82
82
|
# setup authorization
|
83
83
|
PulpFileClient.configure do |config|
|
84
|
-
# Configure HTTP basic authorization:
|
84
|
+
# Configure HTTP basic authorization: basicAuth
|
85
85
|
config.username = 'YOUR USERNAME'
|
86
86
|
config.password = 'YOUR PASSWORD'
|
87
87
|
end
|
88
88
|
|
89
89
|
api_instance = PulpFileClient::RemotesFileApi.new
|
90
|
-
|
90
|
+
file_file_remote_href = 'file_file_remote_href_example' # String |
|
91
|
+
opts = {
|
92
|
+
name: 'name_example', # String | name
|
93
|
+
name__in: 'name__in_example', # String | name__in
|
94
|
+
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
95
|
+
pulp_last_updated: 'pulp_last_updated_example', # String | pulp_last_updated
|
96
|
+
pulp_last_updated__gt: 'pulp_last_updated__gt_example', # String | pulp_last_updated__gt
|
97
|
+
pulp_last_updated__gte: 'pulp_last_updated__gte_example', # String | pulp_last_updated__gte
|
98
|
+
pulp_last_updated__lt: 'pulp_last_updated__lt_example', # String | pulp_last_updated__lt
|
99
|
+
pulp_last_updated__lte: 'pulp_last_updated__lte_example', # String | pulp_last_updated__lte
|
100
|
+
pulp_last_updated__range: 'pulp_last_updated__range_example' # String | pulp_last_updated__range
|
101
|
+
}
|
91
102
|
|
92
103
|
begin
|
93
104
|
#Delete a file remote
|
94
|
-
result = api_instance.delete(
|
105
|
+
result = api_instance.delete(file_file_remote_href, opts)
|
95
106
|
p result
|
96
107
|
rescue PulpFileClient::ApiError => e
|
97
108
|
puts "Exception when calling RemotesFileApi->delete: #{e}"
|
@@ -103,7 +114,16 @@ end
|
|
103
114
|
|
104
115
|
Name | Type | Description | Notes
|
105
116
|
------------- | ------------- | ------------- | -------------
|
106
|
-
**
|
117
|
+
**file_file_remote_href** | **String**| |
|
118
|
+
**name** | **String**| name | [optional]
|
119
|
+
**name__in** | **String**| name__in | [optional]
|
120
|
+
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
121
|
+
**pulp_last_updated** | **String**| pulp_last_updated | [optional]
|
122
|
+
**pulp_last_updated__gt** | **String**| pulp_last_updated__gt | [optional]
|
123
|
+
**pulp_last_updated__gte** | **String**| pulp_last_updated__gte | [optional]
|
124
|
+
**pulp_last_updated__lt** | **String**| pulp_last_updated__lt | [optional]
|
125
|
+
**pulp_last_updated__lte** | **String**| pulp_last_updated__lte | [optional]
|
126
|
+
**pulp_last_updated__range** | **String**| pulp_last_updated__range | [optional]
|
107
127
|
|
108
128
|
### Return type
|
109
129
|
|
@@ -111,7 +131,7 @@ Name | Type | Description | Notes
|
|
111
131
|
|
112
132
|
### Authorization
|
113
133
|
|
114
|
-
[
|
134
|
+
[basicAuth](../README.md#basicAuth)
|
115
135
|
|
116
136
|
### HTTP request headers
|
117
137
|
|
@@ -134,24 +154,24 @@ List file remotes
|
|
134
154
|
require 'pulp_file_client'
|
135
155
|
# setup authorization
|
136
156
|
PulpFileClient.configure do |config|
|
137
|
-
# Configure HTTP basic authorization:
|
157
|
+
# Configure HTTP basic authorization: basicAuth
|
138
158
|
config.username = 'YOUR USERNAME'
|
139
159
|
config.password = 'YOUR PASSWORD'
|
140
160
|
end
|
141
161
|
|
142
162
|
api_instance = PulpFileClient::RemotesFileApi.new
|
143
163
|
opts = {
|
144
|
-
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
145
|
-
name: 'name_example', # String |
|
146
|
-
name__in: 'name__in_example', # String | Filter results where name is in a comma-separated list of values
|
147
|
-
pulp_last_updated__lt: 'pulp_last_updated__lt_example', # String | Filter results where pulp_last_updated is less than value
|
148
|
-
pulp_last_updated__lte: 'pulp_last_updated__lte_example', # String | Filter results where pulp_last_updated is less than or equal to value
|
149
|
-
pulp_last_updated__gt: 'pulp_last_updated__gt_example', # String | Filter results where pulp_last_updated is greater than value
|
150
|
-
pulp_last_updated__gte: 'pulp_last_updated__gte_example', # String | Filter results where pulp_last_updated is greater than or equal to value
|
151
|
-
pulp_last_updated__range: 'pulp_last_updated__range_example', # String | Filter results where pulp_last_updated is between two comma separated values
|
152
|
-
pulp_last_updated: 'pulp_last_updated_example', # String | ISO 8601 formatted dates are supported
|
153
164
|
limit: 56, # Integer | Number of results to return per page.
|
165
|
+
name: 'name_example', # String | name
|
166
|
+
name__in: 'name__in_example', # String | name__in
|
154
167
|
offset: 56, # Integer | The initial index from which to return the results.
|
168
|
+
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
169
|
+
pulp_last_updated: 'pulp_last_updated_example', # String | pulp_last_updated
|
170
|
+
pulp_last_updated__gt: 'pulp_last_updated__gt_example', # String | pulp_last_updated__gt
|
171
|
+
pulp_last_updated__gte: 'pulp_last_updated__gte_example', # String | pulp_last_updated__gte
|
172
|
+
pulp_last_updated__lt: 'pulp_last_updated__lt_example', # String | pulp_last_updated__lt
|
173
|
+
pulp_last_updated__lte: 'pulp_last_updated__lte_example', # String | pulp_last_updated__lte
|
174
|
+
pulp_last_updated__range: 'pulp_last_updated__range_example', # String | pulp_last_updated__range
|
155
175
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
156
176
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
157
177
|
}
|
@@ -170,17 +190,17 @@ end
|
|
170
190
|
|
171
191
|
Name | Type | Description | Notes
|
172
192
|
------------- | ------------- | ------------- | -------------
|
173
|
-
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
174
|
-
**name** | **String**| | [optional]
|
175
|
-
**name__in** | **String**| Filter results where name is in a comma-separated list of values | [optional]
|
176
|
-
**pulp_last_updated__lt** | **String**| Filter results where pulp_last_updated is less than value | [optional]
|
177
|
-
**pulp_last_updated__lte** | **String**| Filter results where pulp_last_updated is less than or equal to value | [optional]
|
178
|
-
**pulp_last_updated__gt** | **String**| Filter results where pulp_last_updated is greater than value | [optional]
|
179
|
-
**pulp_last_updated__gte** | **String**| Filter results where pulp_last_updated is greater than or equal to value | [optional]
|
180
|
-
**pulp_last_updated__range** | **String**| Filter results where pulp_last_updated is between two comma separated values | [optional]
|
181
|
-
**pulp_last_updated** | **String**| ISO 8601 formatted dates are supported | [optional]
|
182
193
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
194
|
+
**name** | **String**| name | [optional]
|
195
|
+
**name__in** | **String**| name__in | [optional]
|
183
196
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
197
|
+
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
198
|
+
**pulp_last_updated** | **String**| pulp_last_updated | [optional]
|
199
|
+
**pulp_last_updated__gt** | **String**| pulp_last_updated__gt | [optional]
|
200
|
+
**pulp_last_updated__gte** | **String**| pulp_last_updated__gte | [optional]
|
201
|
+
**pulp_last_updated__lt** | **String**| pulp_last_updated__lt | [optional]
|
202
|
+
**pulp_last_updated__lte** | **String**| pulp_last_updated__lte | [optional]
|
203
|
+
**pulp_last_updated__range** | **String**| pulp_last_updated__range | [optional]
|
184
204
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
185
205
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
186
206
|
|
@@ -190,7 +210,7 @@ Name | Type | Description | Notes
|
|
190
210
|
|
191
211
|
### Authorization
|
192
212
|
|
193
|
-
[
|
213
|
+
[basicAuth](../README.md#basicAuth)
|
194
214
|
|
195
215
|
### HTTP request headers
|
196
216
|
|
@@ -200,9 +220,9 @@ Name | Type | Description | Notes
|
|
200
220
|
|
201
221
|
## partial_update
|
202
222
|
|
203
|
-
> AsyncOperationResponse partial_update(
|
223
|
+
> AsyncOperationResponse partial_update(file_file_remote_href, patchedfile_file_remote, opts)
|
204
224
|
|
205
|
-
|
225
|
+
Update a file remote
|
206
226
|
|
207
227
|
Trigger an asynchronous partial update task
|
208
228
|
|
@@ -213,18 +233,29 @@ Trigger an asynchronous partial update task
|
|
213
233
|
require 'pulp_file_client'
|
214
234
|
# setup authorization
|
215
235
|
PulpFileClient.configure do |config|
|
216
|
-
# Configure HTTP basic authorization:
|
236
|
+
# Configure HTTP basic authorization: basicAuth
|
217
237
|
config.username = 'YOUR USERNAME'
|
218
238
|
config.password = 'YOUR PASSWORD'
|
219
239
|
end
|
220
240
|
|
221
241
|
api_instance = PulpFileClient::RemotesFileApi.new
|
222
|
-
|
223
|
-
|
242
|
+
file_file_remote_href = 'file_file_remote_href_example' # String |
|
243
|
+
patchedfile_file_remote = PulpFileClient::PatchedfileFileRemote.new # PatchedfileFileRemote |
|
244
|
+
opts = {
|
245
|
+
name: 'name_example', # String | name
|
246
|
+
name__in: 'name__in_example', # String | name__in
|
247
|
+
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
248
|
+
pulp_last_updated: 'pulp_last_updated_example', # String | pulp_last_updated
|
249
|
+
pulp_last_updated__gt: 'pulp_last_updated__gt_example', # String | pulp_last_updated__gt
|
250
|
+
pulp_last_updated__gte: 'pulp_last_updated__gte_example', # String | pulp_last_updated__gte
|
251
|
+
pulp_last_updated__lt: 'pulp_last_updated__lt_example', # String | pulp_last_updated__lt
|
252
|
+
pulp_last_updated__lte: 'pulp_last_updated__lte_example', # String | pulp_last_updated__lte
|
253
|
+
pulp_last_updated__range: 'pulp_last_updated__range_example' # String | pulp_last_updated__range
|
254
|
+
}
|
224
255
|
|
225
256
|
begin
|
226
|
-
#
|
227
|
-
result = api_instance.partial_update(
|
257
|
+
#Update a file remote
|
258
|
+
result = api_instance.partial_update(file_file_remote_href, patchedfile_file_remote, opts)
|
228
259
|
p result
|
229
260
|
rescue PulpFileClient::ApiError => e
|
230
261
|
puts "Exception when calling RemotesFileApi->partial_update: #{e}"
|
@@ -236,8 +267,17 @@ end
|
|
236
267
|
|
237
268
|
Name | Type | Description | Notes
|
238
269
|
------------- | ------------- | ------------- | -------------
|
239
|
-
**
|
240
|
-
**
|
270
|
+
**file_file_remote_href** | **String**| |
|
271
|
+
**patchedfile_file_remote** | [**PatchedfileFileRemote**](PatchedfileFileRemote.md)| |
|
272
|
+
**name** | **String**| name | [optional]
|
273
|
+
**name__in** | **String**| name__in | [optional]
|
274
|
+
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
275
|
+
**pulp_last_updated** | **String**| pulp_last_updated | [optional]
|
276
|
+
**pulp_last_updated__gt** | **String**| pulp_last_updated__gt | [optional]
|
277
|
+
**pulp_last_updated__gte** | **String**| pulp_last_updated__gte | [optional]
|
278
|
+
**pulp_last_updated__lt** | **String**| pulp_last_updated__lt | [optional]
|
279
|
+
**pulp_last_updated__lte** | **String**| pulp_last_updated__lte | [optional]
|
280
|
+
**pulp_last_updated__range** | **String**| pulp_last_updated__range | [optional]
|
241
281
|
|
242
282
|
### Return type
|
243
283
|
|
@@ -245,17 +285,17 @@ Name | Type | Description | Notes
|
|
245
285
|
|
246
286
|
### Authorization
|
247
287
|
|
248
|
-
[
|
288
|
+
[basicAuth](../README.md#basicAuth)
|
249
289
|
|
250
290
|
### HTTP request headers
|
251
291
|
|
252
|
-
- **Content-Type**: application/json
|
292
|
+
- **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
|
253
293
|
- **Accept**: application/json
|
254
294
|
|
255
295
|
|
256
296
|
## read
|
257
297
|
|
258
|
-
>
|
298
|
+
> FileFileRemoteResponse read(file_file_remote_href, opts)
|
259
299
|
|
260
300
|
Inspect a file remote
|
261
301
|
|
@@ -268,13 +308,13 @@ Inspect a file remote
|
|
268
308
|
require 'pulp_file_client'
|
269
309
|
# setup authorization
|
270
310
|
PulpFileClient.configure do |config|
|
271
|
-
# Configure HTTP basic authorization:
|
311
|
+
# Configure HTTP basic authorization: basicAuth
|
272
312
|
config.username = 'YOUR USERNAME'
|
273
313
|
config.password = 'YOUR PASSWORD'
|
274
314
|
end
|
275
315
|
|
276
316
|
api_instance = PulpFileClient::RemotesFileApi.new
|
277
|
-
|
317
|
+
file_file_remote_href = 'file_file_remote_href_example' # String |
|
278
318
|
opts = {
|
279
319
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
280
320
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
@@ -282,7 +322,7 @@ opts = {
|
|
282
322
|
|
283
323
|
begin
|
284
324
|
#Inspect a file remote
|
285
|
-
result = api_instance.read(
|
325
|
+
result = api_instance.read(file_file_remote_href, opts)
|
286
326
|
p result
|
287
327
|
rescue PulpFileClient::ApiError => e
|
288
328
|
puts "Exception when calling RemotesFileApi->read: #{e}"
|
@@ -294,17 +334,17 @@ end
|
|
294
334
|
|
295
335
|
Name | Type | Description | Notes
|
296
336
|
------------- | ------------- | ------------- | -------------
|
297
|
-
**
|
337
|
+
**file_file_remote_href** | **String**| |
|
298
338
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
299
339
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
300
340
|
|
301
341
|
### Return type
|
302
342
|
|
303
|
-
[**
|
343
|
+
[**FileFileRemoteResponse**](FileFileRemoteResponse.md)
|
304
344
|
|
305
345
|
### Authorization
|
306
346
|
|
307
|
-
[
|
347
|
+
[basicAuth](../README.md#basicAuth)
|
308
348
|
|
309
349
|
### HTTP request headers
|
310
350
|
|
@@ -314,7 +354,7 @@ Name | Type | Description | Notes
|
|
314
354
|
|
315
355
|
## update
|
316
356
|
|
317
|
-
> AsyncOperationResponse update(
|
357
|
+
> AsyncOperationResponse update(file_file_remote_href, file_file_remote, opts)
|
318
358
|
|
319
359
|
Update a file remote
|
320
360
|
|
@@ -327,18 +367,29 @@ Trigger an asynchronous update task
|
|
327
367
|
require 'pulp_file_client'
|
328
368
|
# setup authorization
|
329
369
|
PulpFileClient.configure do |config|
|
330
|
-
# Configure HTTP basic authorization:
|
370
|
+
# Configure HTTP basic authorization: basicAuth
|
331
371
|
config.username = 'YOUR USERNAME'
|
332
372
|
config.password = 'YOUR PASSWORD'
|
333
373
|
end
|
334
374
|
|
335
375
|
api_instance = PulpFileClient::RemotesFileApi.new
|
336
|
-
|
337
|
-
|
376
|
+
file_file_remote_href = 'file_file_remote_href_example' # String |
|
377
|
+
file_file_remote = PulpFileClient::FileFileRemote.new # FileFileRemote |
|
378
|
+
opts = {
|
379
|
+
name: 'name_example', # String | name
|
380
|
+
name__in: 'name__in_example', # String | name__in
|
381
|
+
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
382
|
+
pulp_last_updated: 'pulp_last_updated_example', # String | pulp_last_updated
|
383
|
+
pulp_last_updated__gt: 'pulp_last_updated__gt_example', # String | pulp_last_updated__gt
|
384
|
+
pulp_last_updated__gte: 'pulp_last_updated__gte_example', # String | pulp_last_updated__gte
|
385
|
+
pulp_last_updated__lt: 'pulp_last_updated__lt_example', # String | pulp_last_updated__lt
|
386
|
+
pulp_last_updated__lte: 'pulp_last_updated__lte_example', # String | pulp_last_updated__lte
|
387
|
+
pulp_last_updated__range: 'pulp_last_updated__range_example' # String | pulp_last_updated__range
|
388
|
+
}
|
338
389
|
|
339
390
|
begin
|
340
391
|
#Update a file remote
|
341
|
-
result = api_instance.update(
|
392
|
+
result = api_instance.update(file_file_remote_href, file_file_remote, opts)
|
342
393
|
p result
|
343
394
|
rescue PulpFileClient::ApiError => e
|
344
395
|
puts "Exception when calling RemotesFileApi->update: #{e}"
|
@@ -350,8 +401,17 @@ end
|
|
350
401
|
|
351
402
|
Name | Type | Description | Notes
|
352
403
|
------------- | ------------- | ------------- | -------------
|
353
|
-
**
|
354
|
-
**
|
404
|
+
**file_file_remote_href** | **String**| |
|
405
|
+
**file_file_remote** | [**FileFileRemote**](FileFileRemote.md)| |
|
406
|
+
**name** | **String**| name | [optional]
|
407
|
+
**name__in** | **String**| name__in | [optional]
|
408
|
+
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
409
|
+
**pulp_last_updated** | **String**| pulp_last_updated | [optional]
|
410
|
+
**pulp_last_updated__gt** | **String**| pulp_last_updated__gt | [optional]
|
411
|
+
**pulp_last_updated__gte** | **String**| pulp_last_updated__gte | [optional]
|
412
|
+
**pulp_last_updated__lt** | **String**| pulp_last_updated__lt | [optional]
|
413
|
+
**pulp_last_updated__lte** | **String**| pulp_last_updated__lte | [optional]
|
414
|
+
**pulp_last_updated__range** | **String**| pulp_last_updated__range | [optional]
|
355
415
|
|
356
416
|
### Return type
|
357
417
|
|
@@ -359,10 +419,10 @@ Name | Type | Description | Notes
|
|
359
419
|
|
360
420
|
### Authorization
|
361
421
|
|
362
|
-
[
|
422
|
+
[basicAuth](../README.md#basicAuth)
|
363
423
|
|
364
424
|
### HTTP request headers
|
365
425
|
|
366
|
-
- **Content-Type**: application/json
|
426
|
+
- **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
|
367
427
|
- **Accept**: application/json
|
368
428
|
|