pulp_rpm_client 3.26.1 → 3.26.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +5 -5
- data/docs/AcsRpmApi.md +5 -3
- data/docs/ArtifactResponse.md +2 -0
- data/docs/ContentAdvisoriesApi.md +14 -10
- data/docs/ContentDistributionTreesApi.md +11 -9
- data/docs/ContentModulemdDefaultsApi.md +11 -9
- data/docs/ContentModulemdObsoletesApi.md +11 -9
- data/docs/ContentModulemdsApi.md +11 -9
- data/docs/ContentPackagecategoriesApi.md +11 -9
- data/docs/ContentPackageenvironmentsApi.md +11 -9
- data/docs/ContentPackagegroupsApi.md +11 -9
- data/docs/ContentPackagelangpacksApi.md +11 -9
- data/docs/ContentPackagesApi.md +14 -10
- data/docs/ContentRepoMetadataFilesApi.md +11 -9
- data/docs/Copy.md +1 -1
- data/docs/DistributionsRpmApi.md +5 -3
- data/docs/PatchedrpmRpmRepository.md +1 -1
- data/docs/PublicationsRpmApi.md +13 -11
- data/docs/RemotesRpmApi.md +5 -3
- data/docs/RemotesUlnApi.md +5 -3
- data/docs/RepositoriesRpmApi.md +9 -7
- data/docs/RepositoriesRpmVersionsApi.md +9 -7
- data/docs/RepositoryVersionResponse.md +2 -0
- data/docs/RpmCompsApi.md +1 -1
- data/docs/RpmCopyApi.md +1 -1
- data/docs/RpmModulemd.md +3 -3
- data/docs/RpmModulemdDefaults.md +1 -1
- data/docs/RpmModulemdDefaultsResponse.md +3 -1
- data/docs/RpmModulemdObsoleteResponse.md +2 -0
- data/docs/RpmModulemdResponse.md +5 -3
- data/docs/RpmPackage.md +3 -1
- data/docs/RpmPackageCategoryResponse.md +5 -3
- data/docs/RpmPackageEnvironmentResponse.md +6 -4
- data/docs/RpmPackageGroupResponse.md +5 -3
- data/docs/RpmPackageLangpacksResponse.md +3 -1
- data/docs/RpmPackageResponse.md +12 -10
- data/docs/RpmRepoMetadataFileResponse.md +2 -0
- data/docs/RpmRpmAlternateContentSourceResponse.md +2 -0
- data/docs/RpmRpmDistributionResponse.md +4 -0
- data/docs/RpmRpmPublication.md +1 -1
- data/docs/RpmRpmPublicationResponse.md +3 -1
- data/docs/RpmRpmRemoteResponse.md +2 -0
- data/docs/RpmRpmRepository.md +1 -1
- data/docs/RpmRpmRepositoryResponse.md +3 -1
- data/docs/RpmUlnRemoteResponse.md +2 -0
- data/docs/RpmUpdateCollection.md +1 -1
- data/docs/RpmUpdateCollectionResponse.md +1 -1
- data/docs/RpmUpdateRecord.md +3 -1
- data/docs/RpmUpdateRecordResponse.md +2 -0
- data/lib/pulp_rpm_client/api/acs_rpm_api.rb +5 -2
- data/lib/pulp_rpm_client/api/content_advisories_api.rb +18 -8
- data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +11 -8
- data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +11 -8
- data/lib/pulp_rpm_client/api/content_modulemd_obsoletes_api.rb +11 -8
- data/lib/pulp_rpm_client/api/content_modulemds_api.rb +11 -8
- data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +11 -8
- data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +11 -8
- data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +11 -8
- data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +11 -8
- data/lib/pulp_rpm_client/api/content_packages_api.rb +18 -8
- data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +11 -8
- data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +5 -2
- data/lib/pulp_rpm_client/api/publications_rpm_api.rb +14 -11
- data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +5 -2
- data/lib/pulp_rpm_client/api/remotes_uln_api.rb +5 -2
- data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +9 -6
- data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +10 -7
- data/lib/pulp_rpm_client/configuration.rb +2 -2
- data/lib/pulp_rpm_client/models/artifact_response.rb +12 -2
- data/lib/pulp_rpm_client/models/copy.rb +1 -1
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_remote.rb +20 -20
- data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +1 -1
- data/lib/pulp_rpm_client/models/patchedrpm_uln_remote.rb +20 -20
- data/lib/pulp_rpm_client/models/repository_add_remove_content.rb +1 -1
- data/lib/pulp_rpm_client/models/repository_version_response.rb +12 -2
- data/lib/pulp_rpm_client/models/rpm_modulemd.rb +3 -3
- data/lib/pulp_rpm_client/models/rpm_modulemd_defaults.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_modulemd_defaults_response.rb +12 -2
- data/lib/pulp_rpm_client/models/rpm_modulemd_obsolete_response.rb +11 -1
- data/lib/pulp_rpm_client/models/rpm_modulemd_response.rb +14 -4
- data/lib/pulp_rpm_client/models/rpm_package.rb +29 -4
- data/lib/pulp_rpm_client/models/rpm_package_category_response.rb +14 -4
- data/lib/pulp_rpm_client/models/rpm_package_environment_response.rb +15 -5
- data/lib/pulp_rpm_client/models/rpm_package_group_response.rb +14 -4
- data/lib/pulp_rpm_client/models/rpm_package_langpacks_response.rb +12 -2
- data/lib/pulp_rpm_client/models/rpm_package_response.rb +21 -11
- data/lib/pulp_rpm_client/models/rpm_repo_metadata_file_response.rb +11 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_alternate_content_source_response.rb +11 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_distribution_response.rb +21 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +12 -2
- data/lib/pulp_rpm_client/models/rpm_rpm_remote.rb +20 -20
- data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +31 -21
- data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +12 -2
- data/lib/pulp_rpm_client/models/rpm_uln_remote.rb +20 -20
- data/lib/pulp_rpm_client/models/rpm_uln_remote_response.rb +31 -21
- data/lib/pulp_rpm_client/models/rpm_update_collection.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_update_collection_response.rb +1 -1
- data/lib/pulp_rpm_client/models/rpm_update_record.rb +29 -4
- data/lib/pulp_rpm_client/models/rpm_update_record_response.rb +11 -1
- data/lib/pulp_rpm_client/version.rb +1 -1
- data/spec/api/acs_rpm_api_spec.rb +2 -1
- data/spec/api/content_advisories_api_spec.rb +6 -4
- data/spec/api/content_distribution_trees_api_spec.rb +5 -4
- data/spec/api/content_modulemd_defaults_api_spec.rb +5 -4
- data/spec/api/content_modulemd_obsoletes_api_spec.rb +5 -4
- data/spec/api/content_modulemds_api_spec.rb +5 -4
- data/spec/api/content_packagecategories_api_spec.rb +5 -4
- data/spec/api/content_packageenvironments_api_spec.rb +5 -4
- data/spec/api/content_packagegroups_api_spec.rb +5 -4
- data/spec/api/content_packagelangpacks_api_spec.rb +5 -4
- data/spec/api/content_packages_api_spec.rb +6 -4
- data/spec/api/content_repo_metadata_files_api_spec.rb +5 -4
- data/spec/api/distributions_rpm_api_spec.rb +2 -1
- data/spec/api/publications_rpm_api_spec.rb +6 -5
- data/spec/api/remotes_rpm_api_spec.rb +2 -1
- data/spec/api/remotes_uln_api_spec.rb +2 -1
- data/spec/api/repositories_rpm_api_spec.rb +4 -3
- data/spec/api/repositories_rpm_versions_api_spec.rb +4 -3
- data/spec/configuration_spec.rb +3 -3
- data/spec/models/artifact_response_spec.rb +6 -0
- data/spec/models/repository_version_response_spec.rb +6 -0
- data/spec/models/rpm_modulemd_defaults_response_spec.rb +6 -0
- data/spec/models/rpm_modulemd_obsolete_response_spec.rb +6 -0
- data/spec/models/rpm_modulemd_response_spec.rb +6 -0
- data/spec/models/rpm_package_category_response_spec.rb +6 -0
- data/spec/models/rpm_package_environment_response_spec.rb +6 -0
- data/spec/models/rpm_package_group_response_spec.rb +6 -0
- data/spec/models/rpm_package_langpacks_response_spec.rb +6 -0
- data/spec/models/rpm_package_response_spec.rb +6 -0
- data/spec/models/rpm_package_spec.rb +6 -0
- data/spec/models/rpm_repo_metadata_file_response_spec.rb +6 -0
- data/spec/models/rpm_rpm_alternate_content_source_response_spec.rb +6 -0
- data/spec/models/rpm_rpm_distribution_response_spec.rb +12 -0
- data/spec/models/rpm_rpm_publication_response_spec.rb +6 -0
- data/spec/models/rpm_rpm_remote_response_spec.rb +6 -0
- data/spec/models/rpm_rpm_repository_response_spec.rb +6 -0
- data/spec/models/rpm_uln_remote_response_spec.rb +6 -0
- data/spec/models/rpm_update_record_response_spec.rb +6 -0
- data/spec/models/rpm_update_record_spec.rb +6 -0
- metadata +96 -96
data/docs/RpmModulemdResponse.md
CHANGED
@@ -5,6 +5,7 @@
|
|
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]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
10
|
**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]
|
10
11
|
**name** | **String** | Modulemd name. |
|
@@ -13,10 +14,10 @@ Name | Type | Description | Notes
|
|
13
14
|
**static_context** | **Boolean** | Modulemd static-context flag. | [optional]
|
14
15
|
**context** | **String** | Modulemd context. |
|
15
16
|
**arch** | **String** | Modulemd architecture. |
|
16
|
-
**artifacts** | [**
|
17
|
-
**dependencies** | [**
|
17
|
+
**artifacts** | [**AnyType**](.md) | Modulemd artifacts. |
|
18
|
+
**dependencies** | [**AnyType**](.md) | Modulemd dependencies. |
|
18
19
|
**packages** | **Array<String>** | Modulemd artifacts' packages. | [optional]
|
19
|
-
**profiles** | [**
|
20
|
+
**profiles** | [**AnyType**](.md) | Modulemd profiles. |
|
20
21
|
**description** | **String** | Description of module. |
|
21
22
|
|
22
23
|
## Code Sample
|
@@ -25,6 +26,7 @@ Name | Type | Description | Notes
|
|
25
26
|
require 'PulpRpmClient'
|
26
27
|
|
27
28
|
instance = PulpRpmClient::RpmModulemdResponse.new(pulp_href: null,
|
29
|
+
prn: null,
|
28
30
|
pulp_created: null,
|
29
31
|
pulp_last_updated: null,
|
30
32
|
name: null,
|
data/docs/RpmPackage.md
CHANGED
@@ -9,6 +9,7 @@ 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]
|
12
13
|
|
13
14
|
## Code Sample
|
14
15
|
|
@@ -19,7 +20,8 @@ instance = PulpRpmClient::RpmPackage.new(repository: null,
|
|
19
20
|
artifact: null,
|
20
21
|
relative_path: null,
|
21
22
|
file: null,
|
22
|
-
upload: null
|
23
|
+
upload: null,
|
24
|
+
file_url: null)
|
23
25
|
```
|
24
26
|
|
25
27
|
|
@@ -5,15 +5,16 @@
|
|
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]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
10
|
**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]
|
10
11
|
**id** | **String** | Category id. |
|
11
12
|
**name** | **String** | Category name. |
|
12
13
|
**description** | **String** | Category description. |
|
13
14
|
**display_order** | **Integer** | Category display order. |
|
14
|
-
**group_ids** | [**
|
15
|
-
**desc_by_lang** | [**
|
16
|
-
**name_by_lang** | [**
|
15
|
+
**group_ids** | [**AnyType**](.md) | Category group list. |
|
16
|
+
**desc_by_lang** | [**AnyType**](.md) | Category description by language. |
|
17
|
+
**name_by_lang** | [**AnyType**](.md) | Category name by language. |
|
17
18
|
**digest** | **String** | Category digest. |
|
18
19
|
|
19
20
|
## Code Sample
|
@@ -22,6 +23,7 @@ Name | Type | Description | Notes
|
|
22
23
|
require 'PulpRpmClient'
|
23
24
|
|
24
25
|
instance = PulpRpmClient::RpmPackageCategoryResponse.new(pulp_href: null,
|
26
|
+
prn: null,
|
25
27
|
pulp_created: null,
|
26
28
|
pulp_last_updated: null,
|
27
29
|
id: null,
|
@@ -5,16 +5,17 @@
|
|
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]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
10
|
**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]
|
10
11
|
**id** | **String** | Environment id. |
|
11
12
|
**name** | **String** | Environment name. |
|
12
13
|
**description** | **String** | Environment description. |
|
13
14
|
**display_order** | **Integer** | Environment display order. |
|
14
|
-
**group_ids** | [**
|
15
|
-
**option_ids** | [**
|
16
|
-
**desc_by_lang** | [**
|
17
|
-
**name_by_lang** | [**
|
15
|
+
**group_ids** | [**AnyType**](.md) | Environment group list. |
|
16
|
+
**option_ids** | [**AnyType**](.md) | Environment option ids |
|
17
|
+
**desc_by_lang** | [**AnyType**](.md) | Environment description by language. |
|
18
|
+
**name_by_lang** | [**AnyType**](.md) | Environment name by language. |
|
18
19
|
**digest** | **String** | Environment digest. |
|
19
20
|
|
20
21
|
## Code Sample
|
@@ -23,6 +24,7 @@ Name | Type | Description | Notes
|
|
23
24
|
require 'PulpRpmClient'
|
24
25
|
|
25
26
|
instance = PulpRpmClient::RpmPackageEnvironmentResponse.new(pulp_href: null,
|
27
|
+
prn: null,
|
26
28
|
pulp_created: null,
|
27
29
|
pulp_last_updated: null,
|
28
30
|
id: null,
|
@@ -5,6 +5,7 @@
|
|
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]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
10
|
**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]
|
10
11
|
**id** | **String** | PackageGroup id. |
|
@@ -13,10 +14,10 @@ Name | Type | Description | Notes
|
|
13
14
|
**display_order** | **Integer** | PackageGroup display order. |
|
14
15
|
**name** | **String** | PackageGroup name. |
|
15
16
|
**description** | **String** | PackageGroup description. |
|
16
|
-
**packages** | [**
|
17
|
+
**packages** | [**AnyType**](.md) | PackageGroup package list. |
|
17
18
|
**biarch_only** | **Boolean** | PackageGroup biarch only. | [optional]
|
18
|
-
**desc_by_lang** | [**
|
19
|
-
**name_by_lang** | [**
|
19
|
+
**desc_by_lang** | [**AnyType**](.md) | PackageGroup description by language. |
|
20
|
+
**name_by_lang** | [**AnyType**](.md) | PackageGroup name by language. |
|
20
21
|
**digest** | **String** | PackageGroup digest. |
|
21
22
|
|
22
23
|
## Code Sample
|
@@ -25,6 +26,7 @@ Name | Type | Description | Notes
|
|
25
26
|
require 'PulpRpmClient'
|
26
27
|
|
27
28
|
instance = PulpRpmClient::RpmPackageGroupResponse.new(pulp_href: null,
|
29
|
+
prn: null,
|
28
30
|
pulp_created: null,
|
29
31
|
pulp_last_updated: null,
|
30
32
|
id: null,
|
@@ -5,9 +5,10 @@
|
|
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]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
10
|
**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]
|
10
|
-
**matches** | [**
|
11
|
+
**matches** | [**AnyType**](.md) | Langpacks matches. |
|
11
12
|
**digest** | **String** | Langpacks digest. |
|
12
13
|
|
13
14
|
## Code Sample
|
@@ -16,6 +17,7 @@ Name | Type | Description | Notes
|
|
16
17
|
require 'PulpRpmClient'
|
17
18
|
|
18
19
|
instance = PulpRpmClient::RpmPackageLangpacksResponse.new(pulp_href: null,
|
20
|
+
prn: null,
|
19
21
|
pulp_created: null,
|
20
22
|
pulp_last_updated: null,
|
21
23
|
matches: null,
|
data/docs/RpmPackageResponse.md
CHANGED
@@ -5,6 +5,7 @@
|
|
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]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
10
|
**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]
|
10
11
|
**md5** | **String** | The MD5 checksum if available. | [optional] [readonly]
|
@@ -24,16 +25,16 @@ Name | Type | Description | Notes
|
|
24
25
|
**summary** | **String** | Short description of the packaged software | [optional] [readonly]
|
25
26
|
**description** | **String** | In-depth description of the packaged software | [optional] [readonly]
|
26
27
|
**url** | **String** | URL with more information about the packaged software | [optional] [readonly]
|
27
|
-
**changelogs** | [**
|
28
|
-
**files** | [**
|
29
|
-
**requires** | [**
|
30
|
-
**provides** | [**
|
31
|
-
**conflicts** | [**
|
32
|
-
**obsoletes** | [**
|
33
|
-
**suggests** | [**
|
34
|
-
**enhances** | [**
|
35
|
-
**recommends** | [**
|
36
|
-
**supplements** | [**
|
28
|
+
**changelogs** | [**AnyType**](.md) | Changelogs that package contains | [optional] [readonly]
|
29
|
+
**files** | [**AnyType**](.md) | Files that package contains | [optional] [readonly]
|
30
|
+
**requires** | [**AnyType**](.md) | Capabilities the package requires | [optional] [readonly]
|
31
|
+
**provides** | [**AnyType**](.md) | Capabilities the package provides | [optional] [readonly]
|
32
|
+
**conflicts** | [**AnyType**](.md) | Capabilities the package conflicts | [optional] [readonly]
|
33
|
+
**obsoletes** | [**AnyType**](.md) | Capabilities the package obsoletes | [optional] [readonly]
|
34
|
+
**suggests** | [**AnyType**](.md) | Capabilities the package suggests | [optional] [readonly]
|
35
|
+
**enhances** | [**AnyType**](.md) | Capabilities the package enhances | [optional] [readonly]
|
36
|
+
**recommends** | [**AnyType**](.md) | Capabilities the package recommends | [optional] [readonly]
|
37
|
+
**supplements** | [**AnyType**](.md) | Capabilities the package supplements | [optional] [readonly]
|
37
38
|
**location_base** | **String** | Base location of this package | [optional] [readonly]
|
38
39
|
**location_href** | **String** | Relative location of package to the repodata | [optional] [readonly]
|
39
40
|
**rpm_buildhost** | **String** | Hostname of the system that built the package | [optional] [readonly]
|
@@ -57,6 +58,7 @@ Name | Type | Description | Notes
|
|
57
58
|
require 'PulpRpmClient'
|
58
59
|
|
59
60
|
instance = PulpRpmClient::RpmPackageResponse.new(pulp_href: null,
|
61
|
+
prn: null,
|
60
62
|
pulp_created: null,
|
61
63
|
pulp_last_updated: null,
|
62
64
|
md5: null,
|
@@ -5,6 +5,7 @@
|
|
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]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
10
|
**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]
|
10
11
|
**md5** | **String** | The MD5 checksum if available. | [optional] [readonly]
|
@@ -25,6 +26,7 @@ Name | Type | Description | Notes
|
|
25
26
|
require 'PulpRpmClient'
|
26
27
|
|
27
28
|
instance = PulpRpmClient::RpmRepoMetadataFileResponse.new(pulp_href: null,
|
29
|
+
prn: null,
|
28
30
|
pulp_created: null,
|
29
31
|
pulp_last_updated: null,
|
30
32
|
md5: null,
|
@@ -5,6 +5,7 @@
|
|
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]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
10
|
**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]
|
10
11
|
**name** | **String** | Name of Alternate Content Source. |
|
@@ -18,6 +19,7 @@ Name | Type | Description | Notes
|
|
18
19
|
require 'PulpRpmClient'
|
19
20
|
|
20
21
|
instance = PulpRpmClient::RpmRpmAlternateContentSourceResponse.new(pulp_href: null,
|
22
|
+
prn: null,
|
21
23
|
pulp_created: null,
|
22
24
|
pulp_last_updated: null,
|
23
25
|
name: null,
|
@@ -5,11 +5,13 @@
|
|
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]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
10
|
**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]
|
10
11
|
**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\") |
|
11
12
|
**base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
|
12
13
|
**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]
|
13
15
|
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
14
16
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
15
17
|
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
|
@@ -23,11 +25,13 @@ Name | Type | Description | Notes
|
|
23
25
|
require 'PulpRpmClient'
|
24
26
|
|
25
27
|
instance = PulpRpmClient::RpmRpmDistributionResponse.new(pulp_href: null,
|
28
|
+
prn: null,
|
26
29
|
pulp_created: null,
|
27
30
|
pulp_last_updated: null,
|
28
31
|
base_path: null,
|
29
32
|
base_url: null,
|
30
33
|
content_guard: null,
|
34
|
+
no_content_change_since: null,
|
31
35
|
hidden: null,
|
32
36
|
pulp_labels: null,
|
33
37
|
name: null,
|
data/docs/RpmRpmPublication.md
CHANGED
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
|
|
11
11
|
**package_checksum_type** | [**PackageChecksumTypeEnum**](PackageChecksumTypeEnum.md) | DEPRECATED: The checksum type for packages. * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512 | [optional]
|
12
12
|
**gpgcheck** | **Integer** | DEPRECATED: An option specifying whether a client should perform a GPG signature check on packages. | [optional]
|
13
13
|
**repo_gpgcheck** | **Integer** | DEPRECATED: An option specifying whether a client should perform a GPG signature check on the repodata. | [optional]
|
14
|
-
**repo_config** | [**
|
14
|
+
**repo_config** | [**AnyType**](.md) | A JSON document describing config.repo file | [optional]
|
15
15
|
**compression_type** | [**CompressionTypeEnum**](CompressionTypeEnum.md) | The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz | [optional]
|
16
16
|
|
17
17
|
## Code Sample
|
@@ -5,6 +5,7 @@
|
|
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]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
10
|
**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]
|
10
11
|
**repository_version** | **String** | | [optional]
|
@@ -15,7 +16,7 @@ Name | Type | Description | Notes
|
|
15
16
|
**gpgcheck** | **Integer** | DEPRECATED: An option specifying whether a client should perform a GPG signature check on packages. | [optional]
|
16
17
|
**repo_gpgcheck** | **Integer** | DEPRECATED: An option specifying whether a client should perform a GPG signature check on the repodata. | [optional]
|
17
18
|
**sqlite_metadata** | **Boolean** | REMOVED: An option specifying whether Pulp should generate SQLite metadata. Not operation since pulp_rpm 3.25.0 release | [optional] [readonly] [default to false]
|
18
|
-
**repo_config** | [**
|
19
|
+
**repo_config** | [**AnyType**](.md) | A JSON document describing config.repo file | [optional]
|
19
20
|
**compression_type** | [**CompressionTypeEnum**](CompressionTypeEnum.md) | The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz | [optional]
|
20
21
|
|
21
22
|
## Code Sample
|
@@ -24,6 +25,7 @@ Name | Type | Description | Notes
|
|
24
25
|
require 'PulpRpmClient'
|
25
26
|
|
26
27
|
instance = PulpRpmClient::RpmRpmPublicationResponse.new(pulp_href: null,
|
28
|
+
prn: null,
|
27
29
|
pulp_created: null,
|
28
30
|
pulp_last_updated: null,
|
29
31
|
repository_version: null,
|
@@ -5,6 +5,7 @@
|
|
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]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
10
|
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
10
11
|
**name** | **String** | A unique name for this remote. |
|
@@ -32,6 +33,7 @@ Name | Type | Description | Notes
|
|
32
33
|
require 'PulpRpmClient'
|
33
34
|
|
34
35
|
instance = PulpRpmClient::RpmRpmRemoteResponse.new(pulp_href: null,
|
36
|
+
prn: null,
|
35
37
|
pulp_created: null,
|
36
38
|
pulp_last_updated: null,
|
37
39
|
name: null,
|
data/docs/RpmRpmRepository.md
CHANGED
@@ -17,7 +17,7 @@ Name | Type | Description | Notes
|
|
17
17
|
**package_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]
|
18
18
|
**gpgcheck** | **Integer** | DEPRECATED: An option specifying whether a client should perform a GPG signature check on packages. | [optional]
|
19
19
|
**repo_gpgcheck** | **Integer** | DEPRECATED: An option specifying whether a client should perform a GPG signature check on the repodata. | [optional]
|
20
|
-
**repo_config** | [**
|
20
|
+
**repo_config** | [**AnyType**](.md) | A JSON document describing config.repo file | [optional]
|
21
21
|
**compression_type** | [**CompressionTypeEnum**](CompressionTypeEnum.md) | The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz | [optional]
|
22
22
|
|
23
23
|
## Code Sample
|
@@ -5,6 +5,7 @@
|
|
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]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
10
|
**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]
|
10
11
|
**versions_href** | **String** | | [optional] [readonly]
|
@@ -23,7 +24,7 @@ Name | Type | Description | Notes
|
|
23
24
|
**gpgcheck** | **Integer** | DEPRECATED: An option specifying whether a client should perform a GPG signature check on packages. | [optional]
|
24
25
|
**repo_gpgcheck** | **Integer** | DEPRECATED: An option specifying whether a client should perform a GPG signature check on the repodata. | [optional]
|
25
26
|
**sqlite_metadata** | **Boolean** | REMOVED: An option specifying whether Pulp should generate SQLite metadata. Not operation since pulp_rpm 3.25.0 release | [optional] [readonly] [default to false]
|
26
|
-
**repo_config** | [**
|
27
|
+
**repo_config** | [**AnyType**](.md) | A JSON document describing config.repo file | [optional]
|
27
28
|
**compression_type** | [**CompressionTypeEnum**](CompressionTypeEnum.md) | The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz | [optional]
|
28
29
|
|
29
30
|
## Code Sample
|
@@ -32,6 +33,7 @@ Name | Type | Description | Notes
|
|
32
33
|
require 'PulpRpmClient'
|
33
34
|
|
34
35
|
instance = PulpRpmClient::RpmRpmRepositoryResponse.new(pulp_href: null,
|
36
|
+
prn: null,
|
35
37
|
pulp_created: null,
|
36
38
|
pulp_last_updated: null,
|
37
39
|
versions_href: null,
|
@@ -5,6 +5,7 @@
|
|
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]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
10
|
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
10
11
|
**name** | **String** | A unique name for this remote. |
|
@@ -32,6 +33,7 @@ Name | Type | Description | Notes
|
|
32
33
|
require 'PulpRpmClient'
|
33
34
|
|
34
35
|
instance = PulpRpmClient::RpmUlnRemoteResponse.new(pulp_href: null,
|
36
|
+
prn: null,
|
35
37
|
pulp_created: null,
|
36
38
|
pulp_last_updated: null,
|
37
39
|
name: null,
|
data/docs/RpmUpdateCollection.md
CHANGED
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**name** | **String** | Collection name. |
|
8
8
|
**shortname** | **String** | Collection short name. |
|
9
|
-
**_module** | [**
|
9
|
+
**_module** | [**AnyType**](.md) | Collection modular NSVCA. |
|
10
10
|
|
11
11
|
## Code Sample
|
12
12
|
|
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**name** | **String** | Collection name. |
|
8
8
|
**shortname** | **String** | Collection short name. |
|
9
|
-
**_module** | [**
|
9
|
+
**_module** | [**AnyType**](.md) | Collection modular NSVCA. |
|
10
10
|
**packages** | **Array<Object>** | List of packages | [optional] [readonly]
|
11
11
|
|
12
12
|
## Code Sample
|
data/docs/RpmUpdateRecord.md
CHANGED
@@ -7,6 +7,7 @@ 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]
|
10
11
|
|
11
12
|
## Code Sample
|
12
13
|
|
@@ -15,7 +16,8 @@ require 'PulpRpmClient'
|
|
15
16
|
|
16
17
|
instance = PulpRpmClient::RpmUpdateRecord.new(repository: null,
|
17
18
|
file: null,
|
18
|
-
upload: null
|
19
|
+
upload: null,
|
20
|
+
file_url: null)
|
19
21
|
```
|
20
22
|
|
21
23
|
|
@@ -5,6 +5,7 @@
|
|
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]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
10
|
**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]
|
10
11
|
**id** | **String** | Update id (short update name, e.g. RHEA-2013:1777) | [optional] [readonly]
|
@@ -32,6 +33,7 @@ Name | Type | Description | Notes
|
|
32
33
|
require 'PulpRpmClient'
|
33
34
|
|
34
35
|
instance = PulpRpmClient::RpmUpdateRecordResponse.new(pulp_href: null,
|
36
|
+
prn: null,
|
35
37
|
pulp_created: null,
|
36
38
|
pulp_last_updated: null,
|
37
39
|
id: null,
|
@@ -230,9 +230,10 @@ 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.
|
233
234
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
234
235
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
235
|
-
# @option opts [String] :q
|
236
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
236
237
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
237
238
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
238
239
|
# @return [PaginatedrpmRpmAlternateContentSourceResponseList]
|
@@ -256,9 +257,10 @@ module PulpRpmClient
|
|
256
257
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
257
258
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
258
259
|
# @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.
|
259
261
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
260
262
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
261
|
-
# @option opts [String] :q
|
263
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
262
264
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
263
265
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
264
266
|
# @return [Array<(PaginatedrpmRpmAlternateContentSourceResponseList, Integer, Hash)>] PaginatedrpmRpmAlternateContentSourceResponseList data, response status code and response headers
|
@@ -287,6 +289,7 @@ module PulpRpmClient
|
|
287
289
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
288
290
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
289
291
|
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?
|
290
293
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
291
294
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
292
295
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
@@ -25,6 +25,7 @@ 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.
|
28
29
|
# @return [AsyncOperationResponse]
|
29
30
|
def create(opts = {})
|
30
31
|
data, _status_code, _headers = create_with_http_info(opts)
|
@@ -37,11 +38,16 @@ module PulpRpmClient
|
|
37
38
|
# @option opts [String] :repository A URI of a repository the new content unit should be associated with.
|
38
39
|
# @option opts [File] :file An uploaded file that may be turned into the content unit.
|
39
40
|
# @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.
|
40
42
|
# @return [Array<(AsyncOperationResponse, Integer, Hash)>] AsyncOperationResponse data, response status code and response headers
|
41
43
|
def create_with_http_info(opts = {})
|
42
44
|
if @api_client.config.debugging
|
43
45
|
@api_client.config.logger.debug 'Calling API: ContentAdvisoriesApi.create ...'
|
44
46
|
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
|
+
|
45
51
|
# resource path
|
46
52
|
local_var_path = '/pulp/api/v3/content/rpm/advisories/'
|
47
53
|
|
@@ -60,6 +66,7 @@ module PulpRpmClient
|
|
60
66
|
form_params['repository'] = opts[:'repository'] if !opts[:'repository'].nil?
|
61
67
|
form_params['file'] = opts[:'file'] if !opts[:'file'].nil?
|
62
68
|
form_params['upload'] = opts[:'upload'] if !opts[:'upload'].nil?
|
69
|
+
form_params['file_url'] = opts[:'file_url'] if !opts[:'file_url'].nil?
|
63
70
|
|
64
71
|
# http body (model)
|
65
72
|
post_body = opts[:body]
|
@@ -95,12 +102,13 @@ module PulpRpmClient
|
|
95
102
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
96
103
|
# @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)
|
97
104
|
# @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.
|
98
106
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
99
107
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
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
|
108
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
109
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
110
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
111
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
104
112
|
# @option opts [String] :severity Filter results where severity matches value
|
105
113
|
# @option opts [Array<String>] :severity__in Filter results where severity is in a comma-separated list of values
|
106
114
|
# @option opts [String] :severity__ne Filter results where severity not equal to value
|
@@ -127,12 +135,13 @@ module PulpRpmClient
|
|
127
135
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
128
136
|
# @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)
|
129
137
|
# @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.
|
130
139
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
131
140
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
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
|
141
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
142
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
143
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
144
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
136
145
|
# @option opts [String] :severity Filter results where severity matches value
|
137
146
|
# @option opts [Array<String>] :severity__in Filter results where severity is in a comma-separated list of values
|
138
147
|
# @option opts [String] :severity__ne Filter results where severity not equal to value
|
@@ -164,6 +173,7 @@ module PulpRpmClient
|
|
164
173
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
165
174
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
166
175
|
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?
|
167
177
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
168
178
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
169
179
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
@@ -26,12 +26,13 @@ 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.
|
29
30
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
30
31
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
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
|
32
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
33
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
34
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
35
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
35
36
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
36
37
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
37
38
|
# @return [PaginatedrpmDistributionTreeResponseList]
|
@@ -47,12 +48,13 @@ module PulpRpmClient
|
|
47
48
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
48
49
|
# @option opts [Array<String>] :ordering Ordering * `pk` - Pk * `-pk` - Pk (descending)
|
49
50
|
# @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.
|
50
52
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
51
53
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
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
|
54
|
+
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
55
|
+
# @option opts [String] :repository_version Repository Version referenced by HREF/PRN
|
56
|
+
# @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
|
57
|
+
# @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
|
56
58
|
# @option opts [Array<String>] :fields A list of fields to include in the response.
|
57
59
|
# @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
|
58
60
|
# @return [Array<(PaginatedrpmDistributionTreeResponseList, Integer, Hash)>] PaginatedrpmDistributionTreeResponseList data, response status code and response headers
|
@@ -73,6 +75,7 @@ module PulpRpmClient
|
|
73
75
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
74
76
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
75
77
|
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?
|
76
79
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
77
80
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
78
81
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|