pulp_deb_client 3.5.2 → 3.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (149) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -4
  3. data/docs/ContentGenericContentsApi.md +22 -8
  4. data/docs/ContentInstallerFileIndicesApi.md +28 -12
  5. data/docs/ContentInstallerPackagesApi.md +24 -10
  6. data/docs/ContentPackageIndicesApi.md +28 -12
  7. data/docs/ContentPackageReleaseComponentsApi.md +28 -12
  8. data/docs/ContentPackagesApi.md +24 -10
  9. data/docs/ContentReleaseArchitecturesApi.md +28 -12
  10. data/docs/ContentReleaseComponentsApi.md +28 -12
  11. data/docs/ContentReleaseFilesApi.md +28 -12
  12. data/docs/ContentReleasesApi.md +28 -12
  13. data/docs/ContentSourceIndicesApi.md +28 -12
  14. data/docs/ContentSourcePackagesApi.md +28 -12
  15. data/docs/ContentSourceReleaseComponentsApi.md +28 -12
  16. data/docs/Copy.md +1 -1
  17. data/docs/DebAptDistribution.md +3 -1
  18. data/docs/DebAptDistributionResponse.md +3 -1
  19. data/docs/DebAptPublication.md +2 -0
  20. data/docs/DebAptPublicationResponse.md +2 -0
  21. data/docs/DebAptRemoteResponse.md +1 -1
  22. data/docs/DebCopyApi.md +8 -4
  23. data/docs/DebGenericContentResponse.md +2 -0
  24. data/docs/DebInstallerFileIndexResponse.md +2 -0
  25. data/docs/DebInstallerPackageResponse.md +2 -0
  26. data/docs/DebPackageIndexResponse.md +2 -0
  27. data/docs/DebPackageReleaseComponentResponse.md +2 -0
  28. data/docs/DebPackageResponse.md +2 -0
  29. data/docs/DebReleaseArchitectureResponse.md +2 -0
  30. data/docs/DebReleaseComponentResponse.md +2 -0
  31. data/docs/DebReleaseFileResponse.md +2 -0
  32. data/docs/DebReleaseResponse.md +2 -0
  33. data/docs/DebSourceIndexResponse.md +2 -0
  34. data/docs/DebSourcePackageReleaseComponentResponse.md +2 -0
  35. data/docs/DebSourcePackageResponse.md +2 -0
  36. data/docs/DistributionsAptApi.md +72 -32
  37. data/docs/PatcheddebAptDistribution.md +3 -1
  38. data/docs/PublicationsAptApi.md +40 -16
  39. data/docs/PublicationsVerbatimApi.md +40 -16
  40. data/docs/RemotesAptApi.md +72 -32
  41. data/docs/RepositoriesAptApi.md +88 -40
  42. data/docs/RepositoriesAptVersionsApi.md +22 -10
  43. data/docs/RepositoryVersionResponse.md +3 -1
  44. data/lib/pulp_deb_client/api/content_generic_contents_api.rb +15 -0
  45. data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +15 -0
  46. data/lib/pulp_deb_client/api/content_installer_packages_api.rb +23 -0
  47. data/lib/pulp_deb_client/api/content_package_indices_api.rb +15 -0
  48. data/lib/pulp_deb_client/api/content_package_release_components_api.rb +15 -0
  49. data/lib/pulp_deb_client/api/content_packages_api.rb +23 -0
  50. data/lib/pulp_deb_client/api/content_release_architectures_api.rb +15 -0
  51. data/lib/pulp_deb_client/api/content_release_components_api.rb +15 -0
  52. data/lib/pulp_deb_client/api/content_release_files_api.rb +15 -0
  53. data/lib/pulp_deb_client/api/content_releases_api.rb +15 -0
  54. data/lib/pulp_deb_client/api/content_source_indices_api.rb +15 -0
  55. data/lib/pulp_deb_client/api/content_source_packages_api.rb +15 -0
  56. data/lib/pulp_deb_client/api/content_source_release_components_api.rb +15 -0
  57. data/lib/pulp_deb_client/api/deb_copy_api.rb +3 -0
  58. data/lib/pulp_deb_client/api/distributions_apt_api.rb +36 -0
  59. data/lib/pulp_deb_client/api/publications_apt_api.rb +24 -0
  60. data/lib/pulp_deb_client/api/publications_verbatim_api.rb +24 -0
  61. data/lib/pulp_deb_client/api/remotes_apt_api.rb +36 -0
  62. data/lib/pulp_deb_client/api/repositories_apt_api.rb +42 -0
  63. data/lib/pulp_deb_client/api/repositories_apt_versions_api.rb +15 -3
  64. data/lib/pulp_deb_client/models/copy.rb +0 -1
  65. data/lib/pulp_deb_client/models/deb_apt_distribution.rb +14 -5
  66. data/lib/pulp_deb_client/models/deb_apt_distribution_response.rb +14 -5
  67. data/lib/pulp_deb_client/models/deb_apt_publication.rb +10 -1
  68. data/lib/pulp_deb_client/models/deb_apt_publication_response.rb +10 -1
  69. data/lib/pulp_deb_client/models/deb_apt_remote.rb +0 -15
  70. data/lib/pulp_deb_client/models/deb_apt_remote_response.rb +0 -15
  71. data/lib/pulp_deb_client/models/deb_apt_repository.rb +0 -15
  72. data/lib/pulp_deb_client/models/deb_apt_repository_response.rb +0 -15
  73. data/lib/pulp_deb_client/models/deb_generic_content_response.rb +10 -1
  74. data/lib/pulp_deb_client/models/deb_installer_file_index_response.rb +10 -1
  75. data/lib/pulp_deb_client/models/deb_installer_package_response.rb +10 -1
  76. data/lib/pulp_deb_client/models/deb_package_index_response.rb +10 -1
  77. data/lib/pulp_deb_client/models/deb_package_release_component_response.rb +10 -1
  78. data/lib/pulp_deb_client/models/deb_package_response.rb +10 -1
  79. data/lib/pulp_deb_client/models/deb_release_architecture_response.rb +10 -1
  80. data/lib/pulp_deb_client/models/deb_release_component_response.rb +10 -1
  81. data/lib/pulp_deb_client/models/deb_release_file_response.rb +10 -1
  82. data/lib/pulp_deb_client/models/deb_release_response.rb +10 -1
  83. data/lib/pulp_deb_client/models/deb_source_index_response.rb +10 -1
  84. data/lib/pulp_deb_client/models/deb_source_package_release_component_response.rb +10 -1
  85. data/lib/pulp_deb_client/models/deb_source_package_response.rb +10 -1
  86. data/lib/pulp_deb_client/models/paginated_repository_version_response_list.rb +0 -2
  87. data/lib/pulp_deb_client/models/paginateddeb_apt_distribution_response_list.rb +0 -2
  88. data/lib/pulp_deb_client/models/paginateddeb_apt_publication_response_list.rb +0 -2
  89. data/lib/pulp_deb_client/models/paginateddeb_apt_remote_response_list.rb +0 -2
  90. data/lib/pulp_deb_client/models/paginateddeb_apt_repository_response_list.rb +0 -2
  91. data/lib/pulp_deb_client/models/paginateddeb_generic_content_response_list.rb +0 -2
  92. data/lib/pulp_deb_client/models/paginateddeb_installer_file_index_response_list.rb +0 -2
  93. data/lib/pulp_deb_client/models/paginateddeb_installer_package_response_list.rb +0 -2
  94. data/lib/pulp_deb_client/models/paginateddeb_package_index_response_list.rb +0 -2
  95. data/lib/pulp_deb_client/models/paginateddeb_package_release_component_response_list.rb +0 -2
  96. data/lib/pulp_deb_client/models/paginateddeb_package_response_list.rb +0 -2
  97. data/lib/pulp_deb_client/models/paginateddeb_release_architecture_response_list.rb +0 -2
  98. data/lib/pulp_deb_client/models/paginateddeb_release_component_response_list.rb +0 -2
  99. data/lib/pulp_deb_client/models/paginateddeb_release_file_response_list.rb +0 -2
  100. data/lib/pulp_deb_client/models/paginateddeb_release_response_list.rb +0 -2
  101. data/lib/pulp_deb_client/models/paginateddeb_source_index_response_list.rb +0 -2
  102. data/lib/pulp_deb_client/models/paginateddeb_source_package_release_component_response_list.rb +0 -2
  103. data/lib/pulp_deb_client/models/paginateddeb_source_package_response_list.rb +0 -2
  104. data/lib/pulp_deb_client/models/paginateddeb_verbatim_publication_response_list.rb +0 -2
  105. data/lib/pulp_deb_client/models/patcheddeb_apt_distribution.rb +14 -5
  106. data/lib/pulp_deb_client/models/patcheddeb_apt_remote.rb +0 -15
  107. data/lib/pulp_deb_client/models/patcheddeb_apt_repository.rb +0 -15
  108. data/lib/pulp_deb_client/models/repository_version_response.rb +13 -4
  109. data/lib/pulp_deb_client/version.rb +1 -1
  110. data/spec/api/content_generic_contents_api_spec.rb +5 -0
  111. data/spec/api/content_installer_file_indices_api_spec.rb +5 -0
  112. data/spec/api/content_installer_packages_api_spec.rb +5 -0
  113. data/spec/api/content_package_indices_api_spec.rb +5 -0
  114. data/spec/api/content_package_release_components_api_spec.rb +5 -0
  115. data/spec/api/content_packages_api_spec.rb +5 -0
  116. data/spec/api/content_release_architectures_api_spec.rb +5 -0
  117. data/spec/api/content_release_components_api_spec.rb +5 -0
  118. data/spec/api/content_release_files_api_spec.rb +5 -0
  119. data/spec/api/content_releases_api_spec.rb +5 -0
  120. data/spec/api/content_source_indices_api_spec.rb +5 -0
  121. data/spec/api/content_source_packages_api_spec.rb +5 -0
  122. data/spec/api/content_source_release_components_api_spec.rb +5 -0
  123. data/spec/api/deb_copy_api_spec.rb +1 -0
  124. data/spec/api/distributions_apt_api_spec.rb +12 -0
  125. data/spec/api/publications_apt_api_spec.rb +8 -0
  126. data/spec/api/publications_verbatim_api_spec.rb +8 -0
  127. data/spec/api/remotes_apt_api_spec.rb +12 -0
  128. data/spec/api/repositories_apt_api_spec.rb +14 -0
  129. data/spec/api/repositories_apt_versions_api_spec.rb +5 -1
  130. data/spec/models/deb_apt_distribution_response_spec.rb +6 -0
  131. data/spec/models/deb_apt_distribution_spec.rb +6 -0
  132. data/spec/models/deb_apt_publication_response_spec.rb +6 -0
  133. data/spec/models/deb_apt_publication_spec.rb +6 -0
  134. data/spec/models/deb_generic_content_response_spec.rb +6 -0
  135. data/spec/models/deb_installer_file_index_response_spec.rb +6 -0
  136. data/spec/models/deb_installer_package_response_spec.rb +6 -0
  137. data/spec/models/deb_package_index_response_spec.rb +6 -0
  138. data/spec/models/deb_package_release_component_response_spec.rb +6 -0
  139. data/spec/models/deb_package_response_spec.rb +6 -0
  140. data/spec/models/deb_release_architecture_response_spec.rb +6 -0
  141. data/spec/models/deb_release_component_response_spec.rb +6 -0
  142. data/spec/models/deb_release_file_response_spec.rb +6 -0
  143. data/spec/models/deb_release_response_spec.rb +6 -0
  144. data/spec/models/deb_source_index_response_spec.rb +6 -0
  145. data/spec/models/deb_source_package_release_component_response_spec.rb +6 -0
  146. data/spec/models/deb_source_package_response_spec.rb +6 -0
  147. data/spec/models/patcheddeb_apt_distribution_spec.rb +6 -0
  148. data/spec/models/repository_version_response_spec.rb +6 -0
  149. metadata +71 -71
@@ -13,7 +13,7 @@ All URIs are relative to *http://localhost:24817*
13
13
 
14
14
  ## create
15
15
 
16
- > <DebSourcePackageReleaseComponentResponse> create(deb_source_package_release_component)
16
+ > <DebSourcePackageReleaseComponentResponse> create(deb_source_package_release_component, opts)
17
17
 
18
18
  Create a source package release component
19
19
 
@@ -33,10 +33,13 @@ end
33
33
 
34
34
  api_instance = PulpDebClient::ContentSourceReleaseComponentsApi.new
35
35
  deb_source_package_release_component = PulpDebClient::DebSourcePackageReleaseComponent.new({source_package: 'source_package_example', release_component: 'release_component_example'}) # DebSourcePackageReleaseComponent |
36
+ opts = {
37
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
38
+ }
36
39
 
37
40
  begin
38
41
  # Create a source package release component
39
- result = api_instance.create(deb_source_package_release_component)
42
+ result = api_instance.create(deb_source_package_release_component, opts)
40
43
  p result
41
44
  rescue PulpDebClient::ApiError => e
42
45
  puts "Error when calling ContentSourceReleaseComponentsApi->create: #{e}"
@@ -47,12 +50,12 @@ end
47
50
 
48
51
  This returns an Array which contains the response data, status code and headers.
49
52
 
50
- > <Array(<DebSourcePackageReleaseComponentResponse>, Integer, Hash)> create_with_http_info(deb_source_package_release_component)
53
+ > <Array(<DebSourcePackageReleaseComponentResponse>, Integer, Hash)> create_with_http_info(deb_source_package_release_component, opts)
51
54
 
52
55
  ```ruby
53
56
  begin
54
57
  # Create a source package release component
55
- data, status_code, headers = api_instance.create_with_http_info(deb_source_package_release_component)
58
+ data, status_code, headers = api_instance.create_with_http_info(deb_source_package_release_component, opts)
56
59
  p status_code # => 2xx
57
60
  p headers # => { ... }
58
61
  p data # => <DebSourcePackageReleaseComponentResponse>
@@ -66,6 +69,7 @@ end
66
69
  | Name | Type | Description | Notes |
67
70
  | ---- | ---- | ----------- | ----- |
68
71
  | **deb_source_package_release_component** | [**DebSourcePackageReleaseComponent**](DebSourcePackageReleaseComponent.md) | | |
72
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
69
73
 
70
74
  ### Return type
71
75
 
@@ -103,6 +107,7 @@ end
103
107
 
104
108
  api_instance = PulpDebClient::ContentSourceReleaseComponentsApi.new
105
109
  opts = {
110
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
106
111
  limit: 56, # Integer | Number of results to return per page.
107
112
  offset: 56, # Integer | The initial index from which to return the results.
108
113
  ordering: ['-pk'], # 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) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `pk` - Pk * `-pk` - Pk (descending)
@@ -152,6 +157,7 @@ end
152
157
 
153
158
  | Name | Type | Description | Notes |
154
159
  | ---- | ---- | ----------- | ----- |
160
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
155
161
  | **limit** | **Integer** | Number of results to return per page. | [optional] |
156
162
  | **offset** | **Integer** | The initial index from which to return the results. | [optional] |
157
163
  | **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;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional] |
@@ -206,6 +212,7 @@ end
206
212
  api_instance = PulpDebClient::ContentSourceReleaseComponentsApi.new
207
213
  deb_source_package_release_component_href = 'deb_source_package_release_component_href_example' # String |
208
214
  opts = {
215
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
209
216
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
210
217
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
211
218
  }
@@ -242,6 +249,7 @@ end
242
249
  | Name | Type | Description | Notes |
243
250
  | ---- | ---- | ----------- | ----- |
244
251
  | **deb_source_package_release_component_href** | **String** | | |
252
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
245
253
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
246
254
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
247
255
 
@@ -261,7 +269,7 @@ end
261
269
 
262
270
  ## set_label
263
271
 
264
- > <SetLabelResponse> set_label(deb_source_package_release_component_href, set_label)
272
+ > <SetLabelResponse> set_label(deb_source_package_release_component_href, set_label, opts)
265
273
 
266
274
  Set a label
267
275
 
@@ -282,10 +290,13 @@ end
282
290
  api_instance = PulpDebClient::ContentSourceReleaseComponentsApi.new
283
291
  deb_source_package_release_component_href = 'deb_source_package_release_component_href_example' # String |
284
292
  set_label = PulpDebClient::SetLabel.new({key: 'key_example', value: 'value_example'}) # SetLabel |
293
+ opts = {
294
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
295
+ }
285
296
 
286
297
  begin
287
298
  # Set a label
288
- result = api_instance.set_label(deb_source_package_release_component_href, set_label)
299
+ result = api_instance.set_label(deb_source_package_release_component_href, set_label, opts)
289
300
  p result
290
301
  rescue PulpDebClient::ApiError => e
291
302
  puts "Error when calling ContentSourceReleaseComponentsApi->set_label: #{e}"
@@ -296,12 +307,12 @@ end
296
307
 
297
308
  This returns an Array which contains the response data, status code and headers.
298
309
 
299
- > <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(deb_source_package_release_component_href, set_label)
310
+ > <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(deb_source_package_release_component_href, set_label, opts)
300
311
 
301
312
  ```ruby
302
313
  begin
303
314
  # Set a label
304
- data, status_code, headers = api_instance.set_label_with_http_info(deb_source_package_release_component_href, set_label)
315
+ data, status_code, headers = api_instance.set_label_with_http_info(deb_source_package_release_component_href, set_label, opts)
305
316
  p status_code # => 2xx
306
317
  p headers # => { ... }
307
318
  p data # => <SetLabelResponse>
@@ -316,6 +327,7 @@ end
316
327
  | ---- | ---- | ----------- | ----- |
317
328
  | **deb_source_package_release_component_href** | **String** | | |
318
329
  | **set_label** | [**SetLabel**](SetLabel.md) | | |
330
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
319
331
 
320
332
  ### Return type
321
333
 
@@ -333,7 +345,7 @@ end
333
345
 
334
346
  ## unset_label
335
347
 
336
- > <UnsetLabelResponse> unset_label(deb_source_package_release_component_href, unset_label)
348
+ > <UnsetLabelResponse> unset_label(deb_source_package_release_component_href, unset_label, opts)
337
349
 
338
350
  Unset a label
339
351
 
@@ -354,10 +366,13 @@ end
354
366
  api_instance = PulpDebClient::ContentSourceReleaseComponentsApi.new
355
367
  deb_source_package_release_component_href = 'deb_source_package_release_component_href_example' # String |
356
368
  unset_label = PulpDebClient::UnsetLabel.new({key: 'key_example'}) # UnsetLabel |
369
+ opts = {
370
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
371
+ }
357
372
 
358
373
  begin
359
374
  # Unset a label
360
- result = api_instance.unset_label(deb_source_package_release_component_href, unset_label)
375
+ result = api_instance.unset_label(deb_source_package_release_component_href, unset_label, opts)
361
376
  p result
362
377
  rescue PulpDebClient::ApiError => e
363
378
  puts "Error when calling ContentSourceReleaseComponentsApi->unset_label: #{e}"
@@ -368,12 +383,12 @@ end
368
383
 
369
384
  This returns an Array which contains the response data, status code and headers.
370
385
 
371
- > <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(deb_source_package_release_component_href, unset_label)
386
+ > <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(deb_source_package_release_component_href, unset_label, opts)
372
387
 
373
388
  ```ruby
374
389
  begin
375
390
  # Unset a label
376
- data, status_code, headers = api_instance.unset_label_with_http_info(deb_source_package_release_component_href, unset_label)
391
+ data, status_code, headers = api_instance.unset_label_with_http_info(deb_source_package_release_component_href, unset_label, opts)
377
392
  p status_code # => 2xx
378
393
  p headers # => { ... }
379
394
  p data # => <UnsetLabelResponse>
@@ -388,6 +403,7 @@ end
388
403
  | ---- | ---- | ----------- | ----- |
389
404
  | **deb_source_package_release_component_href** | **String** | | |
390
405
  | **unset_label** | [**UnsetLabel**](UnsetLabel.md) | | |
406
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
391
407
 
392
408
  ### Return type
393
409
 
data/docs/Copy.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **config** | **Object** | A JSON document describing sources, destinations, and content to be copied | |
7
+ | **config** | **Object** | | |
8
8
  | **structured** | **Boolean** | Also copy any distributions, components, and releases as needed for any packages being copied. This will allow for structured publications of the target repository.Default is set to True | [optional][default to true] |
9
9
  | **dependency_solving** | **Boolean** | Also copy dependencies of any packages being copied. NOT YETIMPLEMENTED! You must keep this at \&quot;False\&quot;! | [optional][default to false] |
10
10
 
@@ -11,6 +11,7 @@
11
11
  | **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. | |
12
12
  | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
13
13
  | **publication** | **String** | Publication to be served | [optional] |
14
+ | **checkpoint** | **Boolean** | | [optional] |
14
15
 
15
16
  ## Example
16
17
 
@@ -24,7 +25,8 @@ instance = PulpDebClient::DebAptDistribution.new(
24
25
  pulp_labels: null,
25
26
  name: null,
26
27
  repository: null,
27
- publication: null
28
+ publication: null,
29
+ checkpoint: null
28
30
  )
29
31
  ```
30
32
 
@@ -17,6 +17,7 @@
17
17
  | **name** | **String** | A unique name. Ex, &#x60;rawhide&#x60; and &#x60;stable&#x60;. | |
18
18
  | **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] |
19
19
  | **publication** | **String** | Publication to be served | [optional] |
20
+ | **checkpoint** | **Boolean** | | [optional] |
20
21
 
21
22
  ## Example
22
23
 
@@ -36,7 +37,8 @@ instance = PulpDebClient::DebAptDistributionResponse.new(
36
37
  pulp_labels: null,
37
38
  name: null,
38
39
  repository: null,
39
- publication: null
40
+ publication: null,
41
+ checkpoint: null
40
42
  )
41
43
  ```
42
44
 
@@ -8,6 +8,7 @@
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
10
  | **structured** | **Boolean** | Activate structured publishing mode. | [optional][default to true] |
11
+ | **checkpoint** | **Boolean** | | [optional] |
11
12
  | **signing_service** | **String** | Sign Release files with this signing key | [optional] |
12
13
  | **publish_upstream_release_fields** | **Boolean** | | [optional] |
13
14
 
@@ -21,6 +22,7 @@ instance = PulpDebClient::DebAptPublication.new(
21
22
  repository: null,
22
23
  simple: null,
23
24
  structured: null,
25
+ checkpoint: null,
24
26
  signing_service: null,
25
27
  publish_upstream_release_fields: null
26
28
  )
@@ -12,6 +12,7 @@
12
12
  | **repository** | **String** | A URI of the repository to be published. | [optional] |
13
13
  | **simple** | **Boolean** | Activate simple publishing mode (all packages in one release component). | [optional][default to false] |
14
14
  | **structured** | **Boolean** | Activate structured publishing mode. | [optional][default to true] |
15
+ | **checkpoint** | **Boolean** | | [optional] |
15
16
  | **signing_service** | **String** | Sign Release files with this signing key | [optional] |
16
17
  | **publish_upstream_release_fields** | **Boolean** | | [optional] |
17
18
 
@@ -29,6 +30,7 @@ instance = PulpDebClient::DebAptPublicationResponse.new(
29
30
  repository: null,
30
31
  simple: null,
31
32
  structured: null,
33
+ checkpoint: null,
32
34
  signing_service: null,
33
35
  publish_upstream_release_fields: null
34
36
  )
@@ -24,7 +24,7 @@
24
24
  | **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
25
25
  | **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional] |
26
26
  | **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
27
- | **hidden_fields** | [**Array&lt;DebAptRemoteResponseHiddenFieldsInner&gt;**](DebAptRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional][readonly] |
27
+ | **hidden_fields** | [**Array&lt;DebAptRemoteResponseHiddenFieldsInner&gt;**](DebAptRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional] |
28
28
  | **distributions** | **String** | Whitespace separated list of distributions to sync. The distribution is the path from the repository root to the \&quot;Release\&quot; file you want to access. This is often, but not always, equal to either the codename or the suite of the release you want to sync. If the repository you are trying to sync uses \&quot;flat repository format\&quot;, the distribution must end with a \&quot;/\&quot;. Based on \&quot;/etc/apt/sources.list\&quot; syntax. | |
29
29
  | **components** | **String** | Whitespace separatet list of components to sync. If none are supplied, all that are available will be synchronized. Leave blank for repositores using \&quot;flat repository format\&quot;. | [optional] |
30
30
  | **architectures** | **String** | Whitespace separated list of architectures to sync If none are supplied, all that are available will be synchronized. A list of valid architecture specification strings can be found by running \&quot;dpkg-architecture -L\&quot;. A sync will download the intersection of the list of architectures provided via this field and those provided by the relevant \&quot;Release\&quot; file. Architecture&#x3D;\&quot;all\&quot; is always synchronized and does not need to be provided here. | [optional] |
data/docs/DebCopyApi.md CHANGED
@@ -9,7 +9,7 @@ All URIs are relative to *http://localhost:24817*
9
9
 
10
10
  ## copy_content
11
11
 
12
- > <AsyncOperationResponse> copy_content(copy)
12
+ > <AsyncOperationResponse> copy_content(copy, opts)
13
13
 
14
14
  Copy content
15
15
 
@@ -29,10 +29,13 @@ end
29
29
 
30
30
  api_instance = PulpDebClient::DebCopyApi.new
31
31
  copy = PulpDebClient::Copy.new({config: 3.56}) # Copy |
32
+ opts = {
33
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
34
+ }
32
35
 
33
36
  begin
34
37
  # Copy content
35
- result = api_instance.copy_content(copy)
38
+ result = api_instance.copy_content(copy, opts)
36
39
  p result
37
40
  rescue PulpDebClient::ApiError => e
38
41
  puts "Error when calling DebCopyApi->copy_content: #{e}"
@@ -43,12 +46,12 @@ end
43
46
 
44
47
  This returns an Array which contains the response data, status code and headers.
45
48
 
46
- > <Array(<AsyncOperationResponse>, Integer, Hash)> copy_content_with_http_info(copy)
49
+ > <Array(<AsyncOperationResponse>, Integer, Hash)> copy_content_with_http_info(copy, opts)
47
50
 
48
51
  ```ruby
49
52
  begin
50
53
  # Copy content
51
- data, status_code, headers = api_instance.copy_content_with_http_info(copy)
54
+ data, status_code, headers = api_instance.copy_content_with_http_info(copy, opts)
52
55
  p status_code # => 2xx
53
56
  p headers # => { ... }
54
57
  p data # => <AsyncOperationResponse>
@@ -62,6 +65,7 @@ end
62
65
  | Name | Type | Description | Notes |
63
66
  | ---- | ---- | ----------- | ----- |
64
67
  | **copy** | [**Copy**](Copy.md) | | |
68
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
65
69
 
66
70
  ### Return type
67
71
 
@@ -9,6 +9,7 @@
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
10
  | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
11
11
  | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
+ | **vuln_report** | **String** | | [optional][readonly] |
12
13
  | **artifact** | **String** | Artifact file representing the physical content | [optional] |
13
14
  | **relative_path** | **String** | Path where the artifact is located relative to distributions base_path | |
14
15
  | **md5** | **String** | The MD5 checksum if available. | [optional][readonly] |
@@ -29,6 +30,7 @@ instance = PulpDebClient::DebGenericContentResponse.new(
29
30
  pulp_created: null,
30
31
  pulp_last_updated: null,
31
32
  pulp_labels: null,
33
+ vuln_report: null,
32
34
  artifact: null,
33
35
  relative_path: null,
34
36
  md5: null,
@@ -9,6 +9,7 @@
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
10
  | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
11
11
  | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
+ | **vuln_report** | **String** | | [optional][readonly] |
12
13
  | **artifacts** | **Object** | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {&#39;relative/path&#39;: &#39;/artifacts/1/&#39; | |
13
14
  | **component** | **String** | Component of the component - architecture combination. | |
14
15
  | **architecture** | **String** | Architecture of the component - architecture combination. | |
@@ -25,6 +26,7 @@ instance = PulpDebClient::DebInstallerFileIndexResponse.new(
25
26
  pulp_created: null,
26
27
  pulp_last_updated: null,
27
28
  pulp_labels: null,
29
+ vuln_report: null,
28
30
  artifacts: null,
29
31
  component: null,
30
32
  architecture: null,
@@ -9,6 +9,7 @@
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
10
  | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
11
11
  | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
+ | **vuln_report** | **String** | | [optional][readonly] |
12
13
  | **artifact** | **String** | Artifact file representing the physical content | [optional] |
13
14
  | **relative_path** | **String** | Path where the artifact is located relative to distributions base_path | [optional] |
14
15
  | **md5** | **String** | The MD5 checksum if available. | [optional][readonly] |
@@ -58,6 +59,7 @@ instance = PulpDebClient::DebInstallerPackageResponse.new(
58
59
  pulp_created: null,
59
60
  pulp_last_updated: null,
60
61
  pulp_labels: null,
62
+ vuln_report: null,
61
63
  artifact: null,
62
64
  relative_path: null,
63
65
  md5: null,
@@ -9,6 +9,7 @@
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
10
  | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
11
11
  | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
+ | **vuln_report** | **String** | | [optional][readonly] |
12
13
  | **artifacts** | **Object** | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {&#39;relative/path&#39;: &#39;/artifacts/1/&#39; | |
13
14
  | **component** | **String** | Component of the component - architecture combination. | [optional] |
14
15
  | **architecture** | **String** | Architecture of the component - architecture combination. | [optional] |
@@ -25,6 +26,7 @@ instance = PulpDebClient::DebPackageIndexResponse.new(
25
26
  pulp_created: null,
26
27
  pulp_last_updated: null,
27
28
  pulp_labels: null,
29
+ vuln_report: null,
28
30
  artifacts: null,
29
31
  component: null,
30
32
  architecture: null,
@@ -9,6 +9,7 @@
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
10
  | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
11
11
  | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
+ | **vuln_report** | **String** | | [optional][readonly] |
12
13
  | **package** | **String** | Package that is contained in release_comonent. | |
13
14
  | **release_component** | **String** | ReleaseComponent this package is contained in. | |
14
15
 
@@ -23,6 +24,7 @@ instance = PulpDebClient::DebPackageReleaseComponentResponse.new(
23
24
  pulp_created: null,
24
25
  pulp_last_updated: null,
25
26
  pulp_labels: null,
27
+ vuln_report: null,
26
28
  package: null,
27
29
  release_component: null
28
30
  )
@@ -9,6 +9,7 @@
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
10
  | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
11
11
  | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
+ | **vuln_report** | **String** | | [optional][readonly] |
12
13
  | **artifact** | **String** | Artifact file representing the physical content | [optional] |
13
14
  | **relative_path** | **String** | Path where the artifact is located relative to distributions base_path | [optional] |
14
15
  | **distribution** | **String** | Name of the distribution. | [optional] |
@@ -60,6 +61,7 @@ instance = PulpDebClient::DebPackageResponse.new(
60
61
  pulp_created: null,
61
62
  pulp_last_updated: null,
62
63
  pulp_labels: null,
64
+ vuln_report: null,
63
65
  artifact: null,
64
66
  relative_path: null,
65
67
  distribution: null,
@@ -9,6 +9,7 @@
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
10
  | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
11
11
  | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
+ | **vuln_report** | **String** | | [optional][readonly] |
12
13
  | **architecture** | **String** | Name of the architecture. | |
13
14
  | **distribution** | **String** | Name of the distribution. | |
14
15
 
@@ -23,6 +24,7 @@ instance = PulpDebClient::DebReleaseArchitectureResponse.new(
23
24
  pulp_created: null,
24
25
  pulp_last_updated: null,
25
26
  pulp_labels: null,
27
+ vuln_report: null,
26
28
  architecture: null,
27
29
  distribution: null
28
30
  )
@@ -9,6 +9,7 @@
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
10
  | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
11
11
  | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
+ | **vuln_report** | **String** | | [optional][readonly] |
12
13
  | **component** | **String** | Name of the component. | |
13
14
  | **distribution** | **String** | Name of the distribution. | |
14
15
  | **plain_component** | **String** | Name of the component without any path prefixes. | [optional][readonly] |
@@ -24,6 +25,7 @@ instance = PulpDebClient::DebReleaseComponentResponse.new(
24
25
  pulp_created: null,
25
26
  pulp_last_updated: null,
26
27
  pulp_labels: null,
28
+ vuln_report: null,
27
29
  component: null,
28
30
  distribution: null,
29
31
  plain_component: null
@@ -9,6 +9,7 @@
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
10
  | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
11
11
  | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
+ | **vuln_report** | **String** | | [optional][readonly] |
12
13
  | **artifacts** | **Object** | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {&#39;relative/path&#39;: &#39;/artifacts/1/&#39; | |
13
14
  | **codename** | **String** | Codename of the release, e.g. \&quot;buster\&quot;. | [optional] |
14
15
  | **suite** | **String** | Suite of the release, e.g. \&quot;stable\&quot;. | [optional] |
@@ -26,6 +27,7 @@ instance = PulpDebClient::DebReleaseFileResponse.new(
26
27
  pulp_created: null,
27
28
  pulp_last_updated: null,
28
29
  pulp_labels: null,
30
+ vuln_report: null,
29
31
  artifacts: null,
30
32
  codename: null,
31
33
  suite: null,
@@ -9,6 +9,7 @@
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
10
  | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
11
11
  | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
+ | **vuln_report** | **String** | | [optional][readonly] |
12
13
  | **codename** | **String** | | |
13
14
  | **suite** | **String** | | |
14
15
  | **distribution** | **String** | | |
@@ -30,6 +31,7 @@ instance = PulpDebClient::DebReleaseResponse.new(
30
31
  pulp_created: null,
31
32
  pulp_last_updated: null,
32
33
  pulp_labels: null,
34
+ vuln_report: null,
33
35
  codename: null,
34
36
  suite: null,
35
37
  distribution: null,
@@ -9,6 +9,7 @@
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
10
  | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
11
11
  | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
+ | **vuln_report** | **String** | | [optional][readonly] |
12
13
  | **artifacts** | **Object** | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {&#39;relative/path&#39;: &#39;/artifacts/1/&#39; | |
13
14
  | **release** | **String** | Release this index file belongs to. | |
14
15
  | **component** | **String** | Component this index file belongs to. | |
@@ -25,6 +26,7 @@ instance = PulpDebClient::DebSourceIndexResponse.new(
25
26
  pulp_created: null,
26
27
  pulp_last_updated: null,
27
28
  pulp_labels: null,
29
+ vuln_report: null,
28
30
  artifacts: null,
29
31
  release: null,
30
32
  component: null,
@@ -9,6 +9,7 @@
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
10
  | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
11
11
  | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
+ | **vuln_report** | **String** | | [optional][readonly] |
12
13
  | **source_package** | **String** | Source package that is contained in release_component. | |
13
14
  | **release_component** | **String** | ReleaseComponent this source package is contained in. | |
14
15
 
@@ -23,6 +24,7 @@ instance = PulpDebClient::DebSourcePackageReleaseComponentResponse.new(
23
24
  pulp_created: null,
24
25
  pulp_last_updated: null,
25
26
  pulp_labels: null,
27
+ vuln_report: null,
26
28
  source_package: null,
27
29
  release_component: null
28
30
  )
@@ -9,6 +9,7 @@
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
10
  | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
11
11
  | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
+ | **vuln_report** | **String** | | [optional][readonly] |
12
13
  | **artifacts** | **Object** | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {&#39;relative/path&#39;: &#39;/artifacts/1/&#39; | [readonly] |
13
14
  | **relative_path** | **String** | Relative path of the Debian Source Control (dsc) file.It is normally advised to let Pulp generate this. | [optional] |
14
15
  | **sha256** | **String** | sha256 digest of the dsc file. | [optional][readonly] |
@@ -51,6 +52,7 @@ instance = PulpDebClient::DebSourcePackageResponse.new(
51
52
  pulp_created: null,
52
53
  pulp_last_updated: null,
53
54
  pulp_labels: null,
55
+ vuln_report: null,
54
56
  artifacts: null,
55
57
  relative_path: null,
56
58
  sha256: null,