eilam_test 1.1.15

Sign up to get free protection for your applications and to get access to all the features.
Files changed (291) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +9 -0
  3. data/LICENSE.txt +21 -0
  4. data/README.md +271 -0
  5. data/Rakefile +10 -0
  6. data/docs/AbstractCapability.md +20 -0
  7. data/docs/AbstractCapabilityApi.md +276 -0
  8. data/docs/Account.md +22 -0
  9. data/docs/AccountApi.md +346 -0
  10. data/docs/AccountPostRequest.md +20 -0
  11. data/docs/AccountPostResponse.md +24 -0
  12. data/docs/Address.md +32 -0
  13. data/docs/AddressApi.md +276 -0
  14. data/docs/AddressCreate.md +32 -0
  15. data/docs/AuthResponse.md +18 -0
  16. data/docs/Authentication.md +20 -0
  17. data/docs/AuthenticationApi.md +70 -0
  18. data/docs/AutoSDEProject.md +56 -0
  19. data/docs/AutoSDEProjectApi.md +276 -0
  20. data/docs/AutoSDERole.md +20 -0
  21. data/docs/AutoSDERoleApi.md +276 -0
  22. data/docs/CapabilityTranslation.md +36 -0
  23. data/docs/CapabilityTranslationApi.md +276 -0
  24. data/docs/CapabilityTranslationCreate.md +32 -0
  25. data/docs/Event.md +32 -0
  26. data/docs/EventApi.md +276 -0
  27. data/docs/Host.md +30 -0
  28. data/docs/HostApi.md +276 -0
  29. data/docs/HostCluster.md +34 -0
  30. data/docs/HostClusterApi.md +276 -0
  31. data/docs/HostClusterCreate.md +30 -0
  32. data/docs/HostClusterMembership.md +24 -0
  33. data/docs/HostClusterMembershipApi.md +276 -0
  34. data/docs/HostClusterResponse.md +34 -0
  35. data/docs/HostClusterVolumeMapping.md +26 -0
  36. data/docs/HostClusterVolumeMappingApi.md +276 -0
  37. data/docs/HostClusterVolumeMappingCreate.md +24 -0
  38. data/docs/HostClusterVolumeMappingResponse.md +26 -0
  39. data/docs/HostCreate.md +40 -0
  40. data/docs/HostVolumeConnection.md +24 -0
  41. data/docs/HostVolumeConnectionApi.md +276 -0
  42. data/docs/HostVolumeConnectionCreate.md +22 -0
  43. data/docs/Job.md +30 -0
  44. data/docs/JobApi.md +140 -0
  45. data/docs/JobCreate.md +20 -0
  46. data/docs/NativeCapability.md +24 -0
  47. data/docs/NativeCapabilityApi.md +276 -0
  48. data/docs/Profile.md +26 -0
  49. data/docs/ProfileApi.md +276 -0
  50. data/docs/ProvisioningStrategy.md +20 -0
  51. data/docs/ProvisioningStrategyApi.md +276 -0
  52. data/docs/Service.md +36 -0
  53. data/docs/ServiceAbstractCapabilityValue.md +22 -0
  54. data/docs/ServiceApi.md +346 -0
  55. data/docs/ServiceCreate.md +34 -0
  56. data/docs/ServiceResourceAttachment.md +24 -0
  57. data/docs/ServiceResourceAttachmentApi.md +276 -0
  58. data/docs/Snapshot.md +26 -0
  59. data/docs/SnapshotApi.md +276 -0
  60. data/docs/SnapshotCreate.md +24 -0
  61. data/docs/StorageHost.md +36 -0
  62. data/docs/StorageHostApi.md +346 -0
  63. data/docs/StorageHostCreate.md +42 -0
  64. data/docs/StorageHostResponse.md +38 -0
  65. data/docs/StorageHostUpdate.md +22 -0
  66. data/docs/StorageHostVolumeMapping.md +26 -0
  67. data/docs/StorageHostVolumeMappingApi.md +276 -0
  68. data/docs/StorageHostVolumeMappingCreate.md +24 -0
  69. data/docs/StorageHostVolumeMappingResponse.md +26 -0
  70. data/docs/StorageHostWWPNCandidates.md +20 -0
  71. data/docs/StorageHostWWPNCandidatesApi.md +72 -0
  72. data/docs/StorageResource.md +34 -0
  73. data/docs/StorageResourceApi.md +346 -0
  74. data/docs/StorageResourceCreate.md +32 -0
  75. data/docs/StorageResourceResponse.md +34 -0
  76. data/docs/StorageSystem.md +34 -0
  77. data/docs/StorageSystemApi.md +346 -0
  78. data/docs/StorageSystemCreate.md +52 -0
  79. data/docs/StorageSystemUpdate.md +24 -0
  80. data/docs/SystemType.md +26 -0
  81. data/docs/SystemTypeApi.md +276 -0
  82. data/docs/SystemTypeCreate.md +28 -0
  83. data/docs/User.md +38 -0
  84. data/docs/UserApi.md +346 -0
  85. data/docs/UserCreate.md +38 -0
  86. data/docs/UserUpdate.md +30 -0
  87. data/docs/ValidateSystem.md +26 -0
  88. data/docs/ValidateSystemApi.md +75 -0
  89. data/docs/Volume.md +36 -0
  90. data/docs/VolumeApi.md +346 -0
  91. data/docs/VolumeCreate.md +34 -0
  92. data/docs/VolumeResponse.md +36 -0
  93. data/docs/VolumeSafeDelete.md +22 -0
  94. data/docs/VolumeSafeDeleteApi.md +276 -0
  95. data/docs/VolumeSafeDeleteCreate.md +18 -0
  96. data/docs/VolumeUpdate.md +20 -0
  97. data/eilam_test.gemspec +38 -0
  98. data/git_push.sh +58 -0
  99. data/lib/.DS_Store +0 -0
  100. data/lib/eilam_test/.DS_Store +0 -0
  101. data/lib/eilam_test/api/abstract_capability_api.rb +254 -0
  102. data/lib/eilam_test/api/account_api.rb +321 -0
  103. data/lib/eilam_test/api/address_api.rb +254 -0
  104. data/lib/eilam_test/api/authentication_api.rb +83 -0
  105. data/lib/eilam_test/api/auto_sde_project_api.rb +254 -0
  106. data/lib/eilam_test/api/auto_sde_role_api.rb +254 -0
  107. data/lib/eilam_test/api/capability_translation_api.rb +254 -0
  108. data/lib/eilam_test/api/event_api.rb +254 -0
  109. data/lib/eilam_test/api/host_api.rb +254 -0
  110. data/lib/eilam_test/api/host_cluster_api.rb +254 -0
  111. data/lib/eilam_test/api/host_cluster_membership_api.rb +254 -0
  112. data/lib/eilam_test/api/host_cluster_volume_mapping_api.rb +254 -0
  113. data/lib/eilam_test/api/host_volume_connection_api.rb +254 -0
  114. data/lib/eilam_test/api/job_api.rb +136 -0
  115. data/lib/eilam_test/api/native_capability_api.rb +254 -0
  116. data/lib/eilam_test/api/profile_api.rb +254 -0
  117. data/lib/eilam_test/api/provisioning_strategy_api.rb +254 -0
  118. data/lib/eilam_test/api/service_api.rb +321 -0
  119. data/lib/eilam_test/api/service_resource_attachment_api.rb +254 -0
  120. data/lib/eilam_test/api/snapshot_api.rb +254 -0
  121. data/lib/eilam_test/api/storage_host_api.rb +321 -0
  122. data/lib/eilam_test/api/storage_host_volume_mapping_api.rb +254 -0
  123. data/lib/eilam_test/api/storage_host_wwpn_candidates_api.rb +75 -0
  124. data/lib/eilam_test/api/storage_resource_api.rb +321 -0
  125. data/lib/eilam_test/api/storage_system_api.rb +321 -0
  126. data/lib/eilam_test/api/system_type_api.rb +254 -0
  127. data/lib/eilam_test/api/user_api.rb +321 -0
  128. data/lib/eilam_test/api/validate_system_api.rb +83 -0
  129. data/lib/eilam_test/api/volume_api.rb +321 -0
  130. data/lib/eilam_test/api/volume_safe_delete_api.rb +254 -0
  131. data/lib/eilam_test/api_client.rb +390 -0
  132. data/lib/eilam_test/api_error.rb +57 -0
  133. data/lib/eilam_test/configuration.rb +293 -0
  134. data/lib/eilam_test/models/abstract_capability.rb +230 -0
  135. data/lib/eilam_test/models/account.rb +240 -0
  136. data/lib/eilam_test/models/account_post_request.rb +230 -0
  137. data/lib/eilam_test/models/account_post_response.rb +250 -0
  138. data/lib/eilam_test/models/address.rb +340 -0
  139. data/lib/eilam_test/models/address_create.rb +342 -0
  140. data/lib/eilam_test/models/auth_response.rb +220 -0
  141. data/lib/eilam_test/models/authentication.rb +230 -0
  142. data/lib/eilam_test/models/auto_sde_project.rb +410 -0
  143. data/lib/eilam_test/models/auto_sde_role.rb +230 -0
  144. data/lib/eilam_test/models/capability_translation.rb +340 -0
  145. data/lib/eilam_test/models/capability_translation_create.rb +322 -0
  146. data/lib/eilam_test/models/event.rb +289 -0
  147. data/lib/eilam_test/models/host.rb +333 -0
  148. data/lib/eilam_test/models/host_cluster.rb +397 -0
  149. data/lib/eilam_test/models/host_cluster_create.rb +338 -0
  150. data/lib/eilam_test/models/host_cluster_membership.rb +287 -0
  151. data/lib/eilam_test/models/host_cluster_response.rb +398 -0
  152. data/lib/eilam_test/models/host_cluster_volume_mapping.rb +299 -0
  153. data/lib/eilam_test/models/host_cluster_volume_mapping_create.rb +291 -0
  154. data/lib/eilam_test/models/host_cluster_volume_mapping_response.rb +301 -0
  155. data/lib/eilam_test/models/host_create.rb +394 -0
  156. data/lib/eilam_test/models/host_volume_connection.rb +287 -0
  157. data/lib/eilam_test/models/host_volume_connection_create.rb +277 -0
  158. data/lib/eilam_test/models/job.rb +280 -0
  159. data/lib/eilam_test/models/job_create.rb +230 -0
  160. data/lib/eilam_test/models/native_capability.rb +251 -0
  161. data/lib/eilam_test/models/profile.rb +295 -0
  162. data/lib/eilam_test/models/provisioning_strategy.rb +269 -0
  163. data/lib/eilam_test/models/service.rb +351 -0
  164. data/lib/eilam_test/models/service_abstract_capability_value.rb +239 -0
  165. data/lib/eilam_test/models/service_create.rb +339 -0
  166. data/lib/eilam_test/models/service_resource_attachment.rb +250 -0
  167. data/lib/eilam_test/models/snapshot.rb +298 -0
  168. data/lib/eilam_test/models/snapshot_create.rb +288 -0
  169. data/lib/eilam_test/models/storage_host.rb +346 -0
  170. data/lib/eilam_test/models/storage_host_create.rb +388 -0
  171. data/lib/eilam_test/models/storage_host_response.rb +363 -0
  172. data/lib/eilam_test/models/storage_host_update.rb +301 -0
  173. data/lib/eilam_test/models/storage_host_volume_mapping.rb +299 -0
  174. data/lib/eilam_test/models/storage_host_volume_mapping_create.rb +291 -0
  175. data/lib/eilam_test/models/storage_host_volume_mapping_response.rb +301 -0
  176. data/lib/eilam_test/models/storage_host_wwpn_candidates.rb +230 -0
  177. data/lib/eilam_test/models/storage_resource.rb +354 -0
  178. data/lib/eilam_test/models/storage_resource_create.rb +345 -0
  179. data/lib/eilam_test/models/storage_resource_response.rb +355 -0
  180. data/lib/eilam_test/models/storage_system.rb +352 -0
  181. data/lib/eilam_test/models/storage_system_create.rb +455 -0
  182. data/lib/eilam_test/models/storage_system_update.rb +265 -0
  183. data/lib/eilam_test/models/system_type.rb +333 -0
  184. data/lib/eilam_test/models/system_type_create.rb +345 -0
  185. data/lib/eilam_test/models/user.rb +395 -0
  186. data/lib/eilam_test/models/user_create.rb +395 -0
  187. data/lib/eilam_test/models/user_update.rb +280 -0
  188. data/lib/eilam_test/models/validate_system.rb +260 -0
  189. data/lib/eilam_test/models/volume.rb +348 -0
  190. data/lib/eilam_test/models/volume_create.rb +343 -0
  191. data/lib/eilam_test/models/volume_response.rb +350 -0
  192. data/lib/eilam_test/models/volume_safe_delete.rb +239 -0
  193. data/lib/eilam_test/models/volume_safe_delete_create.rb +219 -0
  194. data/lib/eilam_test/models/volume_update.rb +232 -0
  195. data/lib/eilam_test/version.rb +15 -0
  196. data/lib/eilam_test.rb +130 -0
  197. data/spec/api/abstract_capability_api_spec.rb +74 -0
  198. data/spec/api/account_api_spec.rb +85 -0
  199. data/spec/api/address_api_spec.rb +74 -0
  200. data/spec/api/authentication_api_spec.rb +45 -0
  201. data/spec/api/auto_sde_project_api_spec.rb +74 -0
  202. data/spec/api/auto_sde_role_api_spec.rb +74 -0
  203. data/spec/api/capability_translation_api_spec.rb +74 -0
  204. data/spec/api/event_api_spec.rb +74 -0
  205. data/spec/api/host_api_spec.rb +74 -0
  206. data/spec/api/host_cluster_api_spec.rb +74 -0
  207. data/spec/api/host_cluster_membership_api_spec.rb +74 -0
  208. data/spec/api/host_cluster_volume_mapping_api_spec.rb +74 -0
  209. data/spec/api/host_volume_connection_api_spec.rb +74 -0
  210. data/spec/api/job_api_spec.rb +54 -0
  211. data/spec/api/native_capability_api_spec.rb +74 -0
  212. data/spec/api/profile_api_spec.rb +74 -0
  213. data/spec/api/provisioning_strategy_api_spec.rb +74 -0
  214. data/spec/api/service_api_spec.rb +85 -0
  215. data/spec/api/service_resource_attachment_api_spec.rb +74 -0
  216. data/spec/api/snapshot_api_spec.rb +74 -0
  217. data/spec/api/storage_host_api_spec.rb +85 -0
  218. data/spec/api/storage_host_volume_mapping_api_spec.rb +74 -0
  219. data/spec/api/storage_host_wwpn_candidates_api_spec.rb +44 -0
  220. data/spec/api/storage_resource_api_spec.rb +85 -0
  221. data/spec/api/storage_system_api_spec.rb +85 -0
  222. data/spec/api/system_type_api_spec.rb +74 -0
  223. data/spec/api/user_api_spec.rb +85 -0
  224. data/spec/api/validate_system_api_spec.rb +45 -0
  225. data/spec/api/volume_api_spec.rb +85 -0
  226. data/spec/api/volume_safe_delete_api_spec.rb +74 -0
  227. data/spec/api_client_spec.rb +226 -0
  228. data/spec/configuration_spec.rb +42 -0
  229. data/spec/models/abstract_capability_spec.rb +40 -0
  230. data/spec/models/account_post_request_spec.rb +40 -0
  231. data/spec/models/account_post_response_spec.rb +52 -0
  232. data/spec/models/account_spec.rb +46 -0
  233. data/spec/models/address_create_spec.rb +84 -0
  234. data/spec/models/address_spec.rb +84 -0
  235. data/spec/models/auth_response_spec.rb +34 -0
  236. data/spec/models/authentication_spec.rb +40 -0
  237. data/spec/models/auto_sde_project_spec.rb +148 -0
  238. data/spec/models/auto_sde_role_spec.rb +40 -0
  239. data/spec/models/capability_translation_create_spec.rb +76 -0
  240. data/spec/models/capability_translation_spec.rb +88 -0
  241. data/spec/models/event_spec.rb +76 -0
  242. data/spec/models/host_cluster_create_spec.rb +70 -0
  243. data/spec/models/host_cluster_membership_spec.rb +56 -0
  244. data/spec/models/host_cluster_response_spec.rb +86 -0
  245. data/spec/models/host_cluster_spec.rb +86 -0
  246. data/spec/models/host_cluster_volume_mapping_create_spec.rb +56 -0
  247. data/spec/models/host_cluster_volume_mapping_response_spec.rb +62 -0
  248. data/spec/models/host_cluster_volume_mapping_spec.rb +62 -0
  249. data/spec/models/host_create_spec.rb +112 -0
  250. data/spec/models/host_spec.rb +78 -0
  251. data/spec/models/host_volume_connection_create_spec.rb +50 -0
  252. data/spec/models/host_volume_connection_spec.rb +56 -0
  253. data/spec/models/job_create_spec.rb +40 -0
  254. data/spec/models/job_spec.rb +70 -0
  255. data/spec/models/native_capability_spec.rb +52 -0
  256. data/spec/models/profile_spec.rb +62 -0
  257. data/spec/models/provisioning_strategy_spec.rb +44 -0
  258. data/spec/models/service_abstract_capability_value_spec.rb +46 -0
  259. data/spec/models/service_create_spec.rb +86 -0
  260. data/spec/models/service_resource_attachment_spec.rb +52 -0
  261. data/spec/models/service_spec.rb +92 -0
  262. data/spec/models/snapshot_create_spec.rb +56 -0
  263. data/spec/models/snapshot_spec.rb +62 -0
  264. data/spec/models/storage_host_create_spec.rb +114 -0
  265. data/spec/models/storage_host_response_spec.rb +98 -0
  266. data/spec/models/storage_host_spec.rb +92 -0
  267. data/spec/models/storage_host_update_spec.rb +54 -0
  268. data/spec/models/storage_host_volume_mapping_create_spec.rb +56 -0
  269. data/spec/models/storage_host_volume_mapping_response_spec.rb +62 -0
  270. data/spec/models/storage_host_volume_mapping_spec.rb +62 -0
  271. data/spec/models/storage_host_wwpn_candidates_spec.rb +40 -0
  272. data/spec/models/storage_resource_create_spec.rb +84 -0
  273. data/spec/models/storage_resource_response_spec.rb +90 -0
  274. data/spec/models/storage_resource_spec.rb +90 -0
  275. data/spec/models/storage_system_create_spec.rb +148 -0
  276. data/spec/models/storage_system_spec.rb +90 -0
  277. data/spec/models/storage_system_update_spec.rb +52 -0
  278. data/spec/models/system_type_create_spec.rb +72 -0
  279. data/spec/models/system_type_spec.rb +66 -0
  280. data/spec/models/user_create_spec.rb +94 -0
  281. data/spec/models/user_spec.rb +94 -0
  282. data/spec/models/user_update_spec.rb +70 -0
  283. data/spec/models/validate_system_spec.rb +58 -0
  284. data/spec/models/volume_create_spec.rb +86 -0
  285. data/spec/models/volume_response_spec.rb +92 -0
  286. data/spec/models/volume_safe_delete_create_spec.rb +34 -0
  287. data/spec/models/volume_safe_delete_spec.rb +46 -0
  288. data/spec/models/volume_spec.rb +92 -0
  289. data/spec/models/volume_update_spec.rb +40 -0
  290. data/spec/spec_helper.rb +111 -0
  291. metadata +466 -0
@@ -0,0 +1,276 @@
1
+ # AutosdeOpenapiClient::SnapshotApi
2
+
3
+ All URIs are relative to *http://localhost:9000/site-manager/api/v1/engine*
4
+
5
+ | Method | HTTP request | Description |
6
+ | ------ | ------------ | ----------- |
7
+ | [**snapshots_get**](SnapshotApi.md#snapshots_get) | **GET** /snapshots | |
8
+ | [**snapshots_pk_delete**](SnapshotApi.md#snapshots_pk_delete) | **DELETE** /snapshots/{pk} | |
9
+ | [**snapshots_pk_get**](SnapshotApi.md#snapshots_pk_get) | **GET** /snapshots/{pk} | |
10
+ | [**snapshots_post**](SnapshotApi.md#snapshots_post) | **POST** /snapshots | |
11
+
12
+
13
+ ## snapshots_get
14
+
15
+ > <Array<Snapshot>> snapshots_get
16
+
17
+
18
+
19
+ ### Examples
20
+
21
+ ```ruby
22
+ require 'time'
23
+ require 'autosde_openapi_client'
24
+ # setup authorization
25
+ AutosdeOpenapiClient.configure do |config|
26
+ # Configure Bearer authorization: bearerAuth
27
+ config.access_token = 'YOUR_BEARER_TOKEN'
28
+ end
29
+
30
+ api_instance = AutosdeOpenapiClient::SnapshotApi.new
31
+
32
+ begin
33
+
34
+ result = api_instance.snapshots_get
35
+ p result
36
+ rescue AutosdeOpenapiClient::ApiError => e
37
+ puts "Error when calling SnapshotApi->snapshots_get: #{e}"
38
+ end
39
+ ```
40
+
41
+ #### Using the snapshots_get_with_http_info variant
42
+
43
+ This returns an Array which contains the response data, status code and headers.
44
+
45
+ > <Array(<Array<Snapshot>>, Integer, Hash)> snapshots_get_with_http_info
46
+
47
+ ```ruby
48
+ begin
49
+
50
+ data, status_code, headers = api_instance.snapshots_get_with_http_info
51
+ p status_code # => 2xx
52
+ p headers # => { ... }
53
+ p data # => <Array<Snapshot>>
54
+ rescue AutosdeOpenapiClient::ApiError => e
55
+ puts "Error when calling SnapshotApi->snapshots_get_with_http_info: #{e}"
56
+ end
57
+ ```
58
+
59
+ ### Parameters
60
+
61
+ This endpoint does not need any parameter.
62
+
63
+ ### Return type
64
+
65
+ [**Array&lt;Snapshot&gt;**](Snapshot.md)
66
+
67
+ ### Authorization
68
+
69
+ [bearerAuth](../README.md#bearerAuth)
70
+
71
+ ### HTTP request headers
72
+
73
+ - **Content-Type**: Not defined
74
+ - **Accept**: */*
75
+
76
+
77
+ ## snapshots_pk_delete
78
+
79
+ > <Array<Snapshot>> snapshots_pk_delete(pk)
80
+
81
+
82
+
83
+ ### Examples
84
+
85
+ ```ruby
86
+ require 'time'
87
+ require 'autosde_openapi_client'
88
+ # setup authorization
89
+ AutosdeOpenapiClient.configure do |config|
90
+ # Configure Bearer authorization: bearerAuth
91
+ config.access_token = 'YOUR_BEARER_TOKEN'
92
+ end
93
+
94
+ api_instance = AutosdeOpenapiClient::SnapshotApi.new
95
+ pk = 56 # Integer |
96
+
97
+ begin
98
+
99
+ result = api_instance.snapshots_pk_delete(pk)
100
+ p result
101
+ rescue AutosdeOpenapiClient::ApiError => e
102
+ puts "Error when calling SnapshotApi->snapshots_pk_delete: #{e}"
103
+ end
104
+ ```
105
+
106
+ #### Using the snapshots_pk_delete_with_http_info variant
107
+
108
+ This returns an Array which contains the response data, status code and headers.
109
+
110
+ > <Array(<Array<Snapshot>>, Integer, Hash)> snapshots_pk_delete_with_http_info(pk)
111
+
112
+ ```ruby
113
+ begin
114
+
115
+ data, status_code, headers = api_instance.snapshots_pk_delete_with_http_info(pk)
116
+ p status_code # => 2xx
117
+ p headers # => { ... }
118
+ p data # => <Array<Snapshot>>
119
+ rescue AutosdeOpenapiClient::ApiError => e
120
+ puts "Error when calling SnapshotApi->snapshots_pk_delete_with_http_info: #{e}"
121
+ end
122
+ ```
123
+
124
+ ### Parameters
125
+
126
+ | Name | Type | Description | Notes |
127
+ | ---- | ---- | ----------- | ----- |
128
+ | **pk** | **Integer** | | |
129
+
130
+ ### Return type
131
+
132
+ [**Array&lt;Snapshot&gt;**](Snapshot.md)
133
+
134
+ ### Authorization
135
+
136
+ [bearerAuth](../README.md#bearerAuth)
137
+
138
+ ### HTTP request headers
139
+
140
+ - **Content-Type**: Not defined
141
+ - **Accept**: */*
142
+
143
+
144
+ ## snapshots_pk_get
145
+
146
+ > <Array<Snapshot>> snapshots_pk_get(pk)
147
+
148
+
149
+
150
+ ### Examples
151
+
152
+ ```ruby
153
+ require 'time'
154
+ require 'autosde_openapi_client'
155
+ # setup authorization
156
+ AutosdeOpenapiClient.configure do |config|
157
+ # Configure Bearer authorization: bearerAuth
158
+ config.access_token = 'YOUR_BEARER_TOKEN'
159
+ end
160
+
161
+ api_instance = AutosdeOpenapiClient::SnapshotApi.new
162
+ pk = 56 # Integer |
163
+
164
+ begin
165
+
166
+ result = api_instance.snapshots_pk_get(pk)
167
+ p result
168
+ rescue AutosdeOpenapiClient::ApiError => e
169
+ puts "Error when calling SnapshotApi->snapshots_pk_get: #{e}"
170
+ end
171
+ ```
172
+
173
+ #### Using the snapshots_pk_get_with_http_info variant
174
+
175
+ This returns an Array which contains the response data, status code and headers.
176
+
177
+ > <Array(<Array<Snapshot>>, Integer, Hash)> snapshots_pk_get_with_http_info(pk)
178
+
179
+ ```ruby
180
+ begin
181
+
182
+ data, status_code, headers = api_instance.snapshots_pk_get_with_http_info(pk)
183
+ p status_code # => 2xx
184
+ p headers # => { ... }
185
+ p data # => <Array<Snapshot>>
186
+ rescue AutosdeOpenapiClient::ApiError => e
187
+ puts "Error when calling SnapshotApi->snapshots_pk_get_with_http_info: #{e}"
188
+ end
189
+ ```
190
+
191
+ ### Parameters
192
+
193
+ | Name | Type | Description | Notes |
194
+ | ---- | ---- | ----------- | ----- |
195
+ | **pk** | **Integer** | | |
196
+
197
+ ### Return type
198
+
199
+ [**Array&lt;Snapshot&gt;**](Snapshot.md)
200
+
201
+ ### Authorization
202
+
203
+ [bearerAuth](../README.md#bearerAuth)
204
+
205
+ ### HTTP request headers
206
+
207
+ - **Content-Type**: Not defined
208
+ - **Accept**: */*
209
+
210
+
211
+ ## snapshots_post
212
+
213
+ > <Snapshot> snapshots_post(snapshot_create)
214
+
215
+
216
+
217
+ ### Examples
218
+
219
+ ```ruby
220
+ require 'time'
221
+ require 'autosde_openapi_client'
222
+ # setup authorization
223
+ AutosdeOpenapiClient.configure do |config|
224
+ # Configure Bearer authorization: bearerAuth
225
+ config.access_token = 'YOUR_BEARER_TOKEN'
226
+ end
227
+
228
+ api_instance = AutosdeOpenapiClient::SnapshotApi.new
229
+ snapshot_create = AutosdeOpenapiClient::SnapshotCreate.new # SnapshotCreate |
230
+
231
+ begin
232
+
233
+ result = api_instance.snapshots_post(snapshot_create)
234
+ p result
235
+ rescue AutosdeOpenapiClient::ApiError => e
236
+ puts "Error when calling SnapshotApi->snapshots_post: #{e}"
237
+ end
238
+ ```
239
+
240
+ #### Using the snapshots_post_with_http_info variant
241
+
242
+ This returns an Array which contains the response data, status code and headers.
243
+
244
+ > <Array(<Snapshot>, Integer, Hash)> snapshots_post_with_http_info(snapshot_create)
245
+
246
+ ```ruby
247
+ begin
248
+
249
+ data, status_code, headers = api_instance.snapshots_post_with_http_info(snapshot_create)
250
+ p status_code # => 2xx
251
+ p headers # => { ... }
252
+ p data # => <Snapshot>
253
+ rescue AutosdeOpenapiClient::ApiError => e
254
+ puts "Error when calling SnapshotApi->snapshots_post_with_http_info: #{e}"
255
+ end
256
+ ```
257
+
258
+ ### Parameters
259
+
260
+ | Name | Type | Description | Notes |
261
+ | ---- | ---- | ----------- | ----- |
262
+ | **snapshot_create** | [**SnapshotCreate**](SnapshotCreate.md) | | |
263
+
264
+ ### Return type
265
+
266
+ [**Snapshot**](Snapshot.md)
267
+
268
+ ### Authorization
269
+
270
+ [bearerAuth](../README.md#bearerAuth)
271
+
272
+ ### HTTP request headers
273
+
274
+ - **Content-Type**: application/json
275
+ - **Accept**: */*
276
+
@@ -0,0 +1,24 @@
1
+ # AutosdeOpenapiClient::SnapshotCreate
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **component_state** | **String** | component_state | [optional] |
8
+ | **description** | **String** | description | [optional] |
9
+ | **name** | **String** | name | [optional] |
10
+ | **volume** | [**Volume**](Volume.md) | | [optional] |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'autosde_openapi_client'
16
+
17
+ instance = AutosdeOpenapiClient::SnapshotCreate.new(
18
+ component_state: null,
19
+ description: null,
20
+ name: null,
21
+ volume: null
22
+ )
23
+ ```
24
+
@@ -0,0 +1,36 @@
1
+ # AutosdeOpenapiClient::StorageHost
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **component_state** | **String** | component_state | [optional] |
8
+ | **description** | **String** | description | [optional] |
9
+ | **host_cluster** | [**HostCluster**](HostCluster.md) | | [optional] |
10
+ | **host_cluster_name** | **String** | host_cluster_name | [optional] |
11
+ | **io_groups** | **String** | io_groups | [optional] |
12
+ | **name** | **String** | The Storage Host Name | [optional] |
13
+ | **status** | **String** | status | [optional] |
14
+ | **storage_system** | [**StorageSystem**](StorageSystem.md) | | [optional] |
15
+ | **uuid** | **String** | uuid | [optional] |
16
+ | **volumes** | [**Volume**](Volume.md) | | [optional] |
17
+
18
+ ## Example
19
+
20
+ ```ruby
21
+ require 'autosde_openapi_client'
22
+
23
+ instance = AutosdeOpenapiClient::StorageHost.new(
24
+ component_state: null,
25
+ description: null,
26
+ host_cluster: null,
27
+ host_cluster_name: null,
28
+ io_groups: null,
29
+ name: null,
30
+ status: null,
31
+ storage_system: null,
32
+ uuid: null,
33
+ volumes: null
34
+ )
35
+ ```
36
+
@@ -0,0 +1,346 @@
1
+ # AutosdeOpenapiClient::StorageHostApi
2
+
3
+ All URIs are relative to *http://localhost:9000/site-manager/api/v1/engine*
4
+
5
+ | Method | HTTP request | Description |
6
+ | ------ | ------------ | ----------- |
7
+ | [**storage_hosts_get**](StorageHostApi.md#storage_hosts_get) | **GET** /storage-hosts | |
8
+ | [**storage_hosts_pk_delete**](StorageHostApi.md#storage_hosts_pk_delete) | **DELETE** /storage-hosts/{pk} | |
9
+ | [**storage_hosts_pk_get**](StorageHostApi.md#storage_hosts_pk_get) | **GET** /storage-hosts/{pk} | |
10
+ | [**storage_hosts_pk_put**](StorageHostApi.md#storage_hosts_pk_put) | **PUT** /storage-hosts/{pk} | |
11
+ | [**storage_hosts_post**](StorageHostApi.md#storage_hosts_post) | **POST** /storage-hosts | |
12
+
13
+
14
+ ## storage_hosts_get
15
+
16
+ > <Array<StorageHostResponse>> storage_hosts_get
17
+
18
+
19
+
20
+ ### Examples
21
+
22
+ ```ruby
23
+ require 'time'
24
+ require 'autosde_openapi_client'
25
+ # setup authorization
26
+ AutosdeOpenapiClient.configure do |config|
27
+ # Configure Bearer authorization: bearerAuth
28
+ config.access_token = 'YOUR_BEARER_TOKEN'
29
+ end
30
+
31
+ api_instance = AutosdeOpenapiClient::StorageHostApi.new
32
+
33
+ begin
34
+
35
+ result = api_instance.storage_hosts_get
36
+ p result
37
+ rescue AutosdeOpenapiClient::ApiError => e
38
+ puts "Error when calling StorageHostApi->storage_hosts_get: #{e}"
39
+ end
40
+ ```
41
+
42
+ #### Using the storage_hosts_get_with_http_info variant
43
+
44
+ This returns an Array which contains the response data, status code and headers.
45
+
46
+ > <Array(<Array<StorageHostResponse>>, Integer, Hash)> storage_hosts_get_with_http_info
47
+
48
+ ```ruby
49
+ begin
50
+
51
+ data, status_code, headers = api_instance.storage_hosts_get_with_http_info
52
+ p status_code # => 2xx
53
+ p headers # => { ... }
54
+ p data # => <Array<StorageHostResponse>>
55
+ rescue AutosdeOpenapiClient::ApiError => e
56
+ puts "Error when calling StorageHostApi->storage_hosts_get_with_http_info: #{e}"
57
+ end
58
+ ```
59
+
60
+ ### Parameters
61
+
62
+ This endpoint does not need any parameter.
63
+
64
+ ### Return type
65
+
66
+ [**Array&lt;StorageHostResponse&gt;**](StorageHostResponse.md)
67
+
68
+ ### Authorization
69
+
70
+ [bearerAuth](../README.md#bearerAuth)
71
+
72
+ ### HTTP request headers
73
+
74
+ - **Content-Type**: Not defined
75
+ - **Accept**: */*
76
+
77
+
78
+ ## storage_hosts_pk_delete
79
+
80
+ > <Array<StorageHost>> storage_hosts_pk_delete(pk)
81
+
82
+
83
+
84
+ ### Examples
85
+
86
+ ```ruby
87
+ require 'time'
88
+ require 'autosde_openapi_client'
89
+ # setup authorization
90
+ AutosdeOpenapiClient.configure do |config|
91
+ # Configure Bearer authorization: bearerAuth
92
+ config.access_token = 'YOUR_BEARER_TOKEN'
93
+ end
94
+
95
+ api_instance = AutosdeOpenapiClient::StorageHostApi.new
96
+ pk = 56 # Integer |
97
+
98
+ begin
99
+
100
+ result = api_instance.storage_hosts_pk_delete(pk)
101
+ p result
102
+ rescue AutosdeOpenapiClient::ApiError => e
103
+ puts "Error when calling StorageHostApi->storage_hosts_pk_delete: #{e}"
104
+ end
105
+ ```
106
+
107
+ #### Using the storage_hosts_pk_delete_with_http_info variant
108
+
109
+ This returns an Array which contains the response data, status code and headers.
110
+
111
+ > <Array(<Array<StorageHost>>, Integer, Hash)> storage_hosts_pk_delete_with_http_info(pk)
112
+
113
+ ```ruby
114
+ begin
115
+
116
+ data, status_code, headers = api_instance.storage_hosts_pk_delete_with_http_info(pk)
117
+ p status_code # => 2xx
118
+ p headers # => { ... }
119
+ p data # => <Array<StorageHost>>
120
+ rescue AutosdeOpenapiClient::ApiError => e
121
+ puts "Error when calling StorageHostApi->storage_hosts_pk_delete_with_http_info: #{e}"
122
+ end
123
+ ```
124
+
125
+ ### Parameters
126
+
127
+ | Name | Type | Description | Notes |
128
+ | ---- | ---- | ----------- | ----- |
129
+ | **pk** | **Integer** | | |
130
+
131
+ ### Return type
132
+
133
+ [**Array&lt;StorageHost&gt;**](StorageHost.md)
134
+
135
+ ### Authorization
136
+
137
+ [bearerAuth](../README.md#bearerAuth)
138
+
139
+ ### HTTP request headers
140
+
141
+ - **Content-Type**: Not defined
142
+ - **Accept**: */*
143
+
144
+
145
+ ## storage_hosts_pk_get
146
+
147
+ > <Array<StorageHost>> storage_hosts_pk_get(pk)
148
+
149
+
150
+
151
+ ### Examples
152
+
153
+ ```ruby
154
+ require 'time'
155
+ require 'autosde_openapi_client'
156
+ # setup authorization
157
+ AutosdeOpenapiClient.configure do |config|
158
+ # Configure Bearer authorization: bearerAuth
159
+ config.access_token = 'YOUR_BEARER_TOKEN'
160
+ end
161
+
162
+ api_instance = AutosdeOpenapiClient::StorageHostApi.new
163
+ pk = 56 # Integer |
164
+
165
+ begin
166
+
167
+ result = api_instance.storage_hosts_pk_get(pk)
168
+ p result
169
+ rescue AutosdeOpenapiClient::ApiError => e
170
+ puts "Error when calling StorageHostApi->storage_hosts_pk_get: #{e}"
171
+ end
172
+ ```
173
+
174
+ #### Using the storage_hosts_pk_get_with_http_info variant
175
+
176
+ This returns an Array which contains the response data, status code and headers.
177
+
178
+ > <Array(<Array<StorageHost>>, Integer, Hash)> storage_hosts_pk_get_with_http_info(pk)
179
+
180
+ ```ruby
181
+ begin
182
+
183
+ data, status_code, headers = api_instance.storage_hosts_pk_get_with_http_info(pk)
184
+ p status_code # => 2xx
185
+ p headers # => { ... }
186
+ p data # => <Array<StorageHost>>
187
+ rescue AutosdeOpenapiClient::ApiError => e
188
+ puts "Error when calling StorageHostApi->storage_hosts_pk_get_with_http_info: #{e}"
189
+ end
190
+ ```
191
+
192
+ ### Parameters
193
+
194
+ | Name | Type | Description | Notes |
195
+ | ---- | ---- | ----------- | ----- |
196
+ | **pk** | **Integer** | | |
197
+
198
+ ### Return type
199
+
200
+ [**Array&lt;StorageHost&gt;**](StorageHost.md)
201
+
202
+ ### Authorization
203
+
204
+ [bearerAuth](../README.md#bearerAuth)
205
+
206
+ ### HTTP request headers
207
+
208
+ - **Content-Type**: Not defined
209
+ - **Accept**: */*
210
+
211
+
212
+ ## storage_hosts_pk_put
213
+
214
+ > <StorageHost> storage_hosts_pk_put(pk, storage_host_update)
215
+
216
+
217
+
218
+ ### Examples
219
+
220
+ ```ruby
221
+ require 'time'
222
+ require 'autosde_openapi_client'
223
+ # setup authorization
224
+ AutosdeOpenapiClient.configure do |config|
225
+ # Configure Bearer authorization: bearerAuth
226
+ config.access_token = 'YOUR_BEARER_TOKEN'
227
+ end
228
+
229
+ api_instance = AutosdeOpenapiClient::StorageHostApi.new
230
+ pk = 56 # Integer |
231
+ storage_host_update = AutosdeOpenapiClient::StorageHostUpdate.new # StorageHostUpdate |
232
+
233
+ begin
234
+
235
+ result = api_instance.storage_hosts_pk_put(pk, storage_host_update)
236
+ p result
237
+ rescue AutosdeOpenapiClient::ApiError => e
238
+ puts "Error when calling StorageHostApi->storage_hosts_pk_put: #{e}"
239
+ end
240
+ ```
241
+
242
+ #### Using the storage_hosts_pk_put_with_http_info variant
243
+
244
+ This returns an Array which contains the response data, status code and headers.
245
+
246
+ > <Array(<StorageHost>, Integer, Hash)> storage_hosts_pk_put_with_http_info(pk, storage_host_update)
247
+
248
+ ```ruby
249
+ begin
250
+
251
+ data, status_code, headers = api_instance.storage_hosts_pk_put_with_http_info(pk, storage_host_update)
252
+ p status_code # => 2xx
253
+ p headers # => { ... }
254
+ p data # => <StorageHost>
255
+ rescue AutosdeOpenapiClient::ApiError => e
256
+ puts "Error when calling StorageHostApi->storage_hosts_pk_put_with_http_info: #{e}"
257
+ end
258
+ ```
259
+
260
+ ### Parameters
261
+
262
+ | Name | Type | Description | Notes |
263
+ | ---- | ---- | ----------- | ----- |
264
+ | **pk** | **Integer** | | |
265
+ | **storage_host_update** | [**StorageHostUpdate**](StorageHostUpdate.md) | | |
266
+
267
+ ### Return type
268
+
269
+ [**StorageHost**](StorageHost.md)
270
+
271
+ ### Authorization
272
+
273
+ [bearerAuth](../README.md#bearerAuth)
274
+
275
+ ### HTTP request headers
276
+
277
+ - **Content-Type**: application/json
278
+ - **Accept**: */*
279
+
280
+
281
+ ## storage_hosts_post
282
+
283
+ > <StorageHostResponse> storage_hosts_post(storage_host_create)
284
+
285
+
286
+
287
+ ### Examples
288
+
289
+ ```ruby
290
+ require 'time'
291
+ require 'autosde_openapi_client'
292
+ # setup authorization
293
+ AutosdeOpenapiClient.configure do |config|
294
+ # Configure Bearer authorization: bearerAuth
295
+ config.access_token = 'YOUR_BEARER_TOKEN'
296
+ end
297
+
298
+ api_instance = AutosdeOpenapiClient::StorageHostApi.new
299
+ storage_host_create = AutosdeOpenapiClient::StorageHostCreate.new # StorageHostCreate |
300
+
301
+ begin
302
+
303
+ result = api_instance.storage_hosts_post(storage_host_create)
304
+ p result
305
+ rescue AutosdeOpenapiClient::ApiError => e
306
+ puts "Error when calling StorageHostApi->storage_hosts_post: #{e}"
307
+ end
308
+ ```
309
+
310
+ #### Using the storage_hosts_post_with_http_info variant
311
+
312
+ This returns an Array which contains the response data, status code and headers.
313
+
314
+ > <Array(<StorageHostResponse>, Integer, Hash)> storage_hosts_post_with_http_info(storage_host_create)
315
+
316
+ ```ruby
317
+ begin
318
+
319
+ data, status_code, headers = api_instance.storage_hosts_post_with_http_info(storage_host_create)
320
+ p status_code # => 2xx
321
+ p headers # => { ... }
322
+ p data # => <StorageHostResponse>
323
+ rescue AutosdeOpenapiClient::ApiError => e
324
+ puts "Error when calling StorageHostApi->storage_hosts_post_with_http_info: #{e}"
325
+ end
326
+ ```
327
+
328
+ ### Parameters
329
+
330
+ | Name | Type | Description | Notes |
331
+ | ---- | ---- | ----------- | ----- |
332
+ | **storage_host_create** | [**StorageHostCreate**](StorageHostCreate.md) | | |
333
+
334
+ ### Return type
335
+
336
+ [**StorageHostResponse**](StorageHostResponse.md)
337
+
338
+ ### Authorization
339
+
340
+ [bearerAuth](../README.md#bearerAuth)
341
+
342
+ ### HTTP request headers
343
+
344
+ - **Content-Type**: application/json
345
+ - **Accept**: */*
346
+
@@ -0,0 +1,42 @@
1
+ # AutosdeOpenapiClient::StorageHostCreate
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **chap_name** | **String** | chap_name | [optional] |
8
+ | **chap_secret** | **String** | chap_secret | [optional] |
9
+ | **component_state** | **String** | component_state | [optional] |
10
+ | **description** | **String** | description | [optional] |
11
+ | **host_cluster_name** | **String** | host_cluster_name | [optional] |
12
+ | **io_groups** | **String** | io_groups | [optional] |
13
+ | **iqn** | **String** | | [optional] |
14
+ | **name** | **String** | The Storage Host Name | [optional] |
15
+ | **port_type** | **String** | port_type | [optional] |
16
+ | **status** | **String** | status | [optional] |
17
+ | **storage_system** | [**StorageSystem**](StorageSystem.md) | | [optional] |
18
+ | **volumes** | [**Volume**](Volume.md) | | [optional] |
19
+ | **wwpn** | **String** | wwpn | [optional] |
20
+
21
+ ## Example
22
+
23
+ ```ruby
24
+ require 'autosde_openapi_client'
25
+
26
+ instance = AutosdeOpenapiClient::StorageHostCreate.new(
27
+ chap_name: null,
28
+ chap_secret: null,
29
+ component_state: null,
30
+ description: null,
31
+ host_cluster_name: null,
32
+ io_groups: null,
33
+ iqn: null,
34
+ name: null,
35
+ port_type: null,
36
+ status: null,
37
+ storage_system: null,
38
+ volumes: null,
39
+ wwpn: null
40
+ )
41
+ ```
42
+