pulp_deb_client 2.10.1 → 2.10.2
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 +4 -4
- data/docs/ContentGenericContentsApi.md +10 -10
- data/docs/ContentInstallerFileIndicesApi.md +14 -14
- data/docs/ContentInstallerPackagesApi.md +40 -40
- data/docs/ContentPackageIndicesApi.md +14 -14
- data/docs/ContentPackageReleaseComponentsApi.md +10 -10
- data/docs/ContentPackagesApi.md +42 -42
- data/docs/ContentReleaseArchitecturesApi.md +10 -10
- data/docs/ContentReleaseComponentsApi.md +10 -10
- data/docs/ContentReleaseFilesApi.md +14 -14
- data/docs/ContentReleasesApi.md +12 -12
- data/docs/DebAptRemote.md +7 -1
- data/docs/DebAptRemoteResponse.md +3 -7
- data/docs/DistributionsAptApi.md +20 -20
- data/docs/PatcheddebAptRemote.md +7 -1
- data/docs/PublicationsAptApi.md +14 -14
- data/docs/PublicationsVerbatimApi.md +14 -14
- data/docs/RemotesAptApi.md +24 -24
- data/docs/RepositoriesAptApi.md +12 -12
- data/docs/RepositoriesDebVersionsApi.md +28 -28
- data/lib/pulp_deb_client/api/content_generic_contents_api.rb +10 -10
- data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +14 -14
- data/lib/pulp_deb_client/api/content_installer_packages_api.rb +51 -43
- data/lib/pulp_deb_client/api/content_package_indices_api.rb +14 -14
- data/lib/pulp_deb_client/api/content_package_release_components_api.rb +10 -10
- data/lib/pulp_deb_client/api/content_packages_api.rb +53 -45
- data/lib/pulp_deb_client/api/content_release_architectures_api.rb +10 -10
- data/lib/pulp_deb_client/api/content_release_components_api.rb +10 -10
- data/lib/pulp_deb_client/api/content_release_files_api.rb +14 -14
- data/lib/pulp_deb_client/api/content_releases_api.rb +12 -12
- data/lib/pulp_deb_client/api/distributions_apt_api.rb +22 -22
- data/lib/pulp_deb_client/api/publications_apt_api.rb +15 -15
- data/lib/pulp_deb_client/api/publications_verbatim_api.rb +15 -15
- data/lib/pulp_deb_client/api/remotes_apt_api.rb +26 -26
- data/lib/pulp_deb_client/api/repositories_apt_api.rb +13 -13
- data/lib/pulp_deb_client/api/repositories_deb_versions_api.rb +50 -30
- data/lib/pulp_deb_client/models/deb_apt_remote.rb +36 -2
- data/lib/pulp_deb_client/models/deb_apt_remote_response.rb +14 -35
- data/lib/pulp_deb_client/models/patcheddeb_apt_remote.rb +36 -2
- data/lib/pulp_deb_client/version.rb +1 -1
- data/spec/api/content_generic_contents_api_spec.rb +5 -5
- data/spec/api/content_installer_file_indices_api_spec.rb +7 -7
- data/spec/api/content_installer_packages_api_spec.rb +20 -20
- data/spec/api/content_package_indices_api_spec.rb +7 -7
- data/spec/api/content_package_release_components_api_spec.rb +5 -5
- data/spec/api/content_packages_api_spec.rb +21 -21
- data/spec/api/content_release_architectures_api_spec.rb +5 -5
- data/spec/api/content_release_components_api_spec.rb +5 -5
- data/spec/api/content_release_files_api_spec.rb +7 -7
- data/spec/api/content_releases_api_spec.rb +6 -6
- data/spec/api/distributions_apt_api_spec.rb +10 -10
- data/spec/api/publications_apt_api_spec.rb +7 -7
- data/spec/api/publications_verbatim_api_spec.rb +7 -7
- data/spec/api/remotes_apt_api_spec.rb +12 -12
- data/spec/api/repositories_apt_api_spec.rb +6 -6
- data/spec/api/repositories_deb_versions_api_spec.rb +14 -14
- data/spec/models/deb_apt_remote_response_spec.rb +6 -18
- data/spec/models/deb_apt_remote_spec.rb +18 -0
- data/spec/models/patcheddeb_apt_remote_spec.rb +18 -0
- metadata +56 -56
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 903914c70b2306b1d9e1f92f4c63c081df71b760bd7cf6ca8deefc67def5c742
|
4
|
+
data.tar.gz: '081bb614b9a8a09de27b55f4837013c5e792bb72f61ea5c81385fc4d379a6203'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 662c331fb4e268b55c245df5360a5507a9d0d5df075bf77c72cb2c0632e11e286b1c825d094a7e6f39b8f9a205e5dcb8d98395dbc20151d1543a848f8a2dd428
|
7
|
+
data.tar.gz: 42f5cb354292c8894fb4388ab68e327152091a501fe6bbc5914f179cff0ded6b83698b25380e9799d4d366f25ef48dd0757de13d834dfd5ec3826c8b2faf4f54
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
|
|
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: 2.10.
|
10
|
+
- Package version: 2.10.2
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
12
12
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
13
13
|
|
@@ -24,16 +24,16 @@ gem build pulp_deb_client.gemspec
|
|
24
24
|
Then either install the gem locally:
|
25
25
|
|
26
26
|
```shell
|
27
|
-
gem install ./pulp_deb_client-2.10.
|
27
|
+
gem install ./pulp_deb_client-2.10.2.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulp_deb_client-2.10.
|
30
|
+
(for development, run `gem install --dev ./pulp_deb_client-2.10.2.gem` to install the development dependencies)
|
31
31
|
|
32
32
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
33
33
|
|
34
34
|
Finally add this to the Gemfile:
|
35
35
|
|
36
|
-
gem 'pulp_deb_client', '~> 2.10.
|
36
|
+
gem 'pulp_deb_client', '~> 2.10.2'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
@@ -96,11 +96,11 @@ opts = {
|
|
96
96
|
limit: 56, # Integer | Number of results to return per page.
|
97
97
|
offset: 56, # Integer | The initial index from which to return the results.
|
98
98
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
99
|
-
relative_path: 'relative_path_example', # String | relative_path
|
100
|
-
repository_version: 'repository_version_example', # String |
|
101
|
-
repository_version_added: 'repository_version_added_example', # String |
|
102
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
103
|
-
sha256: 'sha256_example', # String | sha256
|
99
|
+
relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
|
100
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
101
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
102
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
103
|
+
sha256: 'sha256_example', # String | Filter results where sha256 matches value
|
104
104
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
105
105
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
106
106
|
}
|
@@ -122,11 +122,11 @@ Name | Type | Description | Notes
|
|
122
122
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
123
123
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
124
124
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
125
|
-
**relative_path** | **String**| relative_path | [optional]
|
126
|
-
**repository_version** | **String**|
|
127
|
-
**repository_version_added** | **String**|
|
128
|
-
**repository_version_removed** | **String**|
|
129
|
-
**sha256** | **String**| sha256 | [optional]
|
125
|
+
**relative_path** | **String**| Filter results where relative_path matches value | [optional]
|
126
|
+
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
127
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
128
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
129
|
+
**sha256** | **String**| Filter results where sha256 matches value | [optional]
|
130
130
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
131
131
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
132
132
|
|
@@ -85,16 +85,16 @@ end
|
|
85
85
|
|
86
86
|
api_instance = PulpDebClient::ContentInstallerFileIndicesApi.new
|
87
87
|
opts = {
|
88
|
-
architecture: 'architecture_example', # String | architecture
|
89
|
-
component: 'component_example', # String | component
|
88
|
+
architecture: 'architecture_example', # String | Filter results where architecture matches value
|
89
|
+
component: 'component_example', # String | Filter results where component matches value
|
90
90
|
limit: 56, # Integer | Number of results to return per page.
|
91
91
|
offset: 56, # Integer | The initial index from which to return the results.
|
92
92
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
93
|
-
relative_path: 'relative_path_example', # String | relative_path
|
94
|
-
repository_version: 'repository_version_example', # String |
|
95
|
-
repository_version_added: 'repository_version_added_example', # String |
|
96
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
97
|
-
sha256: 'sha256_example', # String | sha256
|
93
|
+
relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
|
94
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
95
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
96
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
97
|
+
sha256: 'sha256_example', # String | Filter results where sha256 matches value
|
98
98
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
99
99
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
100
100
|
}
|
@@ -113,16 +113,16 @@ end
|
|
113
113
|
|
114
114
|
Name | Type | Description | Notes
|
115
115
|
------------- | ------------- | ------------- | -------------
|
116
|
-
**architecture** | **String**| architecture | [optional]
|
117
|
-
**component** | **String**| component | [optional]
|
116
|
+
**architecture** | **String**| Filter results where architecture matches value | [optional]
|
117
|
+
**component** | **String**| Filter results where component matches value | [optional]
|
118
118
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
119
119
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
120
120
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
121
|
-
**relative_path** | **String**| relative_path | [optional]
|
122
|
-
**repository_version** | **String**|
|
123
|
-
**repository_version_added** | **String**|
|
124
|
-
**repository_version_removed** | **String**|
|
125
|
-
**sha256** | **String**| sha256 | [optional]
|
121
|
+
**relative_path** | **String**| Filter results where relative_path matches value | [optional]
|
122
|
+
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
123
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
124
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
125
|
+
**sha256** | **String**| Filter results where sha256 matches value | [optional]
|
126
126
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
127
127
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
128
128
|
|
@@ -93,29 +93,29 @@ end
|
|
93
93
|
|
94
94
|
api_instance = PulpDebClient::ContentInstallerPackagesApi.new
|
95
95
|
opts = {
|
96
|
-
architecture: 'architecture_example', # String | architecture
|
97
|
-
auto_built_package: 'auto_built_package_example', # String | auto_built_package
|
98
|
-
build_essential:
|
99
|
-
built_using: 'built_using_example', # String | built_using
|
100
|
-
essential:
|
101
|
-
installed_size:
|
96
|
+
architecture: 'architecture_example', # String | Filter results where architecture matches value
|
97
|
+
auto_built_package: 'auto_built_package_example', # String | Filter results where auto_built_package matches value
|
98
|
+
build_essential: true, # Boolean | Filter results where build_essential matches value
|
99
|
+
built_using: 'built_using_example', # String | Filter results where built_using matches value
|
100
|
+
essential: true, # Boolean | Filter results where essential matches value
|
101
|
+
installed_size: 56, # Integer | Filter results where installed_size matches value
|
102
102
|
limit: 56, # Integer | Number of results to return per page.
|
103
|
-
maintainer: 'maintainer_example', # String | maintainer
|
104
|
-
multi_arch: 'multi_arch_example', # String | multi_arch
|
103
|
+
maintainer: 'maintainer_example', # String | Filter results where maintainer matches value
|
104
|
+
multi_arch: 'multi_arch_example', # String | Filter results where multi_arch matches value
|
105
105
|
offset: 56, # Integer | The initial index from which to return the results.
|
106
106
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
107
|
-
origin: 'origin_example', # String | origin
|
108
|
-
original_maintainer: 'original_maintainer_example', # String | original_maintainer
|
109
|
-
package: 'package_example', # String | package
|
110
|
-
priority: 'priority_example', # String | priority
|
111
|
-
repository_version: 'repository_version_example', # String |
|
112
|
-
repository_version_added: 'repository_version_added_example', # String |
|
113
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
114
|
-
section: 'section_example', # String | section
|
115
|
-
sha256: 'sha256_example', # String | sha256
|
116
|
-
source: 'source_example', # String | source
|
117
|
-
tag: 'tag_example', # String | tag
|
118
|
-
version: 'version_example', # String | version
|
107
|
+
origin: 'origin_example', # String | Filter results where origin matches value
|
108
|
+
original_maintainer: 'original_maintainer_example', # String | Filter results where original_maintainer matches value
|
109
|
+
package: 'package_example', # String | Filter results where package matches value
|
110
|
+
priority: 'priority_example', # String | Filter results where priority matches value
|
111
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
112
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
113
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
114
|
+
section: 'section_example', # String | Filter results where section matches value
|
115
|
+
sha256: 'sha256_example', # String | Filter results where sha256 matches value
|
116
|
+
source: 'source_example', # String | Filter results where source matches value
|
117
|
+
tag: 'tag_example', # String | Filter results where tag matches value
|
118
|
+
version: 'version_example', # String | Filter results where version matches value
|
119
119
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
120
120
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
121
121
|
}
|
@@ -134,29 +134,29 @@ end
|
|
134
134
|
|
135
135
|
Name | Type | Description | Notes
|
136
136
|
------------- | ------------- | ------------- | -------------
|
137
|
-
**architecture** | **String**| architecture | [optional]
|
138
|
-
**auto_built_package** | **String**| auto_built_package | [optional]
|
139
|
-
**build_essential** | **
|
140
|
-
**built_using** | **String**| built_using | [optional]
|
141
|
-
**essential** | **
|
142
|
-
**installed_size** | **
|
137
|
+
**architecture** | **String**| Filter results where architecture matches value | [optional]
|
138
|
+
**auto_built_package** | **String**| Filter results where auto_built_package matches value | [optional]
|
139
|
+
**build_essential** | **Boolean**| Filter results where build_essential matches value | [optional]
|
140
|
+
**built_using** | **String**| Filter results where built_using matches value | [optional]
|
141
|
+
**essential** | **Boolean**| Filter results where essential matches value | [optional]
|
142
|
+
**installed_size** | **Integer**| Filter results where installed_size matches value | [optional]
|
143
143
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
144
|
-
**maintainer** | **String**| maintainer | [optional]
|
145
|
-
**multi_arch** | **String**| multi_arch | [optional]
|
144
|
+
**maintainer** | **String**| Filter results where maintainer matches value | [optional]
|
145
|
+
**multi_arch** | **String**| Filter results where multi_arch matches value | [optional]
|
146
146
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
147
147
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
148
|
-
**origin** | **String**| origin | [optional]
|
149
|
-
**original_maintainer** | **String**| original_maintainer | [optional]
|
150
|
-
**package** | **String**| package | [optional]
|
151
|
-
**priority** | **String**| priority | [optional]
|
152
|
-
**repository_version** | **String**|
|
153
|
-
**repository_version_added** | **String**|
|
154
|
-
**repository_version_removed** | **String**|
|
155
|
-
**section** | **String**| section | [optional]
|
156
|
-
**sha256** | **String**| sha256 | [optional]
|
157
|
-
**source** | **String**| source | [optional]
|
158
|
-
**tag** | **String**| tag | [optional]
|
159
|
-
**version** | **String**| version | [optional]
|
148
|
+
**origin** | **String**| Filter results where origin matches value | [optional]
|
149
|
+
**original_maintainer** | **String**| Filter results where original_maintainer matches value | [optional]
|
150
|
+
**package** | **String**| Filter results where package matches value | [optional]
|
151
|
+
**priority** | **String**| Filter results where priority matches value | [optional]
|
152
|
+
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
153
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
154
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
155
|
+
**section** | **String**| Filter results where section matches value | [optional]
|
156
|
+
**sha256** | **String**| Filter results where sha256 matches value | [optional]
|
157
|
+
**source** | **String**| Filter results where source matches value | [optional]
|
158
|
+
**tag** | **String**| Filter results where tag matches value | [optional]
|
159
|
+
**version** | **String**| Filter results where version matches value | [optional]
|
160
160
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
161
161
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
162
162
|
|
@@ -85,16 +85,16 @@ end
|
|
85
85
|
|
86
86
|
api_instance = PulpDebClient::ContentPackageIndicesApi.new
|
87
87
|
opts = {
|
88
|
-
architecture: 'architecture_example', # String | architecture
|
89
|
-
component: 'component_example', # String | component
|
88
|
+
architecture: 'architecture_example', # String | Filter results where architecture matches value
|
89
|
+
component: 'component_example', # String | Filter results where component matches value
|
90
90
|
limit: 56, # Integer | Number of results to return per page.
|
91
91
|
offset: 56, # Integer | The initial index from which to return the results.
|
92
92
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
93
|
-
relative_path: 'relative_path_example', # String | relative_path
|
94
|
-
repository_version: 'repository_version_example', # String |
|
95
|
-
repository_version_added: 'repository_version_added_example', # String |
|
96
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
97
|
-
sha256: 'sha256_example', # String | sha256
|
93
|
+
relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
|
94
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
95
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
96
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
97
|
+
sha256: 'sha256_example', # String | Filter results where sha256 matches value
|
98
98
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
99
99
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
100
100
|
}
|
@@ -113,16 +113,16 @@ end
|
|
113
113
|
|
114
114
|
Name | Type | Description | Notes
|
115
115
|
------------- | ------------- | ------------- | -------------
|
116
|
-
**architecture** | **String**| architecture | [optional]
|
117
|
-
**component** | **String**| component | [optional]
|
116
|
+
**architecture** | **String**| Filter results where architecture matches value | [optional]
|
117
|
+
**component** | **String**| Filter results where component matches value | [optional]
|
118
118
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
119
119
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
120
120
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
121
|
-
**relative_path** | **String**| relative_path | [optional]
|
122
|
-
**repository_version** | **String**|
|
123
|
-
**repository_version_added** | **String**|
|
124
|
-
**repository_version_removed** | **String**|
|
125
|
-
**sha256** | **String**| sha256 | [optional]
|
121
|
+
**relative_path** | **String**| Filter results where relative_path matches value | [optional]
|
122
|
+
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
123
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
124
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
125
|
+
**sha256** | **String**| Filter results where sha256 matches value | [optional]
|
126
126
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
127
127
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
128
128
|
|
@@ -88,11 +88,11 @@ opts = {
|
|
88
88
|
limit: 56, # Integer | Number of results to return per page.
|
89
89
|
offset: 56, # Integer | The initial index from which to return the results.
|
90
90
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
91
|
-
package: 'package_example', # String | package
|
92
|
-
release_component: 'release_component_example', # String | release_component
|
93
|
-
repository_version: 'repository_version_example', # String |
|
94
|
-
repository_version_added: 'repository_version_added_example', # String |
|
95
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
91
|
+
package: 'package_example', # String | Filter results where package matches value
|
92
|
+
release_component: 'release_component_example', # String | Filter results where release_component matches value
|
93
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
94
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
95
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
96
96
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
97
97
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
98
98
|
}
|
@@ -114,11 +114,11 @@ Name | Type | Description | Notes
|
|
114
114
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
115
115
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
116
116
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
117
|
-
**package** | **String
|
118
|
-
**release_component** | **String
|
119
|
-
**repository_version** | **String**|
|
120
|
-
**repository_version_added** | **String**|
|
121
|
-
**repository_version_removed** | **String**|
|
117
|
+
**package** | [**String**](.md)| Filter results where package matches value | [optional]
|
118
|
+
**release_component** | [**String**](.md)| Filter results where release_component matches value | [optional]
|
119
|
+
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
120
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
121
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
122
122
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
123
123
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
124
124
|
|
data/docs/ContentPackagesApi.md
CHANGED
@@ -93,30 +93,30 @@ end
|
|
93
93
|
|
94
94
|
api_instance = PulpDebClient::ContentPackagesApi.new
|
95
95
|
opts = {
|
96
|
-
architecture: 'architecture_example', # String | architecture
|
97
|
-
auto_built_package: 'auto_built_package_example', # String | auto_built_package
|
98
|
-
build_essential:
|
99
|
-
built_using: 'built_using_example', # String | built_using
|
100
|
-
essential:
|
101
|
-
installed_size:
|
96
|
+
architecture: 'architecture_example', # String | Filter results where architecture matches value
|
97
|
+
auto_built_package: 'auto_built_package_example', # String | Filter results where auto_built_package matches value
|
98
|
+
build_essential: true, # Boolean | Filter results where build_essential matches value
|
99
|
+
built_using: 'built_using_example', # String | Filter results where built_using matches value
|
100
|
+
essential: true, # Boolean | Filter results where essential matches value
|
101
|
+
installed_size: 56, # Integer | Filter results where installed_size matches value
|
102
102
|
limit: 56, # Integer | Number of results to return per page.
|
103
|
-
maintainer: 'maintainer_example', # String | maintainer
|
104
|
-
multi_arch: 'multi_arch_example', # String | multi_arch
|
103
|
+
maintainer: 'maintainer_example', # String | Filter results where maintainer matches value
|
104
|
+
multi_arch: 'multi_arch_example', # String | Filter results where multi_arch matches value
|
105
105
|
offset: 56, # Integer | The initial index from which to return the results.
|
106
106
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
107
|
-
origin: 'origin_example', # String | origin
|
108
|
-
original_maintainer: 'original_maintainer_example', # String | original_maintainer
|
109
|
-
package: 'package_example', # String | package
|
110
|
-
priority: 'priority_example', # String | priority
|
111
|
-
relative_path: 'relative_path_example', # String | relative_path
|
112
|
-
repository_version: 'repository_version_example', # String |
|
113
|
-
repository_version_added: 'repository_version_added_example', # String |
|
114
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
115
|
-
section: 'section_example', # String | section
|
116
|
-
sha256: 'sha256_example', # String | sha256
|
117
|
-
source: 'source_example', # String | source
|
118
|
-
tag: 'tag_example', # String | tag
|
119
|
-
version: 'version_example', # String | version
|
107
|
+
origin: 'origin_example', # String | Filter results where origin matches value
|
108
|
+
original_maintainer: 'original_maintainer_example', # String | Filter results where original_maintainer matches value
|
109
|
+
package: 'package_example', # String | Filter results where package matches value
|
110
|
+
priority: 'priority_example', # String | Filter results where priority matches value
|
111
|
+
relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
|
112
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
113
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
114
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
115
|
+
section: 'section_example', # String | Filter results where section matches value
|
116
|
+
sha256: 'sha256_example', # String | Filter results where sha256 matches value
|
117
|
+
source: 'source_example', # String | Filter results where source matches value
|
118
|
+
tag: 'tag_example', # String | Filter results where tag matches value
|
119
|
+
version: 'version_example', # String | Filter results where version matches value
|
120
120
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
121
121
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
122
122
|
}
|
@@ -135,30 +135,30 @@ end
|
|
135
135
|
|
136
136
|
Name | Type | Description | Notes
|
137
137
|
------------- | ------------- | ------------- | -------------
|
138
|
-
**architecture** | **String**| architecture | [optional]
|
139
|
-
**auto_built_package** | **String**| auto_built_package | [optional]
|
140
|
-
**build_essential** | **
|
141
|
-
**built_using** | **String**| built_using | [optional]
|
142
|
-
**essential** | **
|
143
|
-
**installed_size** | **
|
138
|
+
**architecture** | **String**| Filter results where architecture matches value | [optional]
|
139
|
+
**auto_built_package** | **String**| Filter results where auto_built_package matches value | [optional]
|
140
|
+
**build_essential** | **Boolean**| Filter results where build_essential matches value | [optional]
|
141
|
+
**built_using** | **String**| Filter results where built_using matches value | [optional]
|
142
|
+
**essential** | **Boolean**| Filter results where essential matches value | [optional]
|
143
|
+
**installed_size** | **Integer**| Filter results where installed_size matches value | [optional]
|
144
144
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
145
|
-
**maintainer** | **String**| maintainer | [optional]
|
146
|
-
**multi_arch** | **String**| multi_arch | [optional]
|
145
|
+
**maintainer** | **String**| Filter results where maintainer matches value | [optional]
|
146
|
+
**multi_arch** | **String**| Filter results where multi_arch matches value | [optional]
|
147
147
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
148
148
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
149
|
-
**origin** | **String**| origin | [optional]
|
150
|
-
**original_maintainer** | **String**| original_maintainer | [optional]
|
151
|
-
**package** | **String**| package | [optional]
|
152
|
-
**priority** | **String**| priority | [optional]
|
153
|
-
**relative_path** | **String**| relative_path | [optional]
|
154
|
-
**repository_version** | **String**|
|
155
|
-
**repository_version_added** | **String**|
|
156
|
-
**repository_version_removed** | **String**|
|
157
|
-
**section** | **String**| section | [optional]
|
158
|
-
**sha256** | **String**| sha256 | [optional]
|
159
|
-
**source** | **String**| source | [optional]
|
160
|
-
**tag** | **String**| tag | [optional]
|
161
|
-
**version** | **String**| version | [optional]
|
149
|
+
**origin** | **String**| Filter results where origin matches value | [optional]
|
150
|
+
**original_maintainer** | **String**| Filter results where original_maintainer matches value | [optional]
|
151
|
+
**package** | **String**| Filter results where package matches value | [optional]
|
152
|
+
**priority** | **String**| Filter results where priority matches value | [optional]
|
153
|
+
**relative_path** | **String**| Filter results where relative_path matches value | [optional]
|
154
|
+
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
155
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
156
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
157
|
+
**section** | **String**| Filter results where section matches value | [optional]
|
158
|
+
**sha256** | **String**| Filter results where sha256 matches value | [optional]
|
159
|
+
**source** | **String**| Filter results where source matches value | [optional]
|
160
|
+
**tag** | **String**| Filter results where tag matches value | [optional]
|
161
|
+
**version** | **String**| Filter results where version matches value | [optional]
|
162
162
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
163
163
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
164
164
|
|
@@ -85,14 +85,14 @@ end
|
|
85
85
|
|
86
86
|
api_instance = PulpDebClient::ContentReleaseArchitecturesApi.new
|
87
87
|
opts = {
|
88
|
-
architecture: 'architecture_example', # String | architecture
|
88
|
+
architecture: 'architecture_example', # String | Filter results where architecture matches value
|
89
89
|
limit: 56, # Integer | Number of results to return per page.
|
90
90
|
offset: 56, # Integer | The initial index from which to return the results.
|
91
91
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
92
|
-
release: 'release_example', # String | release
|
93
|
-
repository_version: 'repository_version_example', # String |
|
94
|
-
repository_version_added: 'repository_version_added_example', # String |
|
95
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
92
|
+
release: 'release_example', # String | Filter results where release matches value
|
93
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
94
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
95
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
96
96
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
97
97
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
98
98
|
}
|
@@ -111,14 +111,14 @@ end
|
|
111
111
|
|
112
112
|
Name | Type | Description | Notes
|
113
113
|
------------- | ------------- | ------------- | -------------
|
114
|
-
**architecture** | **String**| architecture | [optional]
|
114
|
+
**architecture** | **String**| Filter results where architecture matches value | [optional]
|
115
115
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
116
116
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
117
117
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
118
|
-
**release** | **String
|
119
|
-
**repository_version** | **String**|
|
120
|
-
**repository_version_added** | **String**|
|
121
|
-
**repository_version_removed** | **String**|
|
118
|
+
**release** | [**String**](.md)| Filter results where release matches value | [optional]
|
119
|
+
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
120
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
121
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
122
122
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
123
123
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
124
124
|
|