pulp_rpm_client 3.26.5 → 3.27.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 +7 -5
- data/docs/AcsRpmApi.md +3 -5
- data/docs/ArtifactResponse.md +0 -2
- data/docs/ContentAdvisoriesApi.md +10 -14
- data/docs/ContentDistributionTreesApi.md +9 -11
- data/docs/ContentModulemdDefaultsApi.md +9 -11
- data/docs/ContentModulemdObsoletesApi.md +9 -11
- data/docs/ContentModulemdsApi.md +9 -11
- data/docs/ContentPackagecategoriesApi.md +9 -11
- data/docs/ContentPackageenvironmentsApi.md +9 -11
- data/docs/ContentPackagegroupsApi.md +9 -11
- data/docs/ContentPackagelangpacksApi.md +9 -11
- data/docs/ContentPackagesApi.md +11 -15
- data/docs/ContentRepoMetadataFilesApi.md +9 -11
- data/docs/DistributionsRpmApi.md +3 -5
- data/docs/PatchedrpmRpmRepository.md +4 -0
- data/docs/PrunePackages.md +21 -0
- data/docs/PublicationsRpmApi.md +11 -13
- data/docs/RemotesRpmApi.md +3 -5
- data/docs/RemotesUlnApi.md +3 -5
- data/docs/RepositoriesRpmApi.md +7 -9
- data/docs/RepositoriesRpmVersionsApi.md +7 -9
- data/docs/RepositoryVersionResponse.md +0 -2
- data/docs/RpmCompsApi.md +1 -1
- data/docs/RpmCopyApi.md +1 -1
- data/docs/RpmModulemdDefaultsResponse.md +0 -2
- data/docs/RpmModulemdObsoleteResponse.md +0 -2
- data/docs/RpmModulemdResponse.md +0 -2
- data/docs/RpmPackage.md +1 -3
- data/docs/RpmPackageCategoryResponse.md +0 -2
- data/docs/RpmPackageEnvironmentResponse.md +0 -2
- data/docs/RpmPackageGroupResponse.md +0 -2
- data/docs/RpmPackageLangpacksResponse.md +0 -2
- data/docs/RpmPackageResponse.md +0 -2
- data/docs/RpmPruneApi.md +61 -0
- data/docs/RpmRepoMetadataFileResponse.md +0 -2
- data/docs/RpmRpmAlternateContentSourceResponse.md +0 -2
- data/docs/RpmRpmDistributionResponse.md +0 -4
- data/docs/RpmRpmPublicationResponse.md +0 -2
- data/docs/RpmRpmRemoteResponse.md +0 -2
- data/docs/RpmRpmRepository.md +4 -0
- data/docs/RpmRpmRepositoryResponse.md +4 -2
- data/docs/RpmUlnRemoteResponse.md +0 -2
- data/docs/RpmUpdateRecord.md +1 -3
- data/docs/RpmUpdateRecordResponse.md +0 -2
- data/lib/pulp_rpm_client/api/acs_rpm_api.rb +2 -5
- data/lib/pulp_rpm_client/api/content_advisories_api.rb +8 -18
- data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +8 -11
- data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +8 -11
- data/lib/pulp_rpm_client/api/content_modulemd_obsoletes_api.rb +8 -11
- data/lib/pulp_rpm_client/api/content_modulemds_api.rb +8 -11
- data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +8 -11
- data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +8 -11
- data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +8 -11
- data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +8 -11
- data/lib/pulp_rpm_client/api/content_packages_api.rb +10 -20
- data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +8 -11
- data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +2 -5
- data/lib/pulp_rpm_client/api/publications_rpm_api.rb +11 -14
- data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +2 -5
- data/lib/pulp_rpm_client/api/remotes_uln_api.rb +2 -5
- data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +6 -9
- data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +7 -10
- data/lib/pulp_rpm_client/api/rpm_prune_api.rb +84 -0
- data/lib/pulp_rpm_client/configuration.rb +2 -2
- data/lib/pulp_rpm_client/models/artifact_response.rb +2 -12
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +39 -1
- data/lib/pulp_rpm_client/models/prune_packages.rb +254 -0
- data/lib/pulp_rpm_client/models/repository_add_remove_content.rb +1 -1
- data/lib/pulp_rpm_client/models/repository_version_response.rb +2 -12
- data/lib/pulp_rpm_client/models/rpm_modulemd_defaults_response.rb +1 -11
- data/lib/pulp_rpm_client/models/rpm_modulemd_obsolete_response.rb +1 -11
- data/lib/pulp_rpm_client/models/rpm_modulemd_response.rb +1 -11
- data/lib/pulp_rpm_client/models/rpm_package.rb +4 -29
- data/lib/pulp_rpm_client/models/rpm_package_category_response.rb +1 -11
- data/lib/pulp_rpm_client/models/rpm_package_environment_response.rb +1 -11
- data/lib/pulp_rpm_client/models/rpm_package_group_response.rb +1 -11
- data/lib/pulp_rpm_client/models/rpm_package_langpacks_response.rb +1 -11
- data/lib/pulp_rpm_client/models/rpm_package_response.rb +1 -11
- data/lib/pulp_rpm_client/models/rpm_repo_metadata_file_response.rb +1 -11
- data/lib/pulp_rpm_client/models/rpm_rpm_alternate_content_source_response.rb +1 -11
- data/lib/pulp_rpm_client/models/rpm_rpm_distribution_response.rb +1 -21
- data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +1 -11
- data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +1 -11
- data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +39 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +39 -11
- data/lib/pulp_rpm_client/models/rpm_uln_remote_response.rb +1 -11
- data/lib/pulp_rpm_client/models/rpm_update_record.rb +4 -29
- data/lib/pulp_rpm_client/models/rpm_update_record_response.rb +1 -11
- data/lib/pulp_rpm_client/version.rb +1 -1
- data/lib/pulp_rpm_client.rb +2 -0
- data/spec/api/acs_rpm_api_spec.rb +1 -2
- data/spec/api/content_advisories_api_spec.rb +4 -6
- data/spec/api/content_distribution_trees_api_spec.rb +4 -5
- data/spec/api/content_modulemd_defaults_api_spec.rb +4 -5
- data/spec/api/content_modulemd_obsoletes_api_spec.rb +4 -5
- data/spec/api/content_modulemds_api_spec.rb +4 -5
- data/spec/api/content_packagecategories_api_spec.rb +4 -5
- data/spec/api/content_packageenvironments_api_spec.rb +4 -5
- data/spec/api/content_packagegroups_api_spec.rb +4 -5
- data/spec/api/content_packagelangpacks_api_spec.rb +4 -5
- data/spec/api/content_packages_api_spec.rb +5 -7
- data/spec/api/content_repo_metadata_files_api_spec.rb +4 -5
- data/spec/api/distributions_rpm_api_spec.rb +1 -2
- data/spec/api/publications_rpm_api_spec.rb +5 -6
- data/spec/api/remotes_rpm_api_spec.rb +1 -2
- data/spec/api/remotes_uln_api_spec.rb +1 -2
- data/spec/api/repositories_rpm_api_spec.rb +3 -4
- data/spec/api/repositories_rpm_versions_api_spec.rb +3 -4
- data/spec/api/rpm_prune_api_spec.rb +46 -0
- data/spec/configuration_spec.rb +3 -3
- data/spec/models/artifact_response_spec.rb +0 -6
- data/spec/models/patchedrpm_rpm_repository_spec.rb +12 -0
- data/spec/models/prune_packages_spec.rb +53 -0
- data/spec/models/repository_version_response_spec.rb +0 -6
- data/spec/models/rpm_modulemd_defaults_response_spec.rb +0 -6
- data/spec/models/rpm_modulemd_obsolete_response_spec.rb +0 -6
- data/spec/models/rpm_modulemd_response_spec.rb +0 -6
- data/spec/models/rpm_package_category_response_spec.rb +0 -6
- data/spec/models/rpm_package_environment_response_spec.rb +0 -6
- data/spec/models/rpm_package_group_response_spec.rb +0 -6
- data/spec/models/rpm_package_langpacks_response_spec.rb +0 -6
- data/spec/models/rpm_package_response_spec.rb +0 -6
- data/spec/models/rpm_package_spec.rb +0 -6
- data/spec/models/rpm_repo_metadata_file_response_spec.rb +0 -6
- data/spec/models/rpm_rpm_alternate_content_source_response_spec.rb +0 -6
- data/spec/models/rpm_rpm_distribution_response_spec.rb +0 -12
- data/spec/models/rpm_rpm_publication_response_spec.rb +0 -6
- data/spec/models/rpm_rpm_remote_response_spec.rb +0 -6
- data/spec/models/rpm_rpm_repository_response_spec.rb +12 -6
- data/spec/models/rpm_rpm_repository_spec.rb +12 -0
- data/spec/models/rpm_uln_remote_response_spec.rb +0 -6
- data/spec/models/rpm_update_record_response_spec.rb +0 -6
- data/spec/models/rpm_update_record_spec.rb +0 -6
- metadata +105 -97
data/docs/ContentPackagesApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpRpmClient::ContentPackagesApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -16,7 +16,7 @@ Method | HTTP request | Description
|
|
16
16
|
|
17
17
|
Create a package
|
18
18
|
|
19
|
-
Trigger an asynchronous task to create
|
19
|
+
Trigger an asynchronous task to create an RPM package,optionally create new repository version.
|
20
20
|
|
21
21
|
### Example
|
22
22
|
|
@@ -36,8 +36,7 @@ opts = {
|
|
36
36
|
artifact: 'artifact_example', # String | Artifact file representing the physical content
|
37
37
|
relative_path: 'relative_path_example', # String | Path where the artifact is located relative to distributions base_path
|
38
38
|
file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the content unit.
|
39
|
-
upload: 'upload_example'
|
40
|
-
file_url: 'file_url_example' # String | A url that Pulp can download and turn into the content unit.
|
39
|
+
upload: 'upload_example' # String | An uncommitted upload that may be turned into the content unit.
|
41
40
|
}
|
42
41
|
|
43
42
|
begin
|
@@ -59,7 +58,6 @@ Name | Type | Description | Notes
|
|
59
58
|
**relative_path** | **String**| Path where the artifact is located relative to distributions base_path | [optional]
|
60
59
|
**file** | **File**| An uploaded file that may be turned into the content unit. | [optional]
|
61
60
|
**upload** | **String**| An uncommitted upload that may be turned into the content unit. | [optional]
|
62
|
-
**file_url** | **String**| A url that Pulp can download and turn into the content unit. | [optional]
|
63
61
|
|
64
62
|
### Return type
|
65
63
|
|
@@ -120,18 +118,17 @@ opts = {
|
|
120
118
|
orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
121
119
|
pkg_id: 'pkg_id_example', # String | Filter results where pkgId matches value
|
122
120
|
pkg_id__in: ['pkg_id__in_example'], # Array<String> | Filter results where pkgId is in a comma-separated list of values
|
123
|
-
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
124
121
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
125
122
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
126
|
-
q: 'q_example', # String |
|
123
|
+
q: 'q_example', # String |
|
127
124
|
release: 'release_example', # String | Filter results where release matches value
|
128
125
|
release__contains: 'release__contains_example', # String | Filter results where release contains value
|
129
126
|
release__in: ['release__in_example'], # Array<String> | Filter results where release is in a comma-separated list of values
|
130
127
|
release__ne: 'release__ne_example', # String | Filter results where release not equal to value
|
131
128
|
release__startswith: 'release__startswith_example', # String | Filter results where release starts with value
|
132
|
-
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
133
|
-
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
134
|
-
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
129
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
130
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
131
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
135
132
|
sha256: 'sha256_example', # String |
|
136
133
|
version: 'version_example', # String | Filter results where version matches value
|
137
134
|
version__in: ['version__in_example'], # Array<String> | Filter results where version is in a comma-separated list of values
|
@@ -177,18 +174,17 @@ Name | Type | Description | Notes
|
|
177
174
|
**orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
|
178
175
|
**pkg_id** | **String**| Filter results where pkgId matches value | [optional]
|
179
176
|
**pkg_id__in** | [**Array<String>**](String.md)| Filter results where pkgId is in a comma-separated list of values | [optional]
|
180
|
-
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
181
177
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
182
178
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
183
|
-
**q** | **String**|
|
179
|
+
**q** | **String**| | [optional]
|
184
180
|
**release** | **String**| Filter results where release matches value | [optional]
|
185
181
|
**release__contains** | **String**| Filter results where release contains value | [optional]
|
186
182
|
**release__in** | [**Array<String>**](String.md)| Filter results where release is in a comma-separated list of values | [optional]
|
187
183
|
**release__ne** | **String**| Filter results where release not equal to value | [optional]
|
188
184
|
**release__startswith** | **String**| Filter results where release starts with value | [optional]
|
189
|
-
**repository_version** | **String**| Repository Version referenced by HREF
|
190
|
-
**repository_version_added** | **String**| Repository Version referenced by HREF
|
191
|
-
**repository_version_removed** | **String**| Repository Version referenced by HREF
|
185
|
+
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
186
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
187
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
192
188
|
**sha256** | **String**| | [optional]
|
193
189
|
**version** | **String**| Filter results where version matches value | [optional]
|
194
190
|
**version__in** | [**Array<String>**](String.md)| Filter results where version is in a comma-separated list of values | [optional]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpRpmClient::ContentRepoMetadataFilesApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -35,13 +35,12 @@ opts = {
|
|
35
35
|
offset: 56, # Integer | The initial index from which to return the results.
|
36
36
|
ordering: ['ordering_example'], # Array<String> | Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
37
37
|
orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
38
|
-
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
39
38
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
40
39
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
41
|
-
q: 'q_example', # String |
|
42
|
-
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
43
|
-
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
44
|
-
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
40
|
+
q: 'q_example', # String |
|
41
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
42
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
43
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
45
44
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
46
45
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
47
46
|
}
|
@@ -64,13 +63,12 @@ Name | Type | Description | Notes
|
|
64
63
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
65
64
|
**ordering** | [**Array<String>**](String.md)| Ordering * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
66
65
|
**orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
|
67
|
-
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
68
66
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
69
67
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
70
|
-
**q** | **String**|
|
71
|
-
**repository_version** | **String**| Repository Version referenced by HREF
|
72
|
-
**repository_version_added** | **String**| Repository Version referenced by HREF
|
73
|
-
**repository_version_removed** | **String**| Repository Version referenced by HREF
|
68
|
+
**q** | **String**| | [optional]
|
69
|
+
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
70
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
71
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
74
72
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
75
73
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
76
74
|
|
data/docs/DistributionsRpmApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpRpmClient::DistributionsRpmApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -218,11 +218,10 @@ opts = {
|
|
218
218
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
219
219
|
offset: 56, # Integer | The initial index from which to return the results.
|
220
220
|
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) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
221
|
-
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
222
221
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
223
222
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
224
223
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
225
|
-
q: 'q_example', # String |
|
224
|
+
q: 'q_example', # String |
|
226
225
|
repository: 'repository_example', # String | Filter results where repository matches value
|
227
226
|
repository__in: ['repository__in_example'], # Array<String> | Filter results where repository is in a comma-separated list of values
|
228
227
|
with_content: 'with_content_example', # String | Filter distributions based on the content served by them
|
@@ -260,11 +259,10 @@ Name | Type | Description | Notes
|
|
260
259
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
261
260
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
262
261
|
**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) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
263
|
-
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
264
262
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
265
263
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
266
264
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
267
|
-
**q** | **String**|
|
265
|
+
**q** | **String**| | [optional]
|
268
266
|
**repository** | [**String**](.md)| Filter results where repository matches value | [optional]
|
269
267
|
**repository__in** | [**Array<String>**](String.md)| Filter results where repository is in a comma-separated list of values | [optional]
|
270
268
|
**with_content** | **String**| Filter distributions based on the content served by them | [optional]
|
@@ -11,6 +11,8 @@ Name | Type | Description | Notes
|
|
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
|
+
**package_signing_service** | **String** | A reference to an associated package signing service. | [optional]
|
15
|
+
**package_signing_fingerprint** | **String** | The pubkey V4 fingerprint (160 bits) to be passed to the package signing service.The signing service will use that on signing operations related to this repository. | [optional] [default to '']
|
14
16
|
**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
17
|
**checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | The preferred checksum type during repo publish. * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512 | [optional]
|
16
18
|
**metadata_checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | DEPRECATED: use CHECKSUM_TYPE instead. * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512 | [optional]
|
@@ -32,6 +34,8 @@ instance = PulpRpmClient::PatchedrpmRpmRepository.new(pulp_labels: null,
|
|
32
34
|
remote: null,
|
33
35
|
autopublish: null,
|
34
36
|
metadata_signing_service: null,
|
37
|
+
package_signing_service: null,
|
38
|
+
package_signing_fingerprint: null,
|
35
39
|
retain_package_versions: null,
|
36
40
|
checksum_type: null,
|
37
41
|
metadata_checksum_type: null,
|
@@ -0,0 +1,21 @@
|
|
1
|
+
# PulpRpmClient::PrunePackages
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**repo_hrefs** | **Array<String>** | Will prune old packages from the specified list of repos. Use ['*'] to specify all repos. Will prune based on the specified repositories' latest_versions. |
|
8
|
+
**keep_days** | **Integer** | Prune packages introduced *prior-to* this many days ago. Default is 14. A value of 0 implies 'keep latest package only.' | [optional] [default to 14]
|
9
|
+
**dry_run** | **Boolean** | Determine what would-be-pruned and log the list of packages. Intended as a debugging aid. | [optional] [default to false]
|
10
|
+
|
11
|
+
## Code Sample
|
12
|
+
|
13
|
+
```ruby
|
14
|
+
require 'PulpRpmClient'
|
15
|
+
|
16
|
+
instance = PulpRpmClient::PrunePackages.new(repo_hrefs: null,
|
17
|
+
keep_days: null,
|
18
|
+
dry_run: null)
|
19
|
+
```
|
20
|
+
|
21
|
+
|
data/docs/PublicationsRpmApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpRpmClient::PublicationsRpmApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -197,12 +197,11 @@ end
|
|
197
197
|
|
198
198
|
api_instance = PulpRpmClient::PublicationsRpmApi.new
|
199
199
|
opts = {
|
200
|
-
content: 'content_example', # String | Content Unit referenced by HREF
|
201
|
-
content__in:
|
200
|
+
content: 'content_example', # String | Content Unit referenced by HREF
|
201
|
+
content__in: 'content__in_example', # String | Content Unit referenced by HREF
|
202
202
|
limit: 56, # Integer | Number of results to return per page.
|
203
203
|
offset: 56, # Integer | The initial index from which to return the results.
|
204
204
|
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) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
205
|
-
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
206
205
|
pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created matches value
|
207
206
|
pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
|
208
207
|
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
|
@@ -211,9 +210,9 @@ opts = {
|
|
211
210
|
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
|
212
211
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
213
212
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
214
|
-
q: 'q_example', # String |
|
215
|
-
repository: 'repository_example', # String | Repository referenced by HREF
|
216
|
-
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
213
|
+
q: 'q_example', # String |
|
214
|
+
repository: 'repository_example', # String | Repository referenced by HREF
|
215
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
217
216
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
218
217
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
219
218
|
}
|
@@ -232,12 +231,11 @@ end
|
|
232
231
|
|
233
232
|
Name | Type | Description | Notes
|
234
233
|
------------- | ------------- | ------------- | -------------
|
235
|
-
**content** | **String**| Content Unit referenced by HREF
|
236
|
-
**content__in** |
|
234
|
+
**content** | **String**| Content Unit referenced by HREF | [optional]
|
235
|
+
**content__in** | **String**| Content Unit referenced by HREF | [optional]
|
237
236
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
238
237
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
239
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) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
240
|
-
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
241
239
|
**pulp_created** | **DateTime**| Filter results where pulp_created matches value | [optional]
|
242
240
|
**pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
|
243
241
|
**pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
|
@@ -246,9 +244,9 @@ Name | Type | Description | Notes
|
|
246
244
|
**pulp_created__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
|
247
245
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
248
246
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
249
|
-
**q** | **String**|
|
250
|
-
**repository** | **String**| Repository referenced by HREF
|
251
|
-
**repository_version** | [**String**](.md)| Repository Version referenced by HREF
|
247
|
+
**q** | **String**| | [optional]
|
248
|
+
**repository** | **String**| Repository referenced by HREF | [optional]
|
249
|
+
**repository_version** | [**String**](.md)| Repository Version referenced by HREF | [optional]
|
252
250
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
253
251
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
254
252
|
|
data/docs/RemotesRpmApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpRpmClient::RemotesRpmApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -214,7 +214,6 @@ opts = {
|
|
214
214
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
215
215
|
offset: 56, # Integer | The initial index from which to return the results.
|
216
216
|
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) * `url` - Url * `-url` - Url (descending) * `ca_cert` - Ca cert * `-ca_cert` - Ca cert (descending) * `client_cert` - Client cert * `-client_cert` - Client cert (descending) * `client_key` - Client key * `-client_key` - Client key (descending) * `tls_validation` - Tls validation * `-tls_validation` - Tls validation (descending) * `username` - Username * `-username` - Username (descending) * `password` - Password * `-password` - Password (descending) * `proxy_url` - Proxy url * `-proxy_url` - Proxy url (descending) * `proxy_username` - Proxy username * `-proxy_username` - Proxy username (descending) * `proxy_password` - Proxy password * `-proxy_password` - Proxy password (descending) * `download_concurrency` - Download concurrency * `-download_concurrency` - Download concurrency (descending) * `max_retries` - Max retries * `-max_retries` - Max retries (descending) * `policy` - Policy * `-policy` - Policy (descending) * `total_timeout` - Total timeout * `-total_timeout` - Total timeout (descending) * `connect_timeout` - Connect timeout * `-connect_timeout` - Connect timeout (descending) * `sock_connect_timeout` - Sock connect timeout * `-sock_connect_timeout` - Sock connect timeout (descending) * `sock_read_timeout` - Sock read timeout * `-sock_read_timeout` - Sock read timeout (descending) * `headers` - Headers * `-headers` - Headers (descending) * `rate_limit` - Rate limit * `-rate_limit` - Rate limit (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
217
|
-
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
218
217
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
219
218
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
220
219
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
@@ -224,7 +223,7 @@ opts = {
|
|
224
223
|
pulp_last_updated__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than value
|
225
224
|
pulp_last_updated__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than or equal to value
|
226
225
|
pulp_last_updated__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_last_updated is between two comma separated values
|
227
|
-
q: 'q_example', # String |
|
226
|
+
q: 'q_example', # String |
|
228
227
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
229
228
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
230
229
|
}
|
@@ -255,7 +254,6 @@ Name | Type | Description | Notes
|
|
255
254
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
256
255
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
257
256
|
**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) * `url` - Url * `-url` - Url (descending) * `ca_cert` - Ca cert * `-ca_cert` - Ca cert (descending) * `client_cert` - Client cert * `-client_cert` - Client cert (descending) * `client_key` - Client key * `-client_key` - Client key (descending) * `tls_validation` - Tls validation * `-tls_validation` - Tls validation (descending) * `username` - Username * `-username` - Username (descending) * `password` - Password * `-password` - Password (descending) * `proxy_url` - Proxy url * `-proxy_url` - Proxy url (descending) * `proxy_username` - Proxy username * `-proxy_username` - Proxy username (descending) * `proxy_password` - Proxy password * `-proxy_password` - Proxy password (descending) * `download_concurrency` - Download concurrency * `-download_concurrency` - Download concurrency (descending) * `max_retries` - Max retries * `-max_retries` - Max retries (descending) * `policy` - Policy * `-policy` - Policy (descending) * `total_timeout` - Total timeout * `-total_timeout` - Total timeout (descending) * `connect_timeout` - Connect timeout * `-connect_timeout` - Connect timeout (descending) * `sock_connect_timeout` - Sock connect timeout * `-sock_connect_timeout` - Sock connect timeout (descending) * `sock_read_timeout` - Sock read timeout * `-sock_read_timeout` - Sock read timeout (descending) * `headers` - Headers * `-headers` - Headers (descending) * `rate_limit` - Rate limit * `-rate_limit` - Rate limit (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
258
|
-
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
259
257
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
260
258
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
261
259
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
@@ -265,7 +263,7 @@ Name | Type | Description | Notes
|
|
265
263
|
**pulp_last_updated__lt** | **DateTime**| Filter results where pulp_last_updated is less than value | [optional]
|
266
264
|
**pulp_last_updated__lte** | **DateTime**| Filter results where pulp_last_updated is less than or equal to value | [optional]
|
267
265
|
**pulp_last_updated__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_last_updated is between two comma separated values | [optional]
|
268
|
-
**q** | **String**|
|
266
|
+
**q** | **String**| | [optional]
|
269
267
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
270
268
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
271
269
|
|
data/docs/RemotesUlnApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpRpmClient::RemotesUlnApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -214,7 +214,6 @@ opts = {
|
|
214
214
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
215
215
|
offset: 56, # Integer | The initial index from which to return the results.
|
216
216
|
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) * `url` - Url * `-url` - Url (descending) * `ca_cert` - Ca cert * `-ca_cert` - Ca cert (descending) * `client_cert` - Client cert * `-client_cert` - Client cert (descending) * `client_key` - Client key * `-client_key` - Client key (descending) * `tls_validation` - Tls validation * `-tls_validation` - Tls validation (descending) * `username` - Username * `-username` - Username (descending) * `password` - Password * `-password` - Password (descending) * `proxy_url` - Proxy url * `-proxy_url` - Proxy url (descending) * `proxy_username` - Proxy username * `-proxy_username` - Proxy username (descending) * `proxy_password` - Proxy password * `-proxy_password` - Proxy password (descending) * `download_concurrency` - Download concurrency * `-download_concurrency` - Download concurrency (descending) * `max_retries` - Max retries * `-max_retries` - Max retries (descending) * `policy` - Policy * `-policy` - Policy (descending) * `total_timeout` - Total timeout * `-total_timeout` - Total timeout (descending) * `connect_timeout` - Connect timeout * `-connect_timeout` - Connect timeout (descending) * `sock_connect_timeout` - Sock connect timeout * `-sock_connect_timeout` - Sock connect timeout (descending) * `sock_read_timeout` - Sock read timeout * `-sock_read_timeout` - Sock read timeout (descending) * `headers` - Headers * `-headers` - Headers (descending) * `rate_limit` - Rate limit * `-rate_limit` - Rate limit (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
217
|
-
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
218
217
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
219
218
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
220
219
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
@@ -224,7 +223,7 @@ opts = {
|
|
224
223
|
pulp_last_updated__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than value
|
225
224
|
pulp_last_updated__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than or equal to value
|
226
225
|
pulp_last_updated__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_last_updated is between two comma separated values
|
227
|
-
q: 'q_example', # String |
|
226
|
+
q: 'q_example', # String |
|
228
227
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
229
228
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
230
229
|
}
|
@@ -255,7 +254,6 @@ Name | Type | Description | Notes
|
|
255
254
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
256
255
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
257
256
|
**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) * `url` - Url * `-url` - Url (descending) * `ca_cert` - Ca cert * `-ca_cert` - Ca cert (descending) * `client_cert` - Client cert * `-client_cert` - Client cert (descending) * `client_key` - Client key * `-client_key` - Client key (descending) * `tls_validation` - Tls validation * `-tls_validation` - Tls validation (descending) * `username` - Username * `-username` - Username (descending) * `password` - Password * `-password` - Password (descending) * `proxy_url` - Proxy url * `-proxy_url` - Proxy url (descending) * `proxy_username` - Proxy username * `-proxy_username` - Proxy username (descending) * `proxy_password` - Proxy password * `-proxy_password` - Proxy password (descending) * `download_concurrency` - Download concurrency * `-download_concurrency` - Download concurrency (descending) * `max_retries` - Max retries * `-max_retries` - Max retries (descending) * `policy` - Policy * `-policy` - Policy (descending) * `total_timeout` - Total timeout * `-total_timeout` - Total timeout (descending) * `connect_timeout` - Connect timeout * `-connect_timeout` - Connect timeout (descending) * `sock_connect_timeout` - Sock connect timeout * `-sock_connect_timeout` - Sock connect timeout (descending) * `sock_read_timeout` - Sock read timeout * `-sock_read_timeout` - Sock read timeout (descending) * `headers` - Headers * `-headers` - Headers (descending) * `rate_limit` - Rate limit * `-rate_limit` - Rate limit (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
258
|
-
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
259
257
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
260
258
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
261
259
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
@@ -265,7 +263,7 @@ Name | Type | Description | Notes
|
|
265
263
|
**pulp_last_updated__lt** | **DateTime**| Filter results where pulp_last_updated is less than value | [optional]
|
266
264
|
**pulp_last_updated__lte** | **DateTime**| Filter results where pulp_last_updated is less than or equal to value | [optional]
|
267
265
|
**pulp_last_updated__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_last_updated is between two comma separated values | [optional]
|
268
|
-
**q** | **String**|
|
266
|
+
**q** | **String**| | [optional]
|
269
267
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
270
268
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
271
269
|
|
data/docs/RepositoriesRpmApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpRpmClient::RepositoriesRpmApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -204,7 +204,7 @@ end
|
|
204
204
|
|
205
205
|
api_instance = PulpRpmClient::RepositoriesRpmApi.new
|
206
206
|
opts = {
|
207
|
-
latest_with_content: 'latest_with_content_example', # String | Content Unit referenced by HREF
|
207
|
+
latest_with_content: 'latest_with_content_example', # String | Content Unit referenced by HREF
|
208
208
|
limit: 56, # Integer | Number of results to return per page.
|
209
209
|
name: 'name_example', # String | Filter results where name matches value
|
210
210
|
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
@@ -217,11 +217,10 @@ opts = {
|
|
217
217
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
218
218
|
offset: 56, # Integer | The initial index from which to return the results.
|
219
219
|
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) * `description` - Description * `-description` - Description (descending) * `next_version` - Next version * `-next_version` - Next version (descending) * `retain_repo_versions` - Retain repo versions * `-retain_repo_versions` - Retain repo versions (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
220
|
-
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
221
220
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
222
221
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
223
222
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
224
|
-
q: 'q_example', # String |
|
223
|
+
q: 'q_example', # String |
|
225
224
|
remote: 'remote_example', # String | Foreign Key referenced by HREF
|
226
225
|
retain_repo_versions: 56, # Integer | Filter results where retain_repo_versions matches value
|
227
226
|
retain_repo_versions__gt: 56, # Integer | Filter results where retain_repo_versions is greater than value
|
@@ -231,7 +230,7 @@ opts = {
|
|
231
230
|
retain_repo_versions__lte: 56, # Integer | Filter results where retain_repo_versions is less than or equal to value
|
232
231
|
retain_repo_versions__ne: 56, # Integer | Filter results where retain_repo_versions not equal to value
|
233
232
|
retain_repo_versions__range: [56], # Array<Integer> | Filter results where retain_repo_versions is between two comma separated values
|
234
|
-
with_content: 'with_content_example', # String | Content Unit referenced by HREF
|
233
|
+
with_content: 'with_content_example', # String | Content Unit referenced by HREF
|
235
234
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
236
235
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
237
236
|
}
|
@@ -250,7 +249,7 @@ end
|
|
250
249
|
|
251
250
|
Name | Type | Description | Notes
|
252
251
|
------------- | ------------- | ------------- | -------------
|
253
|
-
**latest_with_content** | **String**| Content Unit referenced by HREF
|
252
|
+
**latest_with_content** | **String**| Content Unit referenced by HREF | [optional]
|
254
253
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
255
254
|
**name** | **String**| Filter results where name matches value | [optional]
|
256
255
|
**name__contains** | **String**| Filter results where name contains value | [optional]
|
@@ -263,11 +262,10 @@ Name | Type | Description | Notes
|
|
263
262
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
264
263
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
265
264
|
**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) * `description` - Description * `-description` - Description (descending) * `next_version` - Next version * `-next_version` - Next version (descending) * `retain_repo_versions` - Retain repo versions * `-retain_repo_versions` - Retain repo versions (descending) * `user_hidden` - User hidden * `-user_hidden` - User hidden (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
266
|
-
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
267
265
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
268
266
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
269
267
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
270
|
-
**q** | **String**|
|
268
|
+
**q** | **String**| | [optional]
|
271
269
|
**remote** | [**String**](.md)| Foreign Key referenced by HREF | [optional]
|
272
270
|
**retain_repo_versions** | **Integer**| Filter results where retain_repo_versions matches value | [optional]
|
273
271
|
**retain_repo_versions__gt** | **Integer**| Filter results where retain_repo_versions is greater than value | [optional]
|
@@ -277,7 +275,7 @@ Name | Type | Description | Notes
|
|
277
275
|
**retain_repo_versions__lte** | **Integer**| Filter results where retain_repo_versions is less than or equal to value | [optional]
|
278
276
|
**retain_repo_versions__ne** | **Integer**| Filter results where retain_repo_versions not equal to value | [optional]
|
279
277
|
**retain_repo_versions__range** | [**Array<Integer>**](Integer.md)| Filter results where retain_repo_versions is between two comma separated values | [optional]
|
280
|
-
**with_content** | **String**| Content Unit referenced by HREF
|
278
|
+
**with_content** | **String**| Content Unit referenced by HREF | [optional]
|
281
279
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
282
280
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
283
281
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpRpmClient::RepositoriesRpmVersionsApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://pulp*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -87,8 +87,8 @@ end
|
|
87
87
|
api_instance = PulpRpmClient::RepositoriesRpmVersionsApi.new
|
88
88
|
rpm_rpm_repository_href = 'rpm_rpm_repository_href_example' # String |
|
89
89
|
opts = {
|
90
|
-
content: 'content_example', # String | Content Unit referenced by HREF
|
91
|
-
content__in:
|
90
|
+
content: 'content_example', # String | Content Unit referenced by HREF
|
91
|
+
content__in: 'content__in_example', # String | Content Unit referenced by HREF
|
92
92
|
limit: 56, # Integer | Number of results to return per page.
|
93
93
|
number: 56, # Integer | Filter results where number matches value
|
94
94
|
number__gt: 56, # Integer | Filter results where number is greater than value
|
@@ -98,7 +98,6 @@ opts = {
|
|
98
98
|
number__range: [56], # Array<Integer> | Filter results where number is between two comma separated values
|
99
99
|
offset: 56, # Integer | The initial index from which to return the results.
|
100
100
|
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) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
101
|
-
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
102
101
|
pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created matches value
|
103
102
|
pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
|
104
103
|
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
|
@@ -106,7 +105,7 @@ opts = {
|
|
106
105
|
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
|
107
106
|
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
|
108
107
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
109
|
-
q: 'q_example', # String |
|
108
|
+
q: 'q_example', # String |
|
110
109
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
111
110
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
112
111
|
}
|
@@ -126,8 +125,8 @@ end
|
|
126
125
|
Name | Type | Description | Notes
|
127
126
|
------------- | ------------- | ------------- | -------------
|
128
127
|
**rpm_rpm_repository_href** | **String**| |
|
129
|
-
**content** | **String**| Content Unit referenced by HREF
|
130
|
-
**content__in** |
|
128
|
+
**content** | **String**| Content Unit referenced by HREF | [optional]
|
129
|
+
**content__in** | **String**| Content Unit referenced by HREF | [optional]
|
131
130
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
132
131
|
**number** | **Integer**| Filter results where number matches value | [optional]
|
133
132
|
**number__gt** | **Integer**| Filter results where number is greater than value | [optional]
|
@@ -137,7 +136,6 @@ Name | Type | Description | Notes
|
|
137
136
|
**number__range** | [**Array<Integer>**](Integer.md)| Filter results where number is between two comma separated values | [optional]
|
138
137
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
139
138
|
**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) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
140
|
-
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
141
139
|
**pulp_created** | **DateTime**| Filter results where pulp_created matches value | [optional]
|
142
140
|
**pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
|
143
141
|
**pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
|
@@ -145,7 +143,7 @@ Name | Type | Description | Notes
|
|
145
143
|
**pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
|
146
144
|
**pulp_created__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
|
147
145
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
148
|
-
**q** | **String**|
|
146
|
+
**q** | **String**| | [optional]
|
149
147
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
150
148
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
151
149
|
|
@@ -5,7 +5,6 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
-
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
9
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
10
9
|
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
11
10
|
**number** | **Integer** | | [optional] [readonly]
|
@@ -19,7 +18,6 @@ Name | Type | Description | Notes
|
|
19
18
|
require 'PulpRpmClient'
|
20
19
|
|
21
20
|
instance = PulpRpmClient::RepositoryVersionResponse.new(pulp_href: null,
|
22
|
-
prn: null,
|
23
21
|
pulp_created: null,
|
24
22
|
pulp_last_updated: null,
|
25
23
|
number: null,
|
data/docs/RpmCompsApi.md
CHANGED
data/docs/RpmCopyApi.md
CHANGED
@@ -5,7 +5,6 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
-
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
9
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
10
9
|
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
11
10
|
**_module** | **String** | Modulemd name. |
|
@@ -18,7 +17,6 @@ Name | Type | Description | Notes
|
|
18
17
|
require 'PulpRpmClient'
|
19
18
|
|
20
19
|
instance = PulpRpmClient::RpmModulemdDefaultsResponse.new(pulp_href: null,
|
21
|
-
prn: null,
|
22
20
|
pulp_created: null,
|
23
21
|
pulp_last_updated: null,
|
24
22
|
_module: null,
|
@@ -5,7 +5,6 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
-
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
9
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
10
9
|
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
11
10
|
**modified** | **String** | Obsolete modified time. |
|
@@ -24,7 +23,6 @@ Name | Type | Description | Notes
|
|
24
23
|
require 'PulpRpmClient'
|
25
24
|
|
26
25
|
instance = PulpRpmClient::RpmModulemdObsoleteResponse.new(pulp_href: null,
|
27
|
-
prn: null,
|
28
26
|
pulp_created: null,
|
29
27
|
pulp_last_updated: null,
|
30
28
|
modified: null,
|
data/docs/RpmModulemdResponse.md
CHANGED
@@ -5,7 +5,6 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
-
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
9
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
10
9
|
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
|
11
10
|
**name** | **String** | Modulemd name. |
|
@@ -26,7 +25,6 @@ Name | Type | Description | Notes
|
|
26
25
|
require 'PulpRpmClient'
|
27
26
|
|
28
27
|
instance = PulpRpmClient::RpmModulemdResponse.new(pulp_href: null,
|
29
|
-
prn: null,
|
30
28
|
pulp_created: null,
|
31
29
|
pulp_last_updated: null,
|
32
30
|
name: null,
|