pulp_rpm_client 3.19.13 → 3.20.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 -5
- data/docs/AcsRpmApi.md +7 -3
- data/docs/ContentAdvisoriesApi.md +7 -3
- data/docs/ContentDistributionTreesApi.md +7 -3
- data/docs/ContentModulemdDefaultsApi.md +7 -3
- data/docs/ContentModulemdObsoletesApi.md +7 -3
- data/docs/ContentModulemdsApi.md +7 -3
- data/docs/ContentPackagecategoriesApi.md +7 -3
- data/docs/ContentPackageenvironmentsApi.md +7 -3
- data/docs/ContentPackagegroupsApi.md +7 -3
- data/docs/ContentPackagelangpacksApi.md +7 -3
- data/docs/ContentPackagesApi.md +21 -5
- data/docs/ContentRepoMetadataFilesApi.md +7 -3
- data/docs/DistributionsRpmApi.md +11 -3
- data/docs/PatchedrpmRpmRemote.md +1 -1
- data/docs/PatchedrpmRpmRepository.md +3 -3
- data/docs/PatchedrpmUlnRemote.md +1 -1
- data/docs/PublicationsRpmApi.md +7 -3
- data/docs/RemotesRpmApi.md +7 -3
- data/docs/RemotesUlnApi.md +7 -3
- data/docs/RepositoriesRpmApi.md +23 -3
- data/docs/RepositoriesRpmVersionsApi.md +5 -3
- 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 +8 -2
- data/lib/pulp_rpm_client/api/content_advisories_api.rb +8 -2
- data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +8 -2
- data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +8 -2
- data/lib/pulp_rpm_client/api/content_modulemd_obsoletes_api.rb +8 -2
- data/lib/pulp_rpm_client/api/content_modulemds_api.rb +8 -2
- data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +8 -2
- data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +8 -2
- data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +8 -2
- data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +8 -2
- data/lib/pulp_rpm_client/api/content_packages_api.rb +28 -4
- data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +8 -2
- data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +14 -2
- data/lib/pulp_rpm_client/api/publications_rpm_api.rb +8 -2
- data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +8 -2
- data/lib/pulp_rpm_client/api/remotes_uln_api.rb +8 -2
- data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +32 -2
- data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +5 -2
- data/lib/pulp_rpm_client/configuration.rb +3 -3
- data/lib/pulp_rpm_client/models/nested_role.rb +19 -0
- 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 +0 -10
- 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 +3 -1
- data/spec/api/content_advisories_api_spec.rb +3 -1
- data/spec/api/content_distribution_trees_api_spec.rb +3 -1
- data/spec/api/content_modulemd_defaults_api_spec.rb +3 -1
- data/spec/api/content_modulemd_obsoletes_api_spec.rb +3 -1
- data/spec/api/content_modulemds_api_spec.rb +3 -1
- data/spec/api/content_packagecategories_api_spec.rb +3 -1
- data/spec/api/content_packageenvironments_api_spec.rb +3 -1
- data/spec/api/content_packagegroups_api_spec.rb +3 -1
- data/spec/api/content_packagelangpacks_api_spec.rb +3 -1
- data/spec/api/content_packages_api_spec.rb +10 -2
- data/spec/api/content_repo_metadata_files_api_spec.rb +3 -1
- data/spec/api/distributions_rpm_api_spec.rb +5 -1
- data/spec/api/publications_rpm_api_spec.rb +3 -1
- data/spec/api/remotes_rpm_api_spec.rb +3 -1
- data/spec/api/remotes_uln_api_spec.rb +3 -1
- data/spec/api/repositories_rpm_api_spec.rb +11 -1
- data/spec/api/repositories_rpm_versions_api_spec.rb +2 -1
- data/spec/configuration_spec.rb +3 -3
- metadata +95 -95
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 939829eb0ebd48866a1f7d1b7ea770fb4c8bae28222df15f46fe08e308f6fe89
|
4
|
+
data.tar.gz: fb0743e2d19dfdbb31ae0f62bf2529480524af9607729771ed346d6e3ec417f2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8f9c73bc95050702612472728a42ea7dc07f68f6f06951d090226e835b29de3d9bf8c20f9c65c414286f2e70a8a547e8320e7a746f8b8c427116827ab7238755
|
7
|
+
data.tar.gz: 43d2cbe4ec0b19a01ba8a43fe15f0ce3da9c8124efd50fa43a586c68d0ef2d8e21c46c614ddabb49cdac9706b86b276b391864c9cb15bea2ab84e21b40ef1d25
|
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.20.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.20.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.20.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.20.0'
|
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 *https://pulp*
|
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 *https://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -207,7 +207,9 @@ 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
|
210
|
+
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `last_refreshed` - Last refreshed * `-last_refreshed` - Last refreshed (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
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.
|
211
213
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
212
214
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
213
215
|
}
|
@@ -233,7 +235,9 @@ Name | Type | Description | Notes
|
|
233
235
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
234
236
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
235
237
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
236
|
-
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
238
|
+
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `last_refreshed` - Last refreshed * `-last_refreshed` - Last refreshed (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
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]
|
237
241
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
238
242
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
239
243
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpRpmClient::ContentAdvisoriesApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *https://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -93,7 +93,9 @@ 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
|
96
|
+
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `id` - Id * `-id` - Id (descending) * `updated_date` - Updated date * `-updated_date` - Updated date (descending) * `description` - Description * `-description` - Description (descending) * `issued_date` - Issued date * `-issued_date` - Issued date (descending) * `fromstr` - Fromstr * `-fromstr` - Fromstr (descending) * `status` - Status * `-status` - Status (descending) * `title` - Title * `-title` - Title (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `type` - Type * `-type` - Type (descending) * `severity` - Severity * `-severity` - Severity (descending) * `solution` - Solution * `-solution` - Solution (descending) * `release` - Release * `-release` - Release (descending) * `rights` - Rights * `-rights` - Rights (descending) * `reboot_suggested` - Reboot suggested * `-reboot_suggested` - Reboot suggested (descending) * `pushcount` - Pushcount * `-pushcount` - Pushcount (descending) * `digest` - Digest * `-digest` - Digest (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
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.
|
97
99
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
98
100
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
99
101
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
@@ -128,7 +130,9 @@ Name | Type | Description | Notes
|
|
128
130
|
**id__in** | [**Array<String>**](String.md)| Filter results where id is in a comma-separated list of values | [optional]
|
129
131
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
130
132
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
131
|
-
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
133
|
+
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `id` - Id * `-id` - Id (descending) * `updated_date` - Updated date * `-updated_date` - Updated date (descending) * `description` - Description * `-description` - Description (descending) * `issued_date` - Issued date * `-issued_date` - Issued date (descending) * `fromstr` - Fromstr * `-fromstr` - Fromstr (descending) * `status` - Status * `-status` - Status (descending) * `title` - Title * `-title` - Title (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `type` - Type * `-type` - Type (descending) * `severity` - Severity * `-severity` - Severity (descending) * `solution` - Solution * `-solution` - Solution (descending) * `release` - Release * `-release` - Release (descending) * `rights` - Rights * `-rights` - Rights (descending) * `reboot_suggested` - Reboot suggested * `-reboot_suggested` - Reboot suggested (descending) * `pushcount` - Pushcount * `-pushcount` - Pushcount (descending) * `digest` - Digest * `-digest` - Digest (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
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]
|
132
136
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
133
137
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
134
138
|
**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 *https://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -33,7 +33,9 @@ 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
|
36
|
+
ordering: ['ordering_example'], # Array<String> | Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
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.
|
37
39
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
38
40
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
39
41
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
@@ -57,7 +59,9 @@ Name | Type | Description | Notes
|
|
57
59
|
------------- | ------------- | ------------- | -------------
|
58
60
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
59
61
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
60
|
-
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
62
|
+
**ordering** | [**Array<String>**](String.md)| Ordering * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
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]
|
61
65
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
62
66
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
63
67
|
**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 *https://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -89,7 +89,9 @@ 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
|
92
|
+
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `module` - Module * `-module` - Module (descending) * `stream` - Stream * `-stream` - Stream (descending) * `profiles` - Profiles * `-profiles` - Profiles (descending) * `digest` - Digest * `-digest` - Digest (descending) * `snippet` - Snippet * `-snippet` - Snippet (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
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.
|
93
95
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
94
96
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
95
97
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
@@ -118,7 +120,9 @@ Name | Type | Description | Notes
|
|
118
120
|
**_module** | **String**| Filter results where module matches value | [optional]
|
119
121
|
**module__in** | [**Array<String>**](String.md)| Filter results where module is in a comma-separated list of values | [optional]
|
120
122
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
121
|
-
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
123
|
+
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `module` - Module * `-module` - Module (descending) * `stream` - Stream * `-stream` - Stream (descending) * `profiles` - Profiles * `-profiles` - Profiles (descending) * `digest` - Digest * `-digest` - Digest (descending) * `snippet` - Snippet * `-snippet` - Snippet (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
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]
|
122
126
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
123
127
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
124
128
|
**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 *https://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -87,7 +87,9 @@ 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
|
90
|
+
ordering: ['ordering_example'], # Array<String> | Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
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.
|
91
93
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
92
94
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
93
95
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
@@ -111,7 +113,9 @@ Name | Type | Description | Notes
|
|
111
113
|
------------- | ------------- | ------------- | -------------
|
112
114
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
113
115
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
114
|
-
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
116
|
+
**ordering** | [**Array<String>**](String.md)| Ordering * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
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]
|
115
119
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
116
120
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
117
121
|
**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 *https://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -93,7 +93,9 @@ 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
|
96
|
+
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `name` - Name * `-name` - Name (descending) * `stream` - Stream * `-stream` - Stream (descending) * `version` - Version * `-version` - Version (descending) * `context` - Context * `-context` - Context (descending) * `arch` - Arch * `-arch` - Arch (descending) * `static_context` - Static context * `-static_context` - Static context (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `artifacts` - Artifacts * `-artifacts` - Artifacts (descending) * `profiles` - Profiles * `-profiles` - Profiles (descending) * `description` - Description * `-description` - Description (descending) * `snippet` - Snippet * `-snippet` - Snippet (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
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.
|
97
99
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
98
100
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
99
101
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
@@ -128,7 +130,9 @@ Name | Type | Description | Notes
|
|
128
130
|
**name** | **String**| Filter results where name matches value | [optional]
|
129
131
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
130
132
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
131
|
-
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
133
|
+
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `name` - Name * `-name` - Name (descending) * `stream` - Stream * `-stream` - Stream (descending) * `version` - Version * `-version` - Version (descending) * `context` - Context * `-context` - Context (descending) * `arch` - Arch * `-arch` - Arch (descending) * `static_context` - Static context * `-static_context` - Static context (descending) * `dependencies` - Dependencies * `-dependencies` - Dependencies (descending) * `artifacts` - Artifacts * `-artifacts` - Artifacts (descending) * `profiles` - Profiles * `-profiles` - Profiles (descending) * `description` - Description * `-description` - Description (descending) * `snippet` - Snippet * `-snippet` - Snippet (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
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]
|
132
136
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
133
137
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
134
138
|
**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 *https://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -33,7 +33,9 @@ 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
|
36
|
+
ordering: ['ordering_example'], # Array<String> | Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
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.
|
37
39
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
38
40
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
39
41
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
@@ -57,7 +59,9 @@ Name | Type | Description | Notes
|
|
57
59
|
------------- | ------------- | ------------- | -------------
|
58
60
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
59
61
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
60
|
-
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
62
|
+
**ordering** | [**Array<String>**](String.md)| Ordering * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
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]
|
61
65
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
62
66
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
63
67
|
**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 *https://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -33,7 +33,9 @@ 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
|
36
|
+
ordering: ['ordering_example'], # Array<String> | Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
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.
|
37
39
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
38
40
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
39
41
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
@@ -57,7 +59,9 @@ Name | Type | Description | Notes
|
|
57
59
|
------------- | ------------- | ------------- | -------------
|
58
60
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
59
61
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
60
|
-
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
62
|
+
**ordering** | [**Array<String>**](String.md)| Ordering * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
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]
|
61
65
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
62
66
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
63
67
|
**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 *https://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -33,7 +33,9 @@ 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
|
36
|
+
ordering: ['ordering_example'], # Array<String> | Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
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.
|
37
39
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
38
40
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
39
41
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
@@ -57,7 +59,9 @@ Name | Type | Description | Notes
|
|
57
59
|
------------- | ------------- | ------------- | -------------
|
58
60
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
59
61
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
60
|
-
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
62
|
+
**ordering** | [**Array<String>**](String.md)| Ordering * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
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]
|
61
65
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
62
66
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
63
67
|
**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 *https://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -33,7 +33,9 @@ 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
|
36
|
+
ordering: ['ordering_example'], # Array<String> | Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
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.
|
37
39
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
38
40
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
39
41
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
@@ -57,7 +59,9 @@ Name | Type | Description | Notes
|
|
57
59
|
------------- | ------------- | ------------- | -------------
|
58
60
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
59
61
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
60
|
-
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
62
|
+
**ordering** | [**Array<String>**](String.md)| Ordering * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
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]
|
61
65
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
62
66
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
63
67
|
**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 *https://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -96,9 +96,11 @@ end
|
|
96
96
|
api_instance = PulpRpmClient::ContentPackagesApi.new
|
97
97
|
opts = {
|
98
98
|
arch: 'arch_example', # String | Filter results where arch matches value
|
99
|
+
arch__contains: 'arch__contains_example', # String | Filter results where arch contains value
|
99
100
|
arch__in: ['arch__in_example'], # Array<String> | Filter results where arch is in a comma-separated list of values
|
100
101
|
arch__ne: 'arch__ne_example', # String | Filter results where arch not equal to value
|
101
|
-
|
102
|
+
arch__startswith: 'arch__startswith_example', # String | Filter results where arch starts with value
|
103
|
+
checksum_type: 'checksum_type_example', # String | Filter results where checksum_type matches value * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512
|
102
104
|
checksum_type__in: ['checksum_type__in_example'], # Array<String> | Filter results where checksum_type is in a comma-separated list of values
|
103
105
|
checksum_type__ne: 'checksum_type__ne_example', # String | Filter results where checksum_type not equal to value
|
104
106
|
epoch: 'epoch_example', # String | Filter results where epoch matches value
|
@@ -106,15 +108,21 @@ opts = {
|
|
106
108
|
epoch__ne: 'epoch__ne_example', # String | Filter results where epoch not equal to value
|
107
109
|
limit: 56, # Integer | Number of results to return per page.
|
108
110
|
name: 'name_example', # String | Filter results where name matches value
|
111
|
+
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
109
112
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
110
113
|
name__ne: 'name__ne_example', # String | Filter results where name not equal to value
|
114
|
+
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
111
115
|
offset: 56, # Integer | The initial index from which to return the results.
|
112
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
116
|
+
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `name` - Name * `-name` - Name (descending) * `epoch` - Epoch * `-epoch` - Epoch (descending) * `version` - Version * `-version` - Version (descending) * `release` - Release * `-release` - Release (descending) * `arch` - Arch * `-arch` - Arch (descending) * `evr` - Evr * `-evr` - Evr (descending) * `pkgId` - Pkgid * `-pkgId` - Pkgid (descending) * `checksum_type` - Checksum type * `-checksum_type` - Checksum type (descending) * `summary` - Summary * `-summary` - Summary (descending) * `description` - Description * `-description` - Description (descending) * `url` - Url * `-url` - Url (descending) * `changelogs` - Changelogs * `-changelogs` - Changelogs (descending) * `files` - Files * `-files` - Files (descending) * `requires` - Requires * `-requires` - Requires (descending) * `provides` - Provides * `-provides` - Provides (descending) * `conflicts` - Conflicts * `-conflicts` - Conflicts (descending) * `obsoletes` - Obsoletes * `-obsoletes` - Obsoletes (descending) * `suggests` - Suggests * `-suggests` - Suggests (descending) * `enhances` - Enhances * `-enhances` - Enhances (descending) * `recommends` - Recommends * `-recommends` - Recommends (descending) * `supplements` - Supplements * `-supplements` - Supplements (descending) * `location_base` - Location base * `-location_base` - Location base (descending) * `location_href` - Location href * `-location_href` - Location href (descending) * `rpm_buildhost` - Rpm buildhost * `-rpm_buildhost` - Rpm buildhost (descending) * `rpm_group` - Rpm group * `-rpm_group` - Rpm group (descending) * `rpm_license` - Rpm license * `-rpm_license` - Rpm license (descending) * `rpm_packager` - Rpm packager * `-rpm_packager` - Rpm packager (descending) * `rpm_sourcerpm` - Rpm sourcerpm * `-rpm_sourcerpm` - Rpm sourcerpm (descending) * `rpm_vendor` - Rpm vendor * `-rpm_vendor` - Rpm vendor (descending) * `rpm_header_start` - Rpm header start * `-rpm_header_start` - Rpm header start (descending) * `rpm_header_end` - Rpm header end * `-rpm_header_end` - Rpm header end (descending) * `size_archive` - Size archive * `-size_archive` - Size archive (descending) * `size_installed` - Size installed * `-size_installed` - Size installed (descending) * `size_package` - Size package * `-size_package` - Size package (descending) * `time_build` - Time build * `-time_build` - Time build (descending) * `time_file` - Time file * `-time_file` - Time file (descending) * `is_modular` - Is modular * `-is_modular` - Is modular (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
113
117
|
pkg_id: 'pkg_id_example', # String | Filter results where pkgId matches value
|
114
118
|
pkg_id__in: ['pkg_id__in_example'], # Array<String> | Filter results where pkgId is in a comma-separated list of values
|
119
|
+
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
120
|
+
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
115
121
|
release: 'release_example', # String | Filter results where release matches value
|
122
|
+
release__contains: 'release__contains_example', # String | Filter results where release contains value
|
116
123
|
release__in: ['release__in_example'], # Array<String> | Filter results where release is in a comma-separated list of values
|
117
124
|
release__ne: 'release__ne_example', # String | Filter results where release not equal to value
|
125
|
+
release__startswith: 'release__startswith_example', # String | Filter results where release starts with value
|
118
126
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
119
127
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
120
128
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
@@ -141,9 +149,11 @@ end
|
|
141
149
|
Name | Type | Description | Notes
|
142
150
|
------------- | ------------- | ------------- | -------------
|
143
151
|
**arch** | **String**| Filter results where arch matches value | [optional]
|
152
|
+
**arch__contains** | **String**| Filter results where arch contains value | [optional]
|
144
153
|
**arch__in** | [**Array<String>**](String.md)| Filter results where arch is in a comma-separated list of values | [optional]
|
145
154
|
**arch__ne** | **String**| Filter results where arch not equal to value | [optional]
|
146
|
-
**
|
155
|
+
**arch__startswith** | **String**| Filter results where arch starts with value | [optional]
|
156
|
+
**checksum_type** | **String**| Filter results where checksum_type matches value * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512 | [optional]
|
147
157
|
**checksum_type__in** | [**Array<String>**](String.md)| Filter results where checksum_type is in a comma-separated list of values | [optional]
|
148
158
|
**checksum_type__ne** | **String**| Filter results where checksum_type not equal to value | [optional]
|
149
159
|
**epoch** | **String**| Filter results where epoch matches value | [optional]
|
@@ -151,15 +161,21 @@ Name | Type | Description | Notes
|
|
151
161
|
**epoch__ne** | **String**| Filter results where epoch not equal to value | [optional]
|
152
162
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
153
163
|
**name** | **String**| Filter results where name matches value | [optional]
|
164
|
+
**name__contains** | **String**| Filter results where name contains value | [optional]
|
154
165
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
155
166
|
**name__ne** | **String**| Filter results where name not equal to value | [optional]
|
167
|
+
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
156
168
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
157
|
-
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
169
|
+
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `name` - Name * `-name` - Name (descending) * `epoch` - Epoch * `-epoch` - Epoch (descending) * `version` - Version * `-version` - Version (descending) * `release` - Release * `-release` - Release (descending) * `arch` - Arch * `-arch` - Arch (descending) * `evr` - Evr * `-evr` - Evr (descending) * `pkgId` - Pkgid * `-pkgId` - Pkgid (descending) * `checksum_type` - Checksum type * `-checksum_type` - Checksum type (descending) * `summary` - Summary * `-summary` - Summary (descending) * `description` - Description * `-description` - Description (descending) * `url` - Url * `-url` - Url (descending) * `changelogs` - Changelogs * `-changelogs` - Changelogs (descending) * `files` - Files * `-files` - Files (descending) * `requires` - Requires * `-requires` - Requires (descending) * `provides` - Provides * `-provides` - Provides (descending) * `conflicts` - Conflicts * `-conflicts` - Conflicts (descending) * `obsoletes` - Obsoletes * `-obsoletes` - Obsoletes (descending) * `suggests` - Suggests * `-suggests` - Suggests (descending) * `enhances` - Enhances * `-enhances` - Enhances (descending) * `recommends` - Recommends * `-recommends` - Recommends (descending) * `supplements` - Supplements * `-supplements` - Supplements (descending) * `location_base` - Location base * `-location_base` - Location base (descending) * `location_href` - Location href * `-location_href` - Location href (descending) * `rpm_buildhost` - Rpm buildhost * `-rpm_buildhost` - Rpm buildhost (descending) * `rpm_group` - Rpm group * `-rpm_group` - Rpm group (descending) * `rpm_license` - Rpm license * `-rpm_license` - Rpm license (descending) * `rpm_packager` - Rpm packager * `-rpm_packager` - Rpm packager (descending) * `rpm_sourcerpm` - Rpm sourcerpm * `-rpm_sourcerpm` - Rpm sourcerpm (descending) * `rpm_vendor` - Rpm vendor * `-rpm_vendor` - Rpm vendor (descending) * `rpm_header_start` - Rpm header start * `-rpm_header_start` - Rpm header start (descending) * `rpm_header_end` - Rpm header end * `-rpm_header_end` - Rpm header end (descending) * `size_archive` - Size archive * `-size_archive` - Size archive (descending) * `size_installed` - Size installed * `-size_installed` - Size installed (descending) * `size_package` - Size package * `-size_package` - Size package (descending) * `time_build` - Time build * `-time_build` - Time build (descending) * `time_file` - Time file * `-time_file` - Time file (descending) * `is_modular` - Is modular * `-is_modular` - Is modular (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
158
170
|
**pkg_id** | **String**| Filter results where pkgId matches value | [optional]
|
159
171
|
**pkg_id__in** | [**Array<String>**](String.md)| Filter results where pkgId is in a comma-separated list of values | [optional]
|
172
|
+
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
173
|
+
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
160
174
|
**release** | **String**| Filter results where release matches value | [optional]
|
175
|
+
**release__contains** | **String**| Filter results where release contains value | [optional]
|
161
176
|
**release__in** | [**Array<String>**](String.md)| Filter results where release is in a comma-separated list of values | [optional]
|
162
177
|
**release__ne** | **String**| Filter results where release not equal to value | [optional]
|
178
|
+
**release__startswith** | **String**| Filter results where release starts with value | [optional]
|
163
179
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
164
180
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
165
181
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpRpmClient::ContentRepoMetadataFilesApi
|
2
2
|
|
3
|
-
All URIs are relative to *
|
3
|
+
All URIs are relative to *https://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -33,7 +33,9 @@ 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
|
36
|
+
ordering: ['ordering_example'], # Array<String> | Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
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.
|
37
39
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
38
40
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
39
41
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
@@ -57,7 +59,9 @@ Name | Type | Description | Notes
|
|
57
59
|
------------- | ------------- | ------------- | -------------
|
58
60
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
59
61
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
60
|
-
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
62
|
+
**ordering** | [**Array<String>**](String.md)| Ordering * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
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]
|
61
65
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
62
66
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
63
67
|
**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 *https://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -210,8 +210,12 @@ 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
|
213
|
+
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
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.
|
214
216
|
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
|
215
219
|
with_content: 'with_content_example', # String | Filter distributions based on the content served by them
|
216
220
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
217
221
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
@@ -242,8 +246,12 @@ Name | Type | Description | Notes
|
|
242
246
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
243
247
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
244
248
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
245
|
-
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
249
|
+
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
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]
|
246
252
|
**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]
|
247
255
|
**with_content** | **String**| Filter distributions based on the content served by them | [optional]
|
248
256
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
249
257
|
**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. | [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. * `immediate` - When syncing, download all metadata and content now. * `on_demand` - When syncing, download metadata, but do not download content now. Instead, download content as clients request it, and save it in Pulp to be served for future client requests. * `streamed` - When syncing, download metadata, but do not download content now. Instead,download content as clients request it, but never save it in Pulp. This causes future requests for that same content to have to be downloaded again. | [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.
|
10
|
+
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [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. | [optional]
|
16
|
-
**package_checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | The checksum type for packages. | [optional]
|
15
|
+
**metadata_checksum_type** | [**MetadataChecksumTypeEnum**](MetadataChecksumTypeEnum.md) | The checksum type for metadata. * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512 | [optional]
|
16
|
+
**package_checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | The checksum type for packages. * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512 | [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. | [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. * `immediate` - When syncing, download all metadata and content now. * `on_demand` - When syncing, download metadata, but do not download content now. Instead, download content as clients request it, and save it in Pulp to be served for future client requests. * `streamed` - When syncing, download metadata, but do not download content now. Instead,download content as clients request it, but never save it in Pulp. This causes future requests for that same content to have to be downloaded again. | [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]
|