autosde_openapi_client 1.1.31 → 1.1.32

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 (38) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +0 -8
  3. data/docs/Event.md +0 -4
  4. data/docs/EventApi.md +16 -16
  5. data/docs/Job.md +0 -2
  6. data/docs/JobApi.md +0 -136
  7. data/docs/JobCreate.md +2 -2
  8. data/docs/StorageSystemCreate.md +0 -2
  9. data/lib/autosde_openapi_client/api/event_api.rb +12 -12
  10. data/lib/autosde_openapi_client/api/job_api.rb +0 -118
  11. data/lib/autosde_openapi_client/models/event.rb +2 -22
  12. data/lib/autosde_openapi_client/models/job.rb +1 -11
  13. data/lib/autosde_openapi_client/models/job_create.rb +8 -8
  14. data/lib/autosde_openapi_client/models/storage_system_create.rb +1 -13
  15. data/lib/autosde_openapi_client/version.rb +2 -2
  16. data/lib/autosde_openapi_client.rb +0 -5
  17. data/spec/api/event_api_spec.rb +4 -4
  18. data/spec/api/job_api_spec.rb +0 -20
  19. data/spec/models/event_spec.rb +0 -12
  20. data/spec/models/job_create_spec.rb +1 -1
  21. data/spec/models/job_spec.rb +0 -6
  22. data/spec/models/storage_system_create_spec.rb +0 -6
  23. metadata +73 -93
  24. data/docs/CeleryConfig.md +0 -20
  25. data/docs/CeleryConfigApi.md +0 -140
  26. data/docs/EventResponse.md +0 -36
  27. data/docs/RefreshSystem.md +0 -18
  28. data/docs/RefreshSystemApi.md +0 -75
  29. data/lib/autosde_openapi_client/api/celery_config_api.rb +0 -136
  30. data/lib/autosde_openapi_client/api/refresh_system_api.rb +0 -83
  31. data/lib/autosde_openapi_client/models/celery_config.rb +0 -230
  32. data/lib/autosde_openapi_client/models/event_response.rb +0 -310
  33. data/lib/autosde_openapi_client/models/refresh_system.rb +0 -220
  34. data/spec/api/celery_config_api_spec.rb +0 -54
  35. data/spec/api/refresh_system_api_spec.rb +0 -45
  36. data/spec/models/celery_config_spec.rb +0 -40
  37. data/spec/models/event_response_spec.rb +0 -88
  38. data/spec/models/refresh_system_spec.rb +0 -34
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autosde_openapi_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.31
4
+ version: 1.1.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-08-01 00:00:00.000000000 Z
11
+ date: 2022-08-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -81,11 +81,8 @@ files:
81
81
  - docs/CapabilityTranslation.md
82
82
  - docs/CapabilityTranslationApi.md
83
83
  - docs/CapabilityTranslationCreate.md
84
- - docs/CeleryConfig.md
85
- - docs/CeleryConfigApi.md
86
84
  - docs/Event.md
87
85
  - docs/EventApi.md
88
- - docs/EventResponse.md
89
86
  - docs/Host.md
90
87
  - docs/HostApi.md
91
88
  - docs/HostCluster.md
@@ -111,8 +108,6 @@ files:
111
108
  - docs/ProfileApi.md
112
109
  - docs/ProvisioningStrategy.md
113
110
  - docs/ProvisioningStrategyApi.md
114
- - docs/RefreshSystem.md
115
- - docs/RefreshSystemApi.md
116
111
  - docs/Service.md
117
112
  - docs/ServiceAbstractCapabilityValue.md
118
113
  - docs/ServiceApi.md
@@ -167,7 +162,6 @@ files:
167
162
  - lib/autosde_openapi_client/api/auto_sde_project_api.rb
168
163
  - lib/autosde_openapi_client/api/auto_sde_role_api.rb
169
164
  - lib/autosde_openapi_client/api/capability_translation_api.rb
170
- - lib/autosde_openapi_client/api/celery_config_api.rb
171
165
  - lib/autosde_openapi_client/api/event_api.rb
172
166
  - lib/autosde_openapi_client/api/host_api.rb
173
167
  - lib/autosde_openapi_client/api/host_cluster_api.rb
@@ -178,7 +172,6 @@ files:
178
172
  - lib/autosde_openapi_client/api/native_capability_api.rb
179
173
  - lib/autosde_openapi_client/api/profile_api.rb
180
174
  - lib/autosde_openapi_client/api/provisioning_strategy_api.rb
181
- - lib/autosde_openapi_client/api/refresh_system_api.rb
182
175
  - lib/autosde_openapi_client/api/service_api.rb
183
176
  - lib/autosde_openapi_client/api/service_resource_attachment_api.rb
184
177
  - lib/autosde_openapi_client/api/snapshot_api.rb
@@ -207,9 +200,7 @@ files:
207
200
  - lib/autosde_openapi_client/models/auto_sde_role.rb
208
201
  - lib/autosde_openapi_client/models/capability_translation.rb
209
202
  - lib/autosde_openapi_client/models/capability_translation_create.rb
210
- - lib/autosde_openapi_client/models/celery_config.rb
211
203
  - lib/autosde_openapi_client/models/event.rb
212
- - lib/autosde_openapi_client/models/event_response.rb
213
204
  - lib/autosde_openapi_client/models/host.rb
214
205
  - lib/autosde_openapi_client/models/host_cluster.rb
215
206
  - lib/autosde_openapi_client/models/host_cluster_create.rb
@@ -226,7 +217,6 @@ files:
226
217
  - lib/autosde_openapi_client/models/native_capability.rb
227
218
  - lib/autosde_openapi_client/models/profile.rb
228
219
  - lib/autosde_openapi_client/models/provisioning_strategy.rb
229
- - lib/autosde_openapi_client/models/refresh_system.rb
230
220
  - lib/autosde_openapi_client/models/service.rb
231
221
  - lib/autosde_openapi_client/models/service_abstract_capability_value.rb
232
222
  - lib/autosde_openapi_client/models/service_create.rb
@@ -267,7 +257,6 @@ files:
267
257
  - spec/api/auto_sde_project_api_spec.rb
268
258
  - spec/api/auto_sde_role_api_spec.rb
269
259
  - spec/api/capability_translation_api_spec.rb
270
- - spec/api/celery_config_api_spec.rb
271
260
  - spec/api/event_api_spec.rb
272
261
  - spec/api/host_api_spec.rb
273
262
  - spec/api/host_cluster_api_spec.rb
@@ -278,7 +267,6 @@ files:
278
267
  - spec/api/native_capability_api_spec.rb
279
268
  - spec/api/profile_api_spec.rb
280
269
  - spec/api/provisioning_strategy_api_spec.rb
281
- - spec/api/refresh_system_api_spec.rb
282
270
  - spec/api/service_api_spec.rb
283
271
  - spec/api/service_resource_attachment_api_spec.rb
284
272
  - spec/api/snapshot_api_spec.rb
@@ -306,8 +294,6 @@ files:
306
294
  - spec/models/auto_sde_role_spec.rb
307
295
  - spec/models/capability_translation_create_spec.rb
308
296
  - spec/models/capability_translation_spec.rb
309
- - spec/models/celery_config_spec.rb
310
- - spec/models/event_response_spec.rb
311
297
  - spec/models/event_spec.rb
312
298
  - spec/models/host_cluster_create_spec.rb
313
299
  - spec/models/host_cluster_membership_spec.rb
@@ -325,7 +311,6 @@ files:
325
311
  - spec/models/native_capability_spec.rb
326
312
  - spec/models/profile_spec.rb
327
313
  - spec/models/provisioning_strategy_spec.rb
328
- - spec/models/refresh_system_spec.rb
329
314
  - spec/models/service_abstract_capability_value_spec.rb
330
315
  - spec/models/service_create_spec.rb
331
316
  - spec/models/service_resource_attachment_spec.rb
@@ -383,102 +368,97 @@ signing_key:
383
368
  specification_version: 4
384
369
  summary: Site Manager API Ruby Gem
385
370
  test_files:
386
- - spec/api/capability_translation_api_spec.rb
387
- - spec/api/auto_sde_project_api_spec.rb
388
- - spec/api/job_api_spec.rb
389
- - spec/api/validate_system_api_spec.rb
390
- - spec/api/storage_host_wwpn_candidates_api_spec.rb
391
- - spec/api/service_api_spec.rb
392
- - spec/api/host_cluster_membership_api_spec.rb
393
- - spec/api/celery_config_api_spec.rb
394
- - spec/api/abstract_capability_api_spec.rb
371
+ - spec/api/storage_resource_api_spec.rb
395
372
  - spec/api/provisioning_strategy_api_spec.rb
373
+ - spec/api/service_resource_attachment_api_spec.rb
374
+ - spec/api/authentication_api_spec.rb
396
375
  - spec/api/user_api_spec.rb
397
- - spec/api/auto_sde_role_api_spec.rb
398
- - spec/api/account_api_spec.rb
399
- - spec/api/refresh_system_api_spec.rb
376
+ - spec/api/volume_api_spec.rb
377
+ - spec/api/system_type_api_spec.rb
378
+ - spec/api/service_api_spec.rb
379
+ - spec/api/capability_translation_api_spec.rb
400
380
  - spec/api/host_api_spec.rb
401
- - spec/api/service_resource_attachment_api_spec.rb
381
+ - spec/api/storage_system_api_spec.rb
382
+ - spec/api/host_cluster_api_spec.rb
383
+ - spec/api/host_cluster_volume_mapping_api_spec.rb
402
384
  - spec/api/storage_host_volume_mapping_api_spec.rb
403
- - spec/api/volume_api_spec.rb
404
- - spec/api/authentication_api_spec.rb
405
385
  - spec/api/native_capability_api_spec.rb
406
- - spec/api/host_cluster_volume_mapping_api_spec.rb
407
- - spec/api/profile_api_spec.rb
408
- - spec/api/volume_safe_delete_api_spec.rb
409
- - spec/api/storage_resource_api_spec.rb
410
- - spec/api/address_api_spec.rb
411
- - spec/api/host_cluster_api_spec.rb
386
+ - spec/api/host_cluster_membership_api_spec.rb
387
+ - spec/api/auto_sde_project_api_spec.rb
412
388
  - spec/api/host_volume_connection_api_spec.rb
389
+ - spec/api/storage_host_api_spec.rb
413
390
  - spec/api/event_api_spec.rb
414
- - spec/api/storage_system_api_spec.rb
391
+ - spec/api/volume_safe_delete_api_spec.rb
392
+ - spec/api/account_api_spec.rb
415
393
  - spec/api/snapshot_api_spec.rb
416
- - spec/api/system_type_api_spec.rb
417
- - spec/api/storage_host_api_spec.rb
394
+ - spec/api/auto_sde_role_api_spec.rb
395
+ - spec/api/profile_api_spec.rb
396
+ - spec/api/abstract_capability_api_spec.rb
397
+ - spec/api/validate_system_api_spec.rb
398
+ - spec/api/job_api_spec.rb
399
+ - spec/api/storage_host_wwpn_candidates_api_spec.rb
400
+ - spec/api/address_api_spec.rb
418
401
  - spec/api_client_spec.rb
419
402
  - spec/configuration_spec.rb
420
- - spec/models/volume_create_spec.rb
421
- - spec/models/system_type_spec.rb
403
+ - spec/models/storage_resource_spec.rb
404
+ - spec/models/host_cluster_spec.rb
405
+ - spec/models/user_spec.rb
406
+ - spec/models/account_post_response_spec.rb
407
+ - spec/models/account_spec.rb
408
+ - spec/models/host_cluster_response_spec.rb
409
+ - spec/models/volume_safe_delete_create_spec.rb
410
+ - spec/models/job_spec.rb
411
+ - spec/models/storage_resource_create_spec.rb
422
412
  - spec/models/volume_spec.rb
423
- - spec/models/volume_safe_delete_spec.rb
424
- - spec/models/capability_translation_create_spec.rb
425
- - spec/models/storage_host_response_spec.rb
413
+ - spec/models/service_spec.rb
426
414
  - spec/models/snapshot_create_spec.rb
427
- - spec/models/storage_resource_create_spec.rb
415
+ - spec/models/volume_create_spec.rb
416
+ - spec/models/system_type_create_spec.rb
417
+ - spec/models/event_spec.rb
418
+ - spec/models/address_spec.rb
419
+ - spec/models/storage_host_wwpn_candidates_spec.rb
420
+ - spec/models/host_volume_connection_spec.rb
421
+ - spec/models/host_create_spec.rb
422
+ - spec/models/system_type_spec.rb
423
+ - spec/models/storage_system_create_spec.rb
428
424
  - spec/models/service_resource_attachment_spec.rb
429
425
  - spec/models/auto_sde_project_spec.rb
430
- - spec/models/host_cluster_spec.rb
431
- - spec/models/storage_host_wwpn_candidates_spec.rb
432
- - spec/models/storage_resource_spec.rb
433
- - spec/models/refresh_system_spec.rb
426
+ - spec/models/user_update_spec.rb
427
+ - spec/models/abstract_capability_spec.rb
434
428
  - spec/models/storage_system_update_spec.rb
435
- - spec/models/storage_resource_response_spec.rb
436
- - spec/models/job_create_spec.rb
437
- - spec/models/native_capability_spec.rb
438
- - spec/models/host_cluster_membership_spec.rb
439
- - spec/models/host_spec.rb
440
- - spec/models/storage_host_update_spec.rb
441
- - spec/models/storage_host_spec.rb
442
- - spec/models/storage_host_volume_mapping_spec.rb
443
- - spec/models/job_spec.rb
444
- - spec/models/account_spec.rb
445
- - spec/models/event_response_spec.rb
446
- - spec/models/capability_translation_spec.rb
447
- - spec/models/service_abstract_capability_value_spec.rb
448
- - spec/models/auto_sde_role_spec.rb
449
- - spec/models/host_cluster_volume_mapping_spec.rb
429
+ - spec/models/volume_response_spec.rb
450
430
  - spec/models/profile_spec.rb
451
- - spec/models/snapshot_spec.rb
452
- - spec/models/event_spec.rb
453
- - spec/models/address_create_spec.rb
454
- - spec/models/service_create_spec.rb
455
- - spec/models/abstract_capability_spec.rb
456
- - spec/models/authentication_spec.rb
457
- - spec/models/system_type_create_spec.rb
458
- - spec/models/host_create_spec.rb
459
- - spec/models/user_spec.rb
460
- - spec/models/storage_system_create_spec.rb
461
- - spec/models/host_cluster_response_spec.rb
462
- - spec/models/storage_host_create_spec.rb
463
- - spec/models/storage_host_volume_mapping_response_spec.rb
464
- - spec/models/auth_response_spec.rb
465
- - spec/models/account_post_request_spec.rb
466
- - spec/models/account_post_response_spec.rb
467
431
  - spec/models/provisioning_strategy_spec.rb
468
- - spec/models/volume_safe_delete_create_spec.rb
469
- - spec/models/host_volume_connection_spec.rb
470
432
  - spec/models/host_cluster_create_spec.rb
471
- - spec/models/service_spec.rb
472
- - spec/models/celery_config_spec.rb
473
- - spec/models/host_volume_connection_create_spec.rb
474
- - spec/models/volume_response_spec.rb
433
+ - spec/models/auth_response_spec.rb
434
+ - spec/models/storage_host_volume_mapping_response_spec.rb
435
+ - spec/models/storage_host_create_spec.rb
436
+ - spec/models/storage_host_response_spec.rb
437
+ - spec/models/address_create_spec.rb
438
+ - spec/models/account_post_request_spec.rb
439
+ - spec/models/host_cluster_volume_mapping_spec.rb
475
440
  - spec/models/storage_system_spec.rb
476
- - spec/models/validate_system_spec.rb
441
+ - spec/models/native_capability_spec.rb
442
+ - spec/models/service_create_spec.rb
443
+ - spec/models/host_spec.rb
444
+ - spec/models/storage_host_volume_mapping_spec.rb
445
+ - spec/models/authentication_spec.rb
446
+ - spec/models/storage_resource_response_spec.rb
477
447
  - spec/models/storage_host_volume_mapping_create_spec.rb
478
- - spec/models/host_cluster_volume_mapping_response_spec.rb
479
- - spec/models/volume_update_spec.rb
480
- - spec/models/address_spec.rb
481
448
  - spec/models/user_create_spec.rb
449
+ - spec/models/auto_sde_role_spec.rb
450
+ - spec/models/service_abstract_capability_value_spec.rb
482
451
  - spec/models/host_cluster_volume_mapping_create_spec.rb
483
- - spec/models/user_update_spec.rb
452
+ - spec/models/validate_system_spec.rb
453
+ - spec/models/capability_translation_spec.rb
454
+ - spec/models/volume_update_spec.rb
455
+ - spec/models/host_cluster_volume_mapping_response_spec.rb
456
+ - spec/models/snapshot_spec.rb
457
+ - spec/models/job_create_spec.rb
458
+ - spec/models/host_cluster_membership_spec.rb
459
+ - spec/models/host_volume_connection_create_spec.rb
460
+ - spec/models/capability_translation_create_spec.rb
461
+ - spec/models/volume_safe_delete_spec.rb
462
+ - spec/models/storage_host_update_spec.rb
463
+ - spec/models/storage_host_spec.rb
484
464
  - spec/spec_helper.rb
data/docs/CeleryConfig.md DELETED
@@ -1,20 +0,0 @@
1
- # AutosdeOpenapiClient::CeleryConfig
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **celery_beat_enabled** | **Boolean** | celery_beat_enabled | [optional] |
8
- | **interval_sec** | **Integer** | interval_sec | [optional] |
9
-
10
- ## Example
11
-
12
- ```ruby
13
- require 'autosde_openapi_client'
14
-
15
- instance = AutosdeOpenapiClient::CeleryConfig.new(
16
- celery_beat_enabled: null,
17
- interval_sec: null
18
- )
19
- ```
20
-
@@ -1,140 +0,0 @@
1
- # AutosdeOpenapiClient::CeleryConfigApi
2
-
3
- All URIs are relative to *http://localhost:9000/site-manager/api/v1/engine*
4
-
5
- | Method | HTTP request | Description |
6
- | ------ | ------------ | ----------- |
7
- | [**celery_config_get**](CeleryConfigApi.md#celery_config_get) | **GET** /celery-config | |
8
- | [**celery_config_post**](CeleryConfigApi.md#celery_config_post) | **POST** /celery-config | |
9
-
10
-
11
- ## celery_config_get
12
-
13
- > <Array<CeleryConfig>> celery_config_get
14
-
15
-
16
-
17
- ### Examples
18
-
19
- ```ruby
20
- require 'time'
21
- require 'autosde_openapi_client'
22
- # setup authorization
23
- AutosdeOpenapiClient.configure do |config|
24
- # Configure Bearer authorization: bearerAuth
25
- config.access_token = 'YOUR_BEARER_TOKEN'
26
- end
27
-
28
- api_instance = AutosdeOpenapiClient::CeleryConfigApi.new
29
-
30
- begin
31
-
32
- result = api_instance.celery_config_get
33
- p result
34
- rescue AutosdeOpenapiClient::ApiError => e
35
- puts "Error when calling CeleryConfigApi->celery_config_get: #{e}"
36
- end
37
- ```
38
-
39
- #### Using the celery_config_get_with_http_info variant
40
-
41
- This returns an Array which contains the response data, status code and headers.
42
-
43
- > <Array(<Array<CeleryConfig>>, Integer, Hash)> celery_config_get_with_http_info
44
-
45
- ```ruby
46
- begin
47
-
48
- data, status_code, headers = api_instance.celery_config_get_with_http_info
49
- p status_code # => 2xx
50
- p headers # => { ... }
51
- p data # => <Array<CeleryConfig>>
52
- rescue AutosdeOpenapiClient::ApiError => e
53
- puts "Error when calling CeleryConfigApi->celery_config_get_with_http_info: #{e}"
54
- end
55
- ```
56
-
57
- ### Parameters
58
-
59
- This endpoint does not need any parameter.
60
-
61
- ### Return type
62
-
63
- [**Array&lt;CeleryConfig&gt;**](CeleryConfig.md)
64
-
65
- ### Authorization
66
-
67
- [bearerAuth](../README.md#bearerAuth)
68
-
69
- ### HTTP request headers
70
-
71
- - **Content-Type**: Not defined
72
- - **Accept**: */*
73
-
74
-
75
- ## celery_config_post
76
-
77
- > <CeleryConfig> celery_config_post(celery_config)
78
-
79
-
80
-
81
- ### Examples
82
-
83
- ```ruby
84
- require 'time'
85
- require 'autosde_openapi_client'
86
- # setup authorization
87
- AutosdeOpenapiClient.configure do |config|
88
- # Configure Bearer authorization: bearerAuth
89
- config.access_token = 'YOUR_BEARER_TOKEN'
90
- end
91
-
92
- api_instance = AutosdeOpenapiClient::CeleryConfigApi.new
93
- celery_config = AutosdeOpenapiClient::CeleryConfig.new # CeleryConfig |
94
-
95
- begin
96
-
97
- result = api_instance.celery_config_post(celery_config)
98
- p result
99
- rescue AutosdeOpenapiClient::ApiError => e
100
- puts "Error when calling CeleryConfigApi->celery_config_post: #{e}"
101
- end
102
- ```
103
-
104
- #### Using the celery_config_post_with_http_info variant
105
-
106
- This returns an Array which contains the response data, status code and headers.
107
-
108
- > <Array(<CeleryConfig>, Integer, Hash)> celery_config_post_with_http_info(celery_config)
109
-
110
- ```ruby
111
- begin
112
-
113
- data, status_code, headers = api_instance.celery_config_post_with_http_info(celery_config)
114
- p status_code # => 2xx
115
- p headers # => { ... }
116
- p data # => <CeleryConfig>
117
- rescue AutosdeOpenapiClient::ApiError => e
118
- puts "Error when calling CeleryConfigApi->celery_config_post_with_http_info: #{e}"
119
- end
120
- ```
121
-
122
- ### Parameters
123
-
124
- | Name | Type | Description | Notes |
125
- | ---- | ---- | ----------- | ----- |
126
- | **celery_config** | [**CeleryConfig**](CeleryConfig.md) | | |
127
-
128
- ### Return type
129
-
130
- [**CeleryConfig**](CeleryConfig.md)
131
-
132
- ### Authorization
133
-
134
- [bearerAuth](../README.md#bearerAuth)
135
-
136
- ### HTTP request headers
137
-
138
- - **Content-Type**: application/json
139
- - **Accept**: */*
140
-
@@ -1,36 +0,0 @@
1
- # AutosdeOpenapiClient::EventResponse
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **created_at** | **Time** | created_at | [optional] |
8
- | **description** | **String** | description | [optional] |
9
- | **error_code** | **String** | error_code | [optional] |
10
- | **event_id** | **Integer** | event_id | [optional] |
11
- | **event_type** | **String** | event_type | [optional] |
12
- | **fixed** | **String** | fixed | [optional] |
13
- | **last_timestamp** | **Time** | last_timestamp | [optional] |
14
- | **refresh_interval** | **Integer** | refresh_interval | [optional] |
15
- | **storage_system** | **String** | !!uuid of storage_system | [optional] |
16
- | **uuid** | **String** | uuid | [optional] |
17
-
18
- ## Example
19
-
20
- ```ruby
21
- require 'autosde_openapi_client'
22
-
23
- instance = AutosdeOpenapiClient::EventResponse.new(
24
- created_at: null,
25
- description: null,
26
- error_code: null,
27
- event_id: null,
28
- event_type: null,
29
- fixed: null,
30
- last_timestamp: null,
31
- refresh_interval: null,
32
- storage_system: null,
33
- uuid: null
34
- )
35
- ```
36
-
@@ -1,18 +0,0 @@
1
- # AutosdeOpenapiClient::RefreshSystem
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **uuid** | **String** | uuid | [optional] |
8
-
9
- ## Example
10
-
11
- ```ruby
12
- require 'autosde_openapi_client'
13
-
14
- instance = AutosdeOpenapiClient::RefreshSystem.new(
15
- uuid: null
16
- )
17
- ```
18
-
@@ -1,75 +0,0 @@
1
- # AutosdeOpenapiClient::RefreshSystemApi
2
-
3
- All URIs are relative to *http://localhost:9000/site-manager/api/v1/engine*
4
-
5
- | Method | HTTP request | Description |
6
- | ------ | ------------ | ----------- |
7
- | [**refresh_system_post**](RefreshSystemApi.md#refresh_system_post) | **POST** /refresh-system | |
8
-
9
-
10
- ## refresh_system_post
11
-
12
- > <RefreshSystem> refresh_system_post(refresh_system)
13
-
14
-
15
-
16
- ### Examples
17
-
18
- ```ruby
19
- require 'time'
20
- require 'autosde_openapi_client'
21
- # setup authorization
22
- AutosdeOpenapiClient.configure do |config|
23
- # Configure Bearer authorization: bearerAuth
24
- config.access_token = 'YOUR_BEARER_TOKEN'
25
- end
26
-
27
- api_instance = AutosdeOpenapiClient::RefreshSystemApi.new
28
- refresh_system = AutosdeOpenapiClient::RefreshSystem.new # RefreshSystem |
29
-
30
- begin
31
-
32
- result = api_instance.refresh_system_post(refresh_system)
33
- p result
34
- rescue AutosdeOpenapiClient::ApiError => e
35
- puts "Error when calling RefreshSystemApi->refresh_system_post: #{e}"
36
- end
37
- ```
38
-
39
- #### Using the refresh_system_post_with_http_info variant
40
-
41
- This returns an Array which contains the response data, status code and headers.
42
-
43
- > <Array(<RefreshSystem>, Integer, Hash)> refresh_system_post_with_http_info(refresh_system)
44
-
45
- ```ruby
46
- begin
47
-
48
- data, status_code, headers = api_instance.refresh_system_post_with_http_info(refresh_system)
49
- p status_code # => 2xx
50
- p headers # => { ... }
51
- p data # => <RefreshSystem>
52
- rescue AutosdeOpenapiClient::ApiError => e
53
- puts "Error when calling RefreshSystemApi->refresh_system_post_with_http_info: #{e}"
54
- end
55
- ```
56
-
57
- ### Parameters
58
-
59
- | Name | Type | Description | Notes |
60
- | ---- | ---- | ----------- | ----- |
61
- | **refresh_system** | [**RefreshSystem**](RefreshSystem.md) | | |
62
-
63
- ### Return type
64
-
65
- [**RefreshSystem**](RefreshSystem.md)
66
-
67
- ### Authorization
68
-
69
- [bearerAuth](../README.md#bearerAuth)
70
-
71
- ### HTTP request headers
72
-
73
- - **Content-Type**: application/json
74
- - **Accept**: */*
75
-