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.
- checksums.yaml +4 -4
- data/README.md +32 -4
- data/docs/ContentGenericContentsApi.md +166 -2
- data/docs/ContentInstallerFileIndicesApi.md +170 -6
- data/docs/ContentInstallerPackagesApi.md +166 -2
- data/docs/ContentPackageIndicesApi.md +170 -6
- data/docs/ContentPackageReleaseComponentsApi.md +170 -6
- data/docs/ContentPackagesApi.md +166 -2
- data/docs/ContentReleaseArchitecturesApi.md +170 -6
- data/docs/ContentReleaseComponentsApi.md +170 -6
- data/docs/ContentReleaseFilesApi.md +170 -6
- data/docs/ContentReleasesApi.md +170 -6
- data/docs/ContentSourceIndicesApi.md +170 -6
- data/docs/ContentSourcePackagesApi.md +170 -6
- data/docs/ContentSourceReleaseComponentsApi.md +170 -6
- data/docs/DebAptDistribution.md +3 -1
- data/docs/DebAptDistributionResponse.md +3 -1
- data/docs/DebAptPublication.md +2 -0
- data/docs/DebAptPublicationResponse.md +2 -0
- data/docs/DebCopyApi.md +8 -4
- data/docs/DebGenericContentResponse.md +2 -0
- data/docs/DebInstallerFileIndex.md +2 -0
- data/docs/DebInstallerFileIndexResponse.md +2 -0
- data/docs/DebInstallerPackageResponse.md +2 -0
- data/docs/DebPackageIndex.md +2 -0
- data/docs/DebPackageIndexResponse.md +2 -0
- data/docs/DebPackageReleaseComponent.md +2 -0
- data/docs/DebPackageReleaseComponentResponse.md +2 -0
- data/docs/DebPackageResponse.md +2 -0
- data/docs/DebRelease.md +2 -0
- data/docs/DebReleaseArchitecture.md +2 -0
- data/docs/DebReleaseArchitectureResponse.md +2 -0
- data/docs/DebReleaseComponent.md +2 -0
- data/docs/DebReleaseComponentResponse.md +2 -0
- data/docs/DebReleaseFile.md +2 -0
- data/docs/DebReleaseFileResponse.md +2 -0
- data/docs/DebReleaseResponse.md +2 -0
- data/docs/DebSourceIndex.md +2 -0
- data/docs/DebSourceIndexResponse.md +2 -0
- data/docs/DebSourcePackage.md +2 -0
- data/docs/DebSourcePackageReleaseComponent.md +2 -0
- data/docs/DebSourcePackageReleaseComponentResponse.md +2 -0
- data/docs/DebSourcePackageResponse.md +2 -0
- data/docs/DistributionsAptApi.md +76 -34
- data/docs/PatcheddebAptDistribution.md +3 -1
- data/docs/PublicationsAptApi.md +44 -18
- data/docs/PublicationsVerbatimApi.md +44 -18
- data/docs/RemotesAptApi.md +72 -32
- data/docs/RepositoriesAptApi.md +88 -40
- data/docs/RepositoriesAptVersionsApi.md +22 -10
- data/lib/pulp_deb_client/api/content_generic_contents_api.rb +172 -3
- data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +169 -3
- data/lib/pulp_deb_client/api/content_installer_packages_api.rb +172 -3
- data/lib/pulp_deb_client/api/content_package_indices_api.rb +169 -3
- data/lib/pulp_deb_client/api/content_package_release_components_api.rb +169 -3
- data/lib/pulp_deb_client/api/content_packages_api.rb +172 -3
- data/lib/pulp_deb_client/api/content_release_architectures_api.rb +169 -3
- data/lib/pulp_deb_client/api/content_release_components_api.rb +169 -3
- data/lib/pulp_deb_client/api/content_release_files_api.rb +169 -3
- data/lib/pulp_deb_client/api/content_releases_api.rb +169 -3
- data/lib/pulp_deb_client/api/content_source_indices_api.rb +169 -3
- data/lib/pulp_deb_client/api/content_source_packages_api.rb +169 -3
- data/lib/pulp_deb_client/api/content_source_release_components_api.rb +169 -3
- data/lib/pulp_deb_client/api/deb_copy_api.rb +3 -0
- data/lib/pulp_deb_client/api/distributions_apt_api.rb +42 -3
- data/lib/pulp_deb_client/api/publications_apt_api.rb +30 -3
- data/lib/pulp_deb_client/api/publications_verbatim_api.rb +30 -3
- data/lib/pulp_deb_client/api/remotes_apt_api.rb +36 -0
- data/lib/pulp_deb_client/api/repositories_apt_api.rb +42 -0
- data/lib/pulp_deb_client/api/repositories_apt_versions_api.rb +15 -3
- data/lib/pulp_deb_client/models/deb_apt_distribution.rb +14 -5
- data/lib/pulp_deb_client/models/deb_apt_distribution_response.rb +14 -5
- data/lib/pulp_deb_client/models/deb_apt_publication.rb +10 -1
- data/lib/pulp_deb_client/models/deb_apt_publication_response.rb +10 -1
- data/lib/pulp_deb_client/models/deb_generic_content_response.rb +13 -1
- data/lib/pulp_deb_client/models/deb_installer_file_index.rb +13 -1
- data/lib/pulp_deb_client/models/deb_installer_file_index_response.rb +13 -1
- data/lib/pulp_deb_client/models/deb_installer_package_response.rb +13 -1
- data/lib/pulp_deb_client/models/deb_package_index.rb +13 -1
- data/lib/pulp_deb_client/models/deb_package_index_response.rb +13 -1
- data/lib/pulp_deb_client/models/deb_package_release_component.rb +13 -1
- data/lib/pulp_deb_client/models/deb_package_release_component_response.rb +13 -1
- data/lib/pulp_deb_client/models/deb_package_response.rb +13 -1
- data/lib/pulp_deb_client/models/deb_release.rb +13 -1
- data/lib/pulp_deb_client/models/deb_release_architecture.rb +13 -1
- data/lib/pulp_deb_client/models/deb_release_architecture_response.rb +13 -1
- data/lib/pulp_deb_client/models/deb_release_component.rb +13 -1
- data/lib/pulp_deb_client/models/deb_release_component_response.rb +13 -1
- data/lib/pulp_deb_client/models/deb_release_file.rb +13 -1
- data/lib/pulp_deb_client/models/deb_release_file_response.rb +13 -1
- data/lib/pulp_deb_client/models/deb_release_response.rb +13 -1
- data/lib/pulp_deb_client/models/deb_source_index.rb +13 -1
- data/lib/pulp_deb_client/models/deb_source_index_response.rb +13 -1
- data/lib/pulp_deb_client/models/deb_source_package.rb +13 -1
- data/lib/pulp_deb_client/models/deb_source_package_release_component.rb +13 -1
- data/lib/pulp_deb_client/models/deb_source_package_release_component_response.rb +13 -1
- data/lib/pulp_deb_client/models/deb_source_package_response.rb +13 -1
- data/lib/pulp_deb_client/models/patcheddeb_apt_distribution.rb +14 -5
- data/lib/pulp_deb_client/models/unset_label.rb +1 -1
- data/lib/pulp_deb_client/models/unset_label_response.rb +1 -1
- data/lib/pulp_deb_client/version.rb +1 -1
- data/pulp_deb_client.gemspec +0 -1
- data/spec/api/content_generic_contents_api_spec.rb +34 -1
- data/spec/api/content_installer_file_indices_api_spec.rb +33 -1
- data/spec/api/content_installer_packages_api_spec.rb +34 -1
- data/spec/api/content_package_indices_api_spec.rb +33 -1
- data/spec/api/content_package_release_components_api_spec.rb +33 -1
- data/spec/api/content_packages_api_spec.rb +34 -1
- data/spec/api/content_release_architectures_api_spec.rb +33 -1
- data/spec/api/content_release_components_api_spec.rb +33 -1
- data/spec/api/content_release_files_api_spec.rb +33 -1
- data/spec/api/content_releases_api_spec.rb +33 -1
- data/spec/api/content_source_indices_api_spec.rb +33 -1
- data/spec/api/content_source_packages_api_spec.rb +33 -1
- data/spec/api/content_source_release_components_api_spec.rb +33 -1
- data/spec/api/deb_copy_api_spec.rb +1 -0
- data/spec/api/distributions_apt_api_spec.rb +14 -1
- data/spec/api/publications_apt_api_spec.rb +10 -1
- data/spec/api/publications_verbatim_api_spec.rb +10 -1
- data/spec/api/remotes_apt_api_spec.rb +12 -0
- data/spec/api/repositories_apt_api_spec.rb +14 -0
- data/spec/api/repositories_apt_versions_api_spec.rb +5 -1
- data/spec/models/deb_apt_distribution_response_spec.rb +6 -0
- data/spec/models/deb_apt_distribution_spec.rb +6 -0
- data/spec/models/deb_apt_publication_response_spec.rb +6 -0
- data/spec/models/deb_apt_publication_spec.rb +6 -0
- data/spec/models/deb_generic_content_response_spec.rb +6 -0
- data/spec/models/deb_installer_file_index_response_spec.rb +6 -0
- data/spec/models/deb_installer_file_index_spec.rb +6 -0
- data/spec/models/deb_installer_package_response_spec.rb +6 -0
- data/spec/models/deb_package_index_response_spec.rb +6 -0
- data/spec/models/deb_package_index_spec.rb +6 -0
- data/spec/models/deb_package_release_component_response_spec.rb +6 -0
- data/spec/models/deb_package_release_component_spec.rb +6 -0
- data/spec/models/deb_package_response_spec.rb +6 -0
- data/spec/models/deb_release_architecture_response_spec.rb +6 -0
- data/spec/models/deb_release_architecture_spec.rb +6 -0
- data/spec/models/deb_release_component_response_spec.rb +6 -0
- data/spec/models/deb_release_component_spec.rb +6 -0
- data/spec/models/deb_release_file_response_spec.rb +6 -0
- data/spec/models/deb_release_file_spec.rb +6 -0
- data/spec/models/deb_release_response_spec.rb +6 -0
- data/spec/models/deb_release_spec.rb +6 -0
- data/spec/models/deb_source_index_response_spec.rb +6 -0
- data/spec/models/deb_source_index_spec.rb +6 -0
- data/spec/models/deb_source_package_release_component_response_spec.rb +6 -0
- data/spec/models/deb_source_package_release_component_spec.rb +6 -0
- data/spec/models/deb_source_package_response_spec.rb +6 -0
- data/spec/models/deb_source_package_spec.rb +6 -0
- data/spec/models/patcheddeb_apt_distribution_spec.rb +6 -0
- metadata +76 -96
data/docs/PublicationsAptApi.md
CHANGED
@@ -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<String>**](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<String>**](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<String>**](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: ['-
|
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<String>**](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<String>**](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<String>**](String.md) | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
323
|
+
| **ordering** | [**Array<String>**](String.md) | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `checkpoint` - Checkpoint * `-checkpoint` - Checkpoint (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
308
324
|
| **prn__in** | [**Array<String>**](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<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
397
415
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
398
416
|
| **exclude_fields** | [**Array<String>**](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<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
473
493
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
474
494
|
| **exclude_fields** | [**Array<String>**](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<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
549
571
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
550
572
|
| **exclude_fields** | [**Array<String>**](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<String>**](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<String>**](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<String>**](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<String>**](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: ['-
|
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<String>**](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<String>**](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<String>**](String.md) | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
323
|
+
| **ordering** | [**Array<String>**](String.md) | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `complete` - Complete * `-complete` - Complete (descending) * `pass_through` - Pass through * `-pass_through` - Pass through (descending) * `checkpoint` - Checkpoint * `-checkpoint` - Checkpoint (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] |
|
308
324
|
| **prn__in** | [**Array<String>**](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<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
397
415
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
398
416
|
| **exclude_fields** | [**Array<String>**](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<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
473
493
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
474
494
|
| **exclude_fields** | [**Array<String>**](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<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
549
571
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
550
572
|
| **exclude_fields** | [**Array<String>**](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<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
623
649
|
|
624
650
|
### Return type
|
625
651
|
|