pulp_deb_client 2.4.0b1 → 2.5.0b1
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 +35 -48
- data/docs/ContentGenericContentsApi.md +2 -2
- data/docs/ContentInstallerFileIndicesApi.md +4 -4
- data/docs/ContentInstallerPackagesApi.md +2 -2
- data/docs/ContentPackageIndicesApi.md +4 -4
- data/docs/ContentPackageReleaseComponentsApi.md +4 -4
- data/docs/ContentPackagesApi.md +2 -2
- data/docs/ContentReleaseArchitecturesApi.md +4 -4
- data/docs/ContentReleaseComponentsApi.md +4 -4
- data/docs/ContentReleaseFilesApi.md +4 -4
- data/docs/ContentReleasesApi.md +4 -4
- data/docs/{DebDebDistribution.md → DebAptDistribution.md} +2 -2
- data/docs/{DebDebPublication.md → DebAptPublication.md} +2 -2
- data/docs/{DebDebRemote.md → DebAptRemote.md} +2 -2
- data/docs/{DebDebRepository.md → DebAptRepository.md} +2 -2
- data/docs/{DebBasePackageRead.md → DebBasePackage.md} +2 -2
- data/docs/{DebGenericContentRead.md → DebGenericContent.md} +2 -2
- data/docs/DistributionsAptApi.md +43 -43
- data/docs/InlineResponse200.md +1 -1
- data/docs/InlineResponse2001.md +1 -1
- data/docs/InlineResponse20010.md +1 -1
- data/docs/InlineResponse20011.md +1 -1
- data/docs/InlineResponse20012.md +1 -1
- data/docs/InlineResponse20013.md +1 -1
- data/docs/InlineResponse20014.md +1 -1
- data/docs/InlineResponse2002.md +1 -1
- data/docs/InlineResponse2003.md +1 -1
- data/docs/InlineResponse2004.md +1 -1
- data/docs/InlineResponse2005.md +1 -1
- data/docs/InlineResponse2006.md +1 -1
- data/docs/InlineResponse2007.md +1 -1
- data/docs/InlineResponse2008.md +1 -1
- data/docs/InlineResponse2009.md +1 -1
- data/docs/PublicationsAptApi.md +26 -26
- data/docs/PublicationsVerbatimApi.md +2 -2
- data/docs/RemotesAptApi.md +46 -46
- data/docs/RepositoriesAptApi.md +56 -56
- data/docs/RepositoriesDebVersionsApi.md +13 -11
- data/lib/pulp_deb_client/api/content_generic_contents_api.rb +3 -3
- data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +6 -6
- data/lib/pulp_deb_client/api/content_installer_packages_api.rb +3 -3
- data/lib/pulp_deb_client/api/content_package_indices_api.rb +6 -6
- data/lib/pulp_deb_client/api/content_package_release_components_api.rb +6 -6
- data/lib/pulp_deb_client/api/content_packages_api.rb +3 -3
- data/lib/pulp_deb_client/api/content_release_architectures_api.rb +6 -6
- data/lib/pulp_deb_client/api/content_release_components_api.rb +6 -6
- data/lib/pulp_deb_client/api/content_release_files_api.rb +6 -6
- data/lib/pulp_deb_client/api/content_releases_api.rb +6 -6
- data/lib/pulp_deb_client/api/distributions_apt_api.rb +61 -61
- data/lib/pulp_deb_client/api/publications_apt_api.rb +37 -37
- data/lib/pulp_deb_client/api/publications_verbatim_api.rb +3 -3
- data/lib/pulp_deb_client/api/remotes_apt_api.rb +66 -66
- data/lib/pulp_deb_client/api/repositories_apt_api.rb +84 -84
- data/lib/pulp_deb_client/api/repositories_deb_versions_api.rb +22 -19
- data/lib/pulp_deb_client/models/{deb_deb_distribution.rb → deb_apt_distribution.rb} +3 -3
- data/lib/pulp_deb_client/models/{deb_deb_publication.rb → deb_apt_publication.rb} +3 -3
- data/lib/pulp_deb_client/models/{deb_deb_remote.rb → deb_apt_remote.rb} +6 -3
- data/lib/pulp_deb_client/models/{deb_deb_repository.rb → deb_apt_repository.rb} +3 -3
- data/lib/pulp_deb_client/models/{deb_base_package_read.rb → deb_base_package.rb} +3 -3
- data/lib/pulp_deb_client/models/{deb_generic_content_read.rb → deb_generic_content.rb} +3 -3
- data/lib/pulp_deb_client/models/inline_response200.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response2001.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response20010.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response20011.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response20012.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response20013.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response20014.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response2002.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response2003.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response2004.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response2005.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response2006.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response2007.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response2008.rb +1 -1
- data/lib/pulp_deb_client/models/inline_response2009.rb +1 -1
- data/lib/pulp_deb_client/version.rb +1 -1
- data/lib/pulp_deb_client.rb +6 -19
- data/spec/api/content_generic_contents_api_spec.rb +1 -1
- data/spec/api/content_installer_file_indices_api_spec.rb +2 -2
- data/spec/api/content_installer_packages_api_spec.rb +1 -1
- data/spec/api/content_package_indices_api_spec.rb +2 -2
- data/spec/api/content_package_release_components_api_spec.rb +2 -2
- data/spec/api/content_packages_api_spec.rb +1 -1
- data/spec/api/content_release_architectures_api_spec.rb +2 -2
- data/spec/api/content_release_components_api_spec.rb +2 -2
- data/spec/api/content_release_files_api_spec.rb +2 -2
- data/spec/api/content_releases_api_spec.rb +2 -2
- data/spec/api/distributions_apt_api_spec.rb +13 -13
- data/spec/api/publications_apt_api_spec.rb +10 -10
- data/spec/api/publications_verbatim_api_spec.rb +1 -1
- data/spec/api/remotes_apt_api_spec.rb +15 -15
- data/spec/api/repositories_apt_api_spec.rb +17 -17
- data/spec/api/repositories_deb_versions_api_spec.rb +6 -5
- data/spec/models/{deb_deb_distribution_spec.rb → deb_apt_distribution_spec.rb} +6 -6
- data/spec/models/{deb_deb_publication_spec.rb → deb_apt_publication_spec.rb} +6 -6
- data/spec/models/{deb_deb_remote_spec.rb → deb_apt_remote_spec.rb} +6 -6
- data/spec/models/{deb_deb_repository_spec.rb → deb_apt_repository_spec.rb} +6 -6
- data/spec/models/{deb_base_package_read_spec.rb → deb_base_package_spec.rb} +6 -6
- data/spec/models/{deb_generic_content_read_spec.rb → deb_generic_content_spec.rb} +6 -6
- metadata +26 -78
- data/docs/DebDebDistributionRead.md +0 -29
- data/docs/DebDebPublicationRead.md +0 -29
- data/docs/DebDebRemoteRead.md +0 -57
- data/docs/DebDebRepositoryRead.md +0 -27
- data/docs/DebInstallerFileIndexRead.md +0 -29
- data/docs/DebPackageIndexRead.md +0 -29
- data/docs/DebPackageReleaseComponentRead.md +0 -23
- data/docs/DebReleaseArchitectureRead.md +0 -23
- data/docs/DebReleaseComponentRead.md +0 -23
- data/docs/DebReleaseFileRead.md +0 -29
- data/docs/DebReleaseRead.md +0 -25
- data/docs/DebVerbatimPublicationRead.md +0 -23
- data/docs/RepositoryVersionRead.md +0 -25
- data/lib/pulp_deb_client/models/deb_deb_distribution_read.rb +0 -331
- data/lib/pulp_deb_client/models/deb_deb_publication_read.rb +0 -269
- data/lib/pulp_deb_client/models/deb_deb_remote_read.rb +0 -670
- data/lib/pulp_deb_client/models/deb_deb_repository_read.rb +0 -294
- data/lib/pulp_deb_client/models/deb_installer_file_index_read.rb +0 -341
- data/lib/pulp_deb_client/models/deb_package_index_read.rb +0 -341
- data/lib/pulp_deb_client/models/deb_package_release_component_read.rb +0 -246
- data/lib/pulp_deb_client/models/deb_release_architecture_read.rb +0 -265
- data/lib/pulp_deb_client/models/deb_release_component_read.rb +0 -265
- data/lib/pulp_deb_client/models/deb_release_file_read.rb +0 -342
- data/lib/pulp_deb_client/models/deb_release_read.rb +0 -315
- data/lib/pulp_deb_client/models/deb_verbatim_publication_read.rb +0 -235
- data/lib/pulp_deb_client/models/repository_version_read.rb +0 -244
- data/spec/models/deb_deb_distribution_read_spec.rb +0 -77
- data/spec/models/deb_deb_publication_read_spec.rb +0 -77
- data/spec/models/deb_deb_remote_read_spec.rb +0 -165
- data/spec/models/deb_deb_repository_read_spec.rb +0 -71
- data/spec/models/deb_installer_file_index_read_spec.rb +0 -77
- data/spec/models/deb_package_index_read_spec.rb +0 -77
- data/spec/models/deb_package_release_component_read_spec.rb +0 -59
- data/spec/models/deb_release_architecture_read_spec.rb +0 -59
- data/spec/models/deb_release_component_read_spec.rb +0 -59
- data/spec/models/deb_release_file_read_spec.rb +0 -77
- data/spec/models/deb_release_read_spec.rb +0 -65
- data/spec/models/deb_verbatim_publication_read_spec.rb +0 -59
- data/spec/models/repository_version_read_spec.rb +0 -65
data/docs/DistributionsAptApi.md
CHANGED
|
@@ -4,12 +4,12 @@ All URIs are relative to *http://pulp*
|
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
7
|
-
[**create**](DistributionsAptApi.md#create) | **POST** /pulp/api/v3/distributions/deb/apt/ | Create
|
|
8
|
-
[**delete**](DistributionsAptApi.md#delete) | **DELETE** {
|
|
9
|
-
[**list**](DistributionsAptApi.md#list) | **GET** /pulp/api/v3/distributions/deb/apt/ | List
|
|
10
|
-
[**partial_update**](DistributionsAptApi.md#partial_update) | **PATCH** {
|
|
11
|
-
[**read**](DistributionsAptApi.md#read) | **GET** {
|
|
12
|
-
[**update**](DistributionsAptApi.md#update) | **PUT** {
|
|
7
|
+
[**create**](DistributionsAptApi.md#create) | **POST** /pulp/api/v3/distributions/deb/apt/ | Create an apt distribution
|
|
8
|
+
[**delete**](DistributionsAptApi.md#delete) | **DELETE** {apt_distribution_href} | Delete an apt distribution
|
|
9
|
+
[**list**](DistributionsAptApi.md#list) | **GET** /pulp/api/v3/distributions/deb/apt/ | List apt distributions
|
|
10
|
+
[**partial_update**](DistributionsAptApi.md#partial_update) | **PATCH** {apt_distribution_href} | Partially update an apt distribution
|
|
11
|
+
[**read**](DistributionsAptApi.md#read) | **GET** {apt_distribution_href} | Inspect an apt distribution
|
|
12
|
+
[**update**](DistributionsAptApi.md#update) | **PUT** {apt_distribution_href} | Update an apt distribution
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
@@ -17,7 +17,7 @@ Method | HTTP request | Description
|
|
|
17
17
|
|
|
18
18
|
> AsyncOperationResponse create(data)
|
|
19
19
|
|
|
20
|
-
Create
|
|
20
|
+
Create an apt distribution
|
|
21
21
|
|
|
22
22
|
Trigger an asynchronous create task
|
|
23
23
|
|
|
@@ -34,10 +34,10 @@ PulpDebClient.configure do |config|
|
|
|
34
34
|
end
|
|
35
35
|
|
|
36
36
|
api_instance = PulpDebClient::DistributionsAptApi.new
|
|
37
|
-
data = PulpDebClient::
|
|
37
|
+
data = PulpDebClient::DebAptDistribution.new # DebAptDistribution |
|
|
38
38
|
|
|
39
39
|
begin
|
|
40
|
-
#Create
|
|
40
|
+
#Create an apt distribution
|
|
41
41
|
result = api_instance.create(data)
|
|
42
42
|
p result
|
|
43
43
|
rescue PulpDebClient::ApiError => e
|
|
@@ -50,7 +50,7 @@ end
|
|
|
50
50
|
|
|
51
51
|
Name | Type | Description | Notes
|
|
52
52
|
------------- | ------------- | ------------- | -------------
|
|
53
|
-
**data** | [**
|
|
53
|
+
**data** | [**DebAptDistribution**](DebAptDistribution.md)| |
|
|
54
54
|
|
|
55
55
|
### Return type
|
|
56
56
|
|
|
@@ -68,9 +68,9 @@ Name | Type | Description | Notes
|
|
|
68
68
|
|
|
69
69
|
## delete
|
|
70
70
|
|
|
71
|
-
> AsyncOperationResponse delete(
|
|
71
|
+
> AsyncOperationResponse delete(apt_distribution_href)
|
|
72
72
|
|
|
73
|
-
Delete
|
|
73
|
+
Delete an apt distribution
|
|
74
74
|
|
|
75
75
|
Trigger an asynchronous delete task
|
|
76
76
|
|
|
@@ -87,11 +87,11 @@ PulpDebClient.configure do |config|
|
|
|
87
87
|
end
|
|
88
88
|
|
|
89
89
|
api_instance = PulpDebClient::DistributionsAptApi.new
|
|
90
|
-
|
|
90
|
+
apt_distribution_href = 'apt_distribution_href_example' # String | URI of Apt Distribution. e.g.: /pulp/api/v3/distributions/deb/apt/1/
|
|
91
91
|
|
|
92
92
|
begin
|
|
93
|
-
#Delete
|
|
94
|
-
result = api_instance.delete(
|
|
93
|
+
#Delete an apt distribution
|
|
94
|
+
result = api_instance.delete(apt_distribution_href)
|
|
95
95
|
p result
|
|
96
96
|
rescue PulpDebClient::ApiError => e
|
|
97
97
|
puts "Exception when calling DistributionsAptApi->delete: #{e}"
|
|
@@ -103,7 +103,7 @@ end
|
|
|
103
103
|
|
|
104
104
|
Name | Type | Description | Notes
|
|
105
105
|
------------- | ------------- | ------------- | -------------
|
|
106
|
-
**
|
|
106
|
+
**apt_distribution_href** | **String**| URI of Apt Distribution. e.g.: /pulp/api/v3/distributions/deb/apt/1/ |
|
|
107
107
|
|
|
108
108
|
### Return type
|
|
109
109
|
|
|
@@ -123,9 +123,9 @@ Name | Type | Description | Notes
|
|
|
123
123
|
|
|
124
124
|
> InlineResponse2009 list(opts)
|
|
125
125
|
|
|
126
|
-
List
|
|
126
|
+
List apt distributions
|
|
127
127
|
|
|
128
|
-
ViewSet for
|
|
128
|
+
ViewSet for AptDistributions.
|
|
129
129
|
|
|
130
130
|
### Example
|
|
131
131
|
|
|
@@ -155,7 +155,7 @@ opts = {
|
|
|
155
155
|
}
|
|
156
156
|
|
|
157
157
|
begin
|
|
158
|
-
#List
|
|
158
|
+
#List apt distributions
|
|
159
159
|
result = api_instance.list(opts)
|
|
160
160
|
p result
|
|
161
161
|
rescue PulpDebClient::ApiError => e
|
|
@@ -196,9 +196,9 @@ Name | Type | Description | Notes
|
|
|
196
196
|
|
|
197
197
|
## partial_update
|
|
198
198
|
|
|
199
|
-
> AsyncOperationResponse partial_update(
|
|
199
|
+
> AsyncOperationResponse partial_update(apt_distribution_href, data)
|
|
200
200
|
|
|
201
|
-
Partially update
|
|
201
|
+
Partially update an apt distribution
|
|
202
202
|
|
|
203
203
|
Trigger an asynchronous partial update task
|
|
204
204
|
|
|
@@ -215,12 +215,12 @@ PulpDebClient.configure do |config|
|
|
|
215
215
|
end
|
|
216
216
|
|
|
217
217
|
api_instance = PulpDebClient::DistributionsAptApi.new
|
|
218
|
-
|
|
219
|
-
data = PulpDebClient::
|
|
218
|
+
apt_distribution_href = 'apt_distribution_href_example' # String | URI of Apt Distribution. e.g.: /pulp/api/v3/distributions/deb/apt/1/
|
|
219
|
+
data = PulpDebClient::DebAptDistribution.new # DebAptDistribution |
|
|
220
220
|
|
|
221
221
|
begin
|
|
222
|
-
#Partially update
|
|
223
|
-
result = api_instance.partial_update(
|
|
222
|
+
#Partially update an apt distribution
|
|
223
|
+
result = api_instance.partial_update(apt_distribution_href, data)
|
|
224
224
|
p result
|
|
225
225
|
rescue PulpDebClient::ApiError => e
|
|
226
226
|
puts "Exception when calling DistributionsAptApi->partial_update: #{e}"
|
|
@@ -232,8 +232,8 @@ end
|
|
|
232
232
|
|
|
233
233
|
Name | Type | Description | Notes
|
|
234
234
|
------------- | ------------- | ------------- | -------------
|
|
235
|
-
**
|
|
236
|
-
**data** | [**
|
|
235
|
+
**apt_distribution_href** | **String**| URI of Apt Distribution. e.g.: /pulp/api/v3/distributions/deb/apt/1/ |
|
|
236
|
+
**data** | [**DebAptDistribution**](DebAptDistribution.md)| |
|
|
237
237
|
|
|
238
238
|
### Return type
|
|
239
239
|
|
|
@@ -251,11 +251,11 @@ Name | Type | Description | Notes
|
|
|
251
251
|
|
|
252
252
|
## read
|
|
253
253
|
|
|
254
|
-
>
|
|
254
|
+
> DebAptDistribution read(apt_distribution_href, opts)
|
|
255
255
|
|
|
256
|
-
Inspect
|
|
256
|
+
Inspect an apt distribution
|
|
257
257
|
|
|
258
|
-
ViewSet for
|
|
258
|
+
ViewSet for AptDistributions.
|
|
259
259
|
|
|
260
260
|
### Example
|
|
261
261
|
|
|
@@ -270,15 +270,15 @@ PulpDebClient.configure do |config|
|
|
|
270
270
|
end
|
|
271
271
|
|
|
272
272
|
api_instance = PulpDebClient::DistributionsAptApi.new
|
|
273
|
-
|
|
273
|
+
apt_distribution_href = 'apt_distribution_href_example' # String | URI of Apt Distribution. e.g.: /pulp/api/v3/distributions/deb/apt/1/
|
|
274
274
|
opts = {
|
|
275
275
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
276
276
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
277
277
|
}
|
|
278
278
|
|
|
279
279
|
begin
|
|
280
|
-
#Inspect
|
|
281
|
-
result = api_instance.read(
|
|
280
|
+
#Inspect an apt distribution
|
|
281
|
+
result = api_instance.read(apt_distribution_href, opts)
|
|
282
282
|
p result
|
|
283
283
|
rescue PulpDebClient::ApiError => e
|
|
284
284
|
puts "Exception when calling DistributionsAptApi->read: #{e}"
|
|
@@ -290,13 +290,13 @@ end
|
|
|
290
290
|
|
|
291
291
|
Name | Type | Description | Notes
|
|
292
292
|
------------- | ------------- | ------------- | -------------
|
|
293
|
-
**
|
|
293
|
+
**apt_distribution_href** | **String**| URI of Apt Distribution. e.g.: /pulp/api/v3/distributions/deb/apt/1/ |
|
|
294
294
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
|
295
295
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
|
296
296
|
|
|
297
297
|
### Return type
|
|
298
298
|
|
|
299
|
-
[**
|
|
299
|
+
[**DebAptDistribution**](DebAptDistribution.md)
|
|
300
300
|
|
|
301
301
|
### Authorization
|
|
302
302
|
|
|
@@ -310,9 +310,9 @@ Name | Type | Description | Notes
|
|
|
310
310
|
|
|
311
311
|
## update
|
|
312
312
|
|
|
313
|
-
> AsyncOperationResponse update(
|
|
313
|
+
> AsyncOperationResponse update(apt_distribution_href, data)
|
|
314
314
|
|
|
315
|
-
Update
|
|
315
|
+
Update an apt distribution
|
|
316
316
|
|
|
317
317
|
Trigger an asynchronous update task
|
|
318
318
|
|
|
@@ -329,12 +329,12 @@ PulpDebClient.configure do |config|
|
|
|
329
329
|
end
|
|
330
330
|
|
|
331
331
|
api_instance = PulpDebClient::DistributionsAptApi.new
|
|
332
|
-
|
|
333
|
-
data = PulpDebClient::
|
|
332
|
+
apt_distribution_href = 'apt_distribution_href_example' # String | URI of Apt Distribution. e.g.: /pulp/api/v3/distributions/deb/apt/1/
|
|
333
|
+
data = PulpDebClient::DebAptDistribution.new # DebAptDistribution |
|
|
334
334
|
|
|
335
335
|
begin
|
|
336
|
-
#Update
|
|
337
|
-
result = api_instance.update(
|
|
336
|
+
#Update an apt distribution
|
|
337
|
+
result = api_instance.update(apt_distribution_href, data)
|
|
338
338
|
p result
|
|
339
339
|
rescue PulpDebClient::ApiError => e
|
|
340
340
|
puts "Exception when calling DistributionsAptApi->update: #{e}"
|
|
@@ -346,8 +346,8 @@ end
|
|
|
346
346
|
|
|
347
347
|
Name | Type | Description | Notes
|
|
348
348
|
------------- | ------------- | ------------- | -------------
|
|
349
|
-
**
|
|
350
|
-
**data** | [**
|
|
349
|
+
**apt_distribution_href** | **String**| URI of Apt Distribution. e.g.: /pulp/api/v3/distributions/deb/apt/1/ |
|
|
350
|
+
**data** | [**DebAptDistribution**](DebAptDistribution.md)| |
|
|
351
351
|
|
|
352
352
|
### Return type
|
|
353
353
|
|
data/docs/InlineResponse200.md
CHANGED
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**count** | **Integer** | |
|
|
8
8
|
**_next** | **String** | | [optional]
|
|
9
9
|
**previous** | **String** | | [optional]
|
|
10
|
-
**results** | [**Array<
|
|
10
|
+
**results** | [**Array<DebGenericContent>**](DebGenericContent.md) | |
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
data/docs/InlineResponse2001.md
CHANGED
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**count** | **Integer** | |
|
|
8
8
|
**_next** | **String** | | [optional]
|
|
9
9
|
**previous** | **String** | | [optional]
|
|
10
|
-
**results** | [**Array<
|
|
10
|
+
**results** | [**Array<DebInstallerFileIndex>**](DebInstallerFileIndex.md) | |
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
data/docs/InlineResponse20010.md
CHANGED
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**count** | **Integer** | |
|
|
8
8
|
**_next** | **String** | | [optional]
|
|
9
9
|
**previous** | **String** | | [optional]
|
|
10
|
-
**results** | [**Array<
|
|
10
|
+
**results** | [**Array<DebAptPublication>**](DebAptPublication.md) | |
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
data/docs/InlineResponse20011.md
CHANGED
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**count** | **Integer** | |
|
|
8
8
|
**_next** | **String** | | [optional]
|
|
9
9
|
**previous** | **String** | | [optional]
|
|
10
|
-
**results** | [**Array<
|
|
10
|
+
**results** | [**Array<DebVerbatimPublication>**](DebVerbatimPublication.md) | |
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
data/docs/InlineResponse20012.md
CHANGED
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**count** | **Integer** | |
|
|
8
8
|
**_next** | **String** | | [optional]
|
|
9
9
|
**previous** | **String** | | [optional]
|
|
10
|
-
**results** | [**Array<
|
|
10
|
+
**results** | [**Array<DebAptRemote>**](DebAptRemote.md) | |
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
data/docs/InlineResponse20013.md
CHANGED
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**count** | **Integer** | |
|
|
8
8
|
**_next** | **String** | | [optional]
|
|
9
9
|
**previous** | **String** | | [optional]
|
|
10
|
-
**results** | [**Array<
|
|
10
|
+
**results** | [**Array<DebAptRepository>**](DebAptRepository.md) | |
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
data/docs/InlineResponse20014.md
CHANGED
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**count** | **Integer** | |
|
|
8
8
|
**_next** | **String** | | [optional]
|
|
9
9
|
**previous** | **String** | | [optional]
|
|
10
|
-
**results** | [**Array<
|
|
10
|
+
**results** | [**Array<RepositoryVersion>**](RepositoryVersion.md) | |
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
data/docs/InlineResponse2002.md
CHANGED
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**count** | **Integer** | |
|
|
8
8
|
**_next** | **String** | | [optional]
|
|
9
9
|
**previous** | **String** | | [optional]
|
|
10
|
-
**results** | [**Array<
|
|
10
|
+
**results** | [**Array<DebBasePackage>**](DebBasePackage.md) | |
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
data/docs/InlineResponse2003.md
CHANGED
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**count** | **Integer** | |
|
|
8
8
|
**_next** | **String** | | [optional]
|
|
9
9
|
**previous** | **String** | | [optional]
|
|
10
|
-
**results** | [**Array<
|
|
10
|
+
**results** | [**Array<DebPackageIndex>**](DebPackageIndex.md) | |
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
data/docs/InlineResponse2004.md
CHANGED
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**count** | **Integer** | |
|
|
8
8
|
**_next** | **String** | | [optional]
|
|
9
9
|
**previous** | **String** | | [optional]
|
|
10
|
-
**results** | [**Array<
|
|
10
|
+
**results** | [**Array<DebPackageReleaseComponent>**](DebPackageReleaseComponent.md) | |
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
data/docs/InlineResponse2005.md
CHANGED
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**count** | **Integer** | |
|
|
8
8
|
**_next** | **String** | | [optional]
|
|
9
9
|
**previous** | **String** | | [optional]
|
|
10
|
-
**results** | [**Array<
|
|
10
|
+
**results** | [**Array<DebReleaseArchitecture>**](DebReleaseArchitecture.md) | |
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
data/docs/InlineResponse2006.md
CHANGED
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**count** | **Integer** | |
|
|
8
8
|
**_next** | **String** | | [optional]
|
|
9
9
|
**previous** | **String** | | [optional]
|
|
10
|
-
**results** | [**Array<
|
|
10
|
+
**results** | [**Array<DebReleaseComponent>**](DebReleaseComponent.md) | |
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
data/docs/InlineResponse2007.md
CHANGED
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**count** | **Integer** | |
|
|
8
8
|
**_next** | **String** | | [optional]
|
|
9
9
|
**previous** | **String** | | [optional]
|
|
10
|
-
**results** | [**Array<
|
|
10
|
+
**results** | [**Array<DebReleaseFile>**](DebReleaseFile.md) | |
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
data/docs/InlineResponse2008.md
CHANGED
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**count** | **Integer** | |
|
|
8
8
|
**_next** | **String** | | [optional]
|
|
9
9
|
**previous** | **String** | | [optional]
|
|
10
|
-
**results** | [**Array<
|
|
10
|
+
**results** | [**Array<DebRelease>**](DebRelease.md) | |
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
data/docs/InlineResponse2009.md
CHANGED
|
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**count** | **Integer** | |
|
|
8
8
|
**_next** | **String** | | [optional]
|
|
9
9
|
**previous** | **String** | | [optional]
|
|
10
|
-
**results** | [**Array<
|
|
10
|
+
**results** | [**Array<DebAptDistribution>**](DebAptDistribution.md) | |
|
|
11
11
|
|
|
12
12
|
## Code Sample
|
|
13
13
|
|
data/docs/PublicationsAptApi.md
CHANGED
|
@@ -4,10 +4,10 @@ All URIs are relative to *http://pulp*
|
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
7
|
-
[**create**](PublicationsAptApi.md#create) | **POST** /pulp/api/v3/publications/deb/apt/ | Create
|
|
8
|
-
[**delete**](PublicationsAptApi.md#delete) | **DELETE** {
|
|
9
|
-
[**list**](PublicationsAptApi.md#list) | **GET** /pulp/api/v3/publications/deb/apt/ | List
|
|
10
|
-
[**read**](PublicationsAptApi.md#read) | **GET** {
|
|
7
|
+
[**create**](PublicationsAptApi.md#create) | **POST** /pulp/api/v3/publications/deb/apt/ | Create an apt publication
|
|
8
|
+
[**delete**](PublicationsAptApi.md#delete) | **DELETE** {apt_publication_href} | Delete an apt publication
|
|
9
|
+
[**list**](PublicationsAptApi.md#list) | **GET** /pulp/api/v3/publications/deb/apt/ | List apt publications
|
|
10
|
+
[**read**](PublicationsAptApi.md#read) | **GET** {apt_publication_href} | Inspect an apt publication
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
@@ -15,7 +15,7 @@ Method | HTTP request | Description
|
|
|
15
15
|
|
|
16
16
|
> AsyncOperationResponse create(data)
|
|
17
17
|
|
|
18
|
-
Create
|
|
18
|
+
Create an apt publication
|
|
19
19
|
|
|
20
20
|
Trigger an asynchronous task to publish content
|
|
21
21
|
|
|
@@ -32,10 +32,10 @@ PulpDebClient.configure do |config|
|
|
|
32
32
|
end
|
|
33
33
|
|
|
34
34
|
api_instance = PulpDebClient::PublicationsAptApi.new
|
|
35
|
-
data = PulpDebClient::
|
|
35
|
+
data = PulpDebClient::DebAptPublication.new # DebAptPublication |
|
|
36
36
|
|
|
37
37
|
begin
|
|
38
|
-
#Create
|
|
38
|
+
#Create an apt publication
|
|
39
39
|
result = api_instance.create(data)
|
|
40
40
|
p result
|
|
41
41
|
rescue PulpDebClient::ApiError => e
|
|
@@ -48,7 +48,7 @@ end
|
|
|
48
48
|
|
|
49
49
|
Name | Type | Description | Notes
|
|
50
50
|
------------- | ------------- | ------------- | -------------
|
|
51
|
-
**data** | [**
|
|
51
|
+
**data** | [**DebAptPublication**](DebAptPublication.md)| |
|
|
52
52
|
|
|
53
53
|
### Return type
|
|
54
54
|
|
|
@@ -66,11 +66,11 @@ Name | Type | Description | Notes
|
|
|
66
66
|
|
|
67
67
|
## delete
|
|
68
68
|
|
|
69
|
-
> delete(
|
|
69
|
+
> delete(apt_publication_href)
|
|
70
70
|
|
|
71
|
-
Delete
|
|
71
|
+
Delete an apt publication
|
|
72
72
|
|
|
73
|
-
A ViewSet for
|
|
73
|
+
A ViewSet for AptPublication.
|
|
74
74
|
|
|
75
75
|
### Example
|
|
76
76
|
|
|
@@ -85,11 +85,11 @@ PulpDebClient.configure do |config|
|
|
|
85
85
|
end
|
|
86
86
|
|
|
87
87
|
api_instance = PulpDebClient::PublicationsAptApi.new
|
|
88
|
-
|
|
88
|
+
apt_publication_href = 'apt_publication_href_example' # String | URI of Apt Publication. e.g.: /pulp/api/v3/publications/deb/apt/1/
|
|
89
89
|
|
|
90
90
|
begin
|
|
91
|
-
#Delete
|
|
92
|
-
api_instance.delete(
|
|
91
|
+
#Delete an apt publication
|
|
92
|
+
api_instance.delete(apt_publication_href)
|
|
93
93
|
rescue PulpDebClient::ApiError => e
|
|
94
94
|
puts "Exception when calling PublicationsAptApi->delete: #{e}"
|
|
95
95
|
end
|
|
@@ -100,7 +100,7 @@ end
|
|
|
100
100
|
|
|
101
101
|
Name | Type | Description | Notes
|
|
102
102
|
------------- | ------------- | ------------- | -------------
|
|
103
|
-
**
|
|
103
|
+
**apt_publication_href** | **String**| URI of Apt Publication. e.g.: /pulp/api/v3/publications/deb/apt/1/ |
|
|
104
104
|
|
|
105
105
|
### Return type
|
|
106
106
|
|
|
@@ -120,9 +120,9 @@ nil (empty response body)
|
|
|
120
120
|
|
|
121
121
|
> InlineResponse20010 list(opts)
|
|
122
122
|
|
|
123
|
-
List
|
|
123
|
+
List apt publications
|
|
124
124
|
|
|
125
|
-
A ViewSet for
|
|
125
|
+
A ViewSet for AptPublication.
|
|
126
126
|
|
|
127
127
|
### Example
|
|
128
128
|
|
|
@@ -153,7 +153,7 @@ opts = {
|
|
|
153
153
|
}
|
|
154
154
|
|
|
155
155
|
begin
|
|
156
|
-
#List
|
|
156
|
+
#List apt publications
|
|
157
157
|
result = api_instance.list(opts)
|
|
158
158
|
p result
|
|
159
159
|
rescue PulpDebClient::ApiError => e
|
|
@@ -195,11 +195,11 @@ Name | Type | Description | Notes
|
|
|
195
195
|
|
|
196
196
|
## read
|
|
197
197
|
|
|
198
|
-
>
|
|
198
|
+
> DebAptPublication read(apt_publication_href, opts)
|
|
199
199
|
|
|
200
|
-
Inspect
|
|
200
|
+
Inspect an apt publication
|
|
201
201
|
|
|
202
|
-
A ViewSet for
|
|
202
|
+
A ViewSet for AptPublication.
|
|
203
203
|
|
|
204
204
|
### Example
|
|
205
205
|
|
|
@@ -214,15 +214,15 @@ PulpDebClient.configure do |config|
|
|
|
214
214
|
end
|
|
215
215
|
|
|
216
216
|
api_instance = PulpDebClient::PublicationsAptApi.new
|
|
217
|
-
|
|
217
|
+
apt_publication_href = 'apt_publication_href_example' # String | URI of Apt Publication. e.g.: /pulp/api/v3/publications/deb/apt/1/
|
|
218
218
|
opts = {
|
|
219
219
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
220
220
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
221
221
|
}
|
|
222
222
|
|
|
223
223
|
begin
|
|
224
|
-
#Inspect
|
|
225
|
-
result = api_instance.read(
|
|
224
|
+
#Inspect an apt publication
|
|
225
|
+
result = api_instance.read(apt_publication_href, opts)
|
|
226
226
|
p result
|
|
227
227
|
rescue PulpDebClient::ApiError => e
|
|
228
228
|
puts "Exception when calling PublicationsAptApi->read: #{e}"
|
|
@@ -234,13 +234,13 @@ end
|
|
|
234
234
|
|
|
235
235
|
Name | Type | Description | Notes
|
|
236
236
|
------------- | ------------- | ------------- | -------------
|
|
237
|
-
**
|
|
237
|
+
**apt_publication_href** | **String**| URI of Apt Publication. e.g.: /pulp/api/v3/publications/deb/apt/1/ |
|
|
238
238
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
|
239
239
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
|
240
240
|
|
|
241
241
|
### Return type
|
|
242
242
|
|
|
243
|
-
[**
|
|
243
|
+
[**DebAptPublication**](DebAptPublication.md)
|
|
244
244
|
|
|
245
245
|
### Authorization
|
|
246
246
|
|
|
@@ -195,7 +195,7 @@ Name | Type | Description | Notes
|
|
|
195
195
|
|
|
196
196
|
## read
|
|
197
197
|
|
|
198
|
-
>
|
|
198
|
+
> DebVerbatimPublication read(verbatim_publication_href, opts)
|
|
199
199
|
|
|
200
200
|
Inspect a verbatim publication
|
|
201
201
|
|
|
@@ -240,7 +240,7 @@ Name | Type | Description | Notes
|
|
|
240
240
|
|
|
241
241
|
### Return type
|
|
242
242
|
|
|
243
|
-
[**
|
|
243
|
+
[**DebVerbatimPublication**](DebVerbatimPublication.md)
|
|
244
244
|
|
|
245
245
|
### Authorization
|
|
246
246
|
|