pulp_rpm_client 3.9.1 → 3.10.0
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 +5 -4
- data/docs/ContentAdvisoriesApi.md +28 -28
- data/docs/ContentDistributionTreesApi.md +6 -6
- data/docs/ContentModulemdDefaultsApi.md +16 -16
- data/docs/ContentModulemdsApi.md +16 -16
- data/docs/ContentPackagecategoriesApi.md +6 -6
- data/docs/ContentPackageenvironmentsApi.md +6 -6
- data/docs/ContentPackagegroupsApi.md +6 -6
- data/docs/ContentPackagelangpacksApi.md +6 -6
- data/docs/ContentPackagesApi.md +48 -48
- data/docs/ContentRepoMetadataFilesApi.md +6 -6
- data/docs/DistributionsRpmApi.md +20 -20
- data/docs/PatchedrpmRpmRemote.md +7 -1
- data/docs/PublicationsRpmApi.md +14 -14
- data/docs/RemotesRpmApi.md +24 -24
- data/docs/RepositoriesRpmApi.md +12 -12
- data/docs/RepositoriesRpmVersionsApi.md +28 -28
- data/docs/RpmRepositorySyncURL.md +1 -1
- data/docs/RpmRpmRemote.md +7 -1
- data/docs/RpmRpmRemoteResponse.md +3 -7
- data/docs/SkipTypesEnum.md +16 -0
- data/lib/pulp_rpm_client/api/content_advisories_api.rb +32 -32
- data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +6 -6
- data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +18 -18
- data/lib/pulp_rpm_client/api/content_modulemds_api.rb +18 -18
- data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +6 -6
- data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +6 -6
- data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +6 -6
- data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +6 -6
- data/lib/pulp_rpm_client/api/content_packages_api.rb +64 -56
- data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +6 -6
- data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +22 -22
- data/lib/pulp_rpm_client/api/publications_rpm_api.rb +15 -15
- data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +26 -26
- data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +13 -13
- data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +50 -30
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_remote.rb +36 -2
- data/lib/pulp_rpm_client/models/rpm_repository_sync_url.rb +1 -23
- data/lib/pulp_rpm_client/models/rpm_rpm_remote.rb +36 -2
- data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +14 -35
- data/lib/pulp_rpm_client/models/skip_types_enum.rb +35 -0
- data/lib/pulp_rpm_client/version.rb +1 -1
- data/lib/pulp_rpm_client.rb +1 -0
- data/spec/api/content_advisories_api_spec.rb +14 -14
- data/spec/api/content_distribution_trees_api_spec.rb +3 -3
- data/spec/api/content_modulemd_defaults_api_spec.rb +8 -8
- data/spec/api/content_modulemds_api_spec.rb +8 -8
- data/spec/api/content_packagecategories_api_spec.rb +3 -3
- data/spec/api/content_packageenvironments_api_spec.rb +3 -3
- data/spec/api/content_packagegroups_api_spec.rb +3 -3
- data/spec/api/content_packagelangpacks_api_spec.rb +3 -3
- data/spec/api/content_packages_api_spec.rb +24 -24
- data/spec/api/content_repo_metadata_files_api_spec.rb +3 -3
- data/spec/api/distributions_rpm_api_spec.rb +10 -10
- data/spec/api/publications_rpm_api_spec.rb +7 -7
- data/spec/api/remotes_rpm_api_spec.rb +12 -12
- data/spec/api/repositories_rpm_api_spec.rb +6 -6
- data/spec/api/repositories_rpm_versions_api_spec.rb +14 -14
- data/spec/models/patchedrpm_rpm_remote_spec.rb +18 -0
- data/spec/models/rpm_repository_sync_url_spec.rb +0 -4
- data/spec/models/rpm_rpm_remote_response_spec.rb +6 -18
- data/spec/models/rpm_rpm_remote_spec.rb +18 -0
- data/spec/models/skip_types_enum_spec.rb +35 -0
- metadata +64 -60
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1131b91e4de69b3f7ed602faac73e91d66ff501b57a32d3bb7a14ace2ebc6eb0
|
|
4
|
+
data.tar.gz: 75a6dda090303508f75f566088195d2bece94df23b8cfc9063d22ecdbe6fad45
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e90ccf58c453132bb3ab536bb11e28bfba3f8a9aa7876aef6e0975e3024884feb42e9466d8fb2e463a56b906e3fba48c285de4391bf410de8636355dd502c87f
|
|
7
|
+
data.tar.gz: 2d0a3ab81ed7d1a79cea0f95ce550ea6be2a19272eecca3a2fa0f4249210e19a363273b3c857e21e43e02bce0e7059c960a9a1684b02d074404ac8eefde3d3fb
|
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: 3.
|
|
10
|
+
- Package version: 3.10.0
|
|
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_rpm_client.gemspec
|
|
|
24
24
|
Then either install the gem locally:
|
|
25
25
|
|
|
26
26
|
```shell
|
|
27
|
-
gem install ./pulp_rpm_client-3.
|
|
27
|
+
gem install ./pulp_rpm_client-3.10.0.gem
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
(for development, run `gem install --dev ./pulp_rpm_client-3.
|
|
30
|
+
(for development, run `gem install --dev ./pulp_rpm_client-3.10.0.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_rpm_client', '~> 3.
|
|
36
|
+
gem 'pulp_rpm_client', '~> 3.10.0'
|
|
37
37
|
|
|
38
38
|
### Install from Git
|
|
39
39
|
|
|
@@ -200,6 +200,7 @@ Class | Method | HTTP request | Description
|
|
|
200
200
|
- [PulpRpmClient::RpmUpdateCollectionResponse](docs/RpmUpdateCollectionResponse.md)
|
|
201
201
|
- [PulpRpmClient::RpmUpdateRecord](docs/RpmUpdateRecord.md)
|
|
202
202
|
- [PulpRpmClient::RpmUpdateRecordResponse](docs/RpmUpdateRecordResponse.md)
|
|
203
|
+
- [PulpRpmClient::SkipTypesEnum](docs/SkipTypesEnum.md)
|
|
203
204
|
- [PulpRpmClient::VariantResponse](docs/VariantResponse.md)
|
|
204
205
|
|
|
205
206
|
|
|
@@ -89,23 +89,23 @@ end
|
|
|
89
89
|
|
|
90
90
|
api_instance = PulpRpmClient::ContentAdvisoriesApi.new
|
|
91
91
|
opts = {
|
|
92
|
-
id: 'id_example', # String | id
|
|
93
|
-
id__in: 'id__in_example', # String |
|
|
92
|
+
id: 'id_example', # String | Filter results where id matches value
|
|
93
|
+
id__in: ['id__in_example'], # Array<String> | Filter results where id is in a comma-separated list of values
|
|
94
94
|
limit: 56, # Integer | Number of results to return per page.
|
|
95
95
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
96
96
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
|
97
|
-
repository_version: 'repository_version_example', # String |
|
|
98
|
-
repository_version_added: 'repository_version_added_example', # String |
|
|
99
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
|
100
|
-
severity: 'severity_example', # String | severity
|
|
101
|
-
severity__in: 'severity__in_example', # String |
|
|
102
|
-
severity__ne: 'severity__ne_example', # String |
|
|
103
|
-
status: 'status_example', # String | status
|
|
104
|
-
status__in: 'status__in_example', # String |
|
|
105
|
-
status__ne: 'status__ne_example', # String |
|
|
106
|
-
type: 'type_example', # String | type
|
|
107
|
-
type__in: 'type__in_example', # String |
|
|
108
|
-
type__ne: 'type__ne_example', # String |
|
|
97
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
98
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
|
99
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
|
100
|
+
severity: 'severity_example', # String | Filter results where severity matches value
|
|
101
|
+
severity__in: ['severity__in_example'], # Array<String> | Filter results where severity is in a comma-separated list of values
|
|
102
|
+
severity__ne: 'severity__ne_example', # String | Filter results where severity not equal to value
|
|
103
|
+
status: 'status_example', # String | Filter results where status matches value
|
|
104
|
+
status__in: ['status__in_example'], # Array<String> | Filter results where status is in a comma-separated list of values
|
|
105
|
+
status__ne: 'status__ne_example', # String | Filter results where status not equal to value
|
|
106
|
+
type: 'type_example', # String | Filter results where type matches value
|
|
107
|
+
type__in: ['type__in_example'], # Array<String> | Filter results where type is in a comma-separated list of values
|
|
108
|
+
type__ne: 'type__ne_example', # String | Filter results where type not equal to value
|
|
109
109
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
110
110
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
111
111
|
}
|
|
@@ -124,23 +124,23 @@ end
|
|
|
124
124
|
|
|
125
125
|
Name | Type | Description | Notes
|
|
126
126
|
------------- | ------------- | ------------- | -------------
|
|
127
|
-
**id** | **String**| id | [optional]
|
|
128
|
-
**id__in** | **String
|
|
127
|
+
**id** | **String**| Filter results where id matches value | [optional]
|
|
128
|
+
**id__in** | [**Array<String>**](String.md)| Filter results where id is in a comma-separated list of values | [optional]
|
|
129
129
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
130
130
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
131
131
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
|
132
|
-
**repository_version** | **String**|
|
|
133
|
-
**repository_version_added** | **String**|
|
|
134
|
-
**repository_version_removed** | **String**|
|
|
135
|
-
**severity** | **String**| severity | [optional]
|
|
136
|
-
**severity__in** | **String
|
|
137
|
-
**severity__ne** | **String**|
|
|
138
|
-
**status** | **String**| status | [optional]
|
|
139
|
-
**status__in** | **String
|
|
140
|
-
**status__ne** | **String**|
|
|
141
|
-
**type** | **String**| type | [optional]
|
|
142
|
-
**type__in** | **String
|
|
143
|
-
**type__ne** | **String**|
|
|
132
|
+
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
|
133
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
|
134
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
|
135
|
+
**severity** | **String**| Filter results where severity matches value | [optional]
|
|
136
|
+
**severity__in** | [**Array<String>**](String.md)| Filter results where severity is in a comma-separated list of values | [optional]
|
|
137
|
+
**severity__ne** | **String**| Filter results where severity not equal to value | [optional]
|
|
138
|
+
**status** | **String**| Filter results where status matches value | [optional]
|
|
139
|
+
**status__in** | [**Array<String>**](String.md)| Filter results where status is in a comma-separated list of values | [optional]
|
|
140
|
+
**status__ne** | **String**| Filter results where status not equal to value | [optional]
|
|
141
|
+
**type** | **String**| Filter results where type matches value | [optional]
|
|
142
|
+
**type__in** | [**Array<String>**](String.md)| Filter results where type is in a comma-separated list of values | [optional]
|
|
143
|
+
**type__ne** | **String**| Filter results where type not equal to value | [optional]
|
|
144
144
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
|
145
145
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
|
146
146
|
|
|
@@ -34,9 +34,9 @@ opts = {
|
|
|
34
34
|
limit: 56, # Integer | Number of results to return per page.
|
|
35
35
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
36
36
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
|
37
|
-
repository_version: 'repository_version_example', # String |
|
|
38
|
-
repository_version_added: 'repository_version_added_example', # String |
|
|
39
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
|
37
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
38
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
|
39
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
|
40
40
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
41
41
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
42
42
|
}
|
|
@@ -58,9 +58,9 @@ Name | Type | Description | Notes
|
|
|
58
58
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
59
59
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
60
60
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
|
61
|
-
**repository_version** | **String**|
|
|
62
|
-
**repository_version_added** | **String**|
|
|
63
|
-
**repository_version_removed** | **String**|
|
|
61
|
+
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
|
62
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
|
63
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
|
64
64
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
|
65
65
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
|
66
66
|
|
|
@@ -100,16 +100,16 @@ end
|
|
|
100
100
|
api_instance = PulpRpmClient::ContentModulemdDefaultsApi.new
|
|
101
101
|
opts = {
|
|
102
102
|
limit: 56, # Integer | Number of results to return per page.
|
|
103
|
-
_module: '_module_example', # String | module
|
|
104
|
-
module__in: 'module__in_example', # String |
|
|
103
|
+
_module: '_module_example', # String | Filter results where module matches value
|
|
104
|
+
module__in: ['module__in_example'], # Array<String> | Filter results where module is in a comma-separated list of values
|
|
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
|
-
repository_version: 'repository_version_example', # String |
|
|
108
|
-
repository_version_added: 'repository_version_added_example', # String |
|
|
109
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
|
110
|
-
sha256: 'sha256_example', # String |
|
|
111
|
-
stream: 'stream_example', # String | stream
|
|
112
|
-
stream__in: 'stream__in_example', # String |
|
|
107
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
108
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
|
109
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
|
110
|
+
sha256: 'sha256_example', # String |
|
|
111
|
+
stream: 'stream_example', # String | Filter results where stream matches value
|
|
112
|
+
stream__in: ['stream__in_example'], # Array<String> | Filter results where stream is in a comma-separated list of values
|
|
113
113
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
114
114
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
115
115
|
}
|
|
@@ -129,16 +129,16 @@ end
|
|
|
129
129
|
Name | Type | Description | Notes
|
|
130
130
|
------------- | ------------- | ------------- | -------------
|
|
131
131
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
132
|
-
**_module** | **String**| module | [optional]
|
|
133
|
-
**module__in** | **String
|
|
132
|
+
**_module** | **String**| Filter results where module matches value | [optional]
|
|
133
|
+
**module__in** | [**Array<String>**](String.md)| Filter results where module is in a comma-separated list of values | [optional]
|
|
134
134
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
135
135
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
|
136
|
-
**repository_version** | **String**|
|
|
137
|
-
**repository_version_added** | **String**|
|
|
138
|
-
**repository_version_removed** | **String**|
|
|
139
|
-
**sha256** | **String**|
|
|
140
|
-
**stream** | **String**| stream | [optional]
|
|
141
|
-
**stream__in** | **String
|
|
136
|
+
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
|
137
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
|
138
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
|
139
|
+
**sha256** | **String**| | [optional]
|
|
140
|
+
**stream** | **String**| Filter results where stream matches value | [optional]
|
|
141
|
+
**stream__in** | [**Array<String>**](String.md)| Filter results where stream is in a comma-separated list of values | [optional]
|
|
142
142
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
|
143
143
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
|
144
144
|
|
data/docs/ContentModulemdsApi.md
CHANGED
|
@@ -110,16 +110,16 @@ end
|
|
|
110
110
|
api_instance = PulpRpmClient::ContentModulemdsApi.new
|
|
111
111
|
opts = {
|
|
112
112
|
limit: 56, # Integer | Number of results to return per page.
|
|
113
|
-
name: 'name_example', # String | name
|
|
114
|
-
name__in: 'name__in_example', # String |
|
|
113
|
+
name: 'name_example', # String | Filter results where name matches value
|
|
114
|
+
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
|
115
115
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
116
116
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
|
117
|
-
repository_version: 'repository_version_example', # String |
|
|
118
|
-
repository_version_added: 'repository_version_added_example', # String |
|
|
119
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
|
120
|
-
sha256: 'sha256_example', # String |
|
|
121
|
-
stream: 'stream_example', # String | stream
|
|
122
|
-
stream__in: 'stream__in_example', # String |
|
|
117
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
118
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
|
119
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
|
120
|
+
sha256: 'sha256_example', # String |
|
|
121
|
+
stream: 'stream_example', # String | Filter results where stream matches value
|
|
122
|
+
stream__in: ['stream__in_example'], # Array<String> | Filter results where stream is in a comma-separated list of values
|
|
123
123
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
124
124
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
125
125
|
}
|
|
@@ -139,16 +139,16 @@ end
|
|
|
139
139
|
Name | Type | Description | Notes
|
|
140
140
|
------------- | ------------- | ------------- | -------------
|
|
141
141
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
142
|
-
**name** | **String**| name | [optional]
|
|
143
|
-
**name__in** | **String
|
|
142
|
+
**name** | **String**| Filter results where name matches value | [optional]
|
|
143
|
+
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
|
144
144
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
145
145
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
|
146
|
-
**repository_version** | **String**|
|
|
147
|
-
**repository_version_added** | **String**|
|
|
148
|
-
**repository_version_removed** | **String**|
|
|
149
|
-
**sha256** | **String**|
|
|
150
|
-
**stream** | **String**| stream | [optional]
|
|
151
|
-
**stream__in** | **String
|
|
146
|
+
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
|
147
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
|
148
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
|
149
|
+
**sha256** | **String**| | [optional]
|
|
150
|
+
**stream** | **String**| Filter results where stream matches value | [optional]
|
|
151
|
+
**stream__in** | [**Array<String>**](String.md)| Filter results where stream is in a comma-separated list of values | [optional]
|
|
152
152
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
|
153
153
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
|
154
154
|
|
|
@@ -34,9 +34,9 @@ opts = {
|
|
|
34
34
|
limit: 56, # Integer | Number of results to return per page.
|
|
35
35
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
36
36
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
|
37
|
-
repository_version: 'repository_version_example', # String |
|
|
38
|
-
repository_version_added: 'repository_version_added_example', # String |
|
|
39
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
|
37
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
38
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
|
39
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
|
40
40
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
41
41
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
42
42
|
}
|
|
@@ -58,9 +58,9 @@ Name | Type | Description | Notes
|
|
|
58
58
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
59
59
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
60
60
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
|
61
|
-
**repository_version** | **String**|
|
|
62
|
-
**repository_version_added** | **String**|
|
|
63
|
-
**repository_version_removed** | **String**|
|
|
61
|
+
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
|
62
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
|
63
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
|
64
64
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
|
65
65
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
|
66
66
|
|
|
@@ -34,9 +34,9 @@ opts = {
|
|
|
34
34
|
limit: 56, # Integer | Number of results to return per page.
|
|
35
35
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
36
36
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
|
37
|
-
repository_version: 'repository_version_example', # String |
|
|
38
|
-
repository_version_added: 'repository_version_added_example', # String |
|
|
39
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
|
37
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
38
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
|
39
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
|
40
40
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
41
41
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
42
42
|
}
|
|
@@ -58,9 +58,9 @@ Name | Type | Description | Notes
|
|
|
58
58
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
59
59
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
60
60
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
|
61
|
-
**repository_version** | **String**|
|
|
62
|
-
**repository_version_added** | **String**|
|
|
63
|
-
**repository_version_removed** | **String**|
|
|
61
|
+
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
|
62
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
|
63
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
|
64
64
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
|
65
65
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
|
66
66
|
|
|
@@ -34,9 +34,9 @@ opts = {
|
|
|
34
34
|
limit: 56, # Integer | Number of results to return per page.
|
|
35
35
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
36
36
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
|
37
|
-
repository_version: 'repository_version_example', # String |
|
|
38
|
-
repository_version_added: 'repository_version_added_example', # String |
|
|
39
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
|
37
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
38
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
|
39
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
|
40
40
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
41
41
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
42
42
|
}
|
|
@@ -58,9 +58,9 @@ Name | Type | Description | Notes
|
|
|
58
58
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
59
59
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
60
60
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
|
61
|
-
**repository_version** | **String**|
|
|
62
|
-
**repository_version_added** | **String**|
|
|
63
|
-
**repository_version_removed** | **String**|
|
|
61
|
+
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
|
62
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
|
63
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
|
64
64
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
|
65
65
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
|
66
66
|
|
|
@@ -34,9 +34,9 @@ opts = {
|
|
|
34
34
|
limit: 56, # Integer | Number of results to return per page.
|
|
35
35
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
36
36
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
|
37
|
-
repository_version: 'repository_version_example', # String |
|
|
38
|
-
repository_version_added: 'repository_version_added_example', # String |
|
|
39
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
|
37
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
38
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
|
39
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
|
40
40
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
41
41
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
42
42
|
}
|
|
@@ -58,9 +58,9 @@ Name | Type | Description | Notes
|
|
|
58
58
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
59
59
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
60
60
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
|
61
|
-
**repository_version** | **String**|
|
|
62
|
-
**repository_version_added** | **String**|
|
|
63
|
-
**repository_version_removed** | **String**|
|
|
61
|
+
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
|
62
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
|
63
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
|
64
64
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
|
65
65
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
|
66
66
|
|
data/docs/ContentPackagesApi.md
CHANGED
|
@@ -93,33 +93,33 @@ end
|
|
|
93
93
|
|
|
94
94
|
api_instance = PulpRpmClient::ContentPackagesApi.new
|
|
95
95
|
opts = {
|
|
96
|
-
arch: 'arch_example', # String | arch
|
|
97
|
-
arch__in: 'arch__in_example', # String |
|
|
98
|
-
arch__ne: 'arch__ne_example', # String |
|
|
99
|
-
checksum_type: 'checksum_type_example', # String | checksum_type
|
|
100
|
-
checksum_type__in: 'checksum_type__in_example', # String |
|
|
101
|
-
checksum_type__ne: 'checksum_type__ne_example', # String |
|
|
102
|
-
epoch: 'epoch_example', # String | epoch
|
|
103
|
-
epoch__in: 'epoch__in_example', # String |
|
|
104
|
-
epoch__ne: 'epoch__ne_example', # String |
|
|
96
|
+
arch: 'arch_example', # String | Filter results where arch matches value
|
|
97
|
+
arch__in: ['arch__in_example'], # Array<String> | Filter results where arch is in a comma-separated list of values
|
|
98
|
+
arch__ne: 'arch__ne_example', # String | Filter results where arch not equal to value
|
|
99
|
+
checksum_type: 'checksum_type_example', # String | Filter results where checksum_type matches value
|
|
100
|
+
checksum_type__in: ['checksum_type__in_example'], # Array<String> | Filter results where checksum_type is in a comma-separated list of values
|
|
101
|
+
checksum_type__ne: 'checksum_type__ne_example', # String | Filter results where checksum_type not equal to value
|
|
102
|
+
epoch: 'epoch_example', # String | Filter results where epoch matches value
|
|
103
|
+
epoch__in: ['epoch__in_example'], # Array<String> | Filter results where epoch is in a comma-separated list of values
|
|
104
|
+
epoch__ne: 'epoch__ne_example', # String | Filter results where epoch not equal to value
|
|
105
105
|
limit: 56, # Integer | Number of results to return per page.
|
|
106
|
-
name: 'name_example', # String | name
|
|
107
|
-
name__in: 'name__in_example', # String |
|
|
108
|
-
name__ne: 'name__ne_example', # String |
|
|
106
|
+
name: 'name_example', # String | Filter results where name matches value
|
|
107
|
+
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
|
108
|
+
name__ne: 'name__ne_example', # String | Filter results where name not equal to value
|
|
109
109
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
110
110
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
|
111
|
-
pkg_id: 'pkg_id_example', # String | pkgId
|
|
112
|
-
pkg_id__in: 'pkg_id__in_example', # String |
|
|
113
|
-
release: 'release_example', # String | release
|
|
114
|
-
release__in: 'release__in_example', # String |
|
|
115
|
-
release__ne: 'release__ne_example', # String |
|
|
116
|
-
repository_version: 'repository_version_example', # String |
|
|
117
|
-
repository_version_added: 'repository_version_added_example', # String |
|
|
118
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
|
119
|
-
sha256: 'sha256_example', # String |
|
|
120
|
-
version: 'version_example', # String | version
|
|
121
|
-
version__in: 'version__in_example', # String |
|
|
122
|
-
version__ne: 'version__ne_example', # String |
|
|
111
|
+
pkg_id: 'pkg_id_example', # String | Filter results where pkgId matches value
|
|
112
|
+
pkg_id__in: ['pkg_id__in_example'], # Array<String> | Filter results where pkgId is in a comma-separated list of values
|
|
113
|
+
release: 'release_example', # String | Filter results where release matches value
|
|
114
|
+
release__in: ['release__in_example'], # Array<String> | Filter results where release is in a comma-separated list of values
|
|
115
|
+
release__ne: 'release__ne_example', # String | Filter results where release not equal to value
|
|
116
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
117
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
|
118
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
|
119
|
+
sha256: 'sha256_example', # String |
|
|
120
|
+
version: 'version_example', # String | Filter results where version matches value
|
|
121
|
+
version__in: ['version__in_example'], # Array<String> | Filter results where version is in a comma-separated list of values
|
|
122
|
+
version__ne: 'version__ne_example', # String | Filter results where version not equal to value
|
|
123
123
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
124
124
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
125
125
|
}
|
|
@@ -138,33 +138,33 @@ end
|
|
|
138
138
|
|
|
139
139
|
Name | Type | Description | Notes
|
|
140
140
|
------------- | ------------- | ------------- | -------------
|
|
141
|
-
**arch** | **String**| arch | [optional]
|
|
142
|
-
**arch__in** | **String
|
|
143
|
-
**arch__ne** | **String**|
|
|
144
|
-
**checksum_type** | **String**| checksum_type | [optional]
|
|
145
|
-
**checksum_type__in** | **String
|
|
146
|
-
**checksum_type__ne** | **String**|
|
|
147
|
-
**epoch** | **String**| epoch | [optional]
|
|
148
|
-
**epoch__in** | **String
|
|
149
|
-
**epoch__ne** | **String**|
|
|
141
|
+
**arch** | **String**| Filter results where arch matches value | [optional]
|
|
142
|
+
**arch__in** | [**Array<String>**](String.md)| Filter results where arch is in a comma-separated list of values | [optional]
|
|
143
|
+
**arch__ne** | **String**| Filter results where arch not equal to value | [optional]
|
|
144
|
+
**checksum_type** | **String**| Filter results where checksum_type matches value | [optional]
|
|
145
|
+
**checksum_type__in** | [**Array<String>**](String.md)| Filter results where checksum_type is in a comma-separated list of values | [optional]
|
|
146
|
+
**checksum_type__ne** | **String**| Filter results where checksum_type not equal to value | [optional]
|
|
147
|
+
**epoch** | **String**| Filter results where epoch matches value | [optional]
|
|
148
|
+
**epoch__in** | [**Array<String>**](String.md)| Filter results where epoch is in a comma-separated list of values | [optional]
|
|
149
|
+
**epoch__ne** | **String**| Filter results where epoch not equal to value | [optional]
|
|
150
150
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
151
|
-
**name** | **String**| name | [optional]
|
|
152
|
-
**name__in** | **String
|
|
153
|
-
**name__ne** | **String**|
|
|
151
|
+
**name** | **String**| Filter results where name matches value | [optional]
|
|
152
|
+
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
|
153
|
+
**name__ne** | **String**| Filter results where name not equal to value | [optional]
|
|
154
154
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
155
155
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
|
156
|
-
**pkg_id** | **String**| pkgId | [optional]
|
|
157
|
-
**pkg_id__in** | **String
|
|
158
|
-
**release** | **String**| release | [optional]
|
|
159
|
-
**release__in** | **String
|
|
160
|
-
**release__ne** | **String**|
|
|
161
|
-
**repository_version** | **String**|
|
|
162
|
-
**repository_version_added** | **String**|
|
|
163
|
-
**repository_version_removed** | **String**|
|
|
164
|
-
**sha256** | **String**|
|
|
165
|
-
**version** | **String**| version | [optional]
|
|
166
|
-
**version__in** | **String
|
|
167
|
-
**version__ne** | **String**|
|
|
156
|
+
**pkg_id** | **String**| Filter results where pkgId matches value | [optional]
|
|
157
|
+
**pkg_id__in** | [**Array<String>**](String.md)| Filter results where pkgId is in a comma-separated list of values | [optional]
|
|
158
|
+
**release** | **String**| Filter results where release matches value | [optional]
|
|
159
|
+
**release__in** | [**Array<String>**](String.md)| Filter results where release is in a comma-separated list of values | [optional]
|
|
160
|
+
**release__ne** | **String**| Filter results where release not equal to value | [optional]
|
|
161
|
+
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
|
162
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
|
163
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
|
164
|
+
**sha256** | **String**| | [optional]
|
|
165
|
+
**version** | **String**| Filter results where version matches value | [optional]
|
|
166
|
+
**version__in** | [**Array<String>**](String.md)| Filter results where version is in a comma-separated list of values | [optional]
|
|
167
|
+
**version__ne** | **String**| Filter results where version not equal to value | [optional]
|
|
168
168
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
|
169
169
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
|
170
170
|
|
|
@@ -34,9 +34,9 @@ opts = {
|
|
|
34
34
|
limit: 56, # Integer | Number of results to return per page.
|
|
35
35
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
36
36
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
|
37
|
-
repository_version: 'repository_version_example', # String |
|
|
38
|
-
repository_version_added: 'repository_version_added_example', # String |
|
|
39
|
-
repository_version_removed: 'repository_version_removed_example', # String |
|
|
37
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
|
38
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
|
39
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
|
40
40
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
41
41
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
42
42
|
}
|
|
@@ -58,9 +58,9 @@ Name | Type | Description | Notes
|
|
|
58
58
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
59
59
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
60
60
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
|
61
|
-
**repository_version** | **String**|
|
|
62
|
-
**repository_version_added** | **String**|
|
|
63
|
-
**repository_version_removed** | **String**|
|
|
61
|
+
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
|
62
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
|
63
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
|
64
64
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
|
65
65
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
|
66
66
|
|
data/docs/DistributionsRpmApi.md
CHANGED
|
@@ -141,19 +141,19 @@ end
|
|
|
141
141
|
|
|
142
142
|
api_instance = PulpRpmClient::DistributionsRpmApi.new
|
|
143
143
|
opts = {
|
|
144
|
-
base_path: 'base_path_example', # String |
|
|
145
|
-
base_path__contains: 'base_path__contains_example', # String |
|
|
146
|
-
base_path__icontains: 'base_path__icontains_example', # String |
|
|
147
|
-
base_path__in: 'base_path__in_example', # String |
|
|
144
|
+
base_path: 'base_path_example', # String |
|
|
145
|
+
base_path__contains: 'base_path__contains_example', # String | Filter results where base_path contains value
|
|
146
|
+
base_path__icontains: 'base_path__icontains_example', # String | Filter results where base_path contains value
|
|
147
|
+
base_path__in: ['base_path__in_example'], # Array<String> | Filter results where base_path is in a comma-separated list of values
|
|
148
148
|
limit: 56, # Integer | Number of results to return per page.
|
|
149
|
-
name: 'name_example', # String |
|
|
150
|
-
name__contains: 'name__contains_example', # String |
|
|
151
|
-
name__icontains: 'name__icontains_example', # String |
|
|
152
|
-
name__in: 'name__in_example', # String |
|
|
153
|
-
name__startswith: 'name__startswith_example', # String |
|
|
149
|
+
name: 'name_example', # String |
|
|
150
|
+
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
|
151
|
+
name__icontains: 'name__icontains_example', # String | Filter results where name contains value
|
|
152
|
+
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
|
153
|
+
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
|
154
154
|
offset: 56, # Integer | The initial index from which to return the results.
|
|
155
155
|
ordering: 'ordering_example', # String | Which field to use when ordering the results.
|
|
156
|
-
pulp_label_select: 'pulp_label_select_example', # String |
|
|
156
|
+
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
|
157
157
|
fields: 'fields_example', # String | A list of fields to include in the response.
|
|
158
158
|
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
|
|
159
159
|
}
|
|
@@ -172,19 +172,19 @@ end
|
|
|
172
172
|
|
|
173
173
|
Name | Type | Description | Notes
|
|
174
174
|
------------- | ------------- | ------------- | -------------
|
|
175
|
-
**base_path** | **String**|
|
|
176
|
-
**base_path__contains** | **String**|
|
|
177
|
-
**base_path__icontains** | **String**|
|
|
178
|
-
**base_path__in** | **String
|
|
175
|
+
**base_path** | **String**| | [optional]
|
|
176
|
+
**base_path__contains** | **String**| Filter results where base_path contains value | [optional]
|
|
177
|
+
**base_path__icontains** | **String**| Filter results where base_path contains value | [optional]
|
|
178
|
+
**base_path__in** | [**Array<String>**](String.md)| Filter results where base_path is in a comma-separated list of values | [optional]
|
|
179
179
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
|
180
|
-
**name** | **String**|
|
|
181
|
-
**name__contains** | **String**|
|
|
182
|
-
**name__icontains** | **String**|
|
|
183
|
-
**name__in** | **String
|
|
184
|
-
**name__startswith** | **String**|
|
|
180
|
+
**name** | **String**| | [optional]
|
|
181
|
+
**name__contains** | **String**| Filter results where name contains value | [optional]
|
|
182
|
+
**name__icontains** | **String**| Filter results where name contains value | [optional]
|
|
183
|
+
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
|
184
|
+
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
|
185
185
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
|
186
186
|
**ordering** | **String**| Which field to use when ordering the results. | [optional]
|
|
187
|
-
**pulp_label_select** | **String**|
|
|
187
|
+
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
|
188
188
|
**fields** | **String**| A list of fields to include in the response. | [optional]
|
|
189
189
|
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
|
|
190
190
|
|