pulp_deb_client 3.5.1 → 3.6.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 (151) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +32 -4
  3. data/docs/ContentGenericContentsApi.md +166 -2
  4. data/docs/ContentInstallerFileIndicesApi.md +170 -6
  5. data/docs/ContentInstallerPackagesApi.md +166 -2
  6. data/docs/ContentPackageIndicesApi.md +170 -6
  7. data/docs/ContentPackageReleaseComponentsApi.md +170 -6
  8. data/docs/ContentPackagesApi.md +166 -2
  9. data/docs/ContentReleaseArchitecturesApi.md +170 -6
  10. data/docs/ContentReleaseComponentsApi.md +170 -6
  11. data/docs/ContentReleaseFilesApi.md +170 -6
  12. data/docs/ContentReleasesApi.md +170 -6
  13. data/docs/ContentSourceIndicesApi.md +170 -6
  14. data/docs/ContentSourcePackagesApi.md +170 -6
  15. data/docs/ContentSourceReleaseComponentsApi.md +170 -6
  16. data/docs/DebAptDistribution.md +3 -1
  17. data/docs/DebAptDistributionResponse.md +3 -1
  18. data/docs/DebAptPublication.md +2 -0
  19. data/docs/DebAptPublicationResponse.md +2 -0
  20. data/docs/DebCopyApi.md +8 -4
  21. data/docs/DebGenericContentResponse.md +2 -0
  22. data/docs/DebInstallerFileIndex.md +2 -0
  23. data/docs/DebInstallerFileIndexResponse.md +2 -0
  24. data/docs/DebInstallerPackageResponse.md +2 -0
  25. data/docs/DebPackageIndex.md +2 -0
  26. data/docs/DebPackageIndexResponse.md +2 -0
  27. data/docs/DebPackageReleaseComponent.md +2 -0
  28. data/docs/DebPackageReleaseComponentResponse.md +2 -0
  29. data/docs/DebPackageResponse.md +2 -0
  30. data/docs/DebRelease.md +2 -0
  31. data/docs/DebReleaseArchitecture.md +2 -0
  32. data/docs/DebReleaseArchitectureResponse.md +2 -0
  33. data/docs/DebReleaseComponent.md +2 -0
  34. data/docs/DebReleaseComponentResponse.md +2 -0
  35. data/docs/DebReleaseFile.md +2 -0
  36. data/docs/DebReleaseFileResponse.md +2 -0
  37. data/docs/DebReleaseResponse.md +2 -0
  38. data/docs/DebSourceIndex.md +2 -0
  39. data/docs/DebSourceIndexResponse.md +2 -0
  40. data/docs/DebSourcePackage.md +2 -0
  41. data/docs/DebSourcePackageReleaseComponent.md +2 -0
  42. data/docs/DebSourcePackageReleaseComponentResponse.md +2 -0
  43. data/docs/DebSourcePackageResponse.md +2 -0
  44. data/docs/DistributionsAptApi.md +76 -34
  45. data/docs/PatcheddebAptDistribution.md +3 -1
  46. data/docs/PublicationsAptApi.md +44 -18
  47. data/docs/PublicationsVerbatimApi.md +44 -18
  48. data/docs/RemotesAptApi.md +72 -32
  49. data/docs/RepositoriesAptApi.md +88 -40
  50. data/docs/RepositoriesAptVersionsApi.md +22 -10
  51. data/lib/pulp_deb_client/api/content_generic_contents_api.rb +172 -3
  52. data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +169 -3
  53. data/lib/pulp_deb_client/api/content_installer_packages_api.rb +172 -3
  54. data/lib/pulp_deb_client/api/content_package_indices_api.rb +169 -3
  55. data/lib/pulp_deb_client/api/content_package_release_components_api.rb +169 -3
  56. data/lib/pulp_deb_client/api/content_packages_api.rb +172 -3
  57. data/lib/pulp_deb_client/api/content_release_architectures_api.rb +169 -3
  58. data/lib/pulp_deb_client/api/content_release_components_api.rb +169 -3
  59. data/lib/pulp_deb_client/api/content_release_files_api.rb +169 -3
  60. data/lib/pulp_deb_client/api/content_releases_api.rb +169 -3
  61. data/lib/pulp_deb_client/api/content_source_indices_api.rb +169 -3
  62. data/lib/pulp_deb_client/api/content_source_packages_api.rb +169 -3
  63. data/lib/pulp_deb_client/api/content_source_release_components_api.rb +169 -3
  64. data/lib/pulp_deb_client/api/deb_copy_api.rb +3 -0
  65. data/lib/pulp_deb_client/api/distributions_apt_api.rb +42 -3
  66. data/lib/pulp_deb_client/api/publications_apt_api.rb +30 -3
  67. data/lib/pulp_deb_client/api/publications_verbatim_api.rb +30 -3
  68. data/lib/pulp_deb_client/api/remotes_apt_api.rb +36 -0
  69. data/lib/pulp_deb_client/api/repositories_apt_api.rb +42 -0
  70. data/lib/pulp_deb_client/api/repositories_apt_versions_api.rb +15 -3
  71. data/lib/pulp_deb_client/models/deb_apt_distribution.rb +14 -5
  72. data/lib/pulp_deb_client/models/deb_apt_distribution_response.rb +14 -5
  73. data/lib/pulp_deb_client/models/deb_apt_publication.rb +10 -1
  74. data/lib/pulp_deb_client/models/deb_apt_publication_response.rb +10 -1
  75. data/lib/pulp_deb_client/models/deb_generic_content_response.rb +13 -1
  76. data/lib/pulp_deb_client/models/deb_installer_file_index.rb +13 -1
  77. data/lib/pulp_deb_client/models/deb_installer_file_index_response.rb +13 -1
  78. data/lib/pulp_deb_client/models/deb_installer_package_response.rb +13 -1
  79. data/lib/pulp_deb_client/models/deb_package_index.rb +13 -1
  80. data/lib/pulp_deb_client/models/deb_package_index_response.rb +13 -1
  81. data/lib/pulp_deb_client/models/deb_package_release_component.rb +13 -1
  82. data/lib/pulp_deb_client/models/deb_package_release_component_response.rb +13 -1
  83. data/lib/pulp_deb_client/models/deb_package_response.rb +13 -1
  84. data/lib/pulp_deb_client/models/deb_release.rb +13 -1
  85. data/lib/pulp_deb_client/models/deb_release_architecture.rb +13 -1
  86. data/lib/pulp_deb_client/models/deb_release_architecture_response.rb +13 -1
  87. data/lib/pulp_deb_client/models/deb_release_component.rb +13 -1
  88. data/lib/pulp_deb_client/models/deb_release_component_response.rb +13 -1
  89. data/lib/pulp_deb_client/models/deb_release_file.rb +13 -1
  90. data/lib/pulp_deb_client/models/deb_release_file_response.rb +13 -1
  91. data/lib/pulp_deb_client/models/deb_release_response.rb +13 -1
  92. data/lib/pulp_deb_client/models/deb_source_index.rb +13 -1
  93. data/lib/pulp_deb_client/models/deb_source_index_response.rb +13 -1
  94. data/lib/pulp_deb_client/models/deb_source_package.rb +13 -1
  95. data/lib/pulp_deb_client/models/deb_source_package_release_component.rb +13 -1
  96. data/lib/pulp_deb_client/models/deb_source_package_release_component_response.rb +13 -1
  97. data/lib/pulp_deb_client/models/deb_source_package_response.rb +13 -1
  98. data/lib/pulp_deb_client/models/patcheddeb_apt_distribution.rb +14 -5
  99. data/lib/pulp_deb_client/models/unset_label.rb +1 -1
  100. data/lib/pulp_deb_client/models/unset_label_response.rb +1 -1
  101. data/lib/pulp_deb_client/version.rb +1 -1
  102. data/pulp_deb_client.gemspec +0 -1
  103. data/spec/api/content_generic_contents_api_spec.rb +34 -1
  104. data/spec/api/content_installer_file_indices_api_spec.rb +33 -1
  105. data/spec/api/content_installer_packages_api_spec.rb +34 -1
  106. data/spec/api/content_package_indices_api_spec.rb +33 -1
  107. data/spec/api/content_package_release_components_api_spec.rb +33 -1
  108. data/spec/api/content_packages_api_spec.rb +34 -1
  109. data/spec/api/content_release_architectures_api_spec.rb +33 -1
  110. data/spec/api/content_release_components_api_spec.rb +33 -1
  111. data/spec/api/content_release_files_api_spec.rb +33 -1
  112. data/spec/api/content_releases_api_spec.rb +33 -1
  113. data/spec/api/content_source_indices_api_spec.rb +33 -1
  114. data/spec/api/content_source_packages_api_spec.rb +33 -1
  115. data/spec/api/content_source_release_components_api_spec.rb +33 -1
  116. data/spec/api/deb_copy_api_spec.rb +1 -0
  117. data/spec/api/distributions_apt_api_spec.rb +14 -1
  118. data/spec/api/publications_apt_api_spec.rb +10 -1
  119. data/spec/api/publications_verbatim_api_spec.rb +10 -1
  120. data/spec/api/remotes_apt_api_spec.rb +12 -0
  121. data/spec/api/repositories_apt_api_spec.rb +14 -0
  122. data/spec/api/repositories_apt_versions_api_spec.rb +5 -1
  123. data/spec/models/deb_apt_distribution_response_spec.rb +6 -0
  124. data/spec/models/deb_apt_distribution_spec.rb +6 -0
  125. data/spec/models/deb_apt_publication_response_spec.rb +6 -0
  126. data/spec/models/deb_apt_publication_spec.rb +6 -0
  127. data/spec/models/deb_generic_content_response_spec.rb +6 -0
  128. data/spec/models/deb_installer_file_index_response_spec.rb +6 -0
  129. data/spec/models/deb_installer_file_index_spec.rb +6 -0
  130. data/spec/models/deb_installer_package_response_spec.rb +6 -0
  131. data/spec/models/deb_package_index_response_spec.rb +6 -0
  132. data/spec/models/deb_package_index_spec.rb +6 -0
  133. data/spec/models/deb_package_release_component_response_spec.rb +6 -0
  134. data/spec/models/deb_package_release_component_spec.rb +6 -0
  135. data/spec/models/deb_package_response_spec.rb +6 -0
  136. data/spec/models/deb_release_architecture_response_spec.rb +6 -0
  137. data/spec/models/deb_release_architecture_spec.rb +6 -0
  138. data/spec/models/deb_release_component_response_spec.rb +6 -0
  139. data/spec/models/deb_release_component_spec.rb +6 -0
  140. data/spec/models/deb_release_file_response_spec.rb +6 -0
  141. data/spec/models/deb_release_file_spec.rb +6 -0
  142. data/spec/models/deb_release_response_spec.rb +6 -0
  143. data/spec/models/deb_release_spec.rb +6 -0
  144. data/spec/models/deb_source_index_response_spec.rb +6 -0
  145. data/spec/models/deb_source_index_spec.rb +6 -0
  146. data/spec/models/deb_source_package_release_component_response_spec.rb +6 -0
  147. data/spec/models/deb_source_package_release_component_spec.rb +6 -0
  148. data/spec/models/deb_source_package_response_spec.rb +6 -0
  149. data/spec/models/deb_source_package_spec.rb +6 -0
  150. data/spec/models/patcheddeb_apt_distribution_spec.rb +6 -0
  151. metadata +76 -96
@@ -16,7 +16,7 @@ All URIs are relative to *http://localhost:24817*
16
16
 
17
17
  ## add_role
18
18
 
19
- > <NestedRoleResponse> add_role(deb_apt_publication_href, nested_role)
19
+ > <NestedRoleResponse> add_role(deb_apt_publication_href, nested_role, opts)
20
20
 
21
21
  Add a role
22
22
 
@@ -37,10 +37,13 @@ end
37
37
  api_instance = PulpDebClient::PublicationsAptApi.new
38
38
  deb_apt_publication_href = 'deb_apt_publication_href_example' # String |
39
39
  nested_role = PulpDebClient::NestedRole.new({role: 'role_example'}) # NestedRole |
40
+ opts = {
41
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
42
+ }
40
43
 
41
44
  begin
42
45
  # Add a role
43
- result = api_instance.add_role(deb_apt_publication_href, nested_role)
46
+ result = api_instance.add_role(deb_apt_publication_href, nested_role, opts)
44
47
  p result
45
48
  rescue PulpDebClient::ApiError => e
46
49
  puts "Error when calling PublicationsAptApi->add_role: #{e}"
@@ -51,12 +54,12 @@ end
51
54
 
52
55
  This returns an Array which contains the response data, status code and headers.
53
56
 
54
- > <Array(<NestedRoleResponse>, Integer, Hash)> add_role_with_http_info(deb_apt_publication_href, nested_role)
57
+ > <Array(<NestedRoleResponse>, Integer, Hash)> add_role_with_http_info(deb_apt_publication_href, nested_role, opts)
55
58
 
56
59
  ```ruby
57
60
  begin
58
61
  # Add a role
59
- data, status_code, headers = api_instance.add_role_with_http_info(deb_apt_publication_href, nested_role)
62
+ data, status_code, headers = api_instance.add_role_with_http_info(deb_apt_publication_href, nested_role, opts)
60
63
  p status_code # => 2xx
61
64
  p headers # => { ... }
62
65
  p data # => <NestedRoleResponse>
@@ -71,6 +74,7 @@ end
71
74
  | ---- | ---- | ----------- | ----- |
72
75
  | **deb_apt_publication_href** | **String** | | |
73
76
  | **nested_role** | [**NestedRole**](NestedRole.md) | | |
77
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
74
78
 
75
79
  ### Return type
76
80
 
@@ -88,7 +92,7 @@ end
88
92
 
89
93
  ## create
90
94
 
91
- > <AsyncOperationResponse> create(deb_apt_publication)
95
+ > <AsyncOperationResponse> create(deb_apt_publication, opts)
92
96
 
93
97
  Create an apt publication
94
98
 
@@ -108,10 +112,13 @@ end
108
112
 
109
113
  api_instance = PulpDebClient::PublicationsAptApi.new
110
114
  deb_apt_publication = PulpDebClient::DebAptPublication.new # DebAptPublication |
115
+ opts = {
116
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
117
+ }
111
118
 
112
119
  begin
113
120
  # Create an apt publication
114
- result = api_instance.create(deb_apt_publication)
121
+ result = api_instance.create(deb_apt_publication, opts)
115
122
  p result
116
123
  rescue PulpDebClient::ApiError => e
117
124
  puts "Error when calling PublicationsAptApi->create: #{e}"
@@ -122,12 +129,12 @@ end
122
129
 
123
130
  This returns an Array which contains the response data, status code and headers.
124
131
 
125
- > <Array(<AsyncOperationResponse>, Integer, Hash)> create_with_http_info(deb_apt_publication)
132
+ > <Array(<AsyncOperationResponse>, Integer, Hash)> create_with_http_info(deb_apt_publication, opts)
126
133
 
127
134
  ```ruby
128
135
  begin
129
136
  # Create an apt publication
130
- data, status_code, headers = api_instance.create_with_http_info(deb_apt_publication)
137
+ data, status_code, headers = api_instance.create_with_http_info(deb_apt_publication, opts)
131
138
  p status_code # => 2xx
132
139
  p headers # => { ... }
133
140
  p data # => <AsyncOperationResponse>
@@ -141,6 +148,7 @@ end
141
148
  | Name | Type | Description | Notes |
142
149
  | ---- | ---- | ----------- | ----- |
143
150
  | **deb_apt_publication** | [**DebAptPublication**](DebAptPublication.md) | | |
151
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
144
152
 
145
153
  ### Return type
146
154
 
@@ -158,7 +166,7 @@ end
158
166
 
159
167
  ## delete
160
168
 
161
- > delete(deb_apt_publication_href)
169
+ > delete(deb_apt_publication_href, opts)
162
170
 
163
171
  Delete an apt publication
164
172
 
@@ -178,10 +186,13 @@ end
178
186
 
179
187
  api_instance = PulpDebClient::PublicationsAptApi.new
180
188
  deb_apt_publication_href = 'deb_apt_publication_href_example' # String |
189
+ opts = {
190
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
191
+ }
181
192
 
182
193
  begin
183
194
  # Delete an apt publication
184
- api_instance.delete(deb_apt_publication_href)
195
+ api_instance.delete(deb_apt_publication_href, opts)
185
196
  rescue PulpDebClient::ApiError => e
186
197
  puts "Error when calling PublicationsAptApi->delete: #{e}"
187
198
  end
@@ -191,12 +202,12 @@ end
191
202
 
192
203
  This returns an Array which contains the response data (`nil` in this case), status code and headers.
193
204
 
194
- > <Array(nil, Integer, Hash)> delete_with_http_info(deb_apt_publication_href)
205
+ > <Array(nil, Integer, Hash)> delete_with_http_info(deb_apt_publication_href, opts)
195
206
 
196
207
  ```ruby
197
208
  begin
198
209
  # Delete an apt publication
199
- data, status_code, headers = api_instance.delete_with_http_info(deb_apt_publication_href)
210
+ data, status_code, headers = api_instance.delete_with_http_info(deb_apt_publication_href, opts)
200
211
  p status_code # => 2xx
201
212
  p headers # => { ... }
202
213
  p data # => nil
@@ -210,6 +221,7 @@ end
210
221
  | Name | Type | Description | Notes |
211
222
  | ---- | ---- | ----------- | ----- |
212
223
  | **deb_apt_publication_href** | **String** | | |
224
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
213
225
 
214
226
  ### Return type
215
227
 
@@ -247,11 +259,13 @@ end
247
259
 
248
260
  api_instance = PulpDebClient::PublicationsAptApi.new
249
261
  opts = {
262
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
263
+ checkpoint: true, # Boolean | Filter results where checkpoint matches value
250
264
  content: 'content_example', # String | Content Unit referenced by HREF/PRN
251
265
  content__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
252
266
  limit: 56, # Integer | Number of results to return per page.
253
267
  offset: 56, # Integer | The initial index from which to return the results.
254
- ordering: ['-complete'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `pk` - Pk * `-pk` - Pk (descending)
268
+ ordering: ['-checkpoint'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `checkpoint` - Checkpoint * `-checkpoint` - Checkpoint (descending) * `pk` - Pk * `-pk` - Pk (descending)
255
269
  prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
256
270
  pulp_created: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Filter results where pulp_created matches value
257
271
  pulp_created__gt: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Filter results where pulp_created is greater than value
@@ -300,11 +314,13 @@ end
300
314
 
301
315
  | Name | Type | Description | Notes |
302
316
  | ---- | ---- | ----------- | ----- |
317
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
318
+ | **checkpoint** | **Boolean** | Filter results where checkpoint matches value | [optional] |
303
319
  | **content** | **String** | Content Unit referenced by HREF/PRN | [optional] |
304
320
  | **content__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
305
321
  | **limit** | **Integer** | Number of results to return per page. | [optional] |
306
322
  | **offset** | **Integer** | The initial index from which to return the results. | [optional] |
307
- | **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;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;pass_through&#x60; - Pass through * &#x60;-pass_through&#x60; - Pass through (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional] |
323
+ | **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;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;pass_through&#x60; - Pass through * &#x60;-pass_through&#x60; - Pass through (descending) * &#x60;checkpoint&#x60; - Checkpoint * &#x60;-checkpoint&#x60; - Checkpoint (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional] |
308
324
  | **prn__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
309
325
  | **pulp_created** | **Time** | Filter results where pulp_created matches value | [optional] |
310
326
  | **pulp_created__gt** | **Time** | Filter results where pulp_created is greater than value | [optional] |
@@ -358,6 +374,7 @@ end
358
374
  api_instance = PulpDebClient::PublicationsAptApi.new
359
375
  deb_apt_publication_href = 'deb_apt_publication_href_example' # String |
360
376
  opts = {
377
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
361
378
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
362
379
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
363
380
  }
@@ -394,6 +411,7 @@ end
394
411
  | Name | Type | Description | Notes |
395
412
  | ---- | ---- | ----------- | ----- |
396
413
  | **deb_apt_publication_href** | **String** | | |
414
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
397
415
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
398
416
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
399
417
 
@@ -434,6 +452,7 @@ end
434
452
  api_instance = PulpDebClient::PublicationsAptApi.new
435
453
  deb_apt_publication_href = 'deb_apt_publication_href_example' # String |
436
454
  opts = {
455
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
437
456
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
438
457
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
439
458
  }
@@ -470,6 +489,7 @@ end
470
489
  | Name | Type | Description | Notes |
471
490
  | ---- | ---- | ----------- | ----- |
472
491
  | **deb_apt_publication_href** | **String** | | |
492
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
473
493
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
474
494
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
475
495
 
@@ -510,6 +530,7 @@ end
510
530
  api_instance = PulpDebClient::PublicationsAptApi.new
511
531
  deb_apt_publication_href = 'deb_apt_publication_href_example' # String |
512
532
  opts = {
533
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
513
534
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
514
535
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
515
536
  }
@@ -546,6 +567,7 @@ end
546
567
  | Name | Type | Description | Notes |
547
568
  | ---- | ---- | ----------- | ----- |
548
569
  | **deb_apt_publication_href** | **String** | | |
570
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
549
571
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
550
572
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
551
573
 
@@ -565,7 +587,7 @@ end
565
587
 
566
588
  ## remove_role
567
589
 
568
- > <NestedRoleResponse> remove_role(deb_apt_publication_href, nested_role)
590
+ > <NestedRoleResponse> remove_role(deb_apt_publication_href, nested_role, opts)
569
591
 
570
592
  Remove a role
571
593
 
@@ -586,10 +608,13 @@ end
586
608
  api_instance = PulpDebClient::PublicationsAptApi.new
587
609
  deb_apt_publication_href = 'deb_apt_publication_href_example' # String |
588
610
  nested_role = PulpDebClient::NestedRole.new({role: 'role_example'}) # NestedRole |
611
+ opts = {
612
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
613
+ }
589
614
 
590
615
  begin
591
616
  # Remove a role
592
- result = api_instance.remove_role(deb_apt_publication_href, nested_role)
617
+ result = api_instance.remove_role(deb_apt_publication_href, nested_role, opts)
593
618
  p result
594
619
  rescue PulpDebClient::ApiError => e
595
620
  puts "Error when calling PublicationsAptApi->remove_role: #{e}"
@@ -600,12 +625,12 @@ end
600
625
 
601
626
  This returns an Array which contains the response data, status code and headers.
602
627
 
603
- > <Array(<NestedRoleResponse>, Integer, Hash)> remove_role_with_http_info(deb_apt_publication_href, nested_role)
628
+ > <Array(<NestedRoleResponse>, Integer, Hash)> remove_role_with_http_info(deb_apt_publication_href, nested_role, opts)
604
629
 
605
630
  ```ruby
606
631
  begin
607
632
  # Remove a role
608
- data, status_code, headers = api_instance.remove_role_with_http_info(deb_apt_publication_href, nested_role)
633
+ data, status_code, headers = api_instance.remove_role_with_http_info(deb_apt_publication_href, nested_role, opts)
609
634
  p status_code # => 2xx
610
635
  p headers # => { ... }
611
636
  p data # => <NestedRoleResponse>
@@ -620,6 +645,7 @@ end
620
645
  | ---- | ---- | ----------- | ----- |
621
646
  | **deb_apt_publication_href** | **String** | | |
622
647
  | **nested_role** | [**NestedRole**](NestedRole.md) | | |
648
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
623
649
 
624
650
  ### Return type
625
651
 
@@ -16,7 +16,7 @@ All URIs are relative to *http://localhost:24817*
16
16
 
17
17
  ## add_role
18
18
 
19
- > <NestedRoleResponse> add_role(deb_verbatim_publication_href, nested_role)
19
+ > <NestedRoleResponse> add_role(deb_verbatim_publication_href, nested_role, opts)
20
20
 
21
21
  Add a role
22
22
 
@@ -37,10 +37,13 @@ end
37
37
  api_instance = PulpDebClient::PublicationsVerbatimApi.new
38
38
  deb_verbatim_publication_href = 'deb_verbatim_publication_href_example' # String |
39
39
  nested_role = PulpDebClient::NestedRole.new({role: 'role_example'}) # NestedRole |
40
+ opts = {
41
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
42
+ }
40
43
 
41
44
  begin
42
45
  # Add a role
43
- result = api_instance.add_role(deb_verbatim_publication_href, nested_role)
46
+ result = api_instance.add_role(deb_verbatim_publication_href, nested_role, opts)
44
47
  p result
45
48
  rescue PulpDebClient::ApiError => e
46
49
  puts "Error when calling PublicationsVerbatimApi->add_role: #{e}"
@@ -51,12 +54,12 @@ end
51
54
 
52
55
  This returns an Array which contains the response data, status code and headers.
53
56
 
54
- > <Array(<NestedRoleResponse>, Integer, Hash)> add_role_with_http_info(deb_verbatim_publication_href, nested_role)
57
+ > <Array(<NestedRoleResponse>, Integer, Hash)> add_role_with_http_info(deb_verbatim_publication_href, nested_role, opts)
55
58
 
56
59
  ```ruby
57
60
  begin
58
61
  # Add a role
59
- data, status_code, headers = api_instance.add_role_with_http_info(deb_verbatim_publication_href, nested_role)
62
+ data, status_code, headers = api_instance.add_role_with_http_info(deb_verbatim_publication_href, nested_role, opts)
60
63
  p status_code # => 2xx
61
64
  p headers # => { ... }
62
65
  p data # => <NestedRoleResponse>
@@ -71,6 +74,7 @@ end
71
74
  | ---- | ---- | ----------- | ----- |
72
75
  | **deb_verbatim_publication_href** | **String** | | |
73
76
  | **nested_role** | [**NestedRole**](NestedRole.md) | | |
77
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
74
78
 
75
79
  ### Return type
76
80
 
@@ -88,7 +92,7 @@ end
88
92
 
89
93
  ## create
90
94
 
91
- > <AsyncOperationResponse> create(deb_verbatim_publication)
95
+ > <AsyncOperationResponse> create(deb_verbatim_publication, opts)
92
96
 
93
97
  Create a verbatim publication
94
98
 
@@ -108,10 +112,13 @@ end
108
112
 
109
113
  api_instance = PulpDebClient::PublicationsVerbatimApi.new
110
114
  deb_verbatim_publication = PulpDebClient::DebVerbatimPublication.new # DebVerbatimPublication |
115
+ opts = {
116
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
117
+ }
111
118
 
112
119
  begin
113
120
  # Create a verbatim publication
114
- result = api_instance.create(deb_verbatim_publication)
121
+ result = api_instance.create(deb_verbatim_publication, opts)
115
122
  p result
116
123
  rescue PulpDebClient::ApiError => e
117
124
  puts "Error when calling PublicationsVerbatimApi->create: #{e}"
@@ -122,12 +129,12 @@ end
122
129
 
123
130
  This returns an Array which contains the response data, status code and headers.
124
131
 
125
- > <Array(<AsyncOperationResponse>, Integer, Hash)> create_with_http_info(deb_verbatim_publication)
132
+ > <Array(<AsyncOperationResponse>, Integer, Hash)> create_with_http_info(deb_verbatim_publication, opts)
126
133
 
127
134
  ```ruby
128
135
  begin
129
136
  # Create a verbatim publication
130
- data, status_code, headers = api_instance.create_with_http_info(deb_verbatim_publication)
137
+ data, status_code, headers = api_instance.create_with_http_info(deb_verbatim_publication, opts)
131
138
  p status_code # => 2xx
132
139
  p headers # => { ... }
133
140
  p data # => <AsyncOperationResponse>
@@ -141,6 +148,7 @@ end
141
148
  | Name | Type | Description | Notes |
142
149
  | ---- | ---- | ----------- | ----- |
143
150
  | **deb_verbatim_publication** | [**DebVerbatimPublication**](DebVerbatimPublication.md) | | |
151
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
144
152
 
145
153
  ### Return type
146
154
 
@@ -158,7 +166,7 @@ end
158
166
 
159
167
  ## delete
160
168
 
161
- > delete(deb_verbatim_publication_href)
169
+ > delete(deb_verbatim_publication_href, opts)
162
170
 
163
171
  Delete a verbatim publication
164
172
 
@@ -178,10 +186,13 @@ end
178
186
 
179
187
  api_instance = PulpDebClient::PublicationsVerbatimApi.new
180
188
  deb_verbatim_publication_href = 'deb_verbatim_publication_href_example' # String |
189
+ opts = {
190
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
191
+ }
181
192
 
182
193
  begin
183
194
  # Delete a verbatim publication
184
- api_instance.delete(deb_verbatim_publication_href)
195
+ api_instance.delete(deb_verbatim_publication_href, opts)
185
196
  rescue PulpDebClient::ApiError => e
186
197
  puts "Error when calling PublicationsVerbatimApi->delete: #{e}"
187
198
  end
@@ -191,12 +202,12 @@ end
191
202
 
192
203
  This returns an Array which contains the response data (`nil` in this case), status code and headers.
193
204
 
194
- > <Array(nil, Integer, Hash)> delete_with_http_info(deb_verbatim_publication_href)
205
+ > <Array(nil, Integer, Hash)> delete_with_http_info(deb_verbatim_publication_href, opts)
195
206
 
196
207
  ```ruby
197
208
  begin
198
209
  # Delete a verbatim publication
199
- data, status_code, headers = api_instance.delete_with_http_info(deb_verbatim_publication_href)
210
+ data, status_code, headers = api_instance.delete_with_http_info(deb_verbatim_publication_href, opts)
200
211
  p status_code # => 2xx
201
212
  p headers # => { ... }
202
213
  p data # => nil
@@ -210,6 +221,7 @@ end
210
221
  | Name | Type | Description | Notes |
211
222
  | ---- | ---- | ----------- | ----- |
212
223
  | **deb_verbatim_publication_href** | **String** | | |
224
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
213
225
 
214
226
  ### Return type
215
227
 
@@ -247,11 +259,13 @@ end
247
259
 
248
260
  api_instance = PulpDebClient::PublicationsVerbatimApi.new
249
261
  opts = {
262
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
263
+ checkpoint: true, # Boolean | Filter results where checkpoint matches value
250
264
  content: 'content_example', # String | Content Unit referenced by HREF/PRN
251
265
  content__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
252
266
  limit: 56, # Integer | Number of results to return per page.
253
267
  offset: 56, # Integer | The initial index from which to return the results.
254
- ordering: ['-complete'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `pk` - Pk * `-pk` - Pk (descending)
268
+ ordering: ['-checkpoint'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `checkpoint` - Checkpoint * `-checkpoint` - Checkpoint (descending) * `pk` - Pk * `-pk` - Pk (descending)
255
269
  prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
256
270
  pulp_created: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Filter results where pulp_created matches value
257
271
  pulp_created__gt: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Filter results where pulp_created is greater than value
@@ -300,11 +314,13 @@ end
300
314
 
301
315
  | Name | Type | Description | Notes |
302
316
  | ---- | ---- | ----------- | ----- |
317
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
318
+ | **checkpoint** | **Boolean** | Filter results where checkpoint matches value | [optional] |
303
319
  | **content** | **String** | Content Unit referenced by HREF/PRN | [optional] |
304
320
  | **content__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
305
321
  | **limit** | **Integer** | Number of results to return per page. | [optional] |
306
322
  | **offset** | **Integer** | The initial index from which to return the results. | [optional] |
307
- | **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;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;pass_through&#x60; - Pass through * &#x60;-pass_through&#x60; - Pass through (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional] |
323
+ | **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;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;pass_through&#x60; - Pass through * &#x60;-pass_through&#x60; - Pass through (descending) * &#x60;checkpoint&#x60; - Checkpoint * &#x60;-checkpoint&#x60; - Checkpoint (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional] |
308
324
  | **prn__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
309
325
  | **pulp_created** | **Time** | Filter results where pulp_created matches value | [optional] |
310
326
  | **pulp_created__gt** | **Time** | Filter results where pulp_created is greater than value | [optional] |
@@ -358,6 +374,7 @@ end
358
374
  api_instance = PulpDebClient::PublicationsVerbatimApi.new
359
375
  deb_verbatim_publication_href = 'deb_verbatim_publication_href_example' # String |
360
376
  opts = {
377
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
361
378
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
362
379
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
363
380
  }
@@ -394,6 +411,7 @@ end
394
411
  | Name | Type | Description | Notes |
395
412
  | ---- | ---- | ----------- | ----- |
396
413
  | **deb_verbatim_publication_href** | **String** | | |
414
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
397
415
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
398
416
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
399
417
 
@@ -434,6 +452,7 @@ end
434
452
  api_instance = PulpDebClient::PublicationsVerbatimApi.new
435
453
  deb_verbatim_publication_href = 'deb_verbatim_publication_href_example' # String |
436
454
  opts = {
455
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
437
456
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
438
457
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
439
458
  }
@@ -470,6 +489,7 @@ end
470
489
  | Name | Type | Description | Notes |
471
490
  | ---- | ---- | ----------- | ----- |
472
491
  | **deb_verbatim_publication_href** | **String** | | |
492
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
473
493
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
474
494
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
475
495
 
@@ -510,6 +530,7 @@ end
510
530
  api_instance = PulpDebClient::PublicationsVerbatimApi.new
511
531
  deb_verbatim_publication_href = 'deb_verbatim_publication_href_example' # String |
512
532
  opts = {
533
+ x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
513
534
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
514
535
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
515
536
  }
@@ -546,6 +567,7 @@ end
546
567
  | Name | Type | Description | Notes |
547
568
  | ---- | ---- | ----------- | ----- |
548
569
  | **deb_verbatim_publication_href** | **String** | | |
570
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
549
571
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
550
572
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
551
573
 
@@ -565,7 +587,7 @@ end
565
587
 
566
588
  ## remove_role
567
589
 
568
- > <NestedRoleResponse> remove_role(deb_verbatim_publication_href, nested_role)
590
+ > <NestedRoleResponse> remove_role(deb_verbatim_publication_href, nested_role, opts)
569
591
 
570
592
  Remove a role
571
593
 
@@ -586,10 +608,13 @@ end
586
608
  api_instance = PulpDebClient::PublicationsVerbatimApi.new
587
609
  deb_verbatim_publication_href = 'deb_verbatim_publication_href_example' # String |
588
610
  nested_role = PulpDebClient::NestedRole.new({role: 'role_example'}) # NestedRole |
611
+ opts = {
612
+ x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
613
+ }
589
614
 
590
615
  begin
591
616
  # Remove a role
592
- result = api_instance.remove_role(deb_verbatim_publication_href, nested_role)
617
+ result = api_instance.remove_role(deb_verbatim_publication_href, nested_role, opts)
593
618
  p result
594
619
  rescue PulpDebClient::ApiError => e
595
620
  puts "Error when calling PublicationsVerbatimApi->remove_role: #{e}"
@@ -600,12 +625,12 @@ end
600
625
 
601
626
  This returns an Array which contains the response data, status code and headers.
602
627
 
603
- > <Array(<NestedRoleResponse>, Integer, Hash)> remove_role_with_http_info(deb_verbatim_publication_href, nested_role)
628
+ > <Array(<NestedRoleResponse>, Integer, Hash)> remove_role_with_http_info(deb_verbatim_publication_href, nested_role, opts)
604
629
 
605
630
  ```ruby
606
631
  begin
607
632
  # Remove a role
608
- data, status_code, headers = api_instance.remove_role_with_http_info(deb_verbatim_publication_href, nested_role)
633
+ data, status_code, headers = api_instance.remove_role_with_http_info(deb_verbatim_publication_href, nested_role, opts)
609
634
  p status_code # => 2xx
610
635
  p headers # => { ... }
611
636
  p data # => <NestedRoleResponse>
@@ -620,6 +645,7 @@ end
620
645
  | ---- | ---- | ----------- | ----- |
621
646
  | **deb_verbatim_publication_href** | **String** | | |
622
647
  | **nested_role** | [**NestedRole**](NestedRole.md) | | |
648
+ | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
623
649
 
624
650
  ### Return type
625
651