pulp_deb_client 3.3.1 → 3.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/ContentGenericContentsApi.md +10 -8
- data/docs/ContentInstallerFileIndicesApi.md +10 -8
- data/docs/ContentInstallerPackagesApi.md +10 -8
- data/docs/ContentPackageIndicesApi.md +10 -8
- data/docs/ContentPackageReleaseComponentsApi.md +10 -8
- data/docs/ContentPackagesApi.md +10 -8
- data/docs/ContentReleaseArchitecturesApi.md +10 -8
- data/docs/ContentReleaseComponentsApi.md +10 -8
- data/docs/ContentReleaseFilesApi.md +10 -8
- data/docs/ContentReleasesApi.md +10 -8
- data/docs/ContentSourceIndicesApi.md +10 -8
- data/docs/ContentSourcePackagesApi.md +10 -8
- data/docs/ContentSourceReleaseComponentsApi.md +10 -8
- 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/DebGenericContentResponse.md +2 -0
- data/docs/DebInstallerFileIndexResponse.md +2 -0
- data/docs/DebInstallerPackageResponse.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 +4 -2
- data/docs/PublicationsAptApi.md +12 -10
- data/docs/PublicationsVerbatimApi.md +12 -10
- data/docs/RemotesAptApi.md +4 -2
- data/docs/RepositoriesAptApi.md +8 -6
- data/docs/RepositoriesAptVersionsApi.md +8 -6
- data/docs/RepositoryVersionResponse.md +2 -0
- data/lib/pulp_deb_client/api/content_generic_contents_api.rb +11 -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 +11 -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 +11 -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/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_response.rb +11 -1
- data/lib/pulp_deb_client/models/deb_apt_repository_response.rb +11 -1
- 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_response.rb +11 -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/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 +5 -4
- data/spec/api/content_installer_file_indices_api_spec.rb +5 -4
- data/spec/api/content_installer_packages_api_spec.rb +5 -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 +5 -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/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_installer_file_index_response_spec.rb +6 -0
- data/spec/models/deb_installer_package_response_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_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 +71 -71
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
|
|
@@ -101,13 +101,14 @@ opts = {
|
|
101
101
|
offset: 56, # Integer | The initial index from which to return the results.
|
102
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)
|
103
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.
|
104
105
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
105
106
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
106
|
-
q: 'q_example', # String |
|
107
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
107
108
|
relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
|
108
|
-
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
109
|
-
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
110
|
-
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
|
111
112
|
sha256: 'sha256_example', # String | Filter results where sha256 matches value
|
112
113
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
113
114
|
exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
|
@@ -131,13 +132,14 @@ Name | Type | Description | Notes
|
|
131
132
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
132
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]
|
133
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]
|
134
136
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
135
137
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
136
|
-
**q** | **String**|
|
138
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
137
139
|
**relative_path** | **String**| Filter results where relative_path matches value | [optional]
|
138
|
-
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
139
|
-
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
140
|
-
**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]
|
141
143
|
**sha256** | **String**| Filter results where sha256 matches value | [optional]
|
142
144
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
143
145
|
**exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional]
|
@@ -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]
|
@@ -113,12 +113,13 @@ opts = {
|
|
113
113
|
orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
114
114
|
package: 'package_example', # String | Filter results where package matches value
|
115
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.
|
116
117
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
117
118
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
118
|
-
q: 'q_example', # String |
|
119
|
-
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
120
|
-
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
121
|
-
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
|
122
123
|
section: 'section_example', # String | Filter results where section matches value
|
123
124
|
sha256: 'sha256_example', # String | Filter results where sha256 matches value
|
124
125
|
source: 'source_example', # String | Filter results where source matches value
|
@@ -158,12 +159,13 @@ Name | Type | Description | Notes
|
|
158
159
|
**orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
|
159
160
|
**package** | **String**| Filter results where package matches value | [optional]
|
160
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]
|
161
163
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
162
164
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
163
|
-
**q** | **String**|
|
164
|
-
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
165
|
-
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
166
|
-
**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]
|
167
169
|
**section** | **String**| Filter results where section matches value | [optional]
|
168
170
|
**sha256** | **String**| Filter results where sha256 matches value | [optional]
|
169
171
|
**source** | **String**| Filter results where source matches value | [optional]
|
@@ -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]
|
@@ -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
@@ -125,15 +125,16 @@ opts = {
|
|
125
125
|
package__regex: 'package__regex_example', # String | Filter results where package matches regex value
|
126
126
|
package__startswith: 'package__startswith_example', # String | Filter results where package starts with value
|
127
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.
|
128
129
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
129
130
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
130
|
-
q: 'q_example', # String |
|
131
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
131
132
|
relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
|
132
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)
|
133
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)
|
134
|
-
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
135
|
-
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
136
|
-
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
|
137
138
|
section: 'section_example', # String | Filter results where section matches value
|
138
139
|
sha256: 'sha256_example', # String | Filter results where sha256 matches value
|
139
140
|
source: 'source_example', # String | Filter results where source matches value
|
@@ -181,15 +182,16 @@ Name | Type | Description | Notes
|
|
181
182
|
**package__regex** | **String**| Filter results where package matches regex value | [optional]
|
182
183
|
**package__startswith** | **String**| Filter results where package starts with value | [optional]
|
183
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]
|
184
186
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
185
187
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
186
|
-
**q** | **String**|
|
188
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
187
189
|
**relative_path** | **String**| Filter results where relative_path matches value | [optional]
|
188
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]
|
189
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]
|
190
|
-
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
191
|
-
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
192
|
-
**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]
|
193
195
|
**section** | **String**| Filter results where section matches value | [optional]
|
194
196
|
**sha256** | **String**| Filter results where sha256 matches value | [optional]
|
195
197
|
**source** | **String**| Filter results where source matches value | [optional]
|
@@ -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
|
|
@@ -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
|
|
@@ -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
@@ -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]
|
@@ -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) * `component` - Component * `-component` - Component (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - 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
|
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.
|
@@ -121,13 +122,14 @@ 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) * `component` - Component * `-component` - Component (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (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**|
|
128
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
127
129
|
**relative_path** | **String**| Filter results where relative_path matches value | [optional]
|
128
|
-
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
129
|
-
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
130
|
-
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
130
|
+
**repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
131
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
132
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
131
133
|
**sha256** | **String**| Filter results where sha256 matches value | [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]
|
@@ -102,15 +102,16 @@ opts = {
|
|
102
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) * `format` - Format * `-format` - Format (descending) * `source` - Source * `-source` - Source (descending) * `binary` - Binary * `-binary` - Binary (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `version` - Version * `-version` - Version (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `uploaders` - Uploaders * `-uploaders` - Uploaders (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `vcs_browser` - Vcs browser * `-vcs_browser` - Vcs browser (descending) * `vcs_arch` - Vcs arch * `-vcs_arch` - Vcs arch (descending) * `vcs_bzr` - Vcs bzr * `-vcs_bzr` - Vcs bzr (descending) * `vcs_cvs` - Vcs cvs * `-vcs_cvs` - Vcs cvs (descending) * `vcs_darcs` - Vcs darcs * `-vcs_darcs` - Vcs darcs (descending) * `vcs_git` - Vcs git * `-vcs_git` - Vcs git (descending) * `vcs_hg` - Vcs hg * `-vcs_hg` - Vcs hg (descending) * `vcs_mtn` - Vcs mtn * `-vcs_mtn` - Vcs mtn (descending) * `vcs_snv` - Vcs snv * `-vcs_snv` - Vcs snv (descending) * `testsuite` - Testsuite * `-testsuite` - Testsuite (descending) * `dgit` - Dgit * `-dgit` - Dgit (descending) * `standards_version` - Standards version * `-standards_version` - Standards version (descending) * `build_depends` - Build depends * `-build_depends` - Build depends (descending) * `build_depends_indep` - Build depends indep * `-build_depends_indep` - Build depends indep (descending) * `build_depends_arch` - Build depends arch * `-build_depends_arch` - Build depends arch (descending) * `build_conflicts` - Build conflicts * `-build_conflicts` - Build conflicts (descending) * `build_conflicts_indep` - Build conflicts indep * `-build_conflicts_indep` - Build conflicts indep (descending) * `build_conflicts_arch` - Build conflicts arch * `-build_conflicts_arch` - Build conflicts arch (descending) * `package_list` - Package list * `-package_list` - Package list (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
103
103
|
orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
104
104
|
package_list: 'package_list_example', # String | Filter results where package_list matches value
|
105
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
105
106
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
106
107
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
107
|
-
q: 'q_example', # String |
|
108
|
+
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
108
109
|
relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
|
109
110
|
release: 'release_example', # String | Must be a comma-separated string: \"release_href,repository_or_repository_version_href\" release_href: Filter results where SourcePackage in Release repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
|
110
111
|
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 SourcePackage in ReleaseComponent repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
|
111
|
-
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
112
|
-
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
113
|
-
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
112
|
+
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF/PRN
|
113
|
+
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF/PRN
|
114
|
+
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF/PRN
|
114
115
|
source: 'source_example', # String | Filter results where source matches value
|
115
116
|
standards_version: 'standards_version_example', # String | Filter results where standards_version matches value
|
116
117
|
testsuite: 'testsuite_example', # String | Filter results where testsuite matches value
|
@@ -160,15 +161,16 @@ Name | Type | Description | Notes
|
|
160
161
|
**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) * `format` - Format * `-format` - Format (descending) * `source` - Source * `-source` - Source (descending) * `binary` - Binary * `-binary` - Binary (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `version` - Version * `-version` - Version (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `uploaders` - Uploaders * `-uploaders` - Uploaders (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `vcs_browser` - Vcs browser * `-vcs_browser` - Vcs browser (descending) * `vcs_arch` - Vcs arch * `-vcs_arch` - Vcs arch (descending) * `vcs_bzr` - Vcs bzr * `-vcs_bzr` - Vcs bzr (descending) * `vcs_cvs` - Vcs cvs * `-vcs_cvs` - Vcs cvs (descending) * `vcs_darcs` - Vcs darcs * `-vcs_darcs` - Vcs darcs (descending) * `vcs_git` - Vcs git * `-vcs_git` - Vcs git (descending) * `vcs_hg` - Vcs hg * `-vcs_hg` - Vcs hg (descending) * `vcs_mtn` - Vcs mtn * `-vcs_mtn` - Vcs mtn (descending) * `vcs_snv` - Vcs snv * `-vcs_snv` - Vcs snv (descending) * `testsuite` - Testsuite * `-testsuite` - Testsuite (descending) * `dgit` - Dgit * `-dgit` - Dgit (descending) * `standards_version` - Standards version * `-standards_version` - Standards version (descending) * `build_depends` - Build depends * `-build_depends` - Build depends (descending) * `build_depends_indep` - Build depends indep * `-build_depends_indep` - Build depends indep (descending) * `build_depends_arch` - Build depends arch * `-build_depends_arch` - Build depends arch (descending) * `build_conflicts` - Build conflicts * `-build_conflicts` - Build conflicts (descending) * `build_conflicts_indep` - Build conflicts indep * `-build_conflicts_indep` - Build conflicts indep (descending) * `build_conflicts_arch` - Build conflicts arch * `-build_conflicts_arch` - Build conflicts arch (descending) * `package_list` - Package list * `-package_list` - Package list (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
161
162
|
**orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
|
162
163
|
**package_list** | **String**| Filter results where package_list matches value | [optional]
|
164
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
163
165
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
164
166
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
165
|
-
**q** | **String**|
|
167
|
+
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
166
168
|
**relative_path** | **String**| Filter results where relative_path matches value | [optional]
|
167
169
|
**release** | **String**| Must be a comma-separated string: \"release_href,repository_or_repository_version_href\" release_href: Filter results where SourcePackage in Release repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version) | [optional]
|
168
170
|
**release_component** | **String**| Must be a comma-separated string: \"release_component_href,repository_or_repository_version_href\" release_component_href: Filter results where SourcePackage in ReleaseComponent repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version) | [optional]
|
169
|
-
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
170
|
-
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
171
|
-
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
171
|
+
**repository_version** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
172
|
+
**repository_version_added** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
173
|
+
**repository_version_removed** | **String**| Repository Version referenced by HREF/PRN | [optional]
|
172
174
|
**source** | **String**| Filter results where source matches value | [optional]
|
173
175
|
**standards_version** | **String**| Filter results where standards_version matches value | [optional]
|
174
176
|
**testsuite** | **String**| Filter results where testsuite matches value | [optional]
|