pulp_rpm_client 3.0.0b71572533171 → 3.0.0rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +63 -22
- data/docs/ContentAdvisoriesApi.md +15 -7
- data/docs/ContentDistributionTreesApi.md +2 -2
- data/docs/ContentModulemdDefaultsApi.md +6 -6
- data/docs/{ContentModulemdApi.md → ContentModulemdsApi.md} +14 -14
- data/docs/ContentPackagecategoriesApi.md +189 -0
- data/docs/ContentPackageenvironmentsApi.md +189 -0
- data/docs/ContentPackagegroupsApi.md +189 -0
- data/docs/ContentPackagelangpacksApi.md +189 -0
- data/docs/ContentPackagesApi.md +4 -4
- data/docs/ContentRepoMetadataFilesApi.md +4 -4
- data/docs/ContentSummary.md +21 -0
- data/docs/DistributionsRpmApi.md +10 -10
- data/docs/InlineResponse200.md +1 -1
- data/docs/InlineResponse2001.md +1 -1
- data/docs/InlineResponse20010.md +23 -0
- data/docs/InlineResponse20011.md +23 -0
- data/docs/InlineResponse20012.md +23 -0
- data/docs/InlineResponse20013.md +23 -0
- data/docs/InlineResponse20014.md +23 -0
- 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 +23 -0
- data/docs/PublicationsRpmApi.md +6 -6
- data/docs/RemotesRpmApi.md +12 -68
- data/docs/RepositoriesRpmApi.md +465 -0
- data/docs/RepositoriesRpmVersionsApi.md +214 -0
- data/docs/RepositoryAddRemoveContent.md +21 -0
- data/docs/RepositorySyncURL.md +2 -2
- data/docs/RepositoryVersion.md +25 -0
- data/docs/{DistributionTree.md → RpmDistributionTree.md} +2 -2
- data/docs/{Modulemd.md → RpmModulemd.md} +2 -8
- data/docs/{ModulemdDefaults.md → RpmModulemdDefaults.md} +2 -8
- data/docs/{Package.md → RpmPackage.md} +2 -8
- data/docs/RpmPackageCategory.md +33 -0
- data/docs/RpmPackageEnvironment.md +37 -0
- data/docs/RpmPackageGroup.md +39 -0
- data/docs/RpmPackageLangpacks.md +19 -0
- data/docs/{RepoMetadataFile.md → RpmRepoMetadataFile.md} +2 -8
- data/docs/{RpmDistribution.md → RpmRpmDistribution.md} +2 -2
- data/docs/{RpmPublication.md → RpmRpmPublication.md} +2 -2
- data/docs/{RpmRemote.md → RpmRpmRemote.md} +10 -14
- data/docs/RpmRpmRepository.md +27 -0
- data/docs/RpmUpdateCollection.md +21 -0
- data/docs/{UpdateRecord.md → RpmUpdateRecord.md} +24 -20
- data/lib/pulp_rpm_client/api/content_advisories_api.rb +28 -14
- data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +4 -4
- data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +8 -8
- data/lib/pulp_rpm_client/api/{content_modulemd_api.rb → content_modulemds_api.rb} +30 -30
- data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +227 -0
- data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +227 -0
- data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +227 -0
- data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +227 -0
- data/lib/pulp_rpm_client/api/content_packages_api.rb +7 -7
- data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +7 -7
- data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +13 -13
- data/lib/pulp_rpm_client/api/publications_rpm_api.rb +9 -9
- data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +16 -86
- data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +568 -0
- data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +268 -0
- data/lib/pulp_rpm_client/api_client.rb +1 -1
- data/lib/pulp_rpm_client/api_error.rb +1 -1
- data/lib/pulp_rpm_client/configuration.rb +1 -1
- data/lib/pulp_rpm_client/models/addon.rb +12 -2
- data/lib/pulp_rpm_client/models/artifact.rb +18 -2
- data/lib/pulp_rpm_client/models/async_operation_response.rb +12 -2
- data/lib/pulp_rpm_client/models/checksum.rb +12 -2
- data/lib/pulp_rpm_client/models/content_summary.rb +246 -0
- data/lib/pulp_rpm_client/models/image.rb +12 -2
- data/lib/pulp_rpm_client/models/inline_response200.rb +15 -3
- data/lib/pulp_rpm_client/models/inline_response2001.rb +15 -3
- data/lib/pulp_rpm_client/models/inline_response20010.rb +247 -0
- data/lib/pulp_rpm_client/models/inline_response20011.rb +247 -0
- data/lib/pulp_rpm_client/models/inline_response20012.rb +247 -0
- data/lib/pulp_rpm_client/models/inline_response20013.rb +247 -0
- data/lib/pulp_rpm_client/models/inline_response20014.rb +247 -0
- data/lib/pulp_rpm_client/models/inline_response2002.rb +15 -3
- data/lib/pulp_rpm_client/models/inline_response2003.rb +15 -3
- data/lib/pulp_rpm_client/models/inline_response2004.rb +15 -3
- data/lib/pulp_rpm_client/models/inline_response2005.rb +15 -3
- data/lib/pulp_rpm_client/models/inline_response2006.rb +15 -3
- data/lib/pulp_rpm_client/models/inline_response2007.rb +15 -3
- data/lib/pulp_rpm_client/models/inline_response2008.rb +15 -3
- data/lib/pulp_rpm_client/models/inline_response2009.rb +247 -0
- data/lib/pulp_rpm_client/models/repository_add_remove_content.rb +231 -0
- data/lib/pulp_rpm_client/models/repository_sync_url.rb +22 -12
- data/lib/pulp_rpm_client/models/repository_version.rb +244 -0
- data/lib/pulp_rpm_client/models/{distribution_tree.rb → rpm_distribution_tree.rb} +15 -5
- data/lib/pulp_rpm_client/models/{modulemd.rb → rpm_modulemd.rb} +16 -60
- data/lib/pulp_rpm_client/models/{modulemd_defaults.rb → rpm_modulemd_defaults.rb} +16 -60
- data/lib/pulp_rpm_client/models/{package.rb → rpm_package.rb} +16 -60
- data/lib/pulp_rpm_client/models/rpm_package_category.rb +405 -0
- data/lib/pulp_rpm_client/models/rpm_package_environment.rb +432 -0
- data/lib/pulp_rpm_client/models/rpm_package_group.rb +435 -0
- data/lib/pulp_rpm_client/models/rpm_package_langpacks.rb +246 -0
- data/lib/pulp_rpm_client/models/{repo_metadata_file.rb → rpm_repo_metadata_file.rb} +16 -60
- data/lib/pulp_rpm_client/models/{rpm_distribution.rb → rpm_rpm_distribution.rb} +17 -23
- data/lib/pulp_rpm_client/models/{rpm_publication.rb → rpm_rpm_publication.rb} +16 -5
- data/lib/pulp_rpm_client/models/{rpm_remote.rb → rpm_rpm_remote.rb} +69 -105
- data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +294 -0
- data/lib/pulp_rpm_client/models/rpm_update_collection.rb +240 -0
- data/lib/pulp_rpm_client/models/{update_record.rb → rpm_update_record.rb} +49 -239
- data/lib/pulp_rpm_client/models/variant.rb +12 -2
- data/lib/pulp_rpm_client/version.rb +2 -2
- data/lib/pulp_rpm_client.rb +32 -12
- data/pulp_rpm_client.gemspec +1 -1
- data/spec/api/content_advisories_api_spec.rb +6 -3
- data/spec/api/content_distribution_trees_api_spec.rb +2 -2
- data/spec/api/content_modulemd_defaults_api_spec.rb +3 -3
- data/spec/api/{content_modulemd_api_spec.rb → content_modulemds_api_spec.rb} +9 -9
- data/spec/api/content_packagecategories_api_spec.rb +79 -0
- data/spec/api/content_packageenvironments_api_spec.rb +79 -0
- data/spec/api/content_packagegroups_api_spec.rb +79 -0
- data/spec/api/content_packagelangpacks_api_spec.rb +79 -0
- data/spec/api/content_packages_api_spec.rb +3 -3
- data/spec/api/content_repo_metadata_files_api_spec.rb +3 -3
- data/spec/api/distributions_rpm_api_spec.rb +3 -3
- data/spec/api/publications_rpm_api_spec.rb +3 -3
- data/spec/api/remotes_rpm_api_spec.rb +4 -17
- data/spec/api/repositories_rpm_api_spec.rb +141 -0
- data/spec/api/repositories_rpm_versions_api_spec.rb +91 -0
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/addon_spec.rb +1 -1
- data/spec/models/artifact_spec.rb +1 -1
- data/spec/models/async_operation_response_spec.rb +1 -1
- data/spec/models/checksum_spec.rb +1 -1
- data/spec/models/content_summary_spec.rb +53 -0
- data/spec/models/image_spec.rb +1 -1
- data/spec/models/inline_response20010_spec.rb +59 -0
- data/spec/models/inline_response20011_spec.rb +59 -0
- data/spec/models/inline_response20012_spec.rb +59 -0
- data/spec/models/inline_response20013_spec.rb +59 -0
- data/spec/models/inline_response20014_spec.rb +59 -0
- data/spec/models/inline_response2001_spec.rb +1 -1
- data/spec/models/inline_response2002_spec.rb +1 -1
- data/spec/models/inline_response2003_spec.rb +1 -1
- data/spec/models/inline_response2004_spec.rb +1 -1
- data/spec/models/inline_response2005_spec.rb +1 -1
- data/spec/models/inline_response2006_spec.rb +1 -1
- data/spec/models/inline_response2007_spec.rb +1 -1
- data/spec/models/inline_response2008_spec.rb +1 -1
- data/spec/models/inline_response2009_spec.rb +59 -0
- data/spec/models/inline_response200_spec.rb +1 -1
- data/spec/models/repository_add_remove_content_spec.rb +53 -0
- data/spec/models/repository_sync_url_spec.rb +2 -2
- data/spec/models/repository_version_spec.rb +65 -0
- data/spec/models/{distribution_tree_spec.rb → rpm_distribution_tree_spec.rb} +7 -7
- data/spec/models/{modulemd_defaults_spec.rb → rpm_modulemd_defaults_spec.rb} +7 -25
- data/spec/models/{modulemd_spec.rb → rpm_modulemd_spec.rb} +7 -25
- data/spec/models/{repo_metadata_file_spec.rb → rpm_package_category_spec.rb} +16 -16
- data/spec/models/rpm_package_environment_spec.rb +101 -0
- data/spec/models/rpm_package_group_spec.rb +107 -0
- data/spec/models/rpm_package_langpacks_spec.rb +47 -0
- data/spec/models/{package_spec.rb → rpm_package_spec.rb} +7 -25
- data/spec/models/rpm_repo_metadata_file_spec.rb +71 -0
- data/spec/models/{rpm_distribution_spec.rb → rpm_rpm_distribution_spec.rb} +7 -7
- data/spec/models/{rpm_publication_spec.rb → rpm_rpm_publication_spec.rb} +7 -7
- data/spec/models/{rpm_remote_spec.rb → rpm_rpm_remote_spec.rb} +11 -23
- data/spec/models/rpm_rpm_repository_spec.rb +71 -0
- data/spec/models/rpm_update_collection_spec.rb +53 -0
- data/spec/models/{update_record_spec.rb → rpm_update_record_spec.rb} +19 -7
- data/spec/models/variant_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +126 -46
- data/docs/RpmCopyApi.md +0 -70
- data/lib/pulp_rpm_client/api/rpm_copy_api.rb +0 -96
- data/spec/api/rpm_copy_api_spec.rb +0 -50
data/docs/DistributionsRpmApi.md
CHANGED
@@ -34,7 +34,7 @@ PulpRpmClient.configure do |config|
|
|
34
34
|
end
|
35
35
|
|
36
36
|
api_instance = PulpRpmClient::DistributionsRpmApi.new
|
37
|
-
data = PulpRpmClient::
|
37
|
+
data = PulpRpmClient::RpmRpmDistribution.new # RpmRpmDistribution |
|
38
38
|
|
39
39
|
begin
|
40
40
|
#Create a rpm distribution
|
@@ -50,7 +50,7 @@ end
|
|
50
50
|
|
51
51
|
Name | Type | Description | Notes
|
52
52
|
------------- | ------------- | ------------- | -------------
|
53
|
-
**data** | [**
|
53
|
+
**data** | [**RpmRpmDistribution**](RpmRpmDistribution.md)| |
|
54
54
|
|
55
55
|
### Return type
|
56
56
|
|
@@ -121,7 +121,7 @@ Name | Type | Description | Notes
|
|
121
121
|
|
122
122
|
## list
|
123
123
|
|
124
|
-
>
|
124
|
+
> InlineResponse20010 list(opts)
|
125
125
|
|
126
126
|
List rpm distributions
|
127
127
|
|
@@ -180,7 +180,7 @@ Name | Type | Description | Notes
|
|
180
180
|
|
181
181
|
### Return type
|
182
182
|
|
183
|
-
[**
|
183
|
+
[**InlineResponse20010**](InlineResponse20010.md)
|
184
184
|
|
185
185
|
### Authorization
|
186
186
|
|
@@ -214,7 +214,7 @@ end
|
|
214
214
|
|
215
215
|
api_instance = PulpRpmClient::DistributionsRpmApi.new
|
216
216
|
rpm_distribution_href = 'rpm_distribution_href_example' # String | URI of Rpm Distribution. e.g.: /pulp/api/v3/distributions/rpm/rpm/1/
|
217
|
-
data = PulpRpmClient::
|
217
|
+
data = PulpRpmClient::RpmRpmDistribution.new # RpmRpmDistribution |
|
218
218
|
|
219
219
|
begin
|
220
220
|
#Partially update a rpm distribution
|
@@ -231,7 +231,7 @@ end
|
|
231
231
|
Name | Type | Description | Notes
|
232
232
|
------------- | ------------- | ------------- | -------------
|
233
233
|
**rpm_distribution_href** | **String**| URI of Rpm Distribution. e.g.: /pulp/api/v3/distributions/rpm/rpm/1/ |
|
234
|
-
**data** | [**
|
234
|
+
**data** | [**RpmRpmDistribution**](RpmRpmDistribution.md)| |
|
235
235
|
|
236
236
|
### Return type
|
237
237
|
|
@@ -249,7 +249,7 @@ Name | Type | Description | Notes
|
|
249
249
|
|
250
250
|
## read
|
251
251
|
|
252
|
-
>
|
252
|
+
> RpmRpmDistribution read(rpm_distribution_href, opts)
|
253
253
|
|
254
254
|
Inspect a rpm distribution
|
255
255
|
|
@@ -294,7 +294,7 @@ Name | Type | Description | Notes
|
|
294
294
|
|
295
295
|
### Return type
|
296
296
|
|
297
|
-
[**
|
297
|
+
[**RpmRpmDistribution**](RpmRpmDistribution.md)
|
298
298
|
|
299
299
|
### Authorization
|
300
300
|
|
@@ -328,7 +328,7 @@ end
|
|
328
328
|
|
329
329
|
api_instance = PulpRpmClient::DistributionsRpmApi.new
|
330
330
|
rpm_distribution_href = 'rpm_distribution_href_example' # String | URI of Rpm Distribution. e.g.: /pulp/api/v3/distributions/rpm/rpm/1/
|
331
|
-
data = PulpRpmClient::
|
331
|
+
data = PulpRpmClient::RpmRpmDistribution.new # RpmRpmDistribution |
|
332
332
|
|
333
333
|
begin
|
334
334
|
#Update a rpm distribution
|
@@ -345,7 +345,7 @@ end
|
|
345
345
|
Name | Type | Description | Notes
|
346
346
|
------------- | ------------- | ------------- | -------------
|
347
347
|
**rpm_distribution_href** | **String**| URI of Rpm Distribution. e.g.: /pulp/api/v3/distributions/rpm/rpm/1/ |
|
348
|
-
**data** | [**
|
348
|
+
**data** | [**RpmRpmDistribution**](RpmRpmDistribution.md)| |
|
349
349
|
|
350
350
|
### Return type
|
351
351
|
|
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<RpmUpdateRecord>**](RpmUpdateRecord.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<RpmDistributionTree>**](RpmDistributionTree.md) | |
|
11
11
|
|
12
12
|
## Code Sample
|
13
13
|
|
@@ -0,0 +1,23 @@
|
|
1
|
+
# PulpRpmClient::InlineResponse20010
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**count** | **Integer** | |
|
8
|
+
**_next** | **String** | | [optional]
|
9
|
+
**previous** | **String** | | [optional]
|
10
|
+
**results** | [**Array<RpmRpmDistribution>**](RpmRpmDistribution.md) | |
|
11
|
+
|
12
|
+
## Code Sample
|
13
|
+
|
14
|
+
```ruby
|
15
|
+
require 'PulpRpmClient'
|
16
|
+
|
17
|
+
instance = PulpRpmClient::InlineResponse20010.new(count: null,
|
18
|
+
_next: null,
|
19
|
+
previous: null,
|
20
|
+
results: null)
|
21
|
+
```
|
22
|
+
|
23
|
+
|
@@ -0,0 +1,23 @@
|
|
1
|
+
# PulpRpmClient::InlineResponse20011
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**count** | **Integer** | |
|
8
|
+
**_next** | **String** | | [optional]
|
9
|
+
**previous** | **String** | | [optional]
|
10
|
+
**results** | [**Array<RpmRpmPublication>**](RpmRpmPublication.md) | |
|
11
|
+
|
12
|
+
## Code Sample
|
13
|
+
|
14
|
+
```ruby
|
15
|
+
require 'PulpRpmClient'
|
16
|
+
|
17
|
+
instance = PulpRpmClient::InlineResponse20011.new(count: null,
|
18
|
+
_next: null,
|
19
|
+
previous: null,
|
20
|
+
results: null)
|
21
|
+
```
|
22
|
+
|
23
|
+
|
@@ -0,0 +1,23 @@
|
|
1
|
+
# PulpRpmClient::InlineResponse20012
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**count** | **Integer** | |
|
8
|
+
**_next** | **String** | | [optional]
|
9
|
+
**previous** | **String** | | [optional]
|
10
|
+
**results** | [**Array<RpmRpmRemote>**](RpmRpmRemote.md) | |
|
11
|
+
|
12
|
+
## Code Sample
|
13
|
+
|
14
|
+
```ruby
|
15
|
+
require 'PulpRpmClient'
|
16
|
+
|
17
|
+
instance = PulpRpmClient::InlineResponse20012.new(count: null,
|
18
|
+
_next: null,
|
19
|
+
previous: null,
|
20
|
+
results: null)
|
21
|
+
```
|
22
|
+
|
23
|
+
|
@@ -0,0 +1,23 @@
|
|
1
|
+
# PulpRpmClient::InlineResponse20013
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**count** | **Integer** | |
|
8
|
+
**_next** | **String** | | [optional]
|
9
|
+
**previous** | **String** | | [optional]
|
10
|
+
**results** | [**Array<RpmRpmRepository>**](RpmRpmRepository.md) | |
|
11
|
+
|
12
|
+
## Code Sample
|
13
|
+
|
14
|
+
```ruby
|
15
|
+
require 'PulpRpmClient'
|
16
|
+
|
17
|
+
instance = PulpRpmClient::InlineResponse20013.new(count: null,
|
18
|
+
_next: null,
|
19
|
+
previous: null,
|
20
|
+
results: null)
|
21
|
+
```
|
22
|
+
|
23
|
+
|
@@ -0,0 +1,23 @@
|
|
1
|
+
# PulpRpmClient::InlineResponse20014
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**count** | **Integer** | |
|
8
|
+
**_next** | **String** | | [optional]
|
9
|
+
**previous** | **String** | | [optional]
|
10
|
+
**results** | [**Array<RepositoryVersion>**](RepositoryVersion.md) | |
|
11
|
+
|
12
|
+
## Code Sample
|
13
|
+
|
14
|
+
```ruby
|
15
|
+
require 'PulpRpmClient'
|
16
|
+
|
17
|
+
instance = PulpRpmClient::InlineResponse20014.new(count: null,
|
18
|
+
_next: null,
|
19
|
+
previous: null,
|
20
|
+
results: null)
|
21
|
+
```
|
22
|
+
|
23
|
+
|
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<RpmModulemdDefaults>**](RpmModulemdDefaults.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<RpmModulemd>**](RpmModulemd.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<RpmPackageCategory>**](RpmPackageCategory.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<RpmPackageEnvironment>**](RpmPackageEnvironment.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<RpmPackageGroup>**](RpmPackageGroup.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<RpmPackageLangpacks>**](RpmPackageLangpacks.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<RpmPackage>**](RpmPackage.md) | |
|
11
11
|
|
12
12
|
## Code Sample
|
13
13
|
|
@@ -0,0 +1,23 @@
|
|
1
|
+
# PulpRpmClient::InlineResponse2009
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**count** | **Integer** | |
|
8
|
+
**_next** | **String** | | [optional]
|
9
|
+
**previous** | **String** | | [optional]
|
10
|
+
**results** | [**Array<RpmRepoMetadataFile>**](RpmRepoMetadataFile.md) | |
|
11
|
+
|
12
|
+
## Code Sample
|
13
|
+
|
14
|
+
```ruby
|
15
|
+
require 'PulpRpmClient'
|
16
|
+
|
17
|
+
instance = PulpRpmClient::InlineResponse2009.new(count: null,
|
18
|
+
_next: null,
|
19
|
+
previous: null,
|
20
|
+
results: null)
|
21
|
+
```
|
22
|
+
|
23
|
+
|
data/docs/PublicationsRpmApi.md
CHANGED
@@ -32,7 +32,7 @@ PulpRpmClient.configure do |config|
|
|
32
32
|
end
|
33
33
|
|
34
34
|
api_instance = PulpRpmClient::PublicationsRpmApi.new
|
35
|
-
data = PulpRpmClient::
|
35
|
+
data = PulpRpmClient::RpmRpmPublication.new # RpmRpmPublication |
|
36
36
|
|
37
37
|
begin
|
38
38
|
#Create a rpm publication
|
@@ -48,7 +48,7 @@ end
|
|
48
48
|
|
49
49
|
Name | Type | Description | Notes
|
50
50
|
------------- | ------------- | ------------- | -------------
|
51
|
-
**data** | [**
|
51
|
+
**data** | [**RpmRpmPublication**](RpmRpmPublication.md)| |
|
52
52
|
|
53
53
|
### Return type
|
54
54
|
|
@@ -118,7 +118,7 @@ nil (empty response body)
|
|
118
118
|
|
119
119
|
## list
|
120
120
|
|
121
|
-
>
|
121
|
+
> InlineResponse20011 list(opts)
|
122
122
|
|
123
123
|
List rpm publications
|
124
124
|
|
@@ -167,7 +167,7 @@ Name | Type | Description | Notes
|
|
167
167
|
|
168
168
|
### Return type
|
169
169
|
|
170
|
-
[**
|
170
|
+
[**InlineResponse20011**](InlineResponse20011.md)
|
171
171
|
|
172
172
|
### Authorization
|
173
173
|
|
@@ -181,7 +181,7 @@ Name | Type | Description | Notes
|
|
181
181
|
|
182
182
|
## read
|
183
183
|
|
184
|
-
>
|
184
|
+
> RpmRpmPublication read(rpm_publication_href, opts)
|
185
185
|
|
186
186
|
Inspect a rpm publication
|
187
187
|
|
@@ -226,7 +226,7 @@ Name | Type | Description | Notes
|
|
226
226
|
|
227
227
|
### Return type
|
228
228
|
|
229
|
-
[**
|
229
|
+
[**RpmRpmPublication**](RpmRpmPublication.md)
|
230
230
|
|
231
231
|
### Authorization
|
232
232
|
|
data/docs/RemotesRpmApi.md
CHANGED
@@ -9,14 +9,13 @@ Method | HTTP request | Description
|
|
9
9
|
[**list**](RemotesRpmApi.md#list) | **GET** /pulp/api/v3/remotes/rpm/rpm/ | List rpm remotes
|
10
10
|
[**partial_update**](RemotesRpmApi.md#partial_update) | **PATCH** {rpm_remote_href} | Partially update a rpm remote
|
11
11
|
[**read**](RemotesRpmApi.md#read) | **GET** {rpm_remote_href} | Inspect a rpm remote
|
12
|
-
[**sync**](RemotesRpmApi.md#sync) | **POST** {rpm_remote_href}sync/ | Sync from remote
|
13
12
|
[**update**](RemotesRpmApi.md#update) | **PUT** {rpm_remote_href} | Update a rpm remote
|
14
13
|
|
15
14
|
|
16
15
|
|
17
16
|
## create
|
18
17
|
|
19
|
-
>
|
18
|
+
> RpmRpmRemote create(data)
|
20
19
|
|
21
20
|
Create a rpm remote
|
22
21
|
|
@@ -35,7 +34,7 @@ PulpRpmClient.configure do |config|
|
|
35
34
|
end
|
36
35
|
|
37
36
|
api_instance = PulpRpmClient::RemotesRpmApi.new
|
38
|
-
data = PulpRpmClient::
|
37
|
+
data = PulpRpmClient::RpmRpmRemote.new # RpmRpmRemote |
|
39
38
|
|
40
39
|
begin
|
41
40
|
#Create a rpm remote
|
@@ -51,11 +50,11 @@ end
|
|
51
50
|
|
52
51
|
Name | Type | Description | Notes
|
53
52
|
------------- | ------------- | ------------- | -------------
|
54
|
-
**data** | [**
|
53
|
+
**data** | [**RpmRpmRemote**](RpmRpmRemote.md)| |
|
55
54
|
|
56
55
|
### Return type
|
57
56
|
|
58
|
-
[**
|
57
|
+
[**RpmRpmRemote**](RpmRpmRemote.md)
|
59
58
|
|
60
59
|
### Authorization
|
61
60
|
|
@@ -122,7 +121,7 @@ Name | Type | Description | Notes
|
|
122
121
|
|
123
122
|
## list
|
124
123
|
|
125
|
-
>
|
124
|
+
> InlineResponse20012 list(opts)
|
126
125
|
|
127
126
|
List rpm remotes
|
128
127
|
|
@@ -185,7 +184,7 @@ Name | Type | Description | Notes
|
|
185
184
|
|
186
185
|
### Return type
|
187
186
|
|
188
|
-
[**
|
187
|
+
[**InlineResponse20012**](InlineResponse20012.md)
|
189
188
|
|
190
189
|
### Authorization
|
191
190
|
|
@@ -219,7 +218,7 @@ end
|
|
219
218
|
|
220
219
|
api_instance = PulpRpmClient::RemotesRpmApi.new
|
221
220
|
rpm_remote_href = 'rpm_remote_href_example' # String | URI of Rpm Remote. e.g.: /pulp/api/v3/remotes/rpm/rpm/1/
|
222
|
-
data = PulpRpmClient::
|
221
|
+
data = PulpRpmClient::RpmRpmRemote.new # RpmRpmRemote |
|
223
222
|
|
224
223
|
begin
|
225
224
|
#Partially update a rpm remote
|
@@ -236,7 +235,7 @@ end
|
|
236
235
|
Name | Type | Description | Notes
|
237
236
|
------------- | ------------- | ------------- | -------------
|
238
237
|
**rpm_remote_href** | **String**| URI of Rpm Remote. e.g.: /pulp/api/v3/remotes/rpm/rpm/1/ |
|
239
|
-
**data** | [**
|
238
|
+
**data** | [**RpmRpmRemote**](RpmRpmRemote.md)| |
|
240
239
|
|
241
240
|
### Return type
|
242
241
|
|
@@ -254,7 +253,7 @@ Name | Type | Description | Notes
|
|
254
253
|
|
255
254
|
## read
|
256
255
|
|
257
|
-
>
|
256
|
+
> RpmRpmRemote read(rpm_remote_href, opts)
|
258
257
|
|
259
258
|
Inspect a rpm remote
|
260
259
|
|
@@ -299,7 +298,7 @@ Name | Type | Description | Notes
|
|
299
298
|
|
300
299
|
### Return type
|
301
300
|
|
302
|
-
[**
|
301
|
+
[**RpmRpmRemote**](RpmRpmRemote.md)
|
303
302
|
|
304
303
|
### Authorization
|
305
304
|
|
@@ -311,61 +310,6 @@ Name | Type | Description | Notes
|
|
311
310
|
- **Accept**: application/json
|
312
311
|
|
313
312
|
|
314
|
-
## sync
|
315
|
-
|
316
|
-
> AsyncOperationResponse sync(rpm_remote_href, data)
|
317
|
-
|
318
|
-
Sync from remote
|
319
|
-
|
320
|
-
Trigger an asynchronous task to sync RPM content.
|
321
|
-
|
322
|
-
### Example
|
323
|
-
|
324
|
-
```ruby
|
325
|
-
# load the gem
|
326
|
-
require 'pulp_rpm_client'
|
327
|
-
# setup authorization
|
328
|
-
PulpRpmClient.configure do |config|
|
329
|
-
# Configure HTTP basic authorization: Basic
|
330
|
-
config.username = 'YOUR USERNAME'
|
331
|
-
config.password = 'YOUR PASSWORD'
|
332
|
-
end
|
333
|
-
|
334
|
-
api_instance = PulpRpmClient::RemotesRpmApi.new
|
335
|
-
rpm_remote_href = 'rpm_remote_href_example' # String | URI of Rpm Remote. e.g.: /pulp/api/v3/remotes/rpm/rpm/1/
|
336
|
-
data = PulpRpmClient::RepositorySyncURL.new # RepositorySyncURL |
|
337
|
-
|
338
|
-
begin
|
339
|
-
#Sync from remote
|
340
|
-
result = api_instance.sync(rpm_remote_href, data)
|
341
|
-
p result
|
342
|
-
rescue PulpRpmClient::ApiError => e
|
343
|
-
puts "Exception when calling RemotesRpmApi->sync: #{e}"
|
344
|
-
end
|
345
|
-
```
|
346
|
-
|
347
|
-
### Parameters
|
348
|
-
|
349
|
-
|
350
|
-
Name | Type | Description | Notes
|
351
|
-
------------- | ------------- | ------------- | -------------
|
352
|
-
**rpm_remote_href** | **String**| URI of Rpm Remote. e.g.: /pulp/api/v3/remotes/rpm/rpm/1/ |
|
353
|
-
**data** | [**RepositorySyncURL**](RepositorySyncURL.md)| |
|
354
|
-
|
355
|
-
### Return type
|
356
|
-
|
357
|
-
[**AsyncOperationResponse**](AsyncOperationResponse.md)
|
358
|
-
|
359
|
-
### Authorization
|
360
|
-
|
361
|
-
[Basic](../README.md#Basic)
|
362
|
-
|
363
|
-
### HTTP request headers
|
364
|
-
|
365
|
-
- **Content-Type**: application/json
|
366
|
-
- **Accept**: application/json
|
367
|
-
|
368
|
-
|
369
313
|
## update
|
370
314
|
|
371
315
|
> AsyncOperationResponse update(rpm_remote_href, data)
|
@@ -388,7 +332,7 @@ end
|
|
388
332
|
|
389
333
|
api_instance = PulpRpmClient::RemotesRpmApi.new
|
390
334
|
rpm_remote_href = 'rpm_remote_href_example' # String | URI of Rpm Remote. e.g.: /pulp/api/v3/remotes/rpm/rpm/1/
|
391
|
-
data = PulpRpmClient::
|
335
|
+
data = PulpRpmClient::RpmRpmRemote.new # RpmRpmRemote |
|
392
336
|
|
393
337
|
begin
|
394
338
|
#Update a rpm remote
|
@@ -405,7 +349,7 @@ end
|
|
405
349
|
Name | Type | Description | Notes
|
406
350
|
------------- | ------------- | ------------- | -------------
|
407
351
|
**rpm_remote_href** | **String**| URI of Rpm Remote. e.g.: /pulp/api/v3/remotes/rpm/rpm/1/ |
|
408
|
-
**data** | [**
|
352
|
+
**data** | [**RpmRpmRemote**](RpmRpmRemote.md)| |
|
409
353
|
|
410
354
|
### Return type
|
411
355
|
|