pulp_deb_client 2.20.2 → 2.20.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/ContentGenericContentsApi.md +6 -2
- data/docs/ContentInstallerFileIndicesApi.md +6 -2
- data/docs/ContentInstallerPackagesApi.md +12 -8
- data/docs/ContentPackageIndicesApi.md +6 -2
- data/docs/ContentPackageReleaseComponentsApi.md +6 -2
- data/docs/ContentPackagesApi.md +12 -8
- data/docs/ContentReleaseArchitecturesApi.md +6 -2
- data/docs/ContentReleaseComponentsApi.md +6 -2
- data/docs/ContentReleaseFilesApi.md +6 -2
- data/docs/ContentReleasesApi.md +6 -2
- data/docs/DebAptRemote.md +1 -1
- data/docs/DebAptRemoteResponse.md +1 -1
- data/docs/DistributionsAptApi.md +6 -2
- data/docs/PatcheddebAptRemote.md +1 -1
- data/docs/PublicationsAptApi.md +6 -2
- data/docs/PublicationsVerbatimApi.md +6 -2
- data/docs/RemotesAptApi.md +6 -2
- data/docs/RepositoriesAptApi.md +6 -2
- data/docs/RepositoriesAptVersionsApi.md +4 -2
- data/lib/pulp_deb_client/api/content_generic_contents_api.rb +8 -2
- data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +8 -2
- data/lib/pulp_deb_client/api/content_installer_packages_api.rb +14 -8
- data/lib/pulp_deb_client/api/content_package_indices_api.rb +8 -2
- data/lib/pulp_deb_client/api/content_package_release_components_api.rb +8 -2
- data/lib/pulp_deb_client/api/content_packages_api.rb +14 -8
- data/lib/pulp_deb_client/api/content_release_architectures_api.rb +8 -2
- data/lib/pulp_deb_client/api/content_release_components_api.rb +8 -2
- data/lib/pulp_deb_client/api/content_release_files_api.rb +8 -2
- data/lib/pulp_deb_client/api/content_releases_api.rb +8 -2
- data/lib/pulp_deb_client/api/distributions_apt_api.rb +8 -2
- data/lib/pulp_deb_client/api/publications_apt_api.rb +8 -2
- data/lib/pulp_deb_client/api/publications_verbatim_api.rb +8 -2
- data/lib/pulp_deb_client/api/remotes_apt_api.rb +8 -2
- data/lib/pulp_deb_client/api/repositories_apt_api.rb +8 -2
- data/lib/pulp_deb_client/api/repositories_apt_versions_api.rb +5 -2
- data/lib/pulp_deb_client/models/deb_apt_remote.rb +1 -1
- data/lib/pulp_deb_client/models/deb_apt_remote_response.rb +1 -1
- data/lib/pulp_deb_client/models/patcheddeb_apt_remote.rb +1 -1
- data/lib/pulp_deb_client/version.rb +1 -1
- data/spec/api/content_generic_contents_api_spec.rb +3 -1
- data/spec/api/content_installer_file_indices_api_spec.rb +3 -1
- data/spec/api/content_installer_packages_api_spec.rb +6 -4
- data/spec/api/content_package_indices_api_spec.rb +3 -1
- data/spec/api/content_package_release_components_api_spec.rb +3 -1
- data/spec/api/content_packages_api_spec.rb +6 -4
- data/spec/api/content_release_architectures_api_spec.rb +3 -1
- data/spec/api/content_release_components_api_spec.rb +3 -1
- data/spec/api/content_release_files_api_spec.rb +3 -1
- data/spec/api/content_releases_api_spec.rb +3 -1
- data/spec/api/distributions_apt_api_spec.rb +3 -1
- data/spec/api/publications_apt_api_spec.rb +3 -1
- data/spec/api/publications_verbatim_api_spec.rb +3 -1
- data/spec/api/remotes_apt_api_spec.rb +3 -1
- data/spec/api/repositories_apt_api_spec.rb +3 -1
- data/spec/api/repositories_apt_versions_api_spec.rb +2 -1
- metadata +56 -56
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cb6bb8d396bfddc99d0d59c0fae8e230fd05123d06139cf203e39483a8ea6a72
|
4
|
+
data.tar.gz: e2615b979d7f359087d2c6565b4461bbc9505b1b2ac9f12ac8ea444cfddb31c6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fee7efec3f358545d96949ddf6e80fbc8b9f3edd80d0f53d52aca0ea0fae65a28ceea33df045cb7239264b4e1d66d30c6df0365f5cb5d25f51a90cea5f07c361
|
7
|
+
data.tar.gz: 74e06d89ce92d342018eade1ca7587e9d282ce7981b8a5de67559fbb892a6e13f4090504b4dd6e534ecf2a7f522e03e745baf5fb9d0d90a5f3211a44defa0a0c
|
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: 2.20.
|
10
|
+
- Package version: 2.20.3
|
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-2.20.
|
27
|
+
gem install ./pulp_deb_client-2.20.3.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulp_deb_client-2.20.
|
30
|
+
(for development, run `gem install --dev ./pulp_deb_client-2.20.3.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', '~> 2.20.
|
36
|
+
gem 'pulp_deb_client', '~> 2.20.3'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
@@ -97,7 +97,9 @@ api_instance = PulpDebClient::ContentGenericContentsApi.new
|
|
97
97
|
opts = {
|
98
98
|
limit: 56, # Integer | Number of results to return per page.
|
99
99
|
offset: 56, # Integer | The initial index from which to return the results.
|
100
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
100
|
+
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `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
|
+
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
102
|
+
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
101
103
|
relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
|
102
104
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
103
105
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
@@ -123,7 +125,9 @@ Name | Type | Description | Notes
|
|
123
125
|
------------- | ------------- | ------------- | -------------
|
124
126
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
125
127
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
126
|
-
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
128
|
+
**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]
|
129
|
+
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
130
|
+
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
127
131
|
**relative_path** | **String**| Filter results where relative_path matches value | [optional]
|
128
132
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
129
133
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
@@ -89,7 +89,9 @@ opts = {
|
|
89
89
|
component: 'component_example', # String | Filter results where component matches value
|
90
90
|
limit: 56, # Integer | Number of results to return per page.
|
91
91
|
offset: 56, # Integer | The initial index from which to return the results.
|
92
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
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
|
+
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
94
|
+
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
93
95
|
relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
|
94
96
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
95
97
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
@@ -117,7 +119,9 @@ Name | Type | Description | Notes
|
|
117
119
|
**component** | **String**| Filter results where component matches value | [optional]
|
118
120
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
119
121
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
120
|
-
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
122
|
+
**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]
|
123
|
+
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
124
|
+
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
121
125
|
**relative_path** | **String**| Filter results where relative_path matches value | [optional]
|
122
126
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
123
127
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
@@ -97,19 +97,21 @@ api_instance = PulpDebClient::ContentInstallerPackagesApi.new
|
|
97
97
|
opts = {
|
98
98
|
architecture: 'architecture_example', # String | Filter results where architecture matches value
|
99
99
|
auto_built_package: 'auto_built_package_example', # String | Filter results where auto_built_package matches value
|
100
|
-
build_essential: true, # Boolean | Filter results where build_essential matches value
|
100
|
+
build_essential: true, # Boolean | Filter results where build_essential matches value * `True` - yes * `False` - no
|
101
101
|
built_using: 'built_using_example', # String | Filter results where built_using matches value
|
102
|
-
essential: true, # Boolean | Filter results where essential matches value
|
102
|
+
essential: true, # Boolean | Filter results where essential matches value * `True` - yes * `False` - no
|
103
103
|
installed_size: 56, # Integer | Filter results where installed_size matches value
|
104
104
|
limit: 56, # Integer | Number of results to return per page.
|
105
105
|
maintainer: 'maintainer_example', # String | Filter results where maintainer matches value
|
106
|
-
multi_arch: 'multi_arch_example', # String | Filter results where multi_arch matches value
|
106
|
+
multi_arch: 'multi_arch_example', # String | Filter results where multi_arch matches value * `no` - no * `same` - same * `foreign` - foreign * `allowed` - allowed
|
107
107
|
offset: 56, # Integer | The initial index from which to return the results.
|
108
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
108
|
+
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) * `package` - Package * `-package` - Package (descending) * `source` - Source * `-source` - Source (descending) * `version` - Version * `-version` - Version (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `section` - Section * `-section` - Section (descending) * `priority` - Priority * `-priority` - Priority (descending) * `origin` - Origin * `-origin` - Origin (descending) * `tag` - Tag * `-tag` - Tag (descending) * `bugs` - Bugs * `-bugs` - Bugs (descending) * `essential` - Essential * `-essential` - Essential (descending) * `build_essential` - Build essential * `-build_essential` - Build essential (descending) * `installed_size` - Installed size * `-installed_size` - Installed size (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `original_maintainer` - Original maintainer * `-original_maintainer` - Original maintainer (descending) * `description` - Description * `-description` - Description (descending) * `description_md5` - Description md5 * `-description_md5` - Description md5 (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `built_using` - Built using * `-built_using` - Built using (descending) * `auto_built_package` - Auto built package * `-auto_built_package` - Auto built package (descending) * `multi_arch` - Multi arch * `-multi_arch` - Multi arch (descending) * `breaks` - Breaks * `-breaks` - Breaks (descending) * `conflicts` - Conflicts * `-conflicts` - Conflicts (descending) * `depends` - Depends * `-depends` - Depends (descending) * `recommends` - Recommends * `-recommends` - Recommends (descending) * `suggests` - Suggests * `-suggests` - Suggests (descending) * `enhances` - Enhances * `-enhances` - Enhances (descending) * `pre_depends` - Pre depends * `-pre_depends` - Pre depends (descending) * `provides` - Provides * `-provides` - Provides (descending) * `replaces` - Replaces * `-replaces` - Replaces (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `custom_fields` - Custom fields * `-custom_fields` - Custom fields (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
109
109
|
origin: 'origin_example', # String | Filter results where origin matches value
|
110
110
|
original_maintainer: 'original_maintainer_example', # String | Filter results where original_maintainer matches value
|
111
111
|
package: 'package_example', # String | Filter results where package matches value
|
112
112
|
priority: 'priority_example', # String | Filter results where priority matches value
|
113
|
+
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
114
|
+
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
113
115
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
114
116
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
115
117
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
@@ -138,19 +140,21 @@ Name | Type | Description | Notes
|
|
138
140
|
------------- | ------------- | ------------- | -------------
|
139
141
|
**architecture** | **String**| Filter results where architecture matches value | [optional]
|
140
142
|
**auto_built_package** | **String**| Filter results where auto_built_package matches value | [optional]
|
141
|
-
**build_essential** | **Boolean**| Filter results where build_essential matches value | [optional]
|
143
|
+
**build_essential** | **Boolean**| Filter results where build_essential matches value * `True` - yes * `False` - no | [optional]
|
142
144
|
**built_using** | **String**| Filter results where built_using matches value | [optional]
|
143
|
-
**essential** | **Boolean**| Filter results where essential matches value | [optional]
|
145
|
+
**essential** | **Boolean**| Filter results where essential matches value * `True` - yes * `False` - no | [optional]
|
144
146
|
**installed_size** | **Integer**| Filter results where installed_size matches value | [optional]
|
145
147
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
146
148
|
**maintainer** | **String**| Filter results where maintainer matches value | [optional]
|
147
|
-
**multi_arch** | **String**| Filter results where multi_arch matches value | [optional]
|
149
|
+
**multi_arch** | **String**| Filter results where multi_arch matches value * `no` - no * `same` - same * `foreign` - foreign * `allowed` - allowed | [optional]
|
148
150
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
149
|
-
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
151
|
+
**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) * `package` - Package * `-package` - Package (descending) * `source` - Source * `-source` - Source (descending) * `version` - Version * `-version` - Version (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `section` - Section * `-section` - Section (descending) * `priority` - Priority * `-priority` - Priority (descending) * `origin` - Origin * `-origin` - Origin (descending) * `tag` - Tag * `-tag` - Tag (descending) * `bugs` - Bugs * `-bugs` - Bugs (descending) * `essential` - Essential * `-essential` - Essential (descending) * `build_essential` - Build essential * `-build_essential` - Build essential (descending) * `installed_size` - Installed size * `-installed_size` - Installed size (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `original_maintainer` - Original maintainer * `-original_maintainer` - Original maintainer (descending) * `description` - Description * `-description` - Description (descending) * `description_md5` - Description md5 * `-description_md5` - Description md5 (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `built_using` - Built using * `-built_using` - Built using (descending) * `auto_built_package` - Auto built package * `-auto_built_package` - Auto built package (descending) * `multi_arch` - Multi arch * `-multi_arch` - Multi arch (descending) * `breaks` - Breaks * `-breaks` - Breaks (descending) * `conflicts` - Conflicts * `-conflicts` - Conflicts (descending) * `depends` - Depends * `-depends` - Depends (descending) * `recommends` - Recommends * `-recommends` - Recommends (descending) * `suggests` - Suggests * `-suggests` - Suggests (descending) * `enhances` - Enhances * `-enhances` - Enhances (descending) * `pre_depends` - Pre depends * `-pre_depends` - Pre depends (descending) * `provides` - Provides * `-provides` - Provides (descending) * `replaces` - Replaces * `-replaces` - Replaces (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `custom_fields` - Custom fields * `-custom_fields` - Custom fields (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
150
152
|
**origin** | **String**| Filter results where origin matches value | [optional]
|
151
153
|
**original_maintainer** | **String**| Filter results where original_maintainer matches value | [optional]
|
152
154
|
**package** | **String**| Filter results where package matches value | [optional]
|
153
155
|
**priority** | **String**| Filter results where priority matches value | [optional]
|
156
|
+
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
157
|
+
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
154
158
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
155
159
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
156
160
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
@@ -89,7 +89,9 @@ opts = {
|
|
89
89
|
component: 'component_example', # String | Filter results where component matches value
|
90
90
|
limit: 56, # Integer | Number of results to return per page.
|
91
91
|
offset: 56, # Integer | The initial index from which to return the results.
|
92
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
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
|
+
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
94
|
+
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
93
95
|
relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
|
94
96
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
95
97
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
@@ -117,7 +119,9 @@ Name | Type | Description | Notes
|
|
117
119
|
**component** | **String**| Filter results where component matches value | [optional]
|
118
120
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
119
121
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
120
|
-
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
122
|
+
**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]
|
123
|
+
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
124
|
+
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
121
125
|
**relative_path** | **String**| Filter results where relative_path matches value | [optional]
|
122
126
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
123
127
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
@@ -87,8 +87,10 @@ api_instance = PulpDebClient::ContentPackageReleaseComponentsApi.new
|
|
87
87
|
opts = {
|
88
88
|
limit: 56, # Integer | Number of results to return per page.
|
89
89
|
offset: 56, # Integer | The initial index from which to return the results.
|
90
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
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
|
package: 'package_example', # String | Filter results where package matches value
|
92
|
+
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
93
|
+
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
92
94
|
release_component: 'release_component_example', # String | Filter results where release_component matches value
|
93
95
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
94
96
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
@@ -113,8 +115,10 @@ Name | Type | Description | Notes
|
|
113
115
|
------------- | ------------- | ------------- | -------------
|
114
116
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
115
117
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
116
|
-
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
118
|
+
**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]
|
117
119
|
**package** | **String**| Filter results where package matches value | [optional]
|
120
|
+
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
121
|
+
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
118
122
|
**release_component** | **String**| Filter results where release_component matches value | [optional]
|
119
123
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
120
124
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
data/docs/ContentPackagesApi.md
CHANGED
@@ -97,19 +97,21 @@ api_instance = PulpDebClient::ContentPackagesApi.new
|
|
97
97
|
opts = {
|
98
98
|
architecture: 'architecture_example', # String | Filter results where architecture matches value
|
99
99
|
auto_built_package: 'auto_built_package_example', # String | Filter results where auto_built_package matches value
|
100
|
-
build_essential: true, # Boolean | Filter results where build_essential matches value
|
100
|
+
build_essential: true, # Boolean | Filter results where build_essential matches value * `True` - yes * `False` - no
|
101
101
|
built_using: 'built_using_example', # String | Filter results where built_using matches value
|
102
|
-
essential: true, # Boolean | Filter results where essential matches value
|
102
|
+
essential: true, # Boolean | Filter results where essential matches value * `True` - yes * `False` - no
|
103
103
|
installed_size: 56, # Integer | Filter results where installed_size matches value
|
104
104
|
limit: 56, # Integer | Number of results to return per page.
|
105
105
|
maintainer: 'maintainer_example', # String | Filter results where maintainer matches value
|
106
|
-
multi_arch: 'multi_arch_example', # String | Filter results where multi_arch matches value
|
106
|
+
multi_arch: 'multi_arch_example', # String | Filter results where multi_arch matches value * `no` - no * `same` - same * `foreign` - foreign * `allowed` - allowed
|
107
107
|
offset: 56, # Integer | The initial index from which to return the results.
|
108
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
108
|
+
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) * `package` - Package * `-package` - Package (descending) * `source` - Source * `-source` - Source (descending) * `version` - Version * `-version` - Version (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `section` - Section * `-section` - Section (descending) * `priority` - Priority * `-priority` - Priority (descending) * `origin` - Origin * `-origin` - Origin (descending) * `tag` - Tag * `-tag` - Tag (descending) * `bugs` - Bugs * `-bugs` - Bugs (descending) * `essential` - Essential * `-essential` - Essential (descending) * `build_essential` - Build essential * `-build_essential` - Build essential (descending) * `installed_size` - Installed size * `-installed_size` - Installed size (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `original_maintainer` - Original maintainer * `-original_maintainer` - Original maintainer (descending) * `description` - Description * `-description` - Description (descending) * `description_md5` - Description md5 * `-description_md5` - Description md5 (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `built_using` - Built using * `-built_using` - Built using (descending) * `auto_built_package` - Auto built package * `-auto_built_package` - Auto built package (descending) * `multi_arch` - Multi arch * `-multi_arch` - Multi arch (descending) * `breaks` - Breaks * `-breaks` - Breaks (descending) * `conflicts` - Conflicts * `-conflicts` - Conflicts (descending) * `depends` - Depends * `-depends` - Depends (descending) * `recommends` - Recommends * `-recommends` - Recommends (descending) * `suggests` - Suggests * `-suggests` - Suggests (descending) * `enhances` - Enhances * `-enhances` - Enhances (descending) * `pre_depends` - Pre depends * `-pre_depends` - Pre depends (descending) * `provides` - Provides * `-provides` - Provides (descending) * `replaces` - Replaces * `-replaces` - Replaces (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `custom_fields` - Custom fields * `-custom_fields` - Custom fields (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
109
109
|
origin: 'origin_example', # String | Filter results where origin matches value
|
110
110
|
original_maintainer: 'original_maintainer_example', # String | Filter results where original_maintainer matches value
|
111
111
|
package: 'package_example', # String | Filter results where package matches value
|
112
112
|
priority: 'priority_example', # String | Filter results where priority matches value
|
113
|
+
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
114
|
+
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
113
115
|
relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
|
114
116
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
115
117
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
@@ -139,19 +141,21 @@ Name | Type | Description | Notes
|
|
139
141
|
------------- | ------------- | ------------- | -------------
|
140
142
|
**architecture** | **String**| Filter results where architecture matches value | [optional]
|
141
143
|
**auto_built_package** | **String**| Filter results where auto_built_package matches value | [optional]
|
142
|
-
**build_essential** | **Boolean**| Filter results where build_essential matches value | [optional]
|
144
|
+
**build_essential** | **Boolean**| Filter results where build_essential matches value * `True` - yes * `False` - no | [optional]
|
143
145
|
**built_using** | **String**| Filter results where built_using matches value | [optional]
|
144
|
-
**essential** | **Boolean**| Filter results where essential matches value | [optional]
|
146
|
+
**essential** | **Boolean**| Filter results where essential matches value * `True` - yes * `False` - no | [optional]
|
145
147
|
**installed_size** | **Integer**| Filter results where installed_size matches value | [optional]
|
146
148
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
147
149
|
**maintainer** | **String**| Filter results where maintainer matches value | [optional]
|
148
|
-
**multi_arch** | **String**| Filter results where multi_arch matches value | [optional]
|
150
|
+
**multi_arch** | **String**| Filter results where multi_arch matches value * `no` - no * `same` - same * `foreign` - foreign * `allowed` - allowed | [optional]
|
149
151
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
150
|
-
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
152
|
+
**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) * `package` - Package * `-package` - Package (descending) * `source` - Source * `-source` - Source (descending) * `version` - Version * `-version` - Version (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `section` - Section * `-section` - Section (descending) * `priority` - Priority * `-priority` - Priority (descending) * `origin` - Origin * `-origin` - Origin (descending) * `tag` - Tag * `-tag` - Tag (descending) * `bugs` - Bugs * `-bugs` - Bugs (descending) * `essential` - Essential * `-essential` - Essential (descending) * `build_essential` - Build essential * `-build_essential` - Build essential (descending) * `installed_size` - Installed size * `-installed_size` - Installed size (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `original_maintainer` - Original maintainer * `-original_maintainer` - Original maintainer (descending) * `description` - Description * `-description` - Description (descending) * `description_md5` - Description md5 * `-description_md5` - Description md5 (descending) * `homepage` - Homepage * `-homepage` - Homepage (descending) * `built_using` - Built using * `-built_using` - Built using (descending) * `auto_built_package` - Auto built package * `-auto_built_package` - Auto built package (descending) * `multi_arch` - Multi arch * `-multi_arch` - Multi arch (descending) * `breaks` - Breaks * `-breaks` - Breaks (descending) * `conflicts` - Conflicts * `-conflicts` - Conflicts (descending) * `depends` - Depends * `-depends` - Depends (descending) * `recommends` - Recommends * `-recommends` - Recommends (descending) * `suggests` - Suggests * `-suggests` - Suggests (descending) * `enhances` - Enhances * `-enhances` - Enhances (descending) * `pre_depends` - Pre depends * `-pre_depends` - Pre depends (descending) * `provides` - Provides * `-provides` - Provides (descending) * `replaces` - Replaces * `-replaces` - Replaces (descending) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `custom_fields` - Custom fields * `-custom_fields` - Custom fields (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
151
153
|
**origin** | **String**| Filter results where origin matches value | [optional]
|
152
154
|
**original_maintainer** | **String**| Filter results where original_maintainer matches value | [optional]
|
153
155
|
**package** | **String**| Filter results where package matches value | [optional]
|
154
156
|
**priority** | **String**| Filter results where priority matches value | [optional]
|
157
|
+
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
158
|
+
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
155
159
|
**relative_path** | **String**| Filter results where relative_path matches value | [optional]
|
156
160
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
157
161
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
@@ -88,7 +88,9 @@ opts = {
|
|
88
88
|
architecture: 'architecture_example', # String | Filter results where architecture matches value
|
89
89
|
limit: 56, # Integer | Number of results to return per page.
|
90
90
|
offset: 56, # Integer | The initial index from which to return the results.
|
91
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
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) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
92
|
+
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
93
|
+
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
92
94
|
release: 'release_example', # String | Filter results where release matches value
|
93
95
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
94
96
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
@@ -114,7 +116,9 @@ Name | Type | Description | Notes
|
|
114
116
|
**architecture** | **String**| Filter results where architecture matches value | [optional]
|
115
117
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
116
118
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
117
|
-
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
119
|
+
**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) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
120
|
+
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
121
|
+
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
118
122
|
**release** | **String**| Filter results where release matches value | [optional]
|
119
123
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
120
124
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
@@ -88,7 +88,9 @@ opts = {
|
|
88
88
|
component: 'component_example', # String | Filter results where component matches value
|
89
89
|
limit: 56, # Integer | Number of results to return per page.
|
90
90
|
offset: 56, # Integer | The initial index from which to return the results.
|
91
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
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) * `pk` - Pk * `-pk` - Pk (descending)
|
92
|
+
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
93
|
+
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
92
94
|
release: 'release_example', # String | Filter results where release matches value
|
93
95
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
94
96
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
@@ -114,7 +116,9 @@ Name | Type | Description | Notes
|
|
114
116
|
**component** | **String**| Filter results where component matches value | [optional]
|
115
117
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
116
118
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
117
|
-
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
119
|
+
**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) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
120
|
+
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
121
|
+
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
118
122
|
**release** | **String**| Filter results where release matches value | [optional]
|
119
123
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
120
124
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
@@ -88,7 +88,9 @@ opts = {
|
|
88
88
|
codename: 'codename_example', # String | Filter results where codename matches value
|
89
89
|
limit: 56, # Integer | Number of results to return per page.
|
90
90
|
offset: 56, # Integer | The initial index from which to return the results.
|
91
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
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
|
+
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
93
|
+
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
92
94
|
relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
|
93
95
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
94
96
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
@@ -116,7 +118,9 @@ Name | Type | Description | Notes
|
|
116
118
|
**codename** | **String**| Filter results where codename matches value | [optional]
|
117
119
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
118
120
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
119
|
-
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
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) * `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]
|
122
|
+
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
123
|
+
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
120
124
|
**relative_path** | **String**| Filter results where relative_path matches value | [optional]
|
121
125
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
122
126
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
data/docs/ContentReleasesApi.md
CHANGED
@@ -89,7 +89,9 @@ opts = {
|
|
89
89
|
distribution: 'distribution_example', # String | Filter results where distribution matches value
|
90
90
|
limit: 56, # Integer | Number of results to return per page.
|
91
91
|
offset: 56, # Integer | The initial index from which to return the results.
|
92
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
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) * `codename` - Codename * `-codename` - Codename (descending) * `suite` - Suite * `-suite` - Suite (descending) * `distribution` - Distribution * `-distribution` - Distribution (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
93
|
+
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
94
|
+
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
93
95
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
94
96
|
repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
|
95
97
|
repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
|
@@ -116,7 +118,9 @@ Name | Type | Description | Notes
|
|
116
118
|
**distribution** | **String**| Filter results where distribution matches value | [optional]
|
117
119
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
118
120
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
119
|
-
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
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) * `codename` - Codename * `-codename` - Codename (descending) * `suite` - Suite * `-suite` - Suite (descending) * `distribution` - Distribution * `-distribution` - Distribution (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
122
|
+
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
123
|
+
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
120
124
|
**repository_version** | **String**| Repository Version referenced by HREF | [optional]
|
121
125
|
**repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
|
122
126
|
**repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
|
data/docs/DebAptRemote.md
CHANGED
@@ -18,7 +18,7 @@ Name | Type | Description | Notes
|
|
18
18
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
19
19
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
20
20
|
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
|
21
|
-
**policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'immediate' is the default. | [optional]
|
21
|
+
**policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'immediate' is the default. * `immediate` - When syncing, download all metadata and content now. * `on_demand` - When syncing, download metadata, but do not download content now. Instead, download content as clients request it, and save it in Pulp to be served for future client requests. * `streamed` - When syncing, download metadata, but do not download content now. Instead,download content as clients request it, but never save it in Pulp. This causes future requests for that same content to have to be downloaded again. | [optional]
|
22
22
|
**total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
23
23
|
**connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
24
24
|
**sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
@@ -16,7 +16,7 @@ Name | Type | Description | Notes
|
|
16
16
|
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
17
17
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
18
18
|
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
|
19
|
-
**policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'immediate' is the default. | [optional]
|
19
|
+
**policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'immediate' is the default. * `immediate` - When syncing, download all metadata and content now. * `on_demand` - When syncing, download metadata, but do not download content now. Instead, download content as clients request it, and save it in Pulp to be served for future client requests. * `streamed` - When syncing, download metadata, but do not download content now. Instead,download content as clients request it, but never save it in Pulp. This causes future requests for that same content to have to be downloaded again. | [optional]
|
20
20
|
**total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
21
21
|
**connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
22
22
|
**sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
data/docs/DistributionsAptApi.md
CHANGED
@@ -152,7 +152,9 @@ opts = {
|
|
152
152
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
153
153
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
154
154
|
offset: 56, # Integer | The initial index from which to return the results.
|
155
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
155
|
+
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
156
|
+
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
157
|
+
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
156
158
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
157
159
|
repository: 'repository_example', # String | Filter results where repository matches value
|
158
160
|
repository__in: ['repository__in_example'], # Array<String> | Filter results where repository is in a comma-separated list of values
|
@@ -186,7 +188,9 @@ Name | Type | Description | Notes
|
|
186
188
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
187
189
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
188
190
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
189
|
-
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
191
|
+
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
192
|
+
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
193
|
+
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
190
194
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
191
195
|
**repository** | **String**| Filter results where repository matches value | [optional]
|
192
196
|
**repository__in** | [**Array<String>**](String.md)| Filter results where repository is in a comma-separated list of values | [optional]
|
data/docs/PatcheddebAptRemote.md
CHANGED
@@ -18,7 +18,7 @@ Name | Type | Description | Notes
|
|
18
18
|
**pulp_labels** | **Hash<String, String>** | | [optional]
|
19
19
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
|
20
20
|
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
|
21
|
-
**policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'immediate' is the default. | [optional]
|
21
|
+
**policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'immediate' is the default. * `immediate` - When syncing, download all metadata and content now. * `on_demand` - When syncing, download metadata, but do not download content now. Instead, download content as clients request it, and save it in Pulp to be served for future client requests. * `streamed` - When syncing, download metadata, but do not download content now. Instead,download content as clients request it, but never save it in Pulp. This causes future requests for that same content to have to be downloaded again. | [optional]
|
22
22
|
**total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
23
23
|
**connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
24
24
|
**sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
|
data/docs/PublicationsAptApi.md
CHANGED
@@ -142,13 +142,15 @@ opts = {
|
|
142
142
|
content__in: 'content__in_example', # String | Content Unit referenced by HREF
|
143
143
|
limit: 56, # Integer | Number of results to return per page.
|
144
144
|
offset: 56, # Integer | The initial index from which to return the results.
|
145
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
145
|
+
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
146
146
|
pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created matches value
|
147
147
|
pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
|
148
148
|
pulp_created__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than or equal to value
|
149
149
|
pulp_created__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than value
|
150
150
|
pulp_created__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than or equal to value
|
151
151
|
pulp_created__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_created is between two comma separated values
|
152
|
+
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
153
|
+
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
152
154
|
repository: 'repository_example', # String | Repository referenced by HREF
|
153
155
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
154
156
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
@@ -173,13 +175,15 @@ Name | Type | Description | Notes
|
|
173
175
|
**content__in** | **String**| Content Unit referenced by HREF | [optional]
|
174
176
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
175
177
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
176
|
-
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
178
|
+
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
177
179
|
**pulp_created** | **DateTime**| Filter results where pulp_created matches value | [optional]
|
178
180
|
**pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
|
179
181
|
**pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
|
180
182
|
**pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional]
|
181
183
|
**pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
|
182
184
|
**pulp_created__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
|
185
|
+
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
186
|
+
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
183
187
|
**repository** | **String**| Repository referenced by HREF | [optional]
|
184
188
|
**repository_version** | [**String**](.md)| Repository Version referenced by HREF | [optional]
|
185
189
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
@@ -142,13 +142,15 @@ opts = {
|
|
142
142
|
content__in: 'content__in_example', # String | Content Unit referenced by HREF
|
143
143
|
limit: 56, # Integer | Number of results to return per page.
|
144
144
|
offset: 56, # Integer | The initial index from which to return the results.
|
145
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
145
|
+
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
146
146
|
pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created matches value
|
147
147
|
pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
|
148
148
|
pulp_created__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than or equal to value
|
149
149
|
pulp_created__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than value
|
150
150
|
pulp_created__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than or equal to value
|
151
151
|
pulp_created__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_created is between two comma separated values
|
152
|
+
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
153
|
+
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
152
154
|
repository: 'repository_example', # String | Repository referenced by HREF
|
153
155
|
repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
|
154
156
|
fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
|
@@ -173,13 +175,15 @@ Name | Type | Description | Notes
|
|
173
175
|
**content__in** | **String**| Content Unit referenced by HREF | [optional]
|
174
176
|
**limit** | **Integer**| Number of results to return per page. | [optional]
|
175
177
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
176
|
-
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
178
|
+
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
177
179
|
**pulp_created** | **DateTime**| Filter results where pulp_created matches value | [optional]
|
178
180
|
**pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
|
179
181
|
**pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
|
180
182
|
**pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional]
|
181
183
|
**pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
|
182
184
|
**pulp_created__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
|
185
|
+
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
186
|
+
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
183
187
|
**repository** | **String**| Repository referenced by HREF | [optional]
|
184
188
|
**repository_version** | [**String**](.md)| Repository Version referenced by HREF | [optional]
|
185
189
|
**fields** | [**Array<String>**](String.md)| A list of fields to include in the response. | [optional]
|
data/docs/RemotesAptApi.md
CHANGED
@@ -148,7 +148,9 @@ opts = {
|
|
148
148
|
name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
|
149
149
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
150
150
|
offset: 56, # Integer | The initial index from which to return the results.
|
151
|
-
ordering: ['ordering_example'], # Array<String> | Ordering
|
151
|
+
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `url` - Url * `-url` - Url (descending) * `ca_cert` - Ca cert * `-ca_cert` - Ca cert (descending) * `client_cert` - Client cert * `-client_cert` - Client cert (descending) * `client_key` - Client key * `-client_key` - Client key (descending) * `tls_validation` - Tls validation * `-tls_validation` - Tls validation (descending) * `username` - Username * `-username` - Username (descending) * `password` - Password * `-password` - Password (descending) * `proxy_url` - Proxy url * `-proxy_url` - Proxy url (descending) * `proxy_username` - Proxy username * `-proxy_username` - Proxy username (descending) * `proxy_password` - Proxy password * `-proxy_password` - Proxy password (descending) * `download_concurrency` - Download concurrency * `-download_concurrency` - Download concurrency (descending) * `max_retries` - Max retries * `-max_retries` - Max retries (descending) * `policy` - Policy * `-policy` - Policy (descending) * `total_timeout` - Total timeout * `-total_timeout` - Total timeout (descending) * `connect_timeout` - Connect timeout * `-connect_timeout` - Connect timeout (descending) * `sock_connect_timeout` - Sock connect timeout * `-sock_connect_timeout` - Sock connect timeout (descending) * `sock_read_timeout` - Sock read timeout * `-sock_read_timeout` - Sock read timeout (descending) * `headers` - Headers * `-headers` - Headers (descending) * `rate_limit` - Rate limit * `-rate_limit` - Rate limit (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
152
|
+
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
153
|
+
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
152
154
|
pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
|
153
155
|
pulp_last_updated: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated matches value
|
154
156
|
pulp_last_updated__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than value
|
@@ -181,7 +183,9 @@ Name | Type | Description | Notes
|
|
181
183
|
**name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
|
182
184
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
183
185
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
184
|
-
**ordering** | [**Array<String>**](String.md)| Ordering | [optional]
|
186
|
+
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `url` - Url * `-url` - Url (descending) * `ca_cert` - Ca cert * `-ca_cert` - Ca cert (descending) * `client_cert` - Client cert * `-client_cert` - Client cert (descending) * `client_key` - Client key * `-client_key` - Client key (descending) * `tls_validation` - Tls validation * `-tls_validation` - Tls validation (descending) * `username` - Username * `-username` - Username (descending) * `password` - Password * `-password` - Password (descending) * `proxy_url` - Proxy url * `-proxy_url` - Proxy url (descending) * `proxy_username` - Proxy username * `-proxy_username` - Proxy username (descending) * `proxy_password` - Proxy password * `-proxy_password` - Proxy password (descending) * `download_concurrency` - Download concurrency * `-download_concurrency` - Download concurrency (descending) * `max_retries` - Max retries * `-max_retries` - Max retries (descending) * `policy` - Policy * `-policy` - Policy (descending) * `total_timeout` - Total timeout * `-total_timeout` - Total timeout (descending) * `connect_timeout` - Connect timeout * `-connect_timeout` - Connect timeout (descending) * `sock_connect_timeout` - Sock connect timeout * `-sock_connect_timeout` - Sock connect timeout (descending) * `sock_read_timeout` - Sock read timeout * `-sock_read_timeout` - Sock read timeout (descending) * `headers` - Headers * `-headers` - Headers (descending) * `rate_limit` - Rate limit * `-rate_limit` - Rate limit (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
187
|
+
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
188
|
+
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
185
189
|
**pulp_label_select** | **String**| Filter labels by search string | [optional]
|
186
190
|
**pulp_last_updated** | **DateTime**| Filter results where pulp_last_updated matches value | [optional]
|
187
191
|
**pulp_last_updated__gt** | **DateTime**| Filter results where pulp_last_updated is greater than value | [optional]
|