pulp_container_client 2.24.6 → 2.25.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 +4 -5
- data/docs/ContainerContainerDistribution.md +6 -6
- data/docs/ContainerContainerDistributionResponse.md +16 -16
- data/docs/ContainerContainerPullThroughDistribution.md +6 -6
- data/docs/ContainerContainerPullThroughDistributionResponse.md +16 -16
- data/docs/ContainerContainerPushRepository.md +5 -5
- data/docs/ContainerContainerPushRepositoryResponse.md +13 -13
- data/docs/ContentBlobsApi.md +8 -20
- data/docs/ContentManifestsApi.md +8 -20
- data/docs/ContentSignaturesApi.md +8 -20
- data/docs/ContentTagsApi.md +8 -20
- data/docs/DistributionsContainerApi.md +32 -72
- data/docs/DistributionsPullThroughApi.md +32 -72
- data/docs/PatchedcontainerContainerDistribution.md +6 -6
- data/docs/PatchedcontainerContainerPullThroughDistribution.md +6 -6
- data/docs/PatchedcontainerContainerPushRepository.md +5 -5
- data/docs/PulpContainerNamespacesApi.md +16 -40
- data/docs/RemotesContainerApi.md +32 -72
- data/docs/RemotesPullThroughApi.md +32 -72
- data/docs/RepositoriesContainerApi.md +64 -138
- data/docs/RepositoriesContainerPushApi.md +36 -80
- data/docs/RepositoriesContainerPushVersionsApi.md +10 -22
- data/docs/RepositoriesContainerVersionsApi.md +10 -22
- data/docs/TokenApi.md +5 -14
- data/lib/pulp_container_client/api/content_blobs_api.rb +0 -12
- data/lib/pulp_container_client/api/content_manifests_api.rb +0 -12
- data/lib/pulp_container_client/api/content_signatures_api.rb +0 -12
- data/lib/pulp_container_client/api/content_tags_api.rb +0 -12
- data/lib/pulp_container_client/api/distributions_container_api.rb +0 -36
- data/lib/pulp_container_client/api/distributions_pull_through_api.rb +0 -36
- data/lib/pulp_container_client/api/pulp_container_namespaces_api.rb +0 -24
- data/lib/pulp_container_client/api/remotes_container_api.rb +0 -36
- data/lib/pulp_container_client/api/remotes_pull_through_api.rb +0 -36
- data/lib/pulp_container_client/api/repositories_container_api.rb +0 -63
- data/lib/pulp_container_client/api/repositories_container_push_api.rb +0 -39
- data/lib/pulp_container_client/api/repositories_container_push_versions_api.rb +3 -15
- data/lib/pulp_container_client/api/repositories_container_versions_api.rb +3 -15
- data/lib/pulp_container_client/api/token_api.rb +0 -9
- data/lib/pulp_container_client/models/container_container_distribution.rb +31 -31
- data/lib/pulp_container_client/models/container_container_distribution_response.rb +73 -73
- data/lib/pulp_container_client/models/container_container_pull_through_distribution.rb +31 -31
- data/lib/pulp_container_client/models/container_container_pull_through_distribution_response.rb +73 -73
- data/lib/pulp_container_client/models/container_container_push_repository.rb +43 -43
- data/lib/pulp_container_client/models/container_container_push_repository_response.rb +66 -66
- data/lib/pulp_container_client/models/patchedcontainer_container_distribution.rb +29 -29
- data/lib/pulp_container_client/models/patchedcontainer_container_pull_through_distribution.rb +29 -29
- data/lib/pulp_container_client/models/patchedcontainer_container_push_repository.rb +41 -41
- data/lib/pulp_container_client/version.rb +1 -1
- data/pulp_container_client.gemspec +1 -0
- data/spec/api/content_blobs_api_spec.rb +0 -4
- data/spec/api/content_manifests_api_spec.rb +0 -4
- data/spec/api/content_signatures_api_spec.rb +0 -4
- data/spec/api/content_tags_api_spec.rb +0 -4
- data/spec/api/distributions_container_api_spec.rb +0 -12
- data/spec/api/distributions_pull_through_api_spec.rb +0 -12
- data/spec/api/pulp_container_namespaces_api_spec.rb +0 -8
- data/spec/api/remotes_container_api_spec.rb +0 -12
- data/spec/api/remotes_pull_through_api_spec.rb +0 -12
- data/spec/api/repositories_container_api_spec.rb +0 -21
- data/spec/api/repositories_container_push_api_spec.rb +0 -13
- data/spec/api/repositories_container_push_versions_api_spec.rb +1 -5
- data/spec/api/repositories_container_versions_api_spec.rb +1 -5
- data/spec/api/token_api_spec.rb +0 -3
- data/spec/models/container_container_distribution_response_spec.rb +11 -11
- data/spec/models/container_container_distribution_spec.rb +5 -5
- data/spec/models/container_container_pull_through_distribution_response_spec.rb +11 -11
- data/spec/models/container_container_pull_through_distribution_spec.rb +5 -5
- data/spec/models/container_container_push_repository_response_spec.rb +11 -11
- data/spec/models/container_container_push_repository_spec.rb +5 -5
- data/spec/models/patchedcontainer_container_distribution_spec.rb +5 -5
- data/spec/models/patchedcontainer_container_pull_through_distribution_spec.rb +5 -5
- data/spec/models/patchedcontainer_container_push_repository_spec.rb +5 -5
- metadata +80 -60
|
@@ -16,7 +16,7 @@ All URIs are relative to *http://localhost:24817*
|
|
|
16
16
|
|
|
17
17
|
## add_role
|
|
18
18
|
|
|
19
|
-
> <NestedRoleResponse> add_role(container_container_namespace_href, nested_role
|
|
19
|
+
> <NestedRoleResponse> add_role(container_container_namespace_href, nested_role)
|
|
20
20
|
|
|
21
21
|
Add a role
|
|
22
22
|
|
|
@@ -37,13 +37,10 @@ end
|
|
|
37
37
|
api_instance = PulpContainerClient::PulpContainerNamespacesApi.new
|
|
38
38
|
container_container_namespace_href = 'container_container_namespace_href_example' # String |
|
|
39
39
|
nested_role = PulpContainerClient::NestedRole.new({role: 'role_example'}) # NestedRole |
|
|
40
|
-
opts = {
|
|
41
|
-
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
|
42
|
-
}
|
|
43
40
|
|
|
44
41
|
begin
|
|
45
42
|
# Add a role
|
|
46
|
-
result = api_instance.add_role(container_container_namespace_href, nested_role
|
|
43
|
+
result = api_instance.add_role(container_container_namespace_href, nested_role)
|
|
47
44
|
p result
|
|
48
45
|
rescue PulpContainerClient::ApiError => e
|
|
49
46
|
puts "Error when calling PulpContainerNamespacesApi->add_role: #{e}"
|
|
@@ -54,12 +51,12 @@ end
|
|
|
54
51
|
|
|
55
52
|
This returns an Array which contains the response data, status code and headers.
|
|
56
53
|
|
|
57
|
-
> <Array(<NestedRoleResponse>, Integer, Hash)> add_role_with_http_info(container_container_namespace_href, nested_role
|
|
54
|
+
> <Array(<NestedRoleResponse>, Integer, Hash)> add_role_with_http_info(container_container_namespace_href, nested_role)
|
|
58
55
|
|
|
59
56
|
```ruby
|
|
60
57
|
begin
|
|
61
58
|
# Add a role
|
|
62
|
-
data, status_code, headers = api_instance.add_role_with_http_info(container_container_namespace_href, nested_role
|
|
59
|
+
data, status_code, headers = api_instance.add_role_with_http_info(container_container_namespace_href, nested_role)
|
|
63
60
|
p status_code # => 2xx
|
|
64
61
|
p headers # => { ... }
|
|
65
62
|
p data # => <NestedRoleResponse>
|
|
@@ -74,7 +71,6 @@ end
|
|
|
74
71
|
| ---- | ---- | ----------- | ----- |
|
|
75
72
|
| **container_container_namespace_href** | **String** | | |
|
|
76
73
|
| **nested_role** | [**NestedRole**](NestedRole.md) | | |
|
|
77
|
-
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
|
78
74
|
|
|
79
75
|
### Return type
|
|
80
76
|
|
|
@@ -92,7 +88,7 @@ end
|
|
|
92
88
|
|
|
93
89
|
## create
|
|
94
90
|
|
|
95
|
-
> <ContainerContainerNamespaceResponse> create(container_container_namespace
|
|
91
|
+
> <ContainerContainerNamespaceResponse> create(container_container_namespace)
|
|
96
92
|
|
|
97
93
|
Create a container namespace
|
|
98
94
|
|
|
@@ -112,13 +108,10 @@ end
|
|
|
112
108
|
|
|
113
109
|
api_instance = PulpContainerClient::PulpContainerNamespacesApi.new
|
|
114
110
|
container_container_namespace = PulpContainerClient::ContainerContainerNamespace.new({name: 'name_example'}) # ContainerContainerNamespace |
|
|
115
|
-
opts = {
|
|
116
|
-
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
|
117
|
-
}
|
|
118
111
|
|
|
119
112
|
begin
|
|
120
113
|
# Create a container namespace
|
|
121
|
-
result = api_instance.create(container_container_namespace
|
|
114
|
+
result = api_instance.create(container_container_namespace)
|
|
122
115
|
p result
|
|
123
116
|
rescue PulpContainerClient::ApiError => e
|
|
124
117
|
puts "Error when calling PulpContainerNamespacesApi->create: #{e}"
|
|
@@ -129,12 +122,12 @@ end
|
|
|
129
122
|
|
|
130
123
|
This returns an Array which contains the response data, status code and headers.
|
|
131
124
|
|
|
132
|
-
> <Array(<ContainerContainerNamespaceResponse>, Integer, Hash)> create_with_http_info(container_container_namespace
|
|
125
|
+
> <Array(<ContainerContainerNamespaceResponse>, Integer, Hash)> create_with_http_info(container_container_namespace)
|
|
133
126
|
|
|
134
127
|
```ruby
|
|
135
128
|
begin
|
|
136
129
|
# Create a container namespace
|
|
137
|
-
data, status_code, headers = api_instance.create_with_http_info(container_container_namespace
|
|
130
|
+
data, status_code, headers = api_instance.create_with_http_info(container_container_namespace)
|
|
138
131
|
p status_code # => 2xx
|
|
139
132
|
p headers # => { ... }
|
|
140
133
|
p data # => <ContainerContainerNamespaceResponse>
|
|
@@ -148,7 +141,6 @@ end
|
|
|
148
141
|
| Name | Type | Description | Notes |
|
|
149
142
|
| ---- | ---- | ----------- | ----- |
|
|
150
143
|
| **container_container_namespace** | [**ContainerContainerNamespace**](ContainerContainerNamespace.md) | | |
|
|
151
|
-
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
|
152
144
|
|
|
153
145
|
### Return type
|
|
154
146
|
|
|
@@ -166,7 +158,7 @@ end
|
|
|
166
158
|
|
|
167
159
|
## delete
|
|
168
160
|
|
|
169
|
-
> <AsyncOperationResponse> delete(container_container_namespace_href
|
|
161
|
+
> <AsyncOperationResponse> delete(container_container_namespace_href)
|
|
170
162
|
|
|
171
163
|
Delete a container namespace
|
|
172
164
|
|
|
@@ -186,13 +178,10 @@ end
|
|
|
186
178
|
|
|
187
179
|
api_instance = PulpContainerClient::PulpContainerNamespacesApi.new
|
|
188
180
|
container_container_namespace_href = 'container_container_namespace_href_example' # String |
|
|
189
|
-
opts = {
|
|
190
|
-
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
|
191
|
-
}
|
|
192
181
|
|
|
193
182
|
begin
|
|
194
183
|
# Delete a container namespace
|
|
195
|
-
result = api_instance.delete(container_container_namespace_href
|
|
184
|
+
result = api_instance.delete(container_container_namespace_href)
|
|
196
185
|
p result
|
|
197
186
|
rescue PulpContainerClient::ApiError => e
|
|
198
187
|
puts "Error when calling PulpContainerNamespacesApi->delete: #{e}"
|
|
@@ -203,12 +192,12 @@ end
|
|
|
203
192
|
|
|
204
193
|
This returns an Array which contains the response data, status code and headers.
|
|
205
194
|
|
|
206
|
-
> <Array(<AsyncOperationResponse>, Integer, Hash)> delete_with_http_info(container_container_namespace_href
|
|
195
|
+
> <Array(<AsyncOperationResponse>, Integer, Hash)> delete_with_http_info(container_container_namespace_href)
|
|
207
196
|
|
|
208
197
|
```ruby
|
|
209
198
|
begin
|
|
210
199
|
# Delete a container namespace
|
|
211
|
-
data, status_code, headers = api_instance.delete_with_http_info(container_container_namespace_href
|
|
200
|
+
data, status_code, headers = api_instance.delete_with_http_info(container_container_namespace_href)
|
|
212
201
|
p status_code # => 2xx
|
|
213
202
|
p headers # => { ... }
|
|
214
203
|
p data # => <AsyncOperationResponse>
|
|
@@ -222,7 +211,6 @@ end
|
|
|
222
211
|
| Name | Type | Description | Notes |
|
|
223
212
|
| ---- | ---- | ----------- | ----- |
|
|
224
213
|
| **container_container_namespace_href** | **String** | | |
|
|
225
|
-
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
|
226
214
|
|
|
227
215
|
### Return type
|
|
228
216
|
|
|
@@ -260,7 +248,6 @@ end
|
|
|
260
248
|
|
|
261
249
|
api_instance = PulpContainerClient::PulpContainerNamespacesApi.new
|
|
262
250
|
opts = {
|
|
263
|
-
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
|
264
251
|
limit: 56, # Integer | Number of results to return per page.
|
|
265
252
|
name: 'name_example', # String | Filter results where name matches value
|
|
266
253
|
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
|
@@ -312,7 +299,6 @@ end
|
|
|
312
299
|
|
|
313
300
|
| Name | Type | Description | Notes |
|
|
314
301
|
| ---- | ---- | ----------- | ----- |
|
|
315
|
-
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
|
316
302
|
| **limit** | **Integer** | Number of results to return per page. | [optional] |
|
|
317
303
|
| **name** | **String** | Filter results where name matches value | [optional] |
|
|
318
304
|
| **name__contains** | **String** | Filter results where name contains value | [optional] |
|
|
@@ -369,7 +355,6 @@ end
|
|
|
369
355
|
api_instance = PulpContainerClient::PulpContainerNamespacesApi.new
|
|
370
356
|
container_container_namespace_href = 'container_container_namespace_href_example' # String |
|
|
371
357
|
opts = {
|
|
372
|
-
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
|
373
358
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
|
374
359
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
|
375
360
|
}
|
|
@@ -406,7 +391,6 @@ end
|
|
|
406
391
|
| Name | Type | Description | Notes |
|
|
407
392
|
| ---- | ---- | ----------- | ----- |
|
|
408
393
|
| **container_container_namespace_href** | **String** | | |
|
|
409
|
-
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
|
410
394
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
|
411
395
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
|
412
396
|
|
|
@@ -447,7 +431,6 @@ end
|
|
|
447
431
|
api_instance = PulpContainerClient::PulpContainerNamespacesApi.new
|
|
448
432
|
container_container_namespace_href = 'container_container_namespace_href_example' # String |
|
|
449
433
|
opts = {
|
|
450
|
-
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
|
451
434
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
|
452
435
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
|
453
436
|
}
|
|
@@ -484,7 +467,6 @@ end
|
|
|
484
467
|
| Name | Type | Description | Notes |
|
|
485
468
|
| ---- | ---- | ----------- | ----- |
|
|
486
469
|
| **container_container_namespace_href** | **String** | | |
|
|
487
|
-
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
|
488
470
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
|
489
471
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
|
490
472
|
|
|
@@ -525,7 +507,6 @@ end
|
|
|
525
507
|
api_instance = PulpContainerClient::PulpContainerNamespacesApi.new
|
|
526
508
|
container_container_namespace_href = 'container_container_namespace_href_example' # String |
|
|
527
509
|
opts = {
|
|
528
|
-
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
|
529
510
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
|
530
511
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
|
531
512
|
}
|
|
@@ -562,7 +543,6 @@ end
|
|
|
562
543
|
| Name | Type | Description | Notes |
|
|
563
544
|
| ---- | ---- | ----------- | ----- |
|
|
564
545
|
| **container_container_namespace_href** | **String** | | |
|
|
565
|
-
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
|
566
546
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
|
567
547
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
|
568
548
|
|
|
@@ -582,7 +562,7 @@ end
|
|
|
582
562
|
|
|
583
563
|
## remove_role
|
|
584
564
|
|
|
585
|
-
> <NestedRoleResponse> remove_role(container_container_namespace_href, nested_role
|
|
565
|
+
> <NestedRoleResponse> remove_role(container_container_namespace_href, nested_role)
|
|
586
566
|
|
|
587
567
|
Remove a role
|
|
588
568
|
|
|
@@ -603,13 +583,10 @@ end
|
|
|
603
583
|
api_instance = PulpContainerClient::PulpContainerNamespacesApi.new
|
|
604
584
|
container_container_namespace_href = 'container_container_namespace_href_example' # String |
|
|
605
585
|
nested_role = PulpContainerClient::NestedRole.new({role: 'role_example'}) # NestedRole |
|
|
606
|
-
opts = {
|
|
607
|
-
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
|
608
|
-
}
|
|
609
586
|
|
|
610
587
|
begin
|
|
611
588
|
# Remove a role
|
|
612
|
-
result = api_instance.remove_role(container_container_namespace_href, nested_role
|
|
589
|
+
result = api_instance.remove_role(container_container_namespace_href, nested_role)
|
|
613
590
|
p result
|
|
614
591
|
rescue PulpContainerClient::ApiError => e
|
|
615
592
|
puts "Error when calling PulpContainerNamespacesApi->remove_role: #{e}"
|
|
@@ -620,12 +597,12 @@ end
|
|
|
620
597
|
|
|
621
598
|
This returns an Array which contains the response data, status code and headers.
|
|
622
599
|
|
|
623
|
-
> <Array(<NestedRoleResponse>, Integer, Hash)> remove_role_with_http_info(container_container_namespace_href, nested_role
|
|
600
|
+
> <Array(<NestedRoleResponse>, Integer, Hash)> remove_role_with_http_info(container_container_namespace_href, nested_role)
|
|
624
601
|
|
|
625
602
|
```ruby
|
|
626
603
|
begin
|
|
627
604
|
# Remove a role
|
|
628
|
-
data, status_code, headers = api_instance.remove_role_with_http_info(container_container_namespace_href, nested_role
|
|
605
|
+
data, status_code, headers = api_instance.remove_role_with_http_info(container_container_namespace_href, nested_role)
|
|
629
606
|
p status_code # => 2xx
|
|
630
607
|
p headers # => { ... }
|
|
631
608
|
p data # => <NestedRoleResponse>
|
|
@@ -640,7 +617,6 @@ end
|
|
|
640
617
|
| ---- | ---- | ----------- | ----- |
|
|
641
618
|
| **container_container_namespace_href** | **String** | | |
|
|
642
619
|
| **nested_role** | [**NestedRole**](NestedRole.md) | | |
|
|
643
|
-
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
|
644
620
|
|
|
645
621
|
### Return type
|
|
646
622
|
|
data/docs/RemotesContainerApi.md
CHANGED
|
@@ -20,7 +20,7 @@ All URIs are relative to *http://localhost:24817*
|
|
|
20
20
|
|
|
21
21
|
## add_role
|
|
22
22
|
|
|
23
|
-
> <NestedRoleResponse> add_role(container_container_remote_href, nested_role
|
|
23
|
+
> <NestedRoleResponse> add_role(container_container_remote_href, nested_role)
|
|
24
24
|
|
|
25
25
|
Add a role
|
|
26
26
|
|
|
@@ -41,13 +41,10 @@ end
|
|
|
41
41
|
api_instance = PulpContainerClient::RemotesContainerApi.new
|
|
42
42
|
container_container_remote_href = 'container_container_remote_href_example' # String |
|
|
43
43
|
nested_role = PulpContainerClient::NestedRole.new({role: 'role_example'}) # NestedRole |
|
|
44
|
-
opts = {
|
|
45
|
-
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
|
46
|
-
}
|
|
47
44
|
|
|
48
45
|
begin
|
|
49
46
|
# Add a role
|
|
50
|
-
result = api_instance.add_role(container_container_remote_href, nested_role
|
|
47
|
+
result = api_instance.add_role(container_container_remote_href, nested_role)
|
|
51
48
|
p result
|
|
52
49
|
rescue PulpContainerClient::ApiError => e
|
|
53
50
|
puts "Error when calling RemotesContainerApi->add_role: #{e}"
|
|
@@ -58,12 +55,12 @@ end
|
|
|
58
55
|
|
|
59
56
|
This returns an Array which contains the response data, status code and headers.
|
|
60
57
|
|
|
61
|
-
> <Array(<NestedRoleResponse>, Integer, Hash)> add_role_with_http_info(container_container_remote_href, nested_role
|
|
58
|
+
> <Array(<NestedRoleResponse>, Integer, Hash)> add_role_with_http_info(container_container_remote_href, nested_role)
|
|
62
59
|
|
|
63
60
|
```ruby
|
|
64
61
|
begin
|
|
65
62
|
# Add a role
|
|
66
|
-
data, status_code, headers = api_instance.add_role_with_http_info(container_container_remote_href, nested_role
|
|
63
|
+
data, status_code, headers = api_instance.add_role_with_http_info(container_container_remote_href, nested_role)
|
|
67
64
|
p status_code # => 2xx
|
|
68
65
|
p headers # => { ... }
|
|
69
66
|
p data # => <NestedRoleResponse>
|
|
@@ -78,7 +75,6 @@ end
|
|
|
78
75
|
| ---- | ---- | ----------- | ----- |
|
|
79
76
|
| **container_container_remote_href** | **String** | | |
|
|
80
77
|
| **nested_role** | [**NestedRole**](NestedRole.md) | | |
|
|
81
|
-
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
|
82
78
|
|
|
83
79
|
### Return type
|
|
84
80
|
|
|
@@ -96,7 +92,7 @@ end
|
|
|
96
92
|
|
|
97
93
|
## create
|
|
98
94
|
|
|
99
|
-
> <ContainerContainerRemoteResponse> create(container_container_remote
|
|
95
|
+
> <ContainerContainerRemoteResponse> create(container_container_remote)
|
|
100
96
|
|
|
101
97
|
Create a container remote
|
|
102
98
|
|
|
@@ -116,13 +112,10 @@ end
|
|
|
116
112
|
|
|
117
113
|
api_instance = PulpContainerClient::RemotesContainerApi.new
|
|
118
114
|
container_container_remote = PulpContainerClient::ContainerContainerRemote.new({name: 'name_example', url: 'url_example', upstream_name: 'upstream_name_example'}) # ContainerContainerRemote |
|
|
119
|
-
opts = {
|
|
120
|
-
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
|
121
|
-
}
|
|
122
115
|
|
|
123
116
|
begin
|
|
124
117
|
# Create a container remote
|
|
125
|
-
result = api_instance.create(container_container_remote
|
|
118
|
+
result = api_instance.create(container_container_remote)
|
|
126
119
|
p result
|
|
127
120
|
rescue PulpContainerClient::ApiError => e
|
|
128
121
|
puts "Error when calling RemotesContainerApi->create: #{e}"
|
|
@@ -133,12 +126,12 @@ end
|
|
|
133
126
|
|
|
134
127
|
This returns an Array which contains the response data, status code and headers.
|
|
135
128
|
|
|
136
|
-
> <Array(<ContainerContainerRemoteResponse>, Integer, Hash)> create_with_http_info(container_container_remote
|
|
129
|
+
> <Array(<ContainerContainerRemoteResponse>, Integer, Hash)> create_with_http_info(container_container_remote)
|
|
137
130
|
|
|
138
131
|
```ruby
|
|
139
132
|
begin
|
|
140
133
|
# Create a container remote
|
|
141
|
-
data, status_code, headers = api_instance.create_with_http_info(container_container_remote
|
|
134
|
+
data, status_code, headers = api_instance.create_with_http_info(container_container_remote)
|
|
142
135
|
p status_code # => 2xx
|
|
143
136
|
p headers # => { ... }
|
|
144
137
|
p data # => <ContainerContainerRemoteResponse>
|
|
@@ -152,7 +145,6 @@ end
|
|
|
152
145
|
| Name | Type | Description | Notes |
|
|
153
146
|
| ---- | ---- | ----------- | ----- |
|
|
154
147
|
| **container_container_remote** | [**ContainerContainerRemote**](ContainerContainerRemote.md) | | |
|
|
155
|
-
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
|
156
148
|
|
|
157
149
|
### Return type
|
|
158
150
|
|
|
@@ -170,7 +162,7 @@ end
|
|
|
170
162
|
|
|
171
163
|
## delete
|
|
172
164
|
|
|
173
|
-
> <AsyncOperationResponse> delete(container_container_remote_href
|
|
165
|
+
> <AsyncOperationResponse> delete(container_container_remote_href)
|
|
174
166
|
|
|
175
167
|
Delete a container remote
|
|
176
168
|
|
|
@@ -190,13 +182,10 @@ end
|
|
|
190
182
|
|
|
191
183
|
api_instance = PulpContainerClient::RemotesContainerApi.new
|
|
192
184
|
container_container_remote_href = 'container_container_remote_href_example' # String |
|
|
193
|
-
opts = {
|
|
194
|
-
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
|
195
|
-
}
|
|
196
185
|
|
|
197
186
|
begin
|
|
198
187
|
# Delete a container remote
|
|
199
|
-
result = api_instance.delete(container_container_remote_href
|
|
188
|
+
result = api_instance.delete(container_container_remote_href)
|
|
200
189
|
p result
|
|
201
190
|
rescue PulpContainerClient::ApiError => e
|
|
202
191
|
puts "Error when calling RemotesContainerApi->delete: #{e}"
|
|
@@ -207,12 +196,12 @@ end
|
|
|
207
196
|
|
|
208
197
|
This returns an Array which contains the response data, status code and headers.
|
|
209
198
|
|
|
210
|
-
> <Array(<AsyncOperationResponse>, Integer, Hash)> delete_with_http_info(container_container_remote_href
|
|
199
|
+
> <Array(<AsyncOperationResponse>, Integer, Hash)> delete_with_http_info(container_container_remote_href)
|
|
211
200
|
|
|
212
201
|
```ruby
|
|
213
202
|
begin
|
|
214
203
|
# Delete a container remote
|
|
215
|
-
data, status_code, headers = api_instance.delete_with_http_info(container_container_remote_href
|
|
204
|
+
data, status_code, headers = api_instance.delete_with_http_info(container_container_remote_href)
|
|
216
205
|
p status_code # => 2xx
|
|
217
206
|
p headers # => { ... }
|
|
218
207
|
p data # => <AsyncOperationResponse>
|
|
@@ -226,7 +215,6 @@ end
|
|
|
226
215
|
| Name | Type | Description | Notes |
|
|
227
216
|
| ---- | ---- | ----------- | ----- |
|
|
228
217
|
| **container_container_remote_href** | **String** | | |
|
|
229
|
-
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
|
230
218
|
|
|
231
219
|
### Return type
|
|
232
220
|
|
|
@@ -264,7 +252,6 @@ end
|
|
|
264
252
|
|
|
265
253
|
api_instance = PulpContainerClient::RemotesContainerApi.new
|
|
266
254
|
opts = {
|
|
267
|
-
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
|
268
255
|
limit: 56, # Integer | Number of results to return per page.
|
|
269
256
|
name: 'name_example', # String | Filter results where name matches value
|
|
270
257
|
name__contains: 'name__contains_example', # String | Filter results where name contains value
|
|
@@ -324,7 +311,6 @@ end
|
|
|
324
311
|
|
|
325
312
|
| Name | Type | Description | Notes |
|
|
326
313
|
| ---- | ---- | ----------- | ----- |
|
|
327
|
-
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
|
328
314
|
| **limit** | **Integer** | Number of results to return per page. | [optional] |
|
|
329
315
|
| **name** | **String** | Filter results where name matches value | [optional] |
|
|
330
316
|
| **name__contains** | **String** | Filter results where name contains value | [optional] |
|
|
@@ -389,7 +375,6 @@ end
|
|
|
389
375
|
api_instance = PulpContainerClient::RemotesContainerApi.new
|
|
390
376
|
container_container_remote_href = 'container_container_remote_href_example' # String |
|
|
391
377
|
opts = {
|
|
392
|
-
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
|
393
378
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
|
394
379
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
|
395
380
|
}
|
|
@@ -426,7 +411,6 @@ end
|
|
|
426
411
|
| Name | Type | Description | Notes |
|
|
427
412
|
| ---- | ---- | ----------- | ----- |
|
|
428
413
|
| **container_container_remote_href** | **String** | | |
|
|
429
|
-
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
|
430
414
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
|
431
415
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
|
432
416
|
|
|
@@ -467,7 +451,6 @@ end
|
|
|
467
451
|
api_instance = PulpContainerClient::RemotesContainerApi.new
|
|
468
452
|
container_container_remote_href = 'container_container_remote_href_example' # String |
|
|
469
453
|
opts = {
|
|
470
|
-
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
|
471
454
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
|
472
455
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
|
473
456
|
}
|
|
@@ -504,7 +487,6 @@ end
|
|
|
504
487
|
| Name | Type | Description | Notes |
|
|
505
488
|
| ---- | ---- | ----------- | ----- |
|
|
506
489
|
| **container_container_remote_href** | **String** | | |
|
|
507
|
-
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
|
508
490
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
|
509
491
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
|
510
492
|
|
|
@@ -524,7 +506,7 @@ end
|
|
|
524
506
|
|
|
525
507
|
## partial_update
|
|
526
508
|
|
|
527
|
-
> <AsyncOperationResponse> partial_update(container_container_remote_href, patchedcontainer_container_remote
|
|
509
|
+
> <AsyncOperationResponse> partial_update(container_container_remote_href, patchedcontainer_container_remote)
|
|
528
510
|
|
|
529
511
|
Update a container remote
|
|
530
512
|
|
|
@@ -545,13 +527,10 @@ end
|
|
|
545
527
|
api_instance = PulpContainerClient::RemotesContainerApi.new
|
|
546
528
|
container_container_remote_href = 'container_container_remote_href_example' # String |
|
|
547
529
|
patchedcontainer_container_remote = PulpContainerClient::PatchedcontainerContainerRemote.new # PatchedcontainerContainerRemote |
|
|
548
|
-
opts = {
|
|
549
|
-
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
|
550
|
-
}
|
|
551
530
|
|
|
552
531
|
begin
|
|
553
532
|
# Update a container remote
|
|
554
|
-
result = api_instance.partial_update(container_container_remote_href, patchedcontainer_container_remote
|
|
533
|
+
result = api_instance.partial_update(container_container_remote_href, patchedcontainer_container_remote)
|
|
555
534
|
p result
|
|
556
535
|
rescue PulpContainerClient::ApiError => e
|
|
557
536
|
puts "Error when calling RemotesContainerApi->partial_update: #{e}"
|
|
@@ -562,12 +541,12 @@ end
|
|
|
562
541
|
|
|
563
542
|
This returns an Array which contains the response data, status code and headers.
|
|
564
543
|
|
|
565
|
-
> <Array(<AsyncOperationResponse>, Integer, Hash)> partial_update_with_http_info(container_container_remote_href, patchedcontainer_container_remote
|
|
544
|
+
> <Array(<AsyncOperationResponse>, Integer, Hash)> partial_update_with_http_info(container_container_remote_href, patchedcontainer_container_remote)
|
|
566
545
|
|
|
567
546
|
```ruby
|
|
568
547
|
begin
|
|
569
548
|
# Update a container remote
|
|
570
|
-
data, status_code, headers = api_instance.partial_update_with_http_info(container_container_remote_href, patchedcontainer_container_remote
|
|
549
|
+
data, status_code, headers = api_instance.partial_update_with_http_info(container_container_remote_href, patchedcontainer_container_remote)
|
|
571
550
|
p status_code # => 2xx
|
|
572
551
|
p headers # => { ... }
|
|
573
552
|
p data # => <AsyncOperationResponse>
|
|
@@ -582,7 +561,6 @@ end
|
|
|
582
561
|
| ---- | ---- | ----------- | ----- |
|
|
583
562
|
| **container_container_remote_href** | **String** | | |
|
|
584
563
|
| **patchedcontainer_container_remote** | [**PatchedcontainerContainerRemote**](PatchedcontainerContainerRemote.md) | | |
|
|
585
|
-
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
|
586
564
|
|
|
587
565
|
### Return type
|
|
588
566
|
|
|
@@ -621,7 +599,6 @@ end
|
|
|
621
599
|
api_instance = PulpContainerClient::RemotesContainerApi.new
|
|
622
600
|
container_container_remote_href = 'container_container_remote_href_example' # String |
|
|
623
601
|
opts = {
|
|
624
|
-
x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
|
|
625
602
|
fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
|
|
626
603
|
exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
|
|
627
604
|
}
|
|
@@ -658,7 +635,6 @@ end
|
|
|
658
635
|
| Name | Type | Description | Notes |
|
|
659
636
|
| ---- | ---- | ----------- | ----- |
|
|
660
637
|
| **container_container_remote_href** | **String** | | |
|
|
661
|
-
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
|
662
638
|
| **fields** | [**Array<String>**](String.md) | A list of fields to include in the response. | [optional] |
|
|
663
639
|
| **exclude_fields** | [**Array<String>**](String.md) | A list of fields to exclude from the response. | [optional] |
|
|
664
640
|
|
|
@@ -678,7 +654,7 @@ end
|
|
|
678
654
|
|
|
679
655
|
## remove_role
|
|
680
656
|
|
|
681
|
-
> <NestedRoleResponse> remove_role(container_container_remote_href, nested_role
|
|
657
|
+
> <NestedRoleResponse> remove_role(container_container_remote_href, nested_role)
|
|
682
658
|
|
|
683
659
|
Remove a role
|
|
684
660
|
|
|
@@ -699,13 +675,10 @@ end
|
|
|
699
675
|
api_instance = PulpContainerClient::RemotesContainerApi.new
|
|
700
676
|
container_container_remote_href = 'container_container_remote_href_example' # String |
|
|
701
677
|
nested_role = PulpContainerClient::NestedRole.new({role: 'role_example'}) # NestedRole |
|
|
702
|
-
opts = {
|
|
703
|
-
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
|
704
|
-
}
|
|
705
678
|
|
|
706
679
|
begin
|
|
707
680
|
# Remove a role
|
|
708
|
-
result = api_instance.remove_role(container_container_remote_href, nested_role
|
|
681
|
+
result = api_instance.remove_role(container_container_remote_href, nested_role)
|
|
709
682
|
p result
|
|
710
683
|
rescue PulpContainerClient::ApiError => e
|
|
711
684
|
puts "Error when calling RemotesContainerApi->remove_role: #{e}"
|
|
@@ -716,12 +689,12 @@ end
|
|
|
716
689
|
|
|
717
690
|
This returns an Array which contains the response data, status code and headers.
|
|
718
691
|
|
|
719
|
-
> <Array(<NestedRoleResponse>, Integer, Hash)> remove_role_with_http_info(container_container_remote_href, nested_role
|
|
692
|
+
> <Array(<NestedRoleResponse>, Integer, Hash)> remove_role_with_http_info(container_container_remote_href, nested_role)
|
|
720
693
|
|
|
721
694
|
```ruby
|
|
722
695
|
begin
|
|
723
696
|
# Remove a role
|
|
724
|
-
data, status_code, headers = api_instance.remove_role_with_http_info(container_container_remote_href, nested_role
|
|
697
|
+
data, status_code, headers = api_instance.remove_role_with_http_info(container_container_remote_href, nested_role)
|
|
725
698
|
p status_code # => 2xx
|
|
726
699
|
p headers # => { ... }
|
|
727
700
|
p data # => <NestedRoleResponse>
|
|
@@ -736,7 +709,6 @@ end
|
|
|
736
709
|
| ---- | ---- | ----------- | ----- |
|
|
737
710
|
| **container_container_remote_href** | **String** | | |
|
|
738
711
|
| **nested_role** | [**NestedRole**](NestedRole.md) | | |
|
|
739
|
-
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
|
740
712
|
|
|
741
713
|
### Return type
|
|
742
714
|
|
|
@@ -754,7 +726,7 @@ end
|
|
|
754
726
|
|
|
755
727
|
## set_label
|
|
756
728
|
|
|
757
|
-
> <SetLabelResponse> set_label(container_container_remote_href, set_label
|
|
729
|
+
> <SetLabelResponse> set_label(container_container_remote_href, set_label)
|
|
758
730
|
|
|
759
731
|
Set a label
|
|
760
732
|
|
|
@@ -775,13 +747,10 @@ end
|
|
|
775
747
|
api_instance = PulpContainerClient::RemotesContainerApi.new
|
|
776
748
|
container_container_remote_href = 'container_container_remote_href_example' # String |
|
|
777
749
|
set_label = PulpContainerClient::SetLabel.new({key: 'key_example', value: 'value_example'}) # SetLabel |
|
|
778
|
-
opts = {
|
|
779
|
-
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
|
780
|
-
}
|
|
781
750
|
|
|
782
751
|
begin
|
|
783
752
|
# Set a label
|
|
784
|
-
result = api_instance.set_label(container_container_remote_href, set_label
|
|
753
|
+
result = api_instance.set_label(container_container_remote_href, set_label)
|
|
785
754
|
p result
|
|
786
755
|
rescue PulpContainerClient::ApiError => e
|
|
787
756
|
puts "Error when calling RemotesContainerApi->set_label: #{e}"
|
|
@@ -792,12 +761,12 @@ end
|
|
|
792
761
|
|
|
793
762
|
This returns an Array which contains the response data, status code and headers.
|
|
794
763
|
|
|
795
|
-
> <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(container_container_remote_href, set_label
|
|
764
|
+
> <Array(<SetLabelResponse>, Integer, Hash)> set_label_with_http_info(container_container_remote_href, set_label)
|
|
796
765
|
|
|
797
766
|
```ruby
|
|
798
767
|
begin
|
|
799
768
|
# Set a label
|
|
800
|
-
data, status_code, headers = api_instance.set_label_with_http_info(container_container_remote_href, set_label
|
|
769
|
+
data, status_code, headers = api_instance.set_label_with_http_info(container_container_remote_href, set_label)
|
|
801
770
|
p status_code # => 2xx
|
|
802
771
|
p headers # => { ... }
|
|
803
772
|
p data # => <SetLabelResponse>
|
|
@@ -812,7 +781,6 @@ end
|
|
|
812
781
|
| ---- | ---- | ----------- | ----- |
|
|
813
782
|
| **container_container_remote_href** | **String** | | |
|
|
814
783
|
| **set_label** | [**SetLabel**](SetLabel.md) | | |
|
|
815
|
-
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
|
816
784
|
|
|
817
785
|
### Return type
|
|
818
786
|
|
|
@@ -830,7 +798,7 @@ end
|
|
|
830
798
|
|
|
831
799
|
## unset_label
|
|
832
800
|
|
|
833
|
-
> <UnsetLabelResponse> unset_label(container_container_remote_href, unset_label
|
|
801
|
+
> <UnsetLabelResponse> unset_label(container_container_remote_href, unset_label)
|
|
834
802
|
|
|
835
803
|
Unset a label
|
|
836
804
|
|
|
@@ -851,13 +819,10 @@ end
|
|
|
851
819
|
api_instance = PulpContainerClient::RemotesContainerApi.new
|
|
852
820
|
container_container_remote_href = 'container_container_remote_href_example' # String |
|
|
853
821
|
unset_label = PulpContainerClient::UnsetLabel.new({key: 'key_example'}) # UnsetLabel |
|
|
854
|
-
opts = {
|
|
855
|
-
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
|
856
|
-
}
|
|
857
822
|
|
|
858
823
|
begin
|
|
859
824
|
# Unset a label
|
|
860
|
-
result = api_instance.unset_label(container_container_remote_href, unset_label
|
|
825
|
+
result = api_instance.unset_label(container_container_remote_href, unset_label)
|
|
861
826
|
p result
|
|
862
827
|
rescue PulpContainerClient::ApiError => e
|
|
863
828
|
puts "Error when calling RemotesContainerApi->unset_label: #{e}"
|
|
@@ -868,12 +833,12 @@ end
|
|
|
868
833
|
|
|
869
834
|
This returns an Array which contains the response data, status code and headers.
|
|
870
835
|
|
|
871
|
-
> <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(container_container_remote_href, unset_label
|
|
836
|
+
> <Array(<UnsetLabelResponse>, Integer, Hash)> unset_label_with_http_info(container_container_remote_href, unset_label)
|
|
872
837
|
|
|
873
838
|
```ruby
|
|
874
839
|
begin
|
|
875
840
|
# Unset a label
|
|
876
|
-
data, status_code, headers = api_instance.unset_label_with_http_info(container_container_remote_href, unset_label
|
|
841
|
+
data, status_code, headers = api_instance.unset_label_with_http_info(container_container_remote_href, unset_label)
|
|
877
842
|
p status_code # => 2xx
|
|
878
843
|
p headers # => { ... }
|
|
879
844
|
p data # => <UnsetLabelResponse>
|
|
@@ -888,7 +853,6 @@ end
|
|
|
888
853
|
| ---- | ---- | ----------- | ----- |
|
|
889
854
|
| **container_container_remote_href** | **String** | | |
|
|
890
855
|
| **unset_label** | [**UnsetLabel**](UnsetLabel.md) | | |
|
|
891
|
-
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
|
892
856
|
|
|
893
857
|
### Return type
|
|
894
858
|
|
|
@@ -906,7 +870,7 @@ end
|
|
|
906
870
|
|
|
907
871
|
## update
|
|
908
872
|
|
|
909
|
-
> <AsyncOperationResponse> update(container_container_remote_href, container_container_remote
|
|
873
|
+
> <AsyncOperationResponse> update(container_container_remote_href, container_container_remote)
|
|
910
874
|
|
|
911
875
|
Update a container remote
|
|
912
876
|
|
|
@@ -927,13 +891,10 @@ end
|
|
|
927
891
|
api_instance = PulpContainerClient::RemotesContainerApi.new
|
|
928
892
|
container_container_remote_href = 'container_container_remote_href_example' # String |
|
|
929
893
|
container_container_remote = PulpContainerClient::ContainerContainerRemote.new({name: 'name_example', url: 'url_example', upstream_name: 'upstream_name_example'}) # ContainerContainerRemote |
|
|
930
|
-
opts = {
|
|
931
|
-
x_task_diagnostics: ['inner_example'] # Array<String> | List of profilers to use on tasks.
|
|
932
|
-
}
|
|
933
894
|
|
|
934
895
|
begin
|
|
935
896
|
# Update a container remote
|
|
936
|
-
result = api_instance.update(container_container_remote_href, container_container_remote
|
|
897
|
+
result = api_instance.update(container_container_remote_href, container_container_remote)
|
|
937
898
|
p result
|
|
938
899
|
rescue PulpContainerClient::ApiError => e
|
|
939
900
|
puts "Error when calling RemotesContainerApi->update: #{e}"
|
|
@@ -944,12 +905,12 @@ end
|
|
|
944
905
|
|
|
945
906
|
This returns an Array which contains the response data, status code and headers.
|
|
946
907
|
|
|
947
|
-
> <Array(<AsyncOperationResponse>, Integer, Hash)> update_with_http_info(container_container_remote_href, container_container_remote
|
|
908
|
+
> <Array(<AsyncOperationResponse>, Integer, Hash)> update_with_http_info(container_container_remote_href, container_container_remote)
|
|
948
909
|
|
|
949
910
|
```ruby
|
|
950
911
|
begin
|
|
951
912
|
# Update a container remote
|
|
952
|
-
data, status_code, headers = api_instance.update_with_http_info(container_container_remote_href, container_container_remote
|
|
913
|
+
data, status_code, headers = api_instance.update_with_http_info(container_container_remote_href, container_container_remote)
|
|
953
914
|
p status_code # => 2xx
|
|
954
915
|
p headers # => { ... }
|
|
955
916
|
p data # => <AsyncOperationResponse>
|
|
@@ -964,7 +925,6 @@ end
|
|
|
964
925
|
| ---- | ---- | ----------- | ----- |
|
|
965
926
|
| **container_container_remote_href** | **String** | | |
|
|
966
927
|
| **container_container_remote** | [**ContainerContainerRemote**](ContainerContainerRemote.md) | | |
|
|
967
|
-
| **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
|
|
968
928
|
|
|
969
929
|
### Return type
|
|
970
930
|
|