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/RpmPackage.md
CHANGED
@@ -9,7 +9,6 @@ Name | Type | Description | Notes
|
|
9
9
|
**relative_path** | **String** | Path where the artifact is located relative to distributions base_path | [optional]
|
10
10
|
**file** | **File** | An uploaded file that may be turned into the content unit. | [optional]
|
11
11
|
**upload** | **String** | An uncommitted upload that may be turned into the content unit. | [optional]
|
12
|
-
**file_url** | **String** | A url that Pulp can download and turn into the content unit. | [optional]
|
13
12
|
|
14
13
|
## Code Sample
|
15
14
|
|
@@ -20,8 +19,7 @@ instance = PulpRpmClient::RpmPackage.new(repository: null,
|
|
20
19
|
artifact: null,
|
21
20
|
relative_path: null,
|
22
21
|
file: null,
|
23
|
-
upload: null
|
24
|
-
file_url: null)
|
22
|
+
upload: null)
|
25
23
|
```
|
26
24
|
|
27
25
|
|
@@ -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
|
**id** | **String** | Category id. |
|
@@ -23,7 +22,6 @@ Name | Type | Description | Notes
|
|
23
22
|
require 'PulpRpmClient'
|
24
23
|
|
25
24
|
instance = PulpRpmClient::RpmPackageCategoryResponse.new(pulp_href: null,
|
26
|
-
prn: null,
|
27
25
|
pulp_created: null,
|
28
26
|
pulp_last_updated: null,
|
29
27
|
id: 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
|
**id** | **String** | Environment id. |
|
@@ -24,7 +23,6 @@ Name | Type | Description | Notes
|
|
24
23
|
require 'PulpRpmClient'
|
25
24
|
|
26
25
|
instance = PulpRpmClient::RpmPackageEnvironmentResponse.new(pulp_href: null,
|
27
|
-
prn: null,
|
28
26
|
pulp_created: null,
|
29
27
|
pulp_last_updated: null,
|
30
28
|
id: 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
|
**id** | **String** | PackageGroup id. |
|
@@ -26,7 +25,6 @@ Name | Type | Description | Notes
|
|
26
25
|
require 'PulpRpmClient'
|
27
26
|
|
28
27
|
instance = PulpRpmClient::RpmPackageGroupResponse.new(pulp_href: null,
|
29
|
-
prn: null,
|
30
28
|
pulp_created: null,
|
31
29
|
pulp_last_updated: null,
|
32
30
|
id: 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
|
**matches** | [**Object**](.md) | Langpacks matches. |
|
@@ -17,7 +16,6 @@ Name | Type | Description | Notes
|
|
17
16
|
require 'PulpRpmClient'
|
18
17
|
|
19
18
|
instance = PulpRpmClient::RpmPackageLangpacksResponse.new(pulp_href: null,
|
20
|
-
prn: null,
|
21
19
|
pulp_created: null,
|
22
20
|
pulp_last_updated: null,
|
23
21
|
matches: null,
|
data/docs/RpmPackageResponse.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
|
**md5** | **String** | The MD5 checksum if available. | [optional] [readonly]
|
@@ -58,7 +57,6 @@ Name | Type | Description | Notes
|
|
58
57
|
require 'PulpRpmClient'
|
59
58
|
|
60
59
|
instance = PulpRpmClient::RpmPackageResponse.new(pulp_href: null,
|
61
|
-
prn: null,
|
62
60
|
pulp_created: null,
|
63
61
|
pulp_last_updated: null,
|
64
62
|
md5: null,
|
data/docs/RpmPruneApi.md
ADDED
@@ -0,0 +1,61 @@
|
|
1
|
+
# PulpRpmClient::RpmPruneApi
|
2
|
+
|
3
|
+
All URIs are relative to *http://pulp*
|
4
|
+
|
5
|
+
Method | HTTP request | Description
|
6
|
+
------------- | ------------- | -------------
|
7
|
+
[**prune_packages**](RpmPruneApi.md#prune_packages) | **POST** /pulp/api/v3/rpm/prune/ |
|
8
|
+
|
9
|
+
|
10
|
+
|
11
|
+
## prune_packages
|
12
|
+
|
13
|
+
> TaskGroupOperationResponse prune_packages(prune_packages)
|
14
|
+
|
15
|
+
|
16
|
+
|
17
|
+
Trigger an asynchronous old-Package-prune operation.
|
18
|
+
|
19
|
+
### Example
|
20
|
+
|
21
|
+
```ruby
|
22
|
+
# load the gem
|
23
|
+
require 'pulp_rpm_client'
|
24
|
+
# setup authorization
|
25
|
+
PulpRpmClient.configure do |config|
|
26
|
+
# Configure HTTP basic authorization: basicAuth
|
27
|
+
config.username = 'YOUR USERNAME'
|
28
|
+
config.password = 'YOUR PASSWORD'
|
29
|
+
end
|
30
|
+
|
31
|
+
api_instance = PulpRpmClient::RpmPruneApi.new
|
32
|
+
prune_packages = PulpRpmClient::PrunePackages.new # PrunePackages |
|
33
|
+
|
34
|
+
begin
|
35
|
+
result = api_instance.prune_packages(prune_packages)
|
36
|
+
p result
|
37
|
+
rescue PulpRpmClient::ApiError => e
|
38
|
+
puts "Exception when calling RpmPruneApi->prune_packages: #{e}"
|
39
|
+
end
|
40
|
+
```
|
41
|
+
|
42
|
+
### Parameters
|
43
|
+
|
44
|
+
|
45
|
+
Name | Type | Description | Notes
|
46
|
+
------------- | ------------- | ------------- | -------------
|
47
|
+
**prune_packages** | [**PrunePackages**](PrunePackages.md)| |
|
48
|
+
|
49
|
+
### Return type
|
50
|
+
|
51
|
+
[**TaskGroupOperationResponse**](TaskGroupOperationResponse.md)
|
52
|
+
|
53
|
+
### Authorization
|
54
|
+
|
55
|
+
[basicAuth](../README.md#basicAuth)
|
56
|
+
|
57
|
+
### HTTP request headers
|
58
|
+
|
59
|
+
- **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
|
60
|
+
- **Accept**: application/json
|
61
|
+
|
@@ -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
|
**md5** | **String** | The MD5 checksum if available. | [optional] [readonly]
|
@@ -26,7 +25,6 @@ Name | Type | Description | Notes
|
|
26
25
|
require 'PulpRpmClient'
|
27
26
|
|
28
27
|
instance = PulpRpmClient::RpmRepoMetadataFileResponse.new(pulp_href: null,
|
29
|
-
prn: null,
|
30
28
|
pulp_created: null,
|
31
29
|
pulp_last_updated: null,
|
32
30
|
md5: 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
|
**name** | **String** | Name of Alternate Content Source. |
|
@@ -19,7 +18,6 @@ Name | Type | Description | Notes
|
|
19
18
|
require 'PulpRpmClient'
|
20
19
|
|
21
20
|
instance = PulpRpmClient::RpmRpmAlternateContentSourceResponse.new(pulp_href: null,
|
22
|
-
prn: null,
|
23
21
|
pulp_created: null,
|
24
22
|
pulp_last_updated: null,
|
25
23
|
name: null,
|
@@ -5,13 +5,11 @@
|
|
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
|
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
|
12
11
|
**base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
|
13
12
|
**content_guard** | **String** | An optional content-guard. | [optional]
|
14
|
-
**no_content_change_since** | **String** | Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes. | [optional] [readonly]
|
15
13
|
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
16
14
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
17
15
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
@@ -25,13 +23,11 @@ Name | Type | Description | Notes
|
|
25
23
|
require 'PulpRpmClient'
|
26
24
|
|
27
25
|
instance = PulpRpmClient::RpmRpmDistributionResponse.new(pulp_href: null,
|
28
|
-
prn: null,
|
29
26
|
pulp_created: null,
|
30
27
|
pulp_last_updated: null,
|
31
28
|
base_path: null,
|
32
29
|
base_url: null,
|
33
30
|
content_guard: null,
|
34
|
-
no_content_change_since: null,
|
35
31
|
hidden: null,
|
36
32
|
pulp_labels: null,
|
37
33
|
name: 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
|
**repository_version** | **String** | | [optional]
|
@@ -25,7 +24,6 @@ Name | Type | Description | Notes
|
|
25
24
|
require 'PulpRpmClient'
|
26
25
|
|
27
26
|
instance = PulpRpmClient::RpmRpmPublicationResponse.new(pulp_href: null,
|
28
|
-
prn: null,
|
29
27
|
pulp_created: null,
|
30
28
|
pulp_last_updated: null,
|
31
29
|
repository_version: 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 most recent update of the remote. | [optional] [readonly]
|
11
10
|
**name** | **String** | A unique name for this remote. |
|
@@ -33,7 +32,6 @@ Name | Type | Description | Notes
|
|
33
32
|
require 'PulpRpmClient'
|
34
33
|
|
35
34
|
instance = PulpRpmClient::RpmRpmRemoteResponse.new(pulp_href: null,
|
36
|
-
prn: null,
|
37
35
|
pulp_created: null,
|
38
36
|
pulp_last_updated: null,
|
39
37
|
name: null,
|
data/docs/RpmRpmRepository.md
CHANGED
@@ -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::RpmRpmRepository.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,
|
@@ -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
|
**versions_href** | **String** | | [optional] [readonly]
|
@@ -17,6 +16,8 @@ Name | Type | Description | Notes
|
|
17
16
|
**remote** | **String** | An optional remote to use by default when syncing. | [optional]
|
18
17
|
**autopublish** | **Boolean** | Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository. | [optional] [default to false]
|
19
18
|
**metadata_signing_service** | **String** | A reference to an associated signing service. | [optional]
|
19
|
+
**package_signing_service** | **String** | A reference to an associated package signing service. | [optional]
|
20
|
+
**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 '']
|
20
21
|
**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]
|
21
22
|
**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]
|
22
23
|
**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]
|
@@ -33,7 +34,6 @@ Name | Type | Description | Notes
|
|
33
34
|
require 'PulpRpmClient'
|
34
35
|
|
35
36
|
instance = PulpRpmClient::RpmRpmRepositoryResponse.new(pulp_href: null,
|
36
|
-
prn: null,
|
37
37
|
pulp_created: null,
|
38
38
|
pulp_last_updated: null,
|
39
39
|
versions_href: null,
|
@@ -45,6 +45,8 @@ instance = PulpRpmClient::RpmRpmRepositoryResponse.new(pulp_href: null,
|
|
45
45
|
remote: null,
|
46
46
|
autopublish: null,
|
47
47
|
metadata_signing_service: null,
|
48
|
+
package_signing_service: null,
|
49
|
+
package_signing_fingerprint: null,
|
48
50
|
retain_package_versions: null,
|
49
51
|
checksum_type: null,
|
50
52
|
metadata_checksum_type: 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 most recent update of the remote. | [optional] [readonly]
|
11
10
|
**name** | **String** | A unique name for this remote. |
|
@@ -33,7 +32,6 @@ Name | Type | Description | Notes
|
|
33
32
|
require 'PulpRpmClient'
|
34
33
|
|
35
34
|
instance = PulpRpmClient::RpmUlnRemoteResponse.new(pulp_href: null,
|
36
|
-
prn: null,
|
37
35
|
pulp_created: null,
|
38
36
|
pulp_last_updated: null,
|
39
37
|
name: null,
|
data/docs/RpmUpdateRecord.md
CHANGED
@@ -7,7 +7,6 @@ Name | Type | Description | Notes
|
|
7
7
|
**repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
|
8
8
|
**file** | **File** | An uploaded file that may be turned into the content unit. | [optional]
|
9
9
|
**upload** | **String** | An uncommitted upload that may be turned into the content unit. | [optional]
|
10
|
-
**file_url** | **String** | A url that Pulp can download and turn into the content unit. | [optional]
|
11
10
|
|
12
11
|
## Code Sample
|
13
12
|
|
@@ -16,8 +15,7 @@ require 'PulpRpmClient'
|
|
16
15
|
|
17
16
|
instance = PulpRpmClient::RpmUpdateRecord.new(repository: null,
|
18
17
|
file: null,
|
19
|
-
upload: null
|
20
|
-
file_url: null)
|
18
|
+
upload: null)
|
21
19
|
```
|
22
20
|
|
23
21
|
|
@@ -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
|
**id** | **String** | Update id (short update name, e.g. RHEA-2013:1777) | [optional] [readonly]
|
@@ -33,7 +32,6 @@ Name | Type | Description | Notes
|
|
33
32
|
require 'PulpRpmClient'
|
34
33
|
|
35
34
|
instance = PulpRpmClient::RpmUpdateRecordResponse.new(pulp_href: null,
|
36
|
-
prn: null,
|
37
35
|
pulp_created: null,
|
38
36
|
pulp_last_updated: null,
|
39
37
|
id: null,
|
@@ -230,10 +230,9 @@ module PulpRpmClient
|
|
230
230
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
231
231
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
232
232
|
# @option opts [Array<String>] :ordering 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)
|
233
|
-
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
234
233
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
235
234
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
236
|
-
# @option opts [String] :q
|
235
|
+
# @option opts [String] :q
|
237
236
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
238
237
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
239
238
|
# @return [PaginatedrpmRpmAlternateContentSourceResponseList]
|
@@ -257,10 +256,9 @@ module PulpRpmClient
|
|
257
256
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
258
257
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
259
258
|
# @option opts [Array<String>] :ordering 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)
|
260
|
-
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
261
259
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
262
260
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
263
|
-
# @option opts [String] :q
|
261
|
+
# @option opts [String] :q
|
264
262
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
265
263
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
266
264
|
# @return [Array<(PaginatedrpmRpmAlternateContentSourceResponseList, Integer, Hash)>] PaginatedrpmRpmAlternateContentSourceResponseList data, response status code and response headers
|
@@ -289,7 +287,6 @@ module PulpRpmClient
|
|
289
287
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
290
288
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
291
289
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
292
|
-
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
293
290
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
294
291
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
295
292
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
@@ -25,7 +25,6 @@ module PulpRpmClient
|
|
25
25
|
# @option opts [String] :repository A URI of a repository the new content unit should be associated with.
|
26
26
|
# @option opts [File] :file An uploaded file that may be turned into the content unit.
|
27
27
|
# @option opts [String] :upload An uncommitted upload that may be turned into the content unit.
|
28
|
-
# @option opts [String] :file_url A url that Pulp can download and turn into the content unit.
|
29
28
|
# @return [AsyncOperationResponse]
|
30
29
|
def create(opts = {})
|
31
30
|
data, _status_code, _headers = create_with_http_info(opts)
|
@@ -38,16 +37,11 @@ module PulpRpmClient
|
|
38
37
|
# @option opts [String] :repository A URI of a repository the new content unit should be associated with.
|
39
38
|
# @option opts [File] :file An uploaded file that may be turned into the content unit.
|
40
39
|
# @option opts [String] :upload An uncommitted upload that may be turned into the content unit.
|
41
|
-
# @option opts [String] :file_url A url that Pulp can download and turn into the content unit.
|
42
40
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
43
41
|
def create_with_http_info(opts = {})
|
44
42
|
if @api_client.config.debugging
|
45
43
|
@api_client.config.logger.debug 'Calling API: ContentAdvisoriesApi.create ...'
|
46
44
|
end
|
47
|
-
if @api_client.config.client_side_validation && !opts[:'file_url'].nil? && opts[:'file_url'].to_s.length < 1
|
48
|
-
fail ArgumentError, 'invalid value for "opts[:"file_url"]" when calling ContentAdvisoriesApi.create, the character length must be great than or equal to 1.'
|
49
|
-
end
|
50
|
-
|
51
45
|
# resource path
|
52
46
|
local_var_path = '/pulp/api/v3/content/rpm/advisories/'
|
53
47
|
|
@@ -66,7 +60,6 @@ module PulpRpmClient
|
|
66
60
|
form_params['repository'] = opts[:'repository'] if !opts[:'repository'].nil?
|
67
61
|
form_params['file'] = opts[:'file'] if !opts[:'file'].nil?
|
68
62
|
form_params['upload'] = opts[:'upload'] if !opts[:'upload'].nil?
|
69
|
-
form_params['file_url'] = opts[:'file_url'] if !opts[:'file_url'].nil?
|
70
63
|
|
71
64
|
# http body (model)
|
72
65
|
post_body = opts[:body]
|
@@ -102,13 +95,12 @@ module PulpRpmClient
|
|
102
95
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
103
96
|
# @option opts [Array<String>] :ordering 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)
|
104
97
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
105
|
-
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
106
98
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
107
99
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
108
|
-
# @option opts [String] :q
|
109
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
110
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
111
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
100
|
+
# @option opts [String] :q
|
101
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
102
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
103
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
112
104
|
# @option opts [String] :severity Filter results where severity matches value
|
113
105
|
# @option opts [Array<String>] :severity__in Filter results where severity is in a comma-separated list of values
|
114
106
|
# @option opts [String] :severity__ne Filter results where severity not equal to value
|
@@ -135,13 +127,12 @@ module PulpRpmClient
|
|
135
127
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
136
128
|
# @option opts [Array<String>] :ordering 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)
|
137
129
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
138
|
-
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
139
130
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
140
131
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
141
|
-
# @option opts [String] :q
|
142
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
143
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
144
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
132
|
+
# @option opts [String] :q
|
133
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
134
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
135
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
145
136
|
# @option opts [String] :severity Filter results where severity matches value
|
146
137
|
# @option opts [Array<String>] :severity__in Filter results where severity is in a comma-separated list of values
|
147
138
|
# @option opts [String] :severity__ne Filter results where severity not equal to value
|
@@ -173,7 +164,6 @@ module PulpRpmClient
|
|
173
164
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
174
165
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
175
166
|
query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
|
176
|
-
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
177
167
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
178
168
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
179
169
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
@@ -26,13 +26,12 @@ module PulpRpmClient
|
|
26
26
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
27
27
|
# @option opts [Array<String>] :ordering Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
28
28
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
29
|
-
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
30
29
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
31
30
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
32
|
-
# @option opts [String] :q
|
33
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
34
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
35
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
31
|
+
# @option opts [String] :q
|
32
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
33
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
34
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
36
35
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
37
36
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
38
37
|
# @return [PaginatedrpmDistributionTreeResponseList]
|
@@ -48,13 +47,12 @@ module PulpRpmClient
|
|
48
47
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
49
48
|
# @option opts [Array<String>] :ordering Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
50
49
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
51
|
-
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
52
50
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
53
51
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
54
|
-
# @option opts [String] :q
|
55
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
56
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
57
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
52
|
+
# @option opts [String] :q
|
53
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
54
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
55
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
58
56
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
59
57
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
60
58
|
# @return [Array<(PaginatedrpmDistributionTreeResponseList, Integer, Hash)>] PaginatedrpmDistributionTreeResponseList data, response status code and response headers
|
@@ -75,7 +73,6 @@ module PulpRpmClient
|
|
75
73
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
76
74
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
77
75
|
query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
|
78
|
-
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
79
76
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
80
77
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
81
78
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
@@ -92,13 +92,12 @@ module PulpRpmClient
|
|
92
92
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
93
93
|
# @option opts [Array<String>] :ordering 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)
|
94
94
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
95
|
-
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
96
95
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
97
96
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
98
|
-
# @option opts [String] :q
|
99
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
100
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
101
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
97
|
+
# @option opts [String] :q
|
98
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
99
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
100
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
102
101
|
# @option opts [String] :sha256
|
103
102
|
# @option opts [String] :stream Filter results where stream matches value
|
104
103
|
# @option opts [Array<String>] :stream__in Filter results where stream is in a comma-separated list of values
|
@@ -119,13 +118,12 @@ module PulpRpmClient
|
|
119
118
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
120
119
|
# @option opts [Array<String>] :ordering 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)
|
121
120
|
# @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
122
|
-
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
123
121
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
124
122
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
125
|
-
# @option opts [String] :q
|
126
|
-
# @option opts [String] :repository_version Repository Version referenced by HREF
|
127
|
-
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
128
|
-
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
123
|
+
# @option opts [String] :q
|
124
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF
|
125
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF
|
126
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF
|
129
127
|
# @option opts [String] :sha256
|
130
128
|
# @option opts [String] :stream Filter results where stream matches value
|
131
129
|
# @option opts [Array<String>] :stream__in Filter results where stream is in a comma-separated list of values
|
@@ -151,7 +149,6 @@ module PulpRpmClient
|
|
151
149
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
152
150
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
153
151
|
query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
|
154
|
-
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
155
152
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
156
153
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
157
154
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|