pulp_deb_client 3.3.0 → 3.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +7 -6
- data/docs/ContentGenericContentsApi.md +14 -10
- data/docs/ContentInstallerFileIndicesApi.md +11 -9
- data/docs/ContentInstallerPackagesApi.md +14 -10
- data/docs/ContentPackageIndicesApi.md +11 -9
- data/docs/ContentPackageReleaseComponentsApi.md +11 -9
- data/docs/ContentPackagesApi.md +13 -9
- data/docs/ContentReleaseArchitecturesApi.md +11 -9
- data/docs/ContentReleaseComponentsApi.md +11 -9
- data/docs/ContentReleaseFilesApi.md +11 -9
- data/docs/ContentReleasesApi.md +11 -9
- data/docs/ContentSourceIndicesApi.md +11 -9
- data/docs/ContentSourcePackagesApi.md +11 -9
- data/docs/ContentSourceReleaseComponentsApi.md +11 -9
- data/docs/DebAptDistributionResponse.md +4 -0
- data/docs/DebAptPublicationResponse.md +2 -0
- data/docs/DebAptRemoteResponse.md +2 -0
- data/docs/DebAptRepositoryResponse.md +2 -0
- data/docs/DebCopyApi.md +1 -1
- data/docs/DebGenericContent.md +3 -1
- data/docs/DebGenericContentResponse.md +2 -0
- data/docs/DebInstallerFileIndexResponse.md +2 -0
- data/docs/DebInstallerPackage.md +3 -1
- data/docs/DebInstallerPackageResponse.md +2 -0
- data/docs/DebPackage.md +2 -0
- data/docs/DebPackageIndexResponse.md +2 -0
- data/docs/DebPackageReleaseComponentResponse.md +2 -0
- data/docs/DebPackageResponse.md +2 -0
- data/docs/DebReleaseArchitectureResponse.md +2 -0
- data/docs/DebReleaseComponentResponse.md +2 -0
- data/docs/DebReleaseFileResponse.md +2 -0
- data/docs/DebReleaseResponse.md +2 -0
- data/docs/DebSourceIndexResponse.md +2 -0
- data/docs/DebSourcePackageReleaseComponentResponse.md +2 -0
- data/docs/DebSourcePackageResponse.md +2 -0
- data/docs/DebVerbatimPublicationResponse.md +2 -0
- data/docs/DistributionsAptApi.md +5 -3
- data/docs/PublicationsAptApi.md +13 -11
- data/docs/PublicationsVerbatimApi.md +13 -11
- data/docs/RemotesAptApi.md +5 -3
- data/docs/RepositoriesAptApi.md +9 -7
- data/docs/RepositoriesAptVersionsApi.md +9 -7
- data/docs/RepositoryVersionResponse.md +2 -0
- data/lib/pulp_deb_client/api/content_generic_contents_api.rb +18 -8
- data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +11 -8
- data/lib/pulp_deb_client/api/content_installer_packages_api.rb +18 -8
- data/lib/pulp_deb_client/api/content_package_indices_api.rb +11 -8
- data/lib/pulp_deb_client/api/content_package_release_components_api.rb +11 -8
- data/lib/pulp_deb_client/api/content_packages_api.rb +18 -8
- data/lib/pulp_deb_client/api/content_release_architectures_api.rb +11 -8
- data/lib/pulp_deb_client/api/content_release_components_api.rb +11 -8
- data/lib/pulp_deb_client/api/content_release_files_api.rb +11 -8
- data/lib/pulp_deb_client/api/content_releases_api.rb +11 -8
- data/lib/pulp_deb_client/api/content_source_indices_api.rb +11 -8
- data/lib/pulp_deb_client/api/content_source_packages_api.rb +11 -8
- data/lib/pulp_deb_client/api/content_source_release_components_api.rb +11 -8
- data/lib/pulp_deb_client/api/distributions_apt_api.rb +5 -2
- data/lib/pulp_deb_client/api/publications_apt_api.rb +14 -11
- data/lib/pulp_deb_client/api/publications_verbatim_api.rb +14 -11
- data/lib/pulp_deb_client/api/remotes_apt_api.rb +5 -2
- data/lib/pulp_deb_client/api/repositories_apt_api.rb +9 -6
- data/lib/pulp_deb_client/api/repositories_apt_versions_api.rb +10 -7
- data/lib/pulp_deb_client/configuration.rb +2 -2
- data/lib/pulp_deb_client/models/deb_apt_distribution_response.rb +21 -1
- data/lib/pulp_deb_client/models/deb_apt_publication_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_apt_remote.rb +20 -20
- data/lib/pulp_deb_client/models/deb_apt_remote_response.rb +31 -21
- data/lib/pulp_deb_client/models/deb_apt_repository_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_generic_content.rb +29 -4
- data/lib/pulp_deb_client/models/deb_generic_content_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_installer_file_index_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_installer_package.rb +29 -4
- data/lib/pulp_deb_client/models/deb_installer_package_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_package.rb +26 -1
- data/lib/pulp_deb_client/models/deb_package_index_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_package_release_component_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_package_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_release_architecture_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_release_component_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_release_file_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_release_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_source_index_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_source_package_release_component_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_source_package_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_verbatim_publication_response.rb +11 -1
- data/lib/pulp_deb_client/models/patcheddeb_apt_remote.rb +20 -20
- data/lib/pulp_deb_client/models/repository_add_remove_content.rb +1 -1
- data/lib/pulp_deb_client/models/repository_version_response.rb +12 -2
- data/lib/pulp_deb_client/version.rb +1 -1
- data/spec/api/content_generic_contents_api_spec.rb +6 -4
- data/spec/api/content_installer_file_indices_api_spec.rb +5 -4
- data/spec/api/content_installer_packages_api_spec.rb +6 -4
- data/spec/api/content_package_indices_api_spec.rb +5 -4
- data/spec/api/content_package_release_components_api_spec.rb +5 -4
- data/spec/api/content_packages_api_spec.rb +6 -4
- data/spec/api/content_release_architectures_api_spec.rb +5 -4
- data/spec/api/content_release_components_api_spec.rb +5 -4
- data/spec/api/content_release_files_api_spec.rb +5 -4
- data/spec/api/content_releases_api_spec.rb +5 -4
- data/spec/api/content_source_indices_api_spec.rb +5 -4
- data/spec/api/content_source_packages_api_spec.rb +5 -4
- data/spec/api/content_source_release_components_api_spec.rb +5 -4
- data/spec/api/distributions_apt_api_spec.rb +2 -1
- data/spec/api/publications_apt_api_spec.rb +6 -5
- data/spec/api/publications_verbatim_api_spec.rb +6 -5
- data/spec/api/remotes_apt_api_spec.rb +2 -1
- data/spec/api/repositories_apt_api_spec.rb +4 -3
- data/spec/api/repositories_apt_versions_api_spec.rb +4 -3
- data/spec/configuration_spec.rb +3 -3
- data/spec/models/deb_apt_distribution_response_spec.rb +12 -0
- data/spec/models/deb_apt_publication_response_spec.rb +6 -0
- data/spec/models/deb_apt_remote_response_spec.rb +6 -0
- data/spec/models/deb_apt_repository_response_spec.rb +6 -0
- data/spec/models/deb_generic_content_response_spec.rb +6 -0
- data/spec/models/deb_generic_content_spec.rb +6 -0
- data/spec/models/deb_installer_file_index_response_spec.rb +6 -0
- data/spec/models/deb_installer_package_response_spec.rb +6 -0
- data/spec/models/deb_installer_package_spec.rb +6 -0
- data/spec/models/deb_package_index_response_spec.rb +6 -0
- data/spec/models/deb_package_release_component_response_spec.rb +6 -0
- data/spec/models/deb_package_response_spec.rb +6 -0
- data/spec/models/deb_package_spec.rb +6 -0
- data/spec/models/deb_release_architecture_response_spec.rb +6 -0
- data/spec/models/deb_release_component_response_spec.rb +6 -0
- data/spec/models/deb_release_file_response_spec.rb +6 -0
- data/spec/models/deb_release_response_spec.rb +6 -0
- data/spec/models/deb_source_index_response_spec.rb +6 -0
- data/spec/models/deb_source_package_release_component_response_spec.rb +6 -0
- data/spec/models/deb_source_package_response_spec.rb +6 -0
- data/spec/models/deb_verbatim_publication_response_spec.rb +6 -0
- data/spec/models/repository_version_response_spec.rb +6 -0
- metadata +85 -85
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 95974d0b9695f99c8f5fcd01eb8e2258781f11ae9ebb2c61f858eb47ec152aaf
|
4
|
+
data.tar.gz: 40855607ce033af8c78034a12d4f619ff8d2b7735ee91a5b2a5ce2a33b0cf1ef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 389909fdfcf2891cc75cf090eadf8ae840562189332391ba93c4f4a2eb7e43977cae6e1cb81c0aba276462511a39465e6f0401e0a8204f6fbf0fa217174d6fef
|
7
|
+
data.tar.gz: c364e4c2f062525a87570490216e3c8a3be698e924f59eb93a38f4ad7e65f5ab7bfdb91299ccdfba1e8ed203e46ce5c5ed2cca1b75e2b647e12e6fe2cf4bb768
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
8
8
|
|
9
9
|
- API version: v3
|
10
|
-
- Package version: 3.
|
10
|
+
- Package version: 3.4.0
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
12
12
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
13
13
|
|
@@ -24,16 +24,16 @@ gem build pulp_deb_client.gemspec
|
|
24
24
|
Then either install the gem locally:
|
25
25
|
|
26
26
|
```shell
|
27
|
-
gem install ./pulp_deb_client-3.
|
27
|
+
gem install ./pulp_deb_client-3.4.0.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulp_deb_client-3.
|
30
|
+
(for development, run `gem install --dev ./pulp_deb_client-3.4.0.gem` to install the development dependencies)
|
31
31
|
|
32
32
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
33
33
|
|
34
34
|
Finally add this to the Gemfile:
|
35
35
|
|
36
|
-
gem 'pulp_deb_client', '~> 3.
|
36
|
+
gem 'pulp_deb_client', '~> 3.4.0'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
@@ -70,7 +70,8 @@ opts = {
|
|
70
70
|
repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
|
71
71
|
artifact: 'artifact_example', # String | Artifact file representing the physical content
|
72
72
|
file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the content unit.
|
73
|
-
upload: 'upload_example' # String | An uncommitted upload that may be turned into the content unit.
|
73
|
+
upload: 'upload_example', # String | An uncommitted upload that may be turned into the content unit.
|
74
|
+
file_url: 'file_url_example' # String | A url that Pulp can download and turn into the content unit.
|
74
75
|
}
|
75
76
|
|
76
77
|
begin
|
@@ -85,7 +86,7 @@ end
|
|
85
86
|
|
86
87
|
## Documentation for API Endpoints
|
87
88
|
|
88
|
-
All URIs are relative to *http://
|
89
|
+
All URIs are relative to *http://localhost:24817*
|
89
90
|
|
90
91
|
Class | Method | HTTP request | Description
|
91
92
|
------------ | ------------- | ------------- | -------------
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpDebClient::ContentGenericContentsApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -36,7 +36,8 @@ opts = {
|
|
36
36
|
repository: 'repository_example', # String | A URI of a repository the new content unit should be associated with.
|
37
37
|
artifact: 'artifact_example', # String | Artifact file representing the physical content
|
38
38
|
file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the content unit.
|
39
|
-
upload: 'upload_example' # String | An uncommitted upload that may be turned into the content unit.
|
39
|
+
upload: 'upload_example', # String | An uncommitted upload that may be turned into the content unit.
|
40
|
+
file_url: 'file_url_example' # String | A url that Pulp can download and turn into the content unit.
|
40
41
|
}
|
41
42
|
|
42
43
|
begin
|
@@ -58,6 +59,7 @@ Name | Type | Description | Notes
|
|
58
59
|
**artifact** | **String**| Artifact file representing the physical content | [optional]
|
59
60
|
**file** | **File**| An uploaded file that may be turned into the content unit. | [optional]
|
60
61
|
**upload** | **String**| An uncommitted upload that may be turned into the content unit. | [optional]
|
62
|
+
**file_url** | **String**| A url that Pulp can download and turn into the content unit. | [optional]
|
61
63
|
|
62
64
|
### Return type
|
63
65
|
|
@@ -99,13 +101,14 @@ opts = {
|
|
99
101
|
offset: 56, # Integer | The initial index from which to return the results.
|
100
102
|
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
101
103
|
orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
104
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
102
105
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
103
106
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
104
|
-
q: 'q_example', # String |
|
107
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
105
108
|
relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
|
106
|
-
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
107
|
-
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
108
|
-
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
109
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
|
110
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
|
111
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
|
109
112
|
sha256: 'sha256_example', # String | Filter results where sha256 matches value
|
110
113
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
111
114
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
@@ -129,13 +132,14 @@ Name | Type | Description | Notes
|
|
129
132
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
130
133
|
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
131
134
|
**orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
|
135
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
132
136
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
133
137
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
134
|
-
**q** | **String**|
|
138
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
135
139
|
**relative_path** | **String**| Filter results where relative_path matches value | [optional]
|
136
|
-
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
137
|
-
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
138
|
-
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
140
|
+
**repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
141
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
142
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
139
143
|
**sha256** | **String**| Filter results where sha256 matches value | [optional]
|
140
144
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
141
145
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpDebClient::ContentInstallerFileIndicesApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -91,13 +91,14 @@ opts = {
|
|
91
91
|
offset: 56, # Integer | The initial index from which to return the results.
|
92
92
|
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `component` - Component * `-component` - Component (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
93
93
|
orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
94
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
94
95
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
95
96
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
96
|
-
q: 'q_example', # String |
|
97
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
97
98
|
relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
|
98
|
-
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
99
|
-
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
100
|
-
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
99
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
|
100
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
|
101
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
|
101
102
|
sha256: 'sha256_example', # String | Filter results where sha256 matches value
|
102
103
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
103
104
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
@@ -123,13 +124,14 @@ Name | Type | Description | Notes
|
|
123
124
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
124
125
|
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `component` - Component * `-component` - Component (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
125
126
|
**orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
|
127
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
126
128
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
127
129
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
128
|
-
**q** | **String**|
|
130
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
129
131
|
**relative_path** | **String**| Filter results where relative_path matches value | [optional]
|
130
|
-
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
131
|
-
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
132
|
-
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
132
|
+
**repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
133
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
134
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
133
135
|
**sha256** | **String**| Filter results where sha256 matches value | [optional]
|
134
136
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
135
137
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpDebClient::ContentInstallerPackagesApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -36,7 +36,8 @@ opts = {
|
|
36
36
|
artifact: 'artifact_example', # String | Artifact file representing the physical content
|
37
37
|
relative_path: 'relative_path_example', # String | Path where the artifact is located relative to distributions base_path
|
38
38
|
file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the content unit.
|
39
|
-
upload: 'upload_example' # String | An uncommitted upload that may be turned into the content unit.
|
39
|
+
upload: 'upload_example', # String | An uncommitted upload that may be turned into the content unit.
|
40
|
+
file_url: 'file_url_example' # String | A url that Pulp can download and turn into the content unit.
|
40
41
|
}
|
41
42
|
|
42
43
|
begin
|
@@ -58,6 +59,7 @@ Name | Type | Description | Notes
|
|
58
59
|
**relative_path** | **String**| Path where the artifact is located relative to distributions base_path | [optional]
|
59
60
|
**file** | **File**| An uploaded file that may be turned into the content unit. | [optional]
|
60
61
|
**upload** | **String**| An uncommitted upload that may be turned into the content unit. | [optional]
|
62
|
+
**file_url** | **String**| A url that Pulp can download and turn into the content unit. | [optional]
|
61
63
|
|
62
64
|
### Return type
|
63
65
|
|
@@ -111,12 +113,13 @@ opts = {
|
|
111
113
|
orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
112
114
|
package: 'package_example', # String | Filter results where package matches value
|
113
115
|
priority: 'priority_example', # String | Filter results where priority matches value
|
116
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
114
117
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
115
118
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
116
|
-
q: 'q_example', # String |
|
117
|
-
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
118
|
-
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
119
|
-
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
119
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
120
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
|
121
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
|
122
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
|
120
123
|
section: 'section_example', # String | Filter results where section matches value
|
121
124
|
sha256: 'sha256_example', # String | Filter results where sha256 matches value
|
122
125
|
source: 'source_example', # String | Filter results where source matches value
|
@@ -156,12 +159,13 @@ Name | Type | Description | Notes
|
|
156
159
|
**orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
|
157
160
|
**package** | **String**| Filter results where package matches value | [optional]
|
158
161
|
**priority** | **String**| Filter results where priority matches value | [optional]
|
162
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
159
163
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
160
164
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
161
|
-
**q** | **String**|
|
162
|
-
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
163
|
-
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
164
|
-
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
165
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
166
|
+
**repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
167
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
168
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
165
169
|
**section** | **String**| Filter results where section matches value | [optional]
|
166
170
|
**sha256** | **String**| Filter results where sha256 matches value | [optional]
|
167
171
|
**source** | **String**| Filter results where source matches value | [optional]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpDebClient::ContentPackageIndicesApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -91,13 +91,14 @@ opts = {
|
|
91
91
|
offset: 56, # Integer | The initial index from which to return the results.
|
92
92
|
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `component` - Component * `-component` - Component (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `artifact_set_sha256` - Artifact set sha256 * `-artifact_set_sha256` - Artifact set sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
93
93
|
orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
94
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
94
95
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
95
96
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
96
|
-
q: 'q_example', # String |
|
97
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
97
98
|
relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
|
98
|
-
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
99
|
-
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
100
|
-
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
99
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
|
100
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
|
101
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
|
101
102
|
sha256: 'sha256_example', # String | Filter results where sha256 matches value
|
102
103
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
103
104
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
@@ -123,13 +124,14 @@ Name | Type | Description | Notes
|
|
123
124
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
124
125
|
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `component` - Component * `-component` - Component (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `artifact_set_sha256` - Artifact set sha256 * `-artifact_set_sha256` - Artifact set sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
125
126
|
**orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
|
127
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
126
128
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
127
129
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
128
|
-
**q** | **String**|
|
130
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
129
131
|
**relative_path** | **String**| Filter results where relative_path matches value | [optional]
|
130
|
-
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
131
|
-
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
132
|
-
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
132
|
+
**repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
133
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
134
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
133
135
|
**sha256** | **String**| Filter results where sha256 matches value | [optional]
|
134
136
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
135
137
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpDebClient::ContentPackageReleaseComponentsApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -90,13 +90,14 @@ opts = {
|
|
90
90
|
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
91
91
|
orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
92
92
|
package: 'package_example', # String | Filter results where package matches value
|
93
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
93
94
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
94
95
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
95
|
-
q: 'q_example', # String |
|
96
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
96
97
|
release_component: 'release_component_example', # String | Filter results where release_component matches value
|
97
|
-
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
98
|
-
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
99
|
-
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
98
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
|
99
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
|
100
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
|
100
101
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
101
102
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
102
103
|
}
|
@@ -120,13 +121,14 @@ Name | Type | Description | Notes
|
|
120
121
|
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
121
122
|
**orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
|
122
123
|
**package** | [**String**](.md)| Filter results where package matches value | [optional]
|
124
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
123
125
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
124
126
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
125
|
-
**q** | **String**|
|
127
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
126
128
|
**release_component** | [**String**](.md)| Filter results where release_component matches value | [optional]
|
127
|
-
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
128
|
-
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
129
|
-
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
129
|
+
**repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
130
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
131
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
130
132
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
131
133
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
132
134
|
|
data/docs/ContentPackagesApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpDebClient::ContentPackagesApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -37,6 +37,7 @@ opts = {
|
|
37
37
|
relative_path: 'relative_path_example', # String | Path where the artifact is located relative to distributions base_path
|
38
38
|
file: File.new('/path/to/file'), # File | An uploaded file that may be turned into the content unit.
|
39
39
|
upload: 'upload_example', # String | An uncommitted upload that may be turned into the content unit.
|
40
|
+
file_url: 'file_url_example', # String | A url that Pulp can download and turn into the content unit.
|
40
41
|
distribution: 'distribution_example', # String | Name of the distribution.
|
41
42
|
component: 'component_example' # String | Name of the component.
|
42
43
|
}
|
@@ -60,6 +61,7 @@ Name | Type | Description | Notes
|
|
60
61
|
**relative_path** | **String**| Path where the artifact is located relative to distributions base_path | [optional]
|
61
62
|
**file** | **File**| An uploaded file that may be turned into the content unit. | [optional]
|
62
63
|
**upload** | **String**| An uncommitted upload that may be turned into the content unit. | [optional]
|
64
|
+
**file_url** | **String**| A url that Pulp can download and turn into the content unit. | [optional]
|
63
65
|
**distribution** | **String**| Name of the distribution. | [optional]
|
64
66
|
**component** | **String**| Name of the component. | [optional]
|
65
67
|
|
@@ -123,15 +125,16 @@ opts = {
|
|
123
125
|
package__regex: 'package__regex_example', # String | Filter results where package matches regex value
|
124
126
|
package__startswith: 'package__startswith_example', # String | Filter results where package starts with value
|
125
127
|
priority: 'priority_example', # String | Filter results where priority matches value
|
128
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
126
129
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
127
130
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
128
|
-
q: 'q_example', # String |
|
131
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
129
132
|
relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
|
130
133
|
release: 'release_example', # String | Must be a comma-separated string: \"release_href,repository_or_repository_version_href\" release_href: Filter results where Package in Release repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
|
131
134
|
release_component: 'release_component_example', # String | Must be a comma-separated string: \"release_component_href,repository_or_repository_version_href\" release_component_href: Filter results where Package in ReleaseComponent repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
|
132
|
-
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
133
|
-
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
134
|
-
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
135
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
|
136
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
|
137
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
|
135
138
|
section: 'section_example', # String | Filter results where section matches value
|
136
139
|
sha256: 'sha256_example', # String | Filter results where sha256 matches value
|
137
140
|
source: 'source_example', # String | Filter results where source matches value
|
@@ -179,15 +182,16 @@ Name | Type | Description | Notes
|
|
179
182
|
**package__regex** | **String**| Filter results where package matches regex value | [optional]
|
180
183
|
**package__startswith** | **String**| Filter results where package starts with value | [optional]
|
181
184
|
**priority** | **String**| Filter results where priority matches value | [optional]
|
185
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
182
186
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
183
187
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
184
|
-
**q** | **String**|
|
188
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
185
189
|
**relative_path** | **String**| Filter results where relative_path matches value | [optional]
|
186
190
|
**release** | **String**| Must be a comma-separated string: \"release_href,repository_or_repository_version_href\" release_href: Filter results where Package in Release repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version) | [optional]
|
187
191
|
**release_component** | **String**| Must be a comma-separated string: \"release_component_href,repository_or_repository_version_href\" release_component_href: Filter results where Package in ReleaseComponent repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version) | [optional]
|
188
|
-
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
189
|
-
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
190
|
-
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
192
|
+
**repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
193
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
194
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
191
195
|
**section** | **String**| Filter results where section matches value | [optional]
|
192
196
|
**sha256** | **String**| Filter results where sha256 matches value | [optional]
|
193
197
|
**source** | **String**| Filter results where source matches value | [optional]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpDebClient::ContentReleaseArchitecturesApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -91,12 +91,13 @@ opts = {
|
|
91
91
|
offset: 56, # Integer | The initial index from which to return the results.
|
92
92
|
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `distribution` - Distribution * `-distribution` - Distribution (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
93
93
|
orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
94
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
94
95
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
95
96
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
96
|
-
q: 'q_example', # String |
|
97
|
-
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
98
|
-
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
99
|
-
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
97
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
98
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
|
99
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
|
100
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
|
100
101
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
101
102
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
102
103
|
}
|
@@ -121,12 +122,13 @@ Name | Type | Description | Notes
|
|
121
122
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
122
123
|
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `distribution` - Distribution * `-distribution` - Distribution (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
123
124
|
**orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
|
125
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
124
126
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
125
127
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
126
|
-
**q** | **String**|
|
127
|
-
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
128
|
-
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
129
|
-
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
128
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
129
|
+
**repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
130
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
131
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
130
132
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
131
133
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
132
134
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpDebClient::ContentReleaseComponentsApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -92,12 +92,13 @@ opts = {
|
|
92
92
|
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `distribution` - Distribution * `-distribution` - Distribution (descending) * `component` - Component * `-component` - Component (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
93
93
|
orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
94
94
|
package: 'package_example', # String | Must be a comma-separated string: \"package_href,repository_or_repository_version_href\" package_href: Filter results where ReleaseComponent contains Package repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
|
95
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
95
96
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
96
97
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
97
|
-
q: 'q_example', # String |
|
98
|
-
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
99
|
-
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
100
|
-
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
98
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
99
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
|
100
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
|
101
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
|
101
102
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
102
103
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
103
104
|
}
|
@@ -123,12 +124,13 @@ Name | Type | Description | Notes
|
|
123
124
|
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `distribution` - Distribution * `-distribution` - Distribution (descending) * `component` - Component * `-component` - Component (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
124
125
|
**orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
|
125
126
|
**package** | **String**| Must be a comma-separated string: \"package_href,repository_or_repository_version_href\" package_href: Filter results where ReleaseComponent contains Package repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version) | [optional]
|
127
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
126
128
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
127
129
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
128
|
-
**q** | **String**|
|
129
|
-
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
130
|
-
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
131
|
-
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
130
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
131
|
+
**repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
132
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
133
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
132
134
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
133
135
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
134
136
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpDebClient::ContentReleaseFilesApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -90,13 +90,14 @@ opts = {
|
|
90
90
|
offset: 56, # Integer | The initial index from which to return the results.
|
91
91
|
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `codename` - Codename * `-codename` - Codename (descending) * `suite` - Suite * `-suite` - Suite (descending) * `distribution` - Distribution * `-distribution` - Distribution (descending) * `components` - Components * `-components` - Components (descending) * `architectures` - Architectures * `-architectures` - Architectures (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `artifact_set_sha256` - Artifact set sha256 * `-artifact_set_sha256` - Artifact set sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
92
92
|
orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
93
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
93
94
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
94
95
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
95
|
-
q: 'q_example', # String |
|
96
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
96
97
|
relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
|
97
|
-
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
98
|
-
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
99
|
-
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
98
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
|
99
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
|
100
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
|
100
101
|
sha256: 'sha256_example', # String | Filter results where sha256 matches value
|
101
102
|
suite: 'suite_example', # String | Filter results where suite matches value
|
102
103
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
@@ -122,13 +123,14 @@ Name | Type | Description | Notes
|
|
122
123
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
123
124
|
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `codename` - Codename * `-codename` - Codename (descending) * `suite` - Suite * `-suite` - Suite (descending) * `distribution` - Distribution * `-distribution` - Distribution (descending) * `components` - Components * `-components` - Components (descending) * `architectures` - Architectures * `-architectures` - Architectures (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `artifact_set_sha256` - Artifact set sha256 * `-artifact_set_sha256` - Artifact set sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
124
125
|
**orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
|
126
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
125
127
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
126
128
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
127
|
-
**q** | **String**|
|
129
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
128
130
|
**relative_path** | **String**| Filter results where relative_path matches value | [optional]
|
129
|
-
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
130
|
-
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
131
|
-
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
131
|
+
**repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
132
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
133
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
132
134
|
**sha256** | **String**| Filter results where sha256 matches value | [optional]
|
133
135
|
**suite** | **String**| Filter results where suite matches value | [optional]
|
134
136
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
data/docs/ContentReleasesApi.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# PulpDebClient::ContentReleasesApi
|
2
2
|
|
3
|
-
All URIs are relative to *http://
|
3
|
+
All URIs are relative to *http://localhost:24817*
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
@@ -94,12 +94,13 @@ opts = {
|
|
94
94
|
origin: 'origin_example', # String | Filter results where origin matches value
|
95
95
|
orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
96
96
|
package: 'package_example', # String | Must be a comma-separated string: \"package_href,repository_or_repository_version_href\" package_href: Filter results where Release contains Package repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
|
97
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
97
98
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
98
99
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
99
|
-
q: 'q_example', # String |
|
100
|
-
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
101
|
-
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
102
|
-
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
100
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
101
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
|
102
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
|
103
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
|
103
104
|
suite: 'suite_example', # String | Filter results where suite matches value
|
104
105
|
version: 'version_example', # String | Filter results where version matches value
|
105
106
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
@@ -129,12 +130,13 @@ Name | Type | Description | Notes
|
|
129
130
|
**origin** | **String**| Filter results where origin matches value | [optional]
|
130
131
|
**orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
|
131
132
|
**package** | **String**| Must be a comma-separated string: \"package_href,repository_or_repository_version_href\" package_href: Filter results where Release contains Package repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version) | [optional]
|
133
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
132
134
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
133
135
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
134
|
-
**q** | **String**|
|
135
|
-
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
136
|
-
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
137
|
-
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
136
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
137
|
+
**repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
138
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
139
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
138
140
|
**suite** | **String**| Filter results where suite matches value | [optional]
|
139
141
|
**version** | **String**| Filter results where version matches value | [optional]
|
140
142
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|