pulp_rpm_client 3.3.2 → 3.4.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 +21 -16
- data/docs/ContentAdvisoriesApi.md +5 -5
- data/docs/ContentDistributionTreesApi.md +3 -3
- data/docs/ContentModulemdDefaultsApi.md +5 -5
- data/docs/ContentModulemdsApi.md +5 -5
- data/docs/ContentPackagecategoriesApi.md +3 -3
- data/docs/ContentPackageenvironmentsApi.md +3 -3
- data/docs/ContentPackagegroupsApi.md +3 -3
- data/docs/ContentPackagelangpacksApi.md +3 -3
- data/docs/ContentPackagesApi.md +5 -5
- data/docs/ContentRepoMetadataFilesApi.md +3 -3
- data/docs/DistributionsRpmApi.md +3 -3
- 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/PublicationsRpmApi.md +3 -3
- data/docs/RemotesRpmApi.md +5 -5
- data/docs/RepositoriesRpmApi.md +10 -10
- data/docs/RepositoriesRpmVersionsApi.md +3 -3
- data/docs/RepositoryVersionRead.md +25 -0
- data/docs/RpmCopyApi.md +1 -1
- data/docs/{RpmDistributionTree.md → RpmDistributionTreeRead.md} +2 -2
- data/docs/{RpmModulemdDefaults.md → RpmModulemdDefaultsRead.md} +2 -2
- data/docs/{RpmModulemd.md → RpmModulemdRead.md} +2 -2
- data/docs/{RpmPackageCategory.md → RpmPackageCategoryRead.md} +2 -2
- data/docs/{RpmPackageEnvironment.md → RpmPackageEnvironmentRead.md} +2 -2
- data/docs/{RpmPackageGroup.md → RpmPackageGroupRead.md} +2 -2
- data/docs/{RpmPackageLangpacks.md → RpmPackageLangpacksRead.md} +2 -2
- data/docs/{RpmPackage.md → RpmPackageRead.md} +2 -2
- data/docs/{RpmRepoMetadataFile.md → RpmRepoMetadataFileRead.md} +2 -2
- data/docs/RpmRpmDistributionRead.md +29 -0
- data/docs/RpmRpmPublicationRead.md +27 -0
- data/docs/RpmRpmRemote.md +7 -3
- data/docs/RpmRpmRemoteRead.md +43 -0
- data/docs/RpmRpmRepositoryRead.md +29 -0
- data/docs/{RpmUpdateRecord.md → RpmUpdateRecordRead.md} +2 -2
- data/lib/pulp_rpm_client/api/content_advisories_api.rb +5 -5
- data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +3 -3
- data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +5 -5
- data/lib/pulp_rpm_client/api/content_modulemds_api.rb +5 -5
- data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +3 -3
- data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +3 -3
- data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +3 -3
- data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +3 -3
- data/lib/pulp_rpm_client/api/content_packages_api.rb +5 -5
- data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +3 -3
- data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +3 -3
- data/lib/pulp_rpm_client/api/publications_rpm_api.rb +3 -3
- data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +6 -6
- data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +15 -15
- data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +3 -3
- data/lib/pulp_rpm_client/configuration.rb +2 -2
- data/lib/pulp_rpm_client/models/inline_response200.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response2001.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response20010.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response20011.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response20012.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response20013.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response20014.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response2002.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response2003.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response2004.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response2005.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response2006.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response2007.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response2008.rb +1 -1
- data/lib/pulp_rpm_client/models/inline_response2009.rb +1 -1
- data/lib/pulp_rpm_client/models/repository_version_read.rb +244 -0
- data/lib/pulp_rpm_client/models/{rpm_distribution_tree.rb → rpm_distribution_tree_read.rb} +3 -3
- data/lib/pulp_rpm_client/models/{rpm_modulemd_defaults.rb → rpm_modulemd_defaults_read.rb} +3 -3
- data/lib/pulp_rpm_client/models/{rpm_modulemd.rb → rpm_modulemd_read.rb} +3 -3
- data/lib/pulp_rpm_client/models/{rpm_package_category.rb → rpm_package_category_read.rb} +3 -3
- data/lib/pulp_rpm_client/models/{rpm_package_environment.rb → rpm_package_environment_read.rb} +3 -3
- data/lib/pulp_rpm_client/models/{rpm_package_group.rb → rpm_package_group_read.rb} +3 -3
- data/lib/pulp_rpm_client/models/{rpm_package_langpacks.rb → rpm_package_langpacks_read.rb} +3 -3
- data/lib/pulp_rpm_client/models/{rpm_package.rb → rpm_package_read.rb} +3 -3
- data/lib/pulp_rpm_client/models/{rpm_repo_metadata_file.rb → rpm_repo_metadata_file_read.rb} +3 -3
- data/lib/pulp_rpm_client/models/rpm_rpm_distribution_read.rb +331 -0
- data/lib/pulp_rpm_client/models/rpm_rpm_publication_read.rb +305 -0
- data/lib/pulp_rpm_client/models/rpm_rpm_remote.rb +56 -4
- data/lib/pulp_rpm_client/models/rpm_rpm_remote_read.rb +531 -0
- data/lib/pulp_rpm_client/models/rpm_rpm_repository_read.rb +305 -0
- data/lib/pulp_rpm_client/models/{rpm_update_record.rb → rpm_update_record_read.rb} +3 -3
- data/lib/pulp_rpm_client/version.rb +1 -1
- data/lib/pulp_rpm_client.rb +15 -10
- data/spec/api/content_advisories_api_spec.rb +2 -2
- data/spec/api/content_distribution_trees_api_spec.rb +1 -1
- data/spec/api/content_modulemd_defaults_api_spec.rb +2 -2
- data/spec/api/content_modulemds_api_spec.rb +2 -2
- data/spec/api/content_packagecategories_api_spec.rb +1 -1
- data/spec/api/content_packageenvironments_api_spec.rb +1 -1
- data/spec/api/content_packagegroups_api_spec.rb +1 -1
- data/spec/api/content_packagelangpacks_api_spec.rb +1 -1
- data/spec/api/content_packages_api_spec.rb +2 -2
- data/spec/api/content_repo_metadata_files_api_spec.rb +1 -1
- data/spec/api/distributions_rpm_api_spec.rb +1 -1
- data/spec/api/publications_rpm_api_spec.rb +1 -1
- data/spec/api/remotes_rpm_api_spec.rb +2 -2
- data/spec/api/repositories_rpm_api_spec.rb +6 -6
- data/spec/api/repositories_rpm_versions_api_spec.rb +1 -1
- data/spec/configuration_spec.rb +3 -3
- data/spec/models/repository_version_read_spec.rb +65 -0
- data/spec/models/{rpm_distribution_tree_spec.rb → rpm_distribution_tree_read_spec.rb} +6 -6
- data/spec/models/{rpm_modulemd_defaults_spec.rb → rpm_modulemd_defaults_read_spec.rb} +6 -6
- data/spec/models/{rpm_modulemd_spec.rb → rpm_modulemd_read_spec.rb} +6 -6
- data/spec/models/{rpm_package_category_spec.rb → rpm_package_category_read_spec.rb} +6 -6
- data/spec/models/{rpm_package_environment_spec.rb → rpm_package_environment_read_spec.rb} +6 -6
- data/spec/models/{rpm_package_group_spec.rb → rpm_package_group_read_spec.rb} +6 -6
- data/spec/models/{rpm_package_langpacks_spec.rb → rpm_package_langpacks_read_spec.rb} +6 -6
- data/spec/models/{rpm_package_spec.rb → rpm_package_read_spec.rb} +6 -6
- data/spec/models/{rpm_repo_metadata_file_spec.rb → rpm_repo_metadata_file_read_spec.rb} +6 -6
- data/spec/models/rpm_rpm_distribution_read_spec.rb +77 -0
- data/spec/models/rpm_rpm_publication_read_spec.rb +79 -0
- data/spec/models/rpm_rpm_remote_read_spec.rb +123 -0
- data/spec/models/rpm_rpm_remote_spec.rb +12 -0
- data/spec/models/rpm_rpm_repository_read_spec.rb +77 -0
- data/spec/models/{rpm_update_record_spec.rb → rpm_update_record_read_spec.rb} +6 -6
- metadata +62 -42
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fef907e6ac2f7939450c4eca6f93b98fabf07561305aa1a9ce51e3e276de0b34
|
4
|
+
data.tar.gz: 9db1f2266ce2e60649e4d5db4ec3014e07db62a435572ebd8eb63d7a5f213f1a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1b4f3d342696d5e74acc5f0388548bda97244713b7c38aa1ab51cc6f4cd9cb0f61550b988ce339cddfa1c4f1f69809707b799c4c6e670f577ce25f813f4553fc
|
7
|
+
data.tar.gz: ae0f899fd1bf17510bba45047e6bda7d5c8bb025d05a472ab2fc2693e94d71345ff946aa89e08392b09a6038603f687cf085dd3cce75661e35c127abab3b1a1d
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
8
8
|
|
9
9
|
- API version: v3
|
10
|
-
- Package version: 3.
|
10
|
+
- Package version: 3.4.0
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
12
12
|
|
13
13
|
## Installation
|
@@ -23,16 +23,16 @@ gem build pulp_rpm_client.gemspec
|
|
23
23
|
Then either install the gem locally:
|
24
24
|
|
25
25
|
```shell
|
26
|
-
gem install ./pulp_rpm_client-3.
|
26
|
+
gem install ./pulp_rpm_client-3.4.0.gem
|
27
27
|
```
|
28
28
|
|
29
|
-
(for development, run `gem install --dev ./pulp_rpm_client-3.
|
29
|
+
(for development, run `gem install --dev ./pulp_rpm_client-3.4.0.gem` to install the development dependencies)
|
30
30
|
|
31
31
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
32
32
|
|
33
33
|
Finally add this to the Gemfile:
|
34
34
|
|
35
|
-
gem 'pulp_rpm_client', '~> 3.
|
35
|
+
gem 'pulp_rpm_client', '~> 3.4.0'
|
36
36
|
|
37
37
|
### Install from Git
|
38
38
|
|
@@ -67,7 +67,7 @@ api_instance = PulpRpmClient::ContentAdvisoriesApi.new
|
|
67
67
|
relative_path = 'relative_path_example' # String | Path where the artifact is located relative to distributions base_path
|
68
68
|
opts = {
|
69
69
|
artifact: 'artifact_example', # String | Artifact file representing the physical content
|
70
|
-
file: File.new('/path/to/file'), # File | An uploaded file that
|
70
|
+
file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the artifact of the content unit.
|
71
71
|
repository: 'repository_example' # String | A URI of a repository the new content unit should be associated with.
|
72
72
|
}
|
73
73
|
|
@@ -83,7 +83,7 @@ end
|
|
83
83
|
|
84
84
|
## Documentation for API Endpoints
|
85
85
|
|
86
|
-
All URIs are relative to *http://
|
86
|
+
All URIs are relative to *http://pulp*
|
87
87
|
|
88
88
|
Class | Method | HTTP request | Description
|
89
89
|
------------ | ------------- | ------------- | -------------
|
@@ -174,22 +174,27 @@ Class | Method | HTTP request | Description
|
|
174
174
|
- [PulpRpmClient::InlineResponse2009](docs/InlineResponse2009.md)
|
175
175
|
- [PulpRpmClient::RepositoryAddRemoveContent](docs/RepositoryAddRemoveContent.md)
|
176
176
|
- [PulpRpmClient::RepositoryVersion](docs/RepositoryVersion.md)
|
177
|
-
- [PulpRpmClient::
|
178
|
-
- [PulpRpmClient::
|
179
|
-
- [PulpRpmClient::
|
180
|
-
- [PulpRpmClient::
|
181
|
-
- [PulpRpmClient::
|
182
|
-
- [PulpRpmClient::
|
183
|
-
- [PulpRpmClient::
|
184
|
-
- [PulpRpmClient::
|
185
|
-
- [PulpRpmClient::
|
177
|
+
- [PulpRpmClient::RepositoryVersionRead](docs/RepositoryVersionRead.md)
|
178
|
+
- [PulpRpmClient::RpmDistributionTreeRead](docs/RpmDistributionTreeRead.md)
|
179
|
+
- [PulpRpmClient::RpmModulemdDefaultsRead](docs/RpmModulemdDefaultsRead.md)
|
180
|
+
- [PulpRpmClient::RpmModulemdRead](docs/RpmModulemdRead.md)
|
181
|
+
- [PulpRpmClient::RpmPackageCategoryRead](docs/RpmPackageCategoryRead.md)
|
182
|
+
- [PulpRpmClient::RpmPackageEnvironmentRead](docs/RpmPackageEnvironmentRead.md)
|
183
|
+
- [PulpRpmClient::RpmPackageGroupRead](docs/RpmPackageGroupRead.md)
|
184
|
+
- [PulpRpmClient::RpmPackageLangpacksRead](docs/RpmPackageLangpacksRead.md)
|
185
|
+
- [PulpRpmClient::RpmPackageRead](docs/RpmPackageRead.md)
|
186
|
+
- [PulpRpmClient::RpmRepoMetadataFileRead](docs/RpmRepoMetadataFileRead.md)
|
186
187
|
- [PulpRpmClient::RpmRepositorySyncURL](docs/RpmRepositorySyncURL.md)
|
187
188
|
- [PulpRpmClient::RpmRpmDistribution](docs/RpmRpmDistribution.md)
|
189
|
+
- [PulpRpmClient::RpmRpmDistributionRead](docs/RpmRpmDistributionRead.md)
|
188
190
|
- [PulpRpmClient::RpmRpmPublication](docs/RpmRpmPublication.md)
|
191
|
+
- [PulpRpmClient::RpmRpmPublicationRead](docs/RpmRpmPublicationRead.md)
|
189
192
|
- [PulpRpmClient::RpmRpmRemote](docs/RpmRpmRemote.md)
|
193
|
+
- [PulpRpmClient::RpmRpmRemoteRead](docs/RpmRpmRemoteRead.md)
|
190
194
|
- [PulpRpmClient::RpmRpmRepository](docs/RpmRpmRepository.md)
|
195
|
+
- [PulpRpmClient::RpmRpmRepositoryRead](docs/RpmRpmRepositoryRead.md)
|
191
196
|
- [PulpRpmClient::RpmUpdateCollection](docs/RpmUpdateCollection.md)
|
192
|
-
- [PulpRpmClient::
|
197
|
+
- [PulpRpmClient::RpmUpdateRecordRead](docs/RpmUpdateRecordRead.md)
|
193
198
|
- [PulpRpmClient::Variant](docs/Variant.md)
|
194
199
|
|
195
200
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpRpmClient::ContentAdvisoriesApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -34,7 +34,7 @@ api_instance = PulpRpmClient::ContentAdvisoriesApi.new
|
|
34
34
|
relative_path = 'relative_path_example' # String | Path where the artifact is located relative to distributions base_path
|
35
35
|
opts = {
|
36
36
|
artifact: 'artifact_example', # String | Artifact file representing the physical content
|
37
|
-
file: File.new('/path/to/file'), # File | An uploaded file that
|
37
|
+
file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the artifact of the content unit.
|
38
38
|
repository: 'repository_example' # String | A URI of a repository the new content unit should be associated with.
|
39
39
|
}
|
40
40
|
|
@@ -54,7 +54,7 @@ Name | Type | Description | Notes
|
|
54
54
|
------------- | ------------- | ------------- | -------------
|
55
55
|
**relative_path** | **String**| Path where the artifact is located relative to distributions base_path |
|
56
56
|
**artifact** | **String**| Artifact file representing the physical content | [optional]
|
57
|
-
**file** | **File**| An uploaded file that
|
57
|
+
**file** | **File**| An uploaded file that may be turned into the artifact of the content unit. | [optional]
|
58
58
|
**repository** | **String**| A URI of a repository the new content unit should be associated with. | [optional]
|
59
59
|
|
60
60
|
### Return type
|
@@ -164,7 +164,7 @@ Name | Type | Description | Notes
|
|
164
164
|
|
165
165
|
## read
|
166
166
|
|
167
|
-
>
|
167
|
+
> RpmUpdateRecordRead read(update_record_href, opts)
|
168
168
|
|
169
169
|
Inspect an update record
|
170
170
|
|
@@ -209,7 +209,7 @@ Name | Type | Description | Notes
|
|
209
209
|
|
210
210
|
### Return type
|
211
211
|
|
212
|
-
[**
|
212
|
+
[**RpmUpdateRecordRead**](RpmUpdateRecordRead.md)
|
213
213
|
|
214
214
|
### Authorization
|
215
215
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpRpmClient::ContentDistributionTreesApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -133,7 +133,7 @@ Name | Type | Description | Notes
|
|
133
133
|
|
134
134
|
## read
|
135
135
|
|
136
|
-
>
|
136
|
+
> RpmDistributionTreeRead read(distribution_tree_href, opts)
|
137
137
|
|
138
138
|
Inspect a distribution tree
|
139
139
|
|
@@ -178,7 +178,7 @@ Name | Type | Description | Notes
|
|
178
178
|
|
179
179
|
### Return type
|
180
180
|
|
181
|
-
[**
|
181
|
+
[**RpmDistributionTreeRead**](RpmDistributionTreeRead.md)
|
182
182
|
|
183
183
|
### Authorization
|
184
184
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpRpmClient::ContentModulemdDefaultsApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -37,7 +37,7 @@ stream = 'stream_example' # String | Modulemd default stream.
|
|
37
37
|
profiles = 'profiles_example' # String | Default profiles for modulemd streams.
|
38
38
|
opts = {
|
39
39
|
artifact: 'artifact_example', # String | Artifact file representing the physical content
|
40
|
-
file: File.new('/path/to/file'), # File | An uploaded file that
|
40
|
+
file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the artifact of the content unit.
|
41
41
|
repository: 'repository_example' # String | A URI of a repository the new content unit should be associated with.
|
42
42
|
}
|
43
43
|
|
@@ -60,7 +60,7 @@ Name | Type | Description | Notes
|
|
60
60
|
**stream** | **String**| Modulemd default stream. |
|
61
61
|
**profiles** | **String**| Default profiles for modulemd streams. |
|
62
62
|
**artifact** | **String**| Artifact file representing the physical content | [optional]
|
63
|
-
**file** | **File**| An uploaded file that
|
63
|
+
**file** | **File**| An uploaded file that may be turned into the artifact of the content unit. | [optional]
|
64
64
|
**repository** | **String**| A URI of a repository the new content unit should be associated with. | [optional]
|
65
65
|
|
66
66
|
### Return type
|
@@ -158,7 +158,7 @@ Name | Type | Description | Notes
|
|
158
158
|
|
159
159
|
## read
|
160
160
|
|
161
|
-
>
|
161
|
+
> RpmModulemdDefaultsRead read(modulemd_defaults_href, opts)
|
162
162
|
|
163
163
|
Inspect a modulemd defaults
|
164
164
|
|
@@ -203,7 +203,7 @@ Name | Type | Description | Notes
|
|
203
203
|
|
204
204
|
### Return type
|
205
205
|
|
206
|
-
[**
|
206
|
+
[**RpmModulemdDefaultsRead**](RpmModulemdDefaultsRead.md)
|
207
207
|
|
208
208
|
### Authorization
|
209
209
|
|
data/docs/ContentModulemdsApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpRpmClient::ContentModulemdsApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -41,7 +41,7 @@ artifacts = 'artifacts_example' # String | Modulemd artifacts.
|
|
41
41
|
dependencies = 'dependencies_example' # String | Modulemd dependencies.
|
42
42
|
opts = {
|
43
43
|
artifact: 'artifact_example', # String | Artifact file representing the physical content
|
44
|
-
file: File.new('/path/to/file'), # File | An uploaded file that
|
44
|
+
file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the artifact of the content unit.
|
45
45
|
repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
|
46
46
|
packages: 'packages_example' # Array<String> | Modulemd artifacts' packages.
|
47
47
|
}
|
@@ -69,7 +69,7 @@ Name | Type | Description | Notes
|
|
69
69
|
**artifacts** | **String**| Modulemd artifacts. |
|
70
70
|
**dependencies** | **String**| Modulemd dependencies. |
|
71
71
|
**artifact** | **String**| Artifact file representing the physical content | [optional]
|
72
|
-
**file** | **File**| An uploaded file that
|
72
|
+
**file** | **File**| An uploaded file that may be turned into the artifact of the content unit. | [optional]
|
73
73
|
**repository** | **String**| A URI of a repository the new content unit should be associated with. | [optional]
|
74
74
|
**packages** | [**Array<String>**](String.md)| Modulemd artifacts' packages. | [optional]
|
75
75
|
|
@@ -168,7 +168,7 @@ Name | Type | Description | Notes
|
|
168
168
|
|
169
169
|
## read
|
170
170
|
|
171
|
-
>
|
171
|
+
> RpmModulemdRead read(modulemd_href, opts)
|
172
172
|
|
173
173
|
Inspect a modulemd
|
174
174
|
|
@@ -213,7 +213,7 @@ Name | Type | Description | Notes
|
|
213
213
|
|
214
214
|
### Return type
|
215
215
|
|
216
|
-
[**
|
216
|
+
[**RpmModulemdRead**](RpmModulemdRead.md)
|
217
217
|
|
218
218
|
### Authorization
|
219
219
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpRpmClient::ContentPackagecategoriesApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -133,7 +133,7 @@ Name | Type | Description | Notes
|
|
133
133
|
|
134
134
|
## read
|
135
135
|
|
136
|
-
>
|
136
|
+
> RpmPackageCategoryRead read(package_category_href, opts)
|
137
137
|
|
138
138
|
Inspect a package category
|
139
139
|
|
@@ -178,7 +178,7 @@ Name | Type | Description | Notes
|
|
178
178
|
|
179
179
|
### Return type
|
180
180
|
|
181
|
-
[**
|
181
|
+
[**RpmPackageCategoryRead**](RpmPackageCategoryRead.md)
|
182
182
|
|
183
183
|
### Authorization
|
184
184
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpRpmClient::ContentPackageenvironmentsApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -133,7 +133,7 @@ Name | Type | Description | Notes
|
|
133
133
|
|
134
134
|
## read
|
135
135
|
|
136
|
-
>
|
136
|
+
> RpmPackageEnvironmentRead read(package_environment_href, opts)
|
137
137
|
|
138
138
|
Inspect a package environment
|
139
139
|
|
@@ -178,7 +178,7 @@ Name | Type | Description | Notes
|
|
178
178
|
|
179
179
|
### Return type
|
180
180
|
|
181
|
-
[**
|
181
|
+
[**RpmPackageEnvironmentRead**](RpmPackageEnvironmentRead.md)
|
182
182
|
|
183
183
|
### Authorization
|
184
184
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpRpmClient::ContentPackagegroupsApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -133,7 +133,7 @@ Name | Type | Description | Notes
|
|
133
133
|
|
134
134
|
## read
|
135
135
|
|
136
|
-
>
|
136
|
+
> RpmPackageGroupRead read(package_group_href, opts)
|
137
137
|
|
138
138
|
Inspect a package group
|
139
139
|
|
@@ -178,7 +178,7 @@ Name | Type | Description | Notes
|
|
178
178
|
|
179
179
|
### Return type
|
180
180
|
|
181
|
-
[**
|
181
|
+
[**RpmPackageGroupRead**](RpmPackageGroupRead.md)
|
182
182
|
|
183
183
|
### Authorization
|
184
184
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpRpmClient::ContentPackagelangpacksApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -133,7 +133,7 @@ Name | Type | Description | Notes
|
|
133
133
|
|
134
134
|
## read
|
135
135
|
|
136
|
-
>
|
136
|
+
> RpmPackageLangpacksRead read(package_langpacks_href, opts)
|
137
137
|
|
138
138
|
Inspect a package langpacks
|
139
139
|
|
@@ -178,7 +178,7 @@ Name | Type | Description | Notes
|
|
178
178
|
|
179
179
|
### Return type
|
180
180
|
|
181
|
-
[**
|
181
|
+
[**RpmPackageLangpacksRead**](RpmPackageLangpacksRead.md)
|
182
182
|
|
183
183
|
### Authorization
|
184
184
|
|
data/docs/ContentPackagesApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpRpmClient::ContentPackagesApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -34,7 +34,7 @@ api_instance = PulpRpmClient::ContentPackagesApi.new
|
|
34
34
|
relative_path = 'relative_path_example' # String | Path where the artifact is located relative to distributions base_path
|
35
35
|
opts = {
|
36
36
|
artifact: 'artifact_example', # String | Artifact file representing the physical content
|
37
|
-
file: File.new('/path/to/file'), # File | An uploaded file that
|
37
|
+
file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the artifact of the content unit.
|
38
38
|
repository: 'repository_example' # String | A URI of a repository the new content unit should be associated with.
|
39
39
|
}
|
40
40
|
|
@@ -54,7 +54,7 @@ Name | Type | Description | Notes
|
|
54
54
|
------------- | ------------- | ------------- | -------------
|
55
55
|
**relative_path** | **String**| Path where the artifact is located relative to distributions base_path |
|
56
56
|
**artifact** | **String**| Artifact file representing the physical content | [optional]
|
57
|
-
**file** | **File**| An uploaded file that
|
57
|
+
**file** | **File**| An uploaded file that may be turned into the artifact of the content unit. | [optional]
|
58
58
|
**repository** | **String**| A URI of a repository the new content unit should be associated with. | [optional]
|
59
59
|
|
60
60
|
### Return type
|
@@ -184,7 +184,7 @@ Name | Type | Description | Notes
|
|
184
184
|
|
185
185
|
## read
|
186
186
|
|
187
|
-
>
|
187
|
+
> RpmPackageRead read(package_href, opts)
|
188
188
|
|
189
189
|
Inspect a package
|
190
190
|
|
@@ -229,7 +229,7 @@ Name | Type | Description | Notes
|
|
229
229
|
|
230
230
|
### Return type
|
231
231
|
|
232
|
-
[**
|
232
|
+
[**RpmPackageRead**](RpmPackageRead.md)
|
233
233
|
|
234
234
|
### Authorization
|
235
235
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpRpmClient::ContentRepoMetadataFilesApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -133,7 +133,7 @@ Name | Type | Description | Notes
|
|
133
133
|
|
134
134
|
## read
|
135
135
|
|
136
|
-
>
|
136
|
+
> RpmRepoMetadataFileRead read(repo_metadata_file_href, opts)
|
137
137
|
|
138
138
|
Inspect a repo metadata file
|
139
139
|
|
@@ -178,7 +178,7 @@ Name | Type | Description | Notes
|
|
178
178
|
|
179
179
|
### Return type
|
180
180
|
|
181
|
-
[**
|
181
|
+
[**RpmRepoMetadataFileRead**](RpmRepoMetadataFileRead.md)
|
182
182
|
|
183
183
|
### Authorization
|
184
184
|
|
data/docs/DistributionsRpmApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpRpmClient::DistributionsRpmApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -251,7 +251,7 @@ Name | Type | Description | Notes
|
|
251
251
|
|
252
252
|
## read
|
253
253
|
|
254
|
-
>
|
254
|
+
> RpmRpmDistributionRead read(rpm_distribution_href, opts)
|
255
255
|
|
256
256
|
Inspect a rpm distribution
|
257
257
|
|
@@ -296,7 +296,7 @@ Name | Type | Description | Notes
|
|
296
296
|
|
297
297
|
### Return type
|
298
298
|
|
299
|
-
[**
|
299
|
+
[**RpmRpmDistributionRead**](RpmRpmDistributionRead.md)
|
300
300
|
|
301
301
|
### Authorization
|
302
302
|
|
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<RpmUpdateRecordRead>**](RpmUpdateRecordRead.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<RpmDistributionTreeRead>**](RpmDistributionTreeRead.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<RpmRpmDistributionRead>**](RpmRpmDistributionRead.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<RpmRpmPublicationRead>**](RpmRpmPublicationRead.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<RpmRpmRemoteRead>**](RpmRpmRemoteRead.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<RpmRpmRepositoryRead>**](RpmRpmRepositoryRead.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<RepositoryVersionRead>**](RepositoryVersionRead.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<RpmModulemdDefaultsRead>**](RpmModulemdDefaultsRead.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<RpmModulemdRead>**](RpmModulemdRead.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<RpmPackageCategoryRead>**](RpmPackageCategoryRead.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<RpmPackageEnvironmentRead>**](RpmPackageEnvironmentRead.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<RpmPackageGroupRead>**](RpmPackageGroupRead.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<RpmPackageLangpacksRead>**](RpmPackageLangpacksRead.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<RpmPackageRead>**](RpmPackageRead.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<RpmRepoMetadataFileRead>**](RpmRepoMetadataFileRead.md) | |
|
11
11
|
|
12
12
|
## Code Sample
|
13
13
|
|
data/docs/PublicationsRpmApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpRpmClient::PublicationsRpmApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -195,7 +195,7 @@ Name | Type | Description | Notes
|
|
195
195
|
|
196
196
|
## read
|
197
197
|
|
198
|
-
>
|
198
|
+
> RpmRpmPublicationRead read(rpm_publication_href, opts)
|
199
199
|
|
200
200
|
Inspect a rpm publication
|
201
201
|
|
@@ -240,7 +240,7 @@ Name | Type | Description | Notes
|
|
240
240
|
|
241
241
|
### Return type
|
242
242
|
|
243
|
-
[**
|
243
|
+
[**RpmRpmPublicationRead**](RpmRpmPublicationRead.md)
|
244
244
|
|
245
245
|
### Authorization
|
246
246
|
|