pulp_deb_client 2.21.2 → 3.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (105) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +15 -5
  3. data/docs/ContentGenericContentsApi.md +3 -1
  4. data/docs/ContentInstallerFileIndicesApi.md +3 -1
  5. data/docs/ContentInstallerPackagesApi.md +3 -1
  6. data/docs/ContentPackageIndicesApi.md +3 -1
  7. data/docs/ContentPackageReleaseComponentsApi.md +3 -1
  8. data/docs/ContentPackagesApi.md +7 -1
  9. data/docs/ContentReleaseArchitecturesApi.md +5 -7
  10. data/docs/ContentReleaseComponentsApi.md +7 -7
  11. data/docs/ContentReleaseFilesApi.md +3 -1
  12. data/docs/ContentReleasesApi.md +13 -3
  13. data/docs/DebAptPublication.md +4 -2
  14. data/docs/DebAptPublicationResponse.md +4 -2
  15. data/docs/DebAptRepository.md +7 -1
  16. data/docs/DebAptRepositoryResponse.md +7 -1
  17. data/docs/DebCopyApi.md +1 -1
  18. data/docs/DebRelease.md +9 -1
  19. data/docs/DebReleaseArchitecture.md +1 -5
  20. data/docs/DebReleaseArchitectureResponse.md +1 -5
  21. data/docs/DebReleaseComponent.md +1 -5
  22. data/docs/DebReleaseComponentResponse.md +1 -5
  23. data/docs/DebReleaseFile.md +3 -3
  24. data/docs/DebReleaseFileResponse.md +3 -3
  25. data/docs/DebReleaseResponse.md +9 -1
  26. data/docs/DistributionsAptApi.md +123 -1
  27. data/docs/PatcheddebAptRepository.md +7 -1
  28. data/docs/PublicationsAptApi.md +3 -1
  29. data/docs/PublicationsVerbatimApi.md +3 -1
  30. data/docs/RemotesAptApi.md +123 -1
  31. data/docs/RepositoriesAptApi.md +123 -1
  32. data/docs/RepositoriesAptVersionsApi.md +3 -1
  33. data/docs/SetLabel.md +19 -0
  34. data/docs/SetLabelResponse.md +19 -0
  35. data/docs/UnsetLabel.md +17 -0
  36. data/docs/UnsetLabelResponse.md +19 -0
  37. data/lib/pulp_deb_client/api/content_generic_contents_api.rb +3 -0
  38. data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +3 -0
  39. data/lib/pulp_deb_client/api/content_installer_packages_api.rb +3 -0
  40. data/lib/pulp_deb_client/api/content_package_indices_api.rb +3 -0
  41. data/lib/pulp_deb_client/api/content_package_release_components_api.rb +3 -0
  42. data/lib/pulp_deb_client/api/content_packages_api.rb +9 -0
  43. data/lib/pulp_deb_client/api/content_release_architectures_api.rb +6 -9
  44. data/lib/pulp_deb_client/api/content_release_components_api.rb +9 -9
  45. data/lib/pulp_deb_client/api/content_release_files_api.rb +3 -0
  46. data/lib/pulp_deb_client/api/content_releases_api.rb +18 -3
  47. data/lib/pulp_deb_client/api/distributions_apt_api.rb +155 -0
  48. data/lib/pulp_deb_client/api/publications_apt_api.rb +3 -0
  49. data/lib/pulp_deb_client/api/publications_verbatim_api.rb +3 -0
  50. data/lib/pulp_deb_client/api/remotes_apt_api.rb +155 -0
  51. data/lib/pulp_deb_client/api/repositories_apt_api.rb +155 -0
  52. data/lib/pulp_deb_client/api/repositories_apt_versions_api.rb +3 -0
  53. data/lib/pulp_deb_client/configuration.rb +2 -2
  54. data/lib/pulp_deb_client/models/deb_apt_publication.rb +14 -5
  55. data/lib/pulp_deb_client/models/deb_apt_publication_response.rb +14 -5
  56. data/lib/pulp_deb_client/models/deb_apt_repository.rb +38 -5
  57. data/lib/pulp_deb_client/models/deb_apt_repository_response.rb +38 -5
  58. data/lib/pulp_deb_client/models/deb_release.rb +104 -4
  59. data/lib/pulp_deb_client/models/deb_release_architecture.rb +4 -70
  60. data/lib/pulp_deb_client/models/deb_release_architecture_response.rb +4 -32
  61. data/lib/pulp_deb_client/models/deb_release_component.rb +4 -70
  62. data/lib/pulp_deb_client/models/deb_release_component_response.rb +4 -32
  63. data/lib/pulp_deb_client/models/deb_release_file.rb +3 -3
  64. data/lib/pulp_deb_client/models/deb_release_file_response.rb +3 -3
  65. data/lib/pulp_deb_client/models/deb_release_response.rb +44 -4
  66. data/lib/pulp_deb_client/models/patcheddeb_apt_repository.rb +38 -5
  67. data/lib/pulp_deb_client/models/set_label.rb +252 -0
  68. data/lib/pulp_deb_client/models/set_label_response.rb +243 -0
  69. data/lib/pulp_deb_client/models/unset_label.rb +242 -0
  70. data/lib/pulp_deb_client/models/unset_label_response.rb +242 -0
  71. data/lib/pulp_deb_client/version.rb +1 -1
  72. data/lib/pulp_deb_client.rb +4 -0
  73. data/spec/api/content_generic_contents_api_spec.rb +1 -0
  74. data/spec/api/content_installer_file_indices_api_spec.rb +1 -0
  75. data/spec/api/content_installer_packages_api_spec.rb +1 -0
  76. data/spec/api/content_package_indices_api_spec.rb +1 -0
  77. data/spec/api/content_package_release_components_api_spec.rb +1 -0
  78. data/spec/api/content_packages_api_spec.rb +3 -0
  79. data/spec/api/content_release_architectures_api_spec.rb +2 -3
  80. data/spec/api/content_release_components_api_spec.rb +3 -3
  81. data/spec/api/content_release_files_api_spec.rb +1 -0
  82. data/spec/api/content_releases_api_spec.rb +6 -1
  83. data/spec/api/distributions_apt_api_spec.rb +31 -0
  84. data/spec/api/publications_apt_api_spec.rb +1 -0
  85. data/spec/api/publications_verbatim_api_spec.rb +1 -0
  86. data/spec/api/remotes_apt_api_spec.rb +31 -0
  87. data/spec/api/repositories_apt_api_spec.rb +31 -0
  88. data/spec/api/repositories_apt_versions_api_spec.rb +1 -0
  89. data/spec/configuration_spec.rb +3 -3
  90. data/spec/models/deb_apt_publication_response_spec.rb +6 -0
  91. data/spec/models/deb_apt_publication_spec.rb +6 -0
  92. data/spec/models/deb_apt_repository_response_spec.rb +18 -0
  93. data/spec/models/deb_apt_repository_spec.rb +18 -0
  94. data/spec/models/deb_release_architecture_response_spec.rb +0 -12
  95. data/spec/models/deb_release_architecture_spec.rb +0 -12
  96. data/spec/models/deb_release_component_response_spec.rb +0 -12
  97. data/spec/models/deb_release_component_spec.rb +0 -12
  98. data/spec/models/deb_release_response_spec.rb +24 -0
  99. data/spec/models/deb_release_spec.rb +24 -0
  100. data/spec/models/patcheddeb_apt_repository_spec.rb +18 -0
  101. data/spec/models/set_label_response_spec.rb +47 -0
  102. data/spec/models/set_label_spec.rb +47 -0
  103. data/spec/models/unset_label_response_spec.rb +47 -0
  104. data/spec/models/unset_label_spec.rb +41 -0
  105. metadata +72 -56
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5ef738ed2710ad15c08a58a98ecdd382bc48bbd7f4fd66dc7a81b8d7c212dd82
4
- data.tar.gz: 4c08e77b877670bc7d67a059c63e8f7ef431ac710e6cdc939c2a34ecea037abe
3
+ metadata.gz: 6ba679d90a0d2806b7795f0fb310cd9327c6ac93f078424cb989328e3e515850
4
+ data.tar.gz: 1a0ad4df73fcff33823177d3ef7fced66438fc41a1af1f309ac84d2d0bc047d9
5
5
  SHA512:
6
- metadata.gz: 3e0a469d1f605cf4071af69430c6fa3c5dce93230a902e1015967b8059f46d2be27b98172c123e2541bf30eb4943a41271384b8233f6fc6bbf65339837eb731d
7
- data.tar.gz: f5366c3a0b2d9a3d585fac1cfa8bfa1adac72a903faab4dc628a86f04a41adcd24c8d9b0b58e4eecadc135e03f8bdd20b42eb153fb995fa17166ac5a84297d32
6
+ metadata.gz: 32d817d8aa79814aebc2db4984599027ffe114d9d3e05738a2069b448b83558047bb935a58d651022c747093d52af39ef0c30ed38969bf3c965ced909dc33d14
7
+ data.tar.gz: 5d1ac04189fec6a643c3ad474c5b78d293f051acae316371dbf433493390b23903a7f441f0ea06aa74278a3542e56db692450b894ae4e8e65672b83299bb6202
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.21.2
10
+ - Package version: 3.0.1
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.21.2.gem
27
+ gem install ./pulp_deb_client-3.0.1.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_deb_client-2.21.2.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_deb_client-3.0.1.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.21.2'
36
+ gem 'pulp_deb_client', '~> 3.0.1'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -85,7 +85,7 @@ end
85
85
 
86
86
  ## Documentation for API Endpoints
87
87
 
88
- All URIs are relative to *https://pulp*
88
+ All URIs are relative to *http://pulp*
89
89
 
90
90
  Class | Method | HTTP request | Description
91
91
  ------------ | ------------- | ------------- | -------------
@@ -125,6 +125,8 @@ Class | Method | HTTP request | Description
125
125
  *PulpDebClient::DistributionsAptApi* | [**list**](docs/DistributionsAptApi.md#list) | **GET** /pulp/api/v3/distributions/deb/apt/ | List apt distributions
126
126
  *PulpDebClient::DistributionsAptApi* | [**partial_update**](docs/DistributionsAptApi.md#partial_update) | **PATCH** {deb_apt_distribution_href} | Update an apt distribution
127
127
  *PulpDebClient::DistributionsAptApi* | [**read**](docs/DistributionsAptApi.md#read) | **GET** {deb_apt_distribution_href} | Inspect an apt distribution
128
+ *PulpDebClient::DistributionsAptApi* | [**set_label**](docs/DistributionsAptApi.md#set_label) | **POST** {deb_apt_distribution_href}set_label/ | Set a label
129
+ *PulpDebClient::DistributionsAptApi* | [**unset_label**](docs/DistributionsAptApi.md#unset_label) | **POST** {deb_apt_distribution_href}unset_label/ | Unset a label
128
130
  *PulpDebClient::DistributionsAptApi* | [**update**](docs/DistributionsAptApi.md#update) | **PUT** {deb_apt_distribution_href} | Update an apt distribution
129
131
  *PulpDebClient::PublicationsAptApi* | [**create**](docs/PublicationsAptApi.md#create) | **POST** /pulp/api/v3/publications/deb/apt/ | Create an apt publication
130
132
  *PulpDebClient::PublicationsAptApi* | [**delete**](docs/PublicationsAptApi.md#delete) | **DELETE** {deb_apt_publication_href} | Delete an apt publication
@@ -139,6 +141,8 @@ Class | Method | HTTP request | Description
139
141
  *PulpDebClient::RemotesAptApi* | [**list**](docs/RemotesAptApi.md#list) | **GET** /pulp/api/v3/remotes/deb/apt/ | List apt remotes
140
142
  *PulpDebClient::RemotesAptApi* | [**partial_update**](docs/RemotesAptApi.md#partial_update) | **PATCH** {deb_apt_remote_href} | Update an apt remote
141
143
  *PulpDebClient::RemotesAptApi* | [**read**](docs/RemotesAptApi.md#read) | **GET** {deb_apt_remote_href} | Inspect an apt remote
144
+ *PulpDebClient::RemotesAptApi* | [**set_label**](docs/RemotesAptApi.md#set_label) | **POST** {deb_apt_remote_href}set_label/ | Set a label
145
+ *PulpDebClient::RemotesAptApi* | [**unset_label**](docs/RemotesAptApi.md#unset_label) | **POST** {deb_apt_remote_href}unset_label/ | Unset a label
142
146
  *PulpDebClient::RemotesAptApi* | [**update**](docs/RemotesAptApi.md#update) | **PUT** {deb_apt_remote_href} | Update an apt remote
143
147
  *PulpDebClient::RepositoriesAptApi* | [**create**](docs/RepositoriesAptApi.md#create) | **POST** /pulp/api/v3/repositories/deb/apt/ | Create an apt repository
144
148
  *PulpDebClient::RepositoriesAptApi* | [**delete**](docs/RepositoriesAptApi.md#delete) | **DELETE** {deb_apt_repository_href} | Delete an apt repository
@@ -146,7 +150,9 @@ Class | Method | HTTP request | Description
146
150
  *PulpDebClient::RepositoriesAptApi* | [**modify**](docs/RepositoriesAptApi.md#modify) | **POST** {deb_apt_repository_href}modify/ | Modify Repository Content
147
151
  *PulpDebClient::RepositoriesAptApi* | [**partial_update**](docs/RepositoriesAptApi.md#partial_update) | **PATCH** {deb_apt_repository_href} | Update an apt repository
148
152
  *PulpDebClient::RepositoriesAptApi* | [**read**](docs/RepositoriesAptApi.md#read) | **GET** {deb_apt_repository_href} | Inspect an apt repository
153
+ *PulpDebClient::RepositoriesAptApi* | [**set_label**](docs/RepositoriesAptApi.md#set_label) | **POST** {deb_apt_repository_href}set_label/ | Set a label
149
154
  *PulpDebClient::RepositoriesAptApi* | [**sync**](docs/RepositoriesAptApi.md#sync) | **POST** {deb_apt_repository_href}sync/ | Sync from remote
155
+ *PulpDebClient::RepositoriesAptApi* | [**unset_label**](docs/RepositoriesAptApi.md#unset_label) | **POST** {deb_apt_repository_href}unset_label/ | Unset a label
150
156
  *PulpDebClient::RepositoriesAptApi* | [**update**](docs/RepositoriesAptApi.md#update) | **PUT** {deb_apt_repository_href} | Update an apt repository
151
157
  *PulpDebClient::RepositoriesAptVersionsApi* | [**delete**](docs/RepositoriesAptVersionsApi.md#delete) | **DELETE** {deb_apt_repository_version_href} | Delete a repository version
152
158
  *PulpDebClient::RepositoriesAptVersionsApi* | [**list**](docs/RepositoriesAptVersionsApi.md#list) | **GET** {deb_apt_repository_href}versions/ | List repository versions
@@ -214,6 +220,10 @@ Class | Method | HTTP request | Description
214
220
  - [PulpDebClient::Repair](docs/Repair.md)
215
221
  - [PulpDebClient::RepositoryAddRemoveContent](docs/RepositoryAddRemoveContent.md)
216
222
  - [PulpDebClient::RepositoryVersionResponse](docs/RepositoryVersionResponse.md)
223
+ - [PulpDebClient::SetLabel](docs/SetLabel.md)
224
+ - [PulpDebClient::SetLabelResponse](docs/SetLabelResponse.md)
225
+ - [PulpDebClient::UnsetLabel](docs/UnsetLabel.md)
226
+ - [PulpDebClient::UnsetLabelResponse](docs/UnsetLabelResponse.md)
217
227
 
218
228
 
219
229
  ## Documentation for Authorization
@@ -1,6 +1,6 @@
1
1
  # PulpDebClient::ContentGenericContentsApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -100,6 +100,7 @@ opts = {
100
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
101
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
102
102
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
103
+ q: 'q_example', # String |
103
104
  relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
104
105
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
105
106
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
@@ -128,6 +129,7 @@ Name | Type | Description | Notes
128
129
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;relative_path&#x60; - Relative path * &#x60;-relative_path&#x60; - Relative path (descending) * &#x60;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
129
130
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
130
131
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
132
+ **q** | **String**| | [optional]
131
133
  **relative_path** | **String**| Filter results where relative_path matches value | [optional]
132
134
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
133
135
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
@@ -1,6 +1,6 @@
1
1
  # PulpDebClient::ContentInstallerFileIndicesApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -92,6 +92,7 @@ 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) * `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
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
94
94
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
95
+ q: 'q_example', # String |
95
96
  relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
96
97
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
97
98
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
@@ -122,6 +123,7 @@ Name | Type | Description | Notes
122
123
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;component&#x60; - Component * &#x60;-component&#x60; - Component (descending) * &#x60;architecture&#x60; - Architecture * &#x60;-architecture&#x60; - Architecture (descending) * &#x60;relative_path&#x60; - Relative path * &#x60;-relative_path&#x60; - Relative path (descending) * &#x60;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
123
124
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
124
125
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
126
+ **q** | **String**| | [optional]
125
127
  **relative_path** | **String**| Filter results where relative_path matches value | [optional]
126
128
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
127
129
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
@@ -1,6 +1,6 @@
1
1
  # PulpDebClient::ContentInstallerPackagesApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -112,6 +112,7 @@ opts = {
112
112
  priority: 'priority_example', # String | Filter results where priority matches value
113
113
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
114
114
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
115
+ q: 'q_example', # String |
115
116
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
116
117
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
117
118
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
@@ -155,6 +156,7 @@ Name | Type | Description | Notes
155
156
  **priority** | **String**| Filter results where priority matches value | [optional]
156
157
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
157
158
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
159
+ **q** | **String**| | [optional]
158
160
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
159
161
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
160
162
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
@@ -1,6 +1,6 @@
1
1
  # PulpDebClient::ContentPackageIndicesApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -92,6 +92,7 @@ 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) * `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
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
94
94
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
95
+ q: 'q_example', # String |
95
96
  relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
96
97
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
97
98
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
@@ -122,6 +123,7 @@ Name | Type | Description | Notes
122
123
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;component&#x60; - Component * &#x60;-component&#x60; - Component (descending) * &#x60;architecture&#x60; - Architecture * &#x60;-architecture&#x60; - Architecture (descending) * &#x60;relative_path&#x60; - Relative path * &#x60;-relative_path&#x60; - Relative path (descending) * &#x60;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (descending) * &#x60;artifact_set_sha256&#x60; - Artifact set sha256 * &#x60;-artifact_set_sha256&#x60; - Artifact set sha256 (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
123
124
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
124
125
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
126
+ **q** | **String**| | [optional]
125
127
  **relative_path** | **String**| Filter results where relative_path matches value | [optional]
126
128
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
127
129
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
@@ -1,6 +1,6 @@
1
1
  # PulpDebClient::ContentPackageReleaseComponentsApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -91,6 +91,7 @@ opts = {
91
91
  package: 'package_example', # String | Filter results where package matches value
92
92
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
93
93
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
94
+ q: 'q_example', # String |
94
95
  release_component: 'release_component_example', # String | Filter results where release_component matches value
95
96
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
96
97
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
@@ -119,6 +120,7 @@ Name | Type | Description | Notes
119
120
  **package** | [**String**](.md)| Filter results where package matches value | [optional]
120
121
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
121
122
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
123
+ **q** | **String**| | [optional]
122
124
  **release_component** | [**String**](.md)| Filter results where release_component matches value | [optional]
123
125
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
124
126
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
@@ -1,6 +1,6 @@
1
1
  # PulpDebClient::ContentPackagesApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -116,7 +116,10 @@ opts = {
116
116
  priority: 'priority_example', # String | Filter results where priority matches value
117
117
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
118
118
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
119
+ q: 'q_example', # String |
119
120
  relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
121
+ 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)
122
+ 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)
120
123
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
121
124
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
122
125
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
@@ -160,7 +163,10 @@ Name | Type | Description | Notes
160
163
  **priority** | **String**| Filter results where priority matches value | [optional]
161
164
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
162
165
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
166
+ **q** | **String**| | [optional]
163
167
  **relative_path** | **String**| Filter results where relative_path matches value | [optional]
168
+ **release** | **String**| Must be a comma-separated string: \&quot;release_href,repository_or_repository_version_href\&quot; 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]
169
+ **release_component** | **String**| Must be a comma-separated string: \&quot;release_component_href,repository_or_repository_version_href\&quot; 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]
164
170
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
165
171
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
166
172
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
@@ -1,6 +1,6 @@
1
1
  # PulpDebClient::ContentReleaseArchitecturesApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -86,17 +86,16 @@ end
86
86
  api_instance = PulpDebClient::ContentReleaseArchitecturesApi.new
87
87
  opts = {
88
88
  architecture: 'architecture_example', # String | Filter results where architecture matches value
89
- codename: 'codename_example', # String | Filter results where codename matches value
90
89
  distribution: 'distribution_example', # String | Filter results where distribution matches value
91
90
  limit: 56, # Integer | Number of results to return per page.
92
91
  offset: 56, # Integer | The initial index from which to return the results.
93
- 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) * `distribution` - Distribution * `-distribution` - Distribution (descending) * `codename` - Codename * `-codename` - Codename (descending) * `suite` - Suite * `-suite` - Suite (descending) * `pk` - Pk * `-pk` - Pk (descending)
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)
94
93
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
95
94
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
95
+ q: 'q_example', # String |
96
96
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
97
97
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
98
98
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
99
- suite: 'suite_example', # String | Filter results where suite matches value
100
99
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
101
100
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
102
101
  }
@@ -116,17 +115,16 @@ end
116
115
  Name | Type | Description | Notes
117
116
  ------------- | ------------- | ------------- | -------------
118
117
  **architecture** | **String**| Filter results where architecture matches value | [optional]
119
- **codename** | **String**| Filter results where codename matches value | [optional]
120
118
  **distribution** | **String**| Filter results where distribution matches value | [optional]
121
119
  **limit** | **Integer**| Number of results to return per page. | [optional]
122
120
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
123
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;architecture&#x60; - Architecture * &#x60;-architecture&#x60; - Architecture (descending) * &#x60;distribution&#x60; - Distribution * &#x60;-distribution&#x60; - Distribution (descending) * &#x60;codename&#x60; - Codename * &#x60;-codename&#x60; - Codename (descending) * &#x60;suite&#x60; - Suite * &#x60;-suite&#x60; - Suite (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
121
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;distribution&#x60; - Distribution * &#x60;-distribution&#x60; - Distribution (descending) * &#x60;architecture&#x60; - Architecture * &#x60;-architecture&#x60; - Architecture (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
124
122
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
125
123
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
124
+ **q** | **String**| | [optional]
126
125
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
127
126
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
128
127
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
129
- **suite** | **String**| Filter results where suite matches value | [optional]
130
128
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
131
129
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
132
130
 
@@ -1,6 +1,6 @@
1
1
  # PulpDebClient::ContentReleaseComponentsApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -85,18 +85,18 @@ end
85
85
 
86
86
  api_instance = PulpDebClient::ContentReleaseComponentsApi.new
87
87
  opts = {
88
- codename: 'codename_example', # String | Filter results where codename matches value
89
88
  component: 'component_example', # String | Filter results where component matches value
90
89
  distribution: 'distribution_example', # String | Filter results where distribution matches value
91
90
  limit: 56, # Integer | Number of results to return per page.
92
91
  offset: 56, # Integer | The initial index from which to return the results.
93
- 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) * `codename` - Codename * `-codename` - Codename (descending) * `suite` - Suite * `-suite` - Suite (descending) * `pk` - Pk * `-pk` - Pk (descending)
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
+ 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)
94
94
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
95
95
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
96
+ q: 'q_example', # String |
96
97
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
97
98
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
98
99
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
99
- suite: 'suite_example', # String | Filter results where suite matches value
100
100
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
101
101
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
102
102
  }
@@ -115,18 +115,18 @@ end
115
115
 
116
116
  Name | Type | Description | Notes
117
117
  ------------- | ------------- | ------------- | -------------
118
- **codename** | **String**| Filter results where codename matches value | [optional]
119
118
  **component** | **String**| Filter results where component matches value | [optional]
120
119
  **distribution** | **String**| Filter results where distribution matches value | [optional]
121
120
  **limit** | **Integer**| Number of results to return per page. | [optional]
122
121
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
123
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;distribution&#x60; - Distribution * &#x60;-distribution&#x60; - Distribution (descending) * &#x60;component&#x60; - Component * &#x60;-component&#x60; - Component (descending) * &#x60;codename&#x60; - Codename * &#x60;-codename&#x60; - Codename (descending) * &#x60;suite&#x60; - Suite * &#x60;-suite&#x60; - Suite (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
122
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;distribution&#x60; - Distribution * &#x60;-distribution&#x60; - Distribution (descending) * &#x60;component&#x60; - Component * &#x60;-component&#x60; - Component (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
123
+ **package** | **String**| Must be a comma-separated string: \&quot;package_href,repository_or_repository_version_href\&quot; 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]
124
124
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
125
125
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
126
+ **q** | **String**| | [optional]
126
127
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
127
128
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
128
129
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
129
- **suite** | **String**| Filter results where suite matches value | [optional]
130
130
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
131
131
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
132
132
 
@@ -1,6 +1,6 @@
1
1
  # PulpDebClient::ContentReleaseFilesApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -91,6 +91,7 @@ opts = {
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
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
93
93
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
94
+ q: 'q_example', # String |
94
95
  relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
95
96
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
96
97
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
@@ -121,6 +122,7 @@ Name | Type | Description | Notes
121
122
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;codename&#x60; - Codename * &#x60;-codename&#x60; - Codename (descending) * &#x60;suite&#x60; - Suite * &#x60;-suite&#x60; - Suite (descending) * &#x60;distribution&#x60; - Distribution * &#x60;-distribution&#x60; - Distribution (descending) * &#x60;components&#x60; - Components * &#x60;-components&#x60; - Components (descending) * &#x60;architectures&#x60; - Architectures * &#x60;-architectures&#x60; - Architectures (descending) * &#x60;relative_path&#x60; - Relative path * &#x60;-relative_path&#x60; - Relative path (descending) * &#x60;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (descending) * &#x60;artifact_set_sha256&#x60; - Artifact set sha256 * &#x60;-artifact_set_sha256&#x60; - Artifact set sha256 (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
122
123
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
123
124
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
125
+ **q** | **String**| | [optional]
124
126
  **relative_path** | **String**| Filter results where relative_path matches value | [optional]
125
127
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
126
128
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
@@ -1,6 +1,6 @@
1
1
  # PulpDebClient::ContentReleasesApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
@@ -87,15 +87,20 @@ api_instance = PulpDebClient::ContentReleasesApi.new
87
87
  opts = {
88
88
  codename: 'codename_example', # String | Filter results where codename matches value
89
89
  distribution: 'distribution_example', # String | Filter results where distribution matches value
90
+ label: 'label_example', # String | Filter results where label matches value
90
91
  limit: 56, # Integer | Number of results to return per page.
91
92
  offset: 56, # Integer | The initial index from which to return the results.
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
+ 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) * `version` - Version * `-version` - Version (descending) * `origin` - Origin * `-origin` - Origin (descending) * `label` - Label * `-label` - Label (descending) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending)
94
+ origin: 'origin_example', # String | Filter results where origin matches value
95
+ 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)
93
96
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
94
97
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
98
+ q: 'q_example', # String |
95
99
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
96
100
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
97
101
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
98
102
  suite: 'suite_example', # String | Filter results where suite matches value
103
+ version: 'version_example', # String | Filter results where version matches value
99
104
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
100
105
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
101
106
  }
@@ -116,15 +121,20 @@ Name | Type | Description | Notes
116
121
  ------------- | ------------- | ------------- | -------------
117
122
  **codename** | **String**| Filter results where codename matches value | [optional]
118
123
  **distribution** | **String**| Filter results where distribution matches value | [optional]
124
+ **label** | **String**| Filter results where label matches value | [optional]
119
125
  **limit** | **Integer**| Number of results to return per page. | [optional]
120
126
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
121
- **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;codename&#x60; - Codename * &#x60;-codename&#x60; - Codename (descending) * &#x60;suite&#x60; - Suite * &#x60;-suite&#x60; - Suite (descending) * &#x60;distribution&#x60; - Distribution * &#x60;-distribution&#x60; - Distribution (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
127
+ **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;codename&#x60; - Codename * &#x60;-codename&#x60; - Codename (descending) * &#x60;suite&#x60; - Suite * &#x60;-suite&#x60; - Suite (descending) * &#x60;distribution&#x60; - Distribution * &#x60;-distribution&#x60; - Distribution (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;origin&#x60; - Origin * &#x60;-origin&#x60; - Origin (descending) * &#x60;label&#x60; - Label * &#x60;-label&#x60; - Label (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
128
+ **origin** | **String**| Filter results where origin matches value | [optional]
129
+ **package** | **String**| Must be a comma-separated string: \&quot;package_href,repository_or_repository_version_href\&quot; 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]
122
130
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
123
131
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
132
+ **q** | **String**| | [optional]
124
133
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
125
134
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
126
135
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
127
136
  **suite** | **String**| Filter results where suite matches value | [optional]
137
+ **version** | **String**| Filter results where version matches value | [optional]
128
138
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
129
139
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
130
140
 
@@ -7,8 +7,9 @@ Name | Type | Description | Notes
7
7
  **repository_version** | **String** | | [optional]
8
8
  **repository** | **String** | A URI of the repository to be published. | [optional]
9
9
  **simple** | **Boolean** | Activate simple publishing mode (all packages in one release component). | [optional] [default to false]
10
- **structured** | **Boolean** | Activate structured publishing mode. | [optional] [default to false]
10
+ **structured** | **Boolean** | Activate structured publishing mode. | [optional] [default to true]
11
11
  **signing_service** | **String** | Sign Release files with this signing key | [optional]
12
+ **publish_upstream_release_fields** | **Boolean** | | [optional]
12
13
 
13
14
  ## Code Sample
14
15
 
@@ -19,7 +20,8 @@ instance = PulpDebClient::DebAptPublication.new(repository_version: null,
19
20
  repository: null,
20
21
  simple: null,
21
22
  structured: null,
22
- signing_service: null)
23
+ signing_service: null,
24
+ publish_upstream_release_fields: null)
23
25
  ```
24
26
 
25
27
 
@@ -9,8 +9,9 @@ Name | Type | Description | Notes
9
9
  **repository_version** | **String** | | [optional]
10
10
  **repository** | **String** | A URI of the repository to be published. | [optional]
11
11
  **simple** | **Boolean** | Activate simple publishing mode (all packages in one release component). | [optional] [default to false]
12
- **structured** | **Boolean** | Activate structured publishing mode. | [optional] [default to false]
12
+ **structured** | **Boolean** | Activate structured publishing mode. | [optional] [default to true]
13
13
  **signing_service** | **String** | Sign Release files with this signing key | [optional]
14
+ **publish_upstream_release_fields** | **Boolean** | | [optional]
14
15
 
15
16
  ## Code Sample
16
17
 
@@ -23,7 +24,8 @@ instance = PulpDebClient::DebAptPublicationResponse.new(pulp_href: null,
23
24
  repository: null,
24
25
  simple: null,
25
26
  structured: null,
26
- signing_service: null)
27
+ signing_service: null,
28
+ publish_upstream_release_fields: null)
27
29
  ```
28
30
 
29
31
 
@@ -9,6 +9,9 @@ Name | Type | Description | Notes
9
9
  **description** | **String** | An optional description. | [optional]
10
10
  **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
11
11
  **remote** | **String** | An optional remote to use by default when syncing. | [optional]
12
+ **publish_upstream_release_fields** | **Boolean** | Previously, pulp_deb only synced the Release file fields codename and suite, now version, origin, label, and description are also synced. Setting this setting to False will make Pulp revert to the old behaviour of using it&#39;s own internal values for the new fields during publish. This is primarily intended to avoid a sudden change in behaviour for existing Pulp repositories, since many Release file field changes need to be accepted by hosts consuming the published repository. The default for new repositories is True. | [optional]
13
+ **signing_service** | **String** | A reference to an associated signing service. Used if AptPublication.signing_service is not set | [optional]
14
+ **signing_service_release_overrides** | **Hash&lt;String, String&gt;** | A dictionary of Release distributions and the Signing Service URLs they should use.Example: {\&quot;bionic\&quot;: \&quot;/pulp/api/v3/signing-services/433a1f70-c589-4413-a803-c50b842ea9b5/\&quot;} | [optional]
12
15
 
13
16
  ## Code Sample
14
17
 
@@ -19,7 +22,10 @@ instance = PulpDebClient::DebAptRepository.new(pulp_labels: null,
19
22
  name: null,
20
23
  description: null,
21
24
  retain_repo_versions: null,
22
- remote: null)
25
+ remote: null,
26
+ publish_upstream_release_fields: null,
27
+ signing_service: null,
28
+ signing_service_release_overrides: null)
23
29
  ```
24
30
 
25
31
 
@@ -13,6 +13,9 @@ Name | Type | Description | Notes
13
13
  **description** | **String** | An optional description. | [optional]
14
14
  **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
15
15
  **remote** | **String** | An optional remote to use by default when syncing. | [optional]
16
+ **publish_upstream_release_fields** | **Boolean** | Previously, pulp_deb only synced the Release file fields codename and suite, now version, origin, label, and description are also synced. Setting this setting to False will make Pulp revert to the old behaviour of using it&#39;s own internal values for the new fields during publish. This is primarily intended to avoid a sudden change in behaviour for existing Pulp repositories, since many Release file field changes need to be accepted by hosts consuming the published repository. The default for new repositories is True. | [optional]
17
+ **signing_service** | **String** | A reference to an associated signing service. Used if AptPublication.signing_service is not set | [optional]
18
+ **signing_service_release_overrides** | **Hash&lt;String, String&gt;** | A dictionary of Release distributions and the Signing Service URLs they should use.Example: {\&quot;bionic\&quot;: \&quot;/pulp/api/v3/signing-services/433a1f70-c589-4413-a803-c50b842ea9b5/\&quot;} | [optional]
16
19
 
17
20
  ## Code Sample
18
21
 
@@ -27,7 +30,10 @@ instance = PulpDebClient::DebAptRepositoryResponse.new(pulp_href: null,
27
30
  name: null,
28
31
  description: null,
29
32
  retain_repo_versions: null,
30
- remote: null)
33
+ remote: null,
34
+ publish_upstream_release_fields: null,
35
+ signing_service: null,
36
+ signing_service_release_overrides: null)
31
37
  ```
32
38
 
33
39
 
data/docs/DebCopyApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PulpDebClient::DebCopyApi
2
2
 
3
- All URIs are relative to *https://pulp*
3
+ All URIs are relative to *http://pulp*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
data/docs/DebRelease.md CHANGED
@@ -8,6 +8,10 @@ Name | Type | Description | Notes
8
8
  **codename** | **String** | |
9
9
  **suite** | **String** | |
10
10
  **distribution** | **String** | |
11
+ **version** | **String** | | [optional]
12
+ **origin** | **String** | | [optional]
13
+ **label** | **String** | | [optional]
14
+ **description** | **String** | | [optional]
11
15
 
12
16
  ## Code Sample
13
17
 
@@ -17,7 +21,11 @@ require 'PulpDebClient'
17
21
  instance = PulpDebClient::DebRelease.new(repository: null,
18
22
  codename: null,
19
23
  suite: null,
20
- distribution: null)
24
+ distribution: null,
25
+ version: null,
26
+ origin: null,
27
+ label: null,
28
+ description: null)
21
29
  ```
22
30
 
23
31
 
@@ -7,8 +7,6 @@ Name | Type | Description | Notes
7
7
  **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
8
8
  **architecture** | **String** | Name of the architecture. |
9
9
  **distribution** | **String** | Name of the distribution. |
10
- **codename** | **String** | |
11
- **suite** | **String** | |
12
10
 
13
11
  ## Code Sample
14
12
 
@@ -17,9 +15,7 @@ require 'PulpDebClient'
17
15
 
18
16
  instance = PulpDebClient::DebReleaseArchitecture.new(repository: null,
19
17
  architecture: null,
20
- distribution: null,
21
- codename: null,
22
- suite: null)
18
+ distribution: null)
23
19
  ```
24
20
 
25
21