pulp_rpm_client 3.19.12 → 3.19.13
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 -5
- data/docs/AcsRpmApi.md +3 -7
- data/docs/ContentAdvisoriesApi.md +3 -7
- data/docs/ContentDistributionTreesApi.md +3 -7
- data/docs/ContentModulemdDefaultsApi.md +3 -7
- data/docs/ContentModulemdObsoletesApi.md +3 -7
- data/docs/ContentModulemdsApi.md +3 -7
- data/docs/ContentPackagecategoriesApi.md +3 -7
- data/docs/ContentPackageenvironmentsApi.md +3 -7
- data/docs/ContentPackagegroupsApi.md +3 -7
- data/docs/ContentPackagelangpacksApi.md +3 -7
- data/docs/ContentPackagesApi.md +5 -9
- data/docs/ContentRepoMetadataFilesApi.md +3 -7
- data/docs/DistributionsRpmApi.md +3 -11
- data/docs/PatchedrpmRpmRemote.md +1 -1
- data/docs/PatchedrpmRpmRepository.md +3 -3
- data/docs/PatchedrpmUlnRemote.md +1 -1
- data/docs/PublicationsRpmApi.md +3 -7
- data/docs/RemotesRpmApi.md +3 -7
- data/docs/RemotesUlnApi.md +3 -7
- data/docs/RepositoriesRpmApi.md +3 -23
- data/docs/RepositoriesRpmVersionsApi.md +3 -5
- data/docs/RepositoryAddRemoveContent.md +2 -2
- data/docs/RpmCompsApi.md +1 -1
- data/docs/RpmCopyApi.md +1 -1
- data/docs/RpmRepositorySyncURL.md +1 -1
- data/docs/RpmRpmPublication.md +2 -2
- data/docs/RpmRpmPublicationResponse.md +2 -2
- data/docs/RpmRpmRemote.md +1 -1
- data/docs/RpmRpmRemoteResponse.md +1 -1
- data/docs/RpmRpmRemoteResponseHiddenFields.md +2 -2
- data/docs/RpmRpmRepository.md +3 -3
- data/docs/RpmRpmRepositoryResponse.md +3 -3
- data/docs/RpmUlnRemote.md +1 -1
- data/docs/RpmUlnRemoteResponse.md +1 -1
- data/lib/pulp_rpm_client/api/acs_rpm_api.rb +2 -8
- data/lib/pulp_rpm_client/api/content_advisories_api.rb +2 -8
- data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +2 -8
- data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +2 -8
- data/lib/pulp_rpm_client/api/content_modulemd_obsoletes_api.rb +2 -8
- data/lib/pulp_rpm_client/api/content_modulemds_api.rb +2 -8
- data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +2 -8
- data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +2 -8
- data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +2 -8
- data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +2 -8
- data/lib/pulp_rpm_client/api/content_packages_api.rb +4 -10
- data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +2 -8
- data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +2 -14
- data/lib/pulp_rpm_client/api/publications_rpm_api.rb +2 -8
- data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +2 -8
- data/lib/pulp_rpm_client/api/remotes_uln_api.rb +2 -8
- data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +2 -32
- data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +2 -5
- data/lib/pulp_rpm_client/configuration.rb +3 -3
- data/lib/pulp_rpm_client/models/nested_role.rb +0 -19
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_remote.rb +1 -1
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +3 -3
- data/lib/pulp_rpm_client/models/patchedrpm_uln_remote.rb +1 -1
- data/lib/pulp_rpm_client/models/repository_add_remove_content.rb +2 -2
- data/lib/pulp_rpm_client/models/rpm_repository_sync_url.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +2 -2
- data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +2 -2
- data/lib/pulp_rpm_client/models/rpm_rpm_remote.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_remote_response_hidden_fields.rb +10 -0
- data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +3 -3
- data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +3 -3
- data/lib/pulp_rpm_client/models/rpm_uln_remote.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_uln_remote_response.rb +1 -1
- data/lib/pulp_rpm_client/version.rb +1 -1
- data/spec/api/acs_rpm_api_spec.rb +1 -3
- data/spec/api/content_advisories_api_spec.rb +1 -3
- data/spec/api/content_distribution_trees_api_spec.rb +1 -3
- data/spec/api/content_modulemd_defaults_api_spec.rb +1 -3
- data/spec/api/content_modulemd_obsoletes_api_spec.rb +1 -3
- data/spec/api/content_modulemds_api_spec.rb +1 -3
- data/spec/api/content_packagecategories_api_spec.rb +1 -3
- data/spec/api/content_packageenvironments_api_spec.rb +1 -3
- data/spec/api/content_packagegroups_api_spec.rb +1 -3
- data/spec/api/content_packagelangpacks_api_spec.rb +1 -3
- data/spec/api/content_packages_api_spec.rb +2 -4
- data/spec/api/content_repo_metadata_files_api_spec.rb +1 -3
- data/spec/api/distributions_rpm_api_spec.rb +1 -5
- data/spec/api/publications_rpm_api_spec.rb +1 -3
- data/spec/api/remotes_rpm_api_spec.rb +1 -3
- data/spec/api/remotes_uln_api_spec.rb +1 -3
- data/spec/api/repositories_rpm_api_spec.rb +1 -11
- data/spec/api/repositories_rpm_versions_api_spec.rb +1 -2
- data/spec/configuration_spec.rb +3 -3
- metadata +94 -94
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9029d3fbe9a0ccfebd0e6b8f3ca1a13487bfec37f331e5f9df72b061c6350436
|
4
|
+
data.tar.gz: e399e008b78f00ba1bf674038b13e0bd18c56a3e1eb647d559bf7c54c08262e3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a9a4ef5e00c4f8390bc2003491397f2d3079ba68d5791300caed41a191ea21bfa65d01fae8051427f691e30a8b91848e1b2fe9053e9cd2cf0e945dc794bfbeb4
|
7
|
+
data.tar.gz: c73a5d9eef582c16627a165a456a477a2cb5523a603a23ea5c5ecb9dbeb1f94234ef3a7bdee1d7633eb8024434b6dde665c53bf9abc2a63edd44f8021df0a3a1
|
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.19.
|
10
|
+
- Package version: 3.19.13
|
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.19.
|
27
|
+
gem install ./pulp_rpm_client-3.19.13.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulp_rpm_client-3.19.
|
30
|
+
(for development, run `gem install --dev ./pulp_rpm_client-3.19.13.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.19.
|
36
|
+
gem 'pulp_rpm_client', '~> 3.19.13'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
@@ -79,7 +79,7 @@ end
|
|
79
79
|
|
80
80
|
## Documentation for API Endpoints
|
81
81
|
|
82
|
-
All URIs are relative to *
|
82
|
+
All URIs are relative to *http://localhost:24817*
|
83
83
|
|
84
84
|
Class | Method | HTTP request | Description
|
85
85
|
------------ | ------------- | ------------- | -------------
|
data/docs/AcsRpmApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpRpmClient::AcsRpmApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -207,9 +207,7 @@ opts = {
|
|
207
207
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
208
208
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
209
209
|
offset: 56, # Integer | The initial index from which to return the results.
|
210
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
211
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
212
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
210
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
213
211
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
214
212
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
215
213
|
}
|
@@ -235,9 +233,7 @@ Name | Type | Description | Notes
|
|
235
233
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
236
234
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
237
235
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
238
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
239
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
240
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
236
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
241
237
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
242
238
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
243
239
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpRpmClient::ContentAdvisoriesApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -93,9 +93,7 @@ opts = {
|
|
93
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
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
97
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
98
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
96
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
99
97
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
100
98
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
101
99
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
@@ -130,9 +128,7 @@ Name | Type | Description | Notes
|
|
130
128
|
**id__in** | [**Array<String>**](String.md)| Filter results where id is in a comma-separated list of values | [optional]
|
131
129
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
132
130
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
133
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
134
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
135
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
131
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
136
132
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
137
133
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
138
134
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpRpmClient::ContentDistributionTreesApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -33,9 +33,7 @@ api_instance = PulpRpmClient::ContentDistributionTreesApi.new
|
|
33
33
|
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
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
37
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
38
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
36
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
39
37
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
40
38
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
41
39
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
@@ -59,9 +57,7 @@ Name | Type | Description | Notes
|
|
59
57
|
------------- | ------------- | ------------- | -------------
|
60
58
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
61
59
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
62
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
63
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
64
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
60
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
65
61
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
66
62
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
67
63
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpRpmClient::ContentModulemdDefaultsApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -89,9 +89,7 @@ opts = {
|
|
89
89
|
_module: '_module_example', # String | Filter results where module matches value
|
90
90
|
module__in: ['module__in_example'], # Array<String> | Filter results where module is in a comma-separated list of values
|
91
91
|
offset: 56, # Integer | The initial index from which to return the results.
|
92
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
93
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
94
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
92
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
95
93
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
96
94
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
97
95
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
@@ -120,9 +118,7 @@ Name | Type | Description | Notes
|
|
120
118
|
**_module** | **String**| Filter results where module matches value | [optional]
|
121
119
|
**module__in** | [**Array<String>**](String.md)| Filter results where module is in a comma-separated list of values | [optional]
|
122
120
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
123
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
124
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
125
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
121
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
126
122
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
127
123
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
128
124
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpRpmClient::ContentModulemdObsoletesApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -87,9 +87,7 @@ api_instance = PulpRpmClient::ContentModulemdObsoletesApi.new
|
|
87
87
|
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
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
91
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
92
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
90
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
93
91
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
94
92
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
95
93
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
@@ -113,9 +111,7 @@ Name | Type | Description | Notes
|
|
113
111
|
------------- | ------------- | ------------- | -------------
|
114
112
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
115
113
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
116
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
117
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
118
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
114
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
119
115
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
120
116
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
121
117
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
data/docs/ContentModulemdsApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpRpmClient::ContentModulemdsApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -93,9 +93,7 @@ opts = {
|
|
93
93
|
name: 'name_example', # String | Filter results where name matches value
|
94
94
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
95
95
|
offset: 56, # Integer | The initial index from which to return the results.
|
96
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
97
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
98
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
96
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
99
97
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
100
98
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
101
99
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
@@ -130,9 +128,7 @@ Name | Type | Description | Notes
|
|
130
128
|
**name** | **String**| Filter results where name matches value | [optional]
|
131
129
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
132
130
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
133
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
134
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
135
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
131
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
136
132
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
137
133
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
138
134
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpRpmClient::ContentPackagecategoriesApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -33,9 +33,7 @@ api_instance = PulpRpmClient::ContentPackagecategoriesApi.new
|
|
33
33
|
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
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
37
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
38
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
36
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
39
37
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
40
38
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
41
39
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
@@ -59,9 +57,7 @@ Name | Type | Description | Notes
|
|
59
57
|
------------- | ------------- | ------------- | -------------
|
60
58
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
61
59
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
62
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
63
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
64
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
60
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
65
61
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
66
62
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
67
63
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpRpmClient::ContentPackageenvironmentsApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -33,9 +33,7 @@ api_instance = PulpRpmClient::ContentPackageenvironmentsApi.new
|
|
33
33
|
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
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
37
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
38
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
36
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
39
37
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
40
38
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
41
39
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
@@ -59,9 +57,7 @@ Name | Type | Description | Notes
|
|
59
57
|
------------- | ------------- | ------------- | -------------
|
60
58
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
61
59
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
62
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
63
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
64
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
60
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
65
61
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
66
62
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
67
63
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpRpmClient::ContentPackagegroupsApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -33,9 +33,7 @@ api_instance = PulpRpmClient::ContentPackagegroupsApi.new
|
|
33
33
|
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
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
37
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
38
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
36
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
39
37
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
40
38
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
41
39
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
@@ -59,9 +57,7 @@ Name | Type | Description | Notes
|
|
59
57
|
------------- | ------------- | ------------- | -------------
|
60
58
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
61
59
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
62
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
63
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
64
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
60
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
65
61
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
66
62
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
67
63
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpRpmClient::ContentPackagelangpacksApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -33,9 +33,7 @@ api_instance = PulpRpmClient::ContentPackagelangpacksApi.new
|
|
33
33
|
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
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
37
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
38
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
36
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
39
37
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
40
38
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
41
39
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
@@ -59,9 +57,7 @@ Name | Type | Description | Notes
|
|
59
57
|
------------- | ------------- | ------------- | -------------
|
60
58
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
61
59
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
62
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
63
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
64
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
60
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
65
61
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
66
62
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
67
63
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
data/docs/ContentPackagesApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpRpmClient::ContentPackagesApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -98,7 +98,7 @@ opts = {
|
|
98
98
|
arch: 'arch_example', # String | Filter results where arch matches value
|
99
99
|
arch__in: ['arch__in_example'], # Array<String> | Filter results where arch is in a comma-separated list of values
|
100
100
|
arch__ne: 'arch__ne_example', # String | Filter results where arch not equal to value
|
101
|
-
checksum_type: 'checksum_type_example', # String | Filter results where checksum_type matches value
|
101
|
+
checksum_type: 'checksum_type_example', # String | Filter results where checksum_type matches value
|
102
102
|
checksum_type__in: ['checksum_type__in_example'], # Array<String> | Filter results where checksum_type is in a comma-separated list of values
|
103
103
|
checksum_type__ne: 'checksum_type__ne_example', # String | Filter results where checksum_type not equal to value
|
104
104
|
epoch: 'epoch_example', # String | Filter results where epoch matches value
|
@@ -109,11 +109,9 @@ opts = {
|
|
109
109
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
110
110
|
name__ne: 'name__ne_example', # String | Filter results where name not equal to value
|
111
111
|
offset: 56, # Integer | The initial index from which to return the results.
|
112
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
112
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
113
113
|
pkg_id: 'pkg_id_example', # String | Filter results where pkgId matches value
|
114
114
|
pkg_id__in: ['pkg_id__in_example'], # Array<String> | Filter results where pkgId is in a comma-separated list of values
|
115
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
116
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
117
115
|
release: 'release_example', # String | Filter results where release matches value
|
118
116
|
release__in: ['release__in_example'], # Array<String> | Filter results where release is in a comma-separated list of values
|
119
117
|
release__ne: 'release__ne_example', # String | Filter results where release not equal to value
|
@@ -145,7 +143,7 @@ Name | Type | Description | Notes
|
|
145
143
|
**arch** | **String**| Filter results where arch matches value | [optional]
|
146
144
|
**arch__in** | [**Array<String>**](String.md)| Filter results where arch is in a comma-separated list of values | [optional]
|
147
145
|
**arch__ne** | **String**| Filter results where arch not equal to value | [optional]
|
148
|
-
**checksum_type** | **String**| Filter results where checksum_type matches value
|
146
|
+
**checksum_type** | **String**| Filter results where checksum_type matches value | [optional]
|
149
147
|
**checksum_type__in** | [**Array<String>**](String.md)| Filter results where checksum_type is in a comma-separated list of values | [optional]
|
150
148
|
**checksum_type__ne** | **String**| Filter results where checksum_type not equal to value | [optional]
|
151
149
|
**epoch** | **String**| Filter results where epoch matches value | [optional]
|
@@ -156,11 +154,9 @@ Name | Type | Description | Notes
|
|
156
154
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
157
155
|
**name__ne** | **String**| Filter results where name not equal to value | [optional]
|
158
156
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
159
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
157
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
160
158
|
**pkg_id** | **String**| Filter results where pkgId matches value | [optional]
|
161
159
|
**pkg_id__in** | [**Array<String>**](String.md)| Filter results where pkgId is in a comma-separated list of values | [optional]
|
162
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
163
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
164
160
|
**release** | **String**| Filter results where release matches value | [optional]
|
165
161
|
**release__in** | [**Array<String>**](String.md)| Filter results where release is in a comma-separated list of values | [optional]
|
166
162
|
**release__ne** | **String**| Filter results where release not equal to value | [optional]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpRpmClient::ContentRepoMetadataFilesApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -33,9 +33,7 @@ api_instance = PulpRpmClient::ContentRepoMetadataFilesApi.new
|
|
33
33
|
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
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
37
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
38
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
36
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
39
37
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
40
38
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
41
39
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
@@ -59,9 +57,7 @@ Name | Type | Description | Notes
|
|
59
57
|
------------- | ------------- | ------------- | -------------
|
60
58
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
61
59
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
62
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
63
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
64
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
60
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
65
61
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
66
62
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
67
63
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
data/docs/DistributionsRpmApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpRpmClient::DistributionsRpmApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -210,12 +210,8 @@ opts = {
|
|
210
210
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
211
211
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
212
212
|
offset: 56, # Integer | The initial index from which to return the results.
|
213
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
214
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
215
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
213
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
216
214
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
217
|
-
repository: 'repository_example', # String | Filter results where repository matches value
|
218
|
-
repository__in: ['repository__in_example'], # Array<String> | Filter results where repository is in a comma-separated list of values
|
219
215
|
with_content: 'with_content_example', # String | Filter distributions based on the content served by them
|
220
216
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
221
217
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
@@ -246,12 +242,8 @@ Name | Type | Description | Notes
|
|
246
242
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
247
243
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
248
244
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
249
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
250
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
251
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
245
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
252
246
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
253
|
-
**repository** | **String**| Filter results where repository matches value | [optional]
|
254
|
-
**repository__in** | [**Array<String>**](String.md)| Filter results where repository is in a comma-separated list of values | [optional]
|
255
247
|
**with_content** | **String**| Filter distributions based on the content served by them | [optional]
|
256
248
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
257
249
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
data/docs/PatchedrpmRpmRemote.md
CHANGED
@@ -18,7 +18,7 @@ Name | Type | Description | Notes
|
|
18
18
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
19
19
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
20
20
|
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
|
21
|
-
**policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'immediate' is the default.
|
21
|
+
**policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'immediate' is the default. | [optional]
|
22
22
|
**total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
23
23
|
**connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
24
24
|
**sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
@@ -7,13 +7,13 @@ Name | Type | Description | Notes
|
|
7
7
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
8
8
|
**name** | **String** | A unique name for this repository. | [optional]
|
9
9
|
**description** | **String** | An optional description. | [optional]
|
10
|
-
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
|
10
|
+
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
|
11
11
|
**remote** | **String** | An optional remote to use by default when syncing. | [optional]
|
12
12
|
**autopublish** | **Boolean** | Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository. | [optional] [default to false]
|
13
13
|
**metadata_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
14
14
|
**retain_package_versions** | **Integer** | The number of versions of each package to keep in the repository; older versions will be purged. The default is '0', which will disable this feature and keep all versions of each package. | [optional]
|
15
|
-
**metadata_checksum_type** | [**MetadataChecksumTypeEnum**](MetadataChecksumTypeEnum.md) | The checksum type for metadata.
|
16
|
-
**package_checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | The checksum type for packages.
|
15
|
+
**metadata_checksum_type** | [**MetadataChecksumTypeEnum**](MetadataChecksumTypeEnum.md) | The checksum type for metadata. | [optional]
|
16
|
+
**package_checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | The checksum type for packages. | [optional]
|
17
17
|
**gpgcheck** | **Integer** | An option specifying whether a client should perform a GPG signature check on packages. | [optional] [default to 0]
|
18
18
|
**repo_gpgcheck** | **Integer** | An option specifying whether a client should perform a GPG signature check on the repodata. | [optional] [default to 0]
|
19
19
|
**sqlite_metadata** | **Boolean** | DEPRECATED: An option specifying whether Pulp should generate SQLite metadata. | [optional] [default to false]
|
data/docs/PatchedrpmUlnRemote.md
CHANGED
@@ -18,7 +18,7 @@ Name | Type | Description | Notes
|
|
18
18
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
19
19
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
20
20
|
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
|
21
|
-
**policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'immediate' is the default.
|
21
|
+
**policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'immediate' is the default. | [optional]
|
22
22
|
**total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
23
23
|
**connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
24
24
|
**sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
data/docs/PublicationsRpmApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpRpmClient::PublicationsRpmApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -200,15 +200,13 @@ opts = {
|
|
200
200
|
content__in: 'content__in_example', # String | Content Unit referenced by HREF
|
201
201
|
limit: 56, # Integer | Number of results to return per page.
|
202
202
|
offset: 56, # Integer | The initial index from which to return the results.
|
203
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
203
|
+
ordering: ['ordering_example'], # Array<String> | Ordering
|
204
204
|
pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created matches value
|
205
205
|
pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
|
206
206
|
pulp_created__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than or equal to value
|
207
207
|
pulp_created__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than value
|
208
208
|
pulp_created__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than or equal to value
|
209
209
|
pulp_created__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_created is between two comma separated values
|
210
|
-
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
211
|
-
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
212
210
|
repository: 'repository_example', # String | Repository referenced by HREF
|
213
211
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
214
212
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
@@ -233,15 +231,13 @@ Name | Type | Description | Notes
|
|
233
231
|
**content__in** | **String**| Content Unit referenced by HREF | [optional]
|
234
232
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
235
233
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
236
|
-
**ordering** | [**Array<String>**](String.md)| Ordering
|
234
|
+
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
237
235
|
**pulp_created** | **DateTime**| Filter results where pulp_created matches value | [optional]
|
238
236
|
**pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
|
239
237
|
**pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
|
240
238
|
**pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional]
|
241
239
|
**pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
|
242
240
|
**pulp_created__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
|
243
|
-
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
244
|
-
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
245
241
|
**repository** | **String**| Repository referenced by HREF | [optional]
|
246
242
|
**repository_version** | [**String**](.md)| Repository Version referenced by HREF | [optional]
|
247
243
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|