autosde_openapi_client 1.1.9 → 1.1.12

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7f2061252d2594bf0e52820fb581a3118f66785269cbc14b7713abcd3e8eae99
4
- data.tar.gz: fc28265e4dbf66f670509dcb667ac5023d910e5a3d2f8bc24185ff46f169d9a8
3
+ metadata.gz: 912bcf519ee24a77b1e324f3539e82ceed91cb316373b2f18166e8dc356a3a99
4
+ data.tar.gz: 80e32029bc2b64d7a7a09d8c5f7a2bd96c2e38da00c5b5d84cc2dfb0ece848e3
5
5
  SHA512:
6
- metadata.gz: fd6ef2aadf37e9b3bdcce6bdeaa17608f8694a5857abfa0aff95ba89e9e03bf1c96bc347f12cb344d4cd4a681ce1c0fe177954d18e45d46c04434bdcef5b4b1e
7
- data.tar.gz: 71fa78991be37f64b365b3b84d074ed6e5c38c2e137d46e871c5bd3a9cdca07f4686f52e9a927cf0abeb2ad23542c416d8d77e006125a22e9fd38b2d00ce15e3
6
+ metadata.gz: fbeef371ef3384b695c7d284504f5927852e0e633de6dd4011ed208479ac360136ba961d74bf46aa00d9cb4d368dfbe6ff5b29c5951c5ff51e2fcb3e3e46654e
7
+ data.tar.gz: 2345acc5f052612eef0f515f5b360a40c489af7011c081bf861c853bf4dc1fcdb2f34a804c74248475b060706f480701fd1c1c7a735ce40440300ef650f98f94
data/README.md CHANGED
@@ -176,7 +176,11 @@ Class | Method | HTTP request | Description
176
176
  *AutosdeOpenapiClient::SystemTypeApi* | [**system_types_pk_delete**](docs/SystemTypeApi.md#system_types_pk_delete) | **DELETE** /system-types/{pk} |
177
177
  *AutosdeOpenapiClient::SystemTypeApi* | [**system_types_pk_get**](docs/SystemTypeApi.md#system_types_pk_get) | **GET** /system-types/{pk} |
178
178
  *AutosdeOpenapiClient::SystemTypeApi* | [**system_types_post**](docs/SystemTypeApi.md#system_types_post) | **POST** /system-types |
179
- *AutosdeOpenapiClient::UserChangePasswordApi* | [**change_user_password_post**](docs/UserChangePasswordApi.md#change_user_password_post) | **POST** /change-user-password |
179
+ *AutosdeOpenapiClient::UserApi* | [**autosde_users_get**](docs/UserApi.md#autosde_users_get) | **GET** /autosde-users |
180
+ *AutosdeOpenapiClient::UserApi* | [**autosde_users_pk_delete**](docs/UserApi.md#autosde_users_pk_delete) | **DELETE** /autosde-users/{pk} |
181
+ *AutosdeOpenapiClient::UserApi* | [**autosde_users_pk_get**](docs/UserApi.md#autosde_users_pk_get) | **GET** /autosde-users/{pk} |
182
+ *AutosdeOpenapiClient::UserApi* | [**autosde_users_pk_put**](docs/UserApi.md#autosde_users_pk_put) | **PUT** /autosde-users/{pk} |
183
+ *AutosdeOpenapiClient::UserApi* | [**autosde_users_post**](docs/UserApi.md#autosde_users_post) | **POST** /autosde-users |
180
184
  *AutosdeOpenapiClient::VolumeApi* | [**volumes_get**](docs/VolumeApi.md#volumes_get) | **GET** /volumes |
181
185
  *AutosdeOpenapiClient::VolumeApi* | [**volumes_pk_delete**](docs/VolumeApi.md#volumes_pk_delete) | **DELETE** /volumes/{pk} |
182
186
  *AutosdeOpenapiClient::VolumeApi* | [**volumes_pk_get**](docs/VolumeApi.md#volumes_pk_get) | **GET** /volumes/{pk} |
@@ -240,7 +244,9 @@ Class | Method | HTTP request | Description
240
244
  - [AutosdeOpenapiClient::StorageSystemUpdate](docs/StorageSystemUpdate.md)
241
245
  - [AutosdeOpenapiClient::SystemType](docs/SystemType.md)
242
246
  - [AutosdeOpenapiClient::SystemTypeCreate](docs/SystemTypeCreate.md)
243
- - [AutosdeOpenapiClient::UserChangePassword](docs/UserChangePassword.md)
247
+ - [AutosdeOpenapiClient::User](docs/User.md)
248
+ - [AutosdeOpenapiClient::UserCreate](docs/UserCreate.md)
249
+ - [AutosdeOpenapiClient::UserUpdate](docs/UserUpdate.md)
244
250
  - [AutosdeOpenapiClient::Volume](docs/Volume.md)
245
251
  - [AutosdeOpenapiClient::VolumeCreate](docs/VolumeCreate.md)
246
252
  - [AutosdeOpenapiClient::VolumeResponse](docs/VolumeResponse.md)
data/docs/SystemType.md CHANGED
@@ -5,7 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **component_state** | **String** | component_state | [optional] |
8
- | **name** | **String** | name | [optional][default to 'FlashSystems/SVC'] |
8
+ | **name** | **String** | name | [optional][default to 'IBM_FlashSystems'] |
9
9
  | **short_version** | **String** | short_version | [optional] |
10
10
  | **uuid** | **String** | uuid | [optional] |
11
11
  | **version** | **String** | SystemType version | [optional] |
@@ -5,7 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **component_state** | **String** | component_state | [optional] |
8
- | **name** | **String** | name | [optional][default to 'FlashSystems/SVC'] |
8
+ | **name** | **String** | name | [optional][default to 'IBM_FlashSystems'] |
9
9
  | **short_version** | **String** | short_version | [optional] |
10
10
  | **super_type** | **String** | super_type | [optional][default to 'null'] |
11
11
  | **uuid** | **String** | uuid | [optional] |
data/docs/User.md ADDED
@@ -0,0 +1,38 @@
1
+ # AutosdeOpenapiClient::User
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **date_joined** | **Time** | date_joined | [optional] |
8
+ | **email** | **String** | email | [optional] |
9
+ | **first_name** | **String** | first_name | [optional] |
10
+ | **is_active** | **Boolean** | is_active | [optional] |
11
+ | **is_staff** | **Boolean** | is_staff | [optional] |
12
+ | **is_superuser** | **Boolean** | is_superuser | [optional] |
13
+ | **last_login** | **Time** | last_login | [optional] |
14
+ | **last_name** | **String** | last_name | [optional] |
15
+ | **password** | **String** | password | [optional] |
16
+ | **username** | **String** | username | [optional] |
17
+ | **uuid** | **String** | uuid | [optional] |
18
+
19
+ ## Example
20
+
21
+ ```ruby
22
+ require 'autosde_openapi_client'
23
+
24
+ instance = AutosdeOpenapiClient::User.new(
25
+ date_joined: null,
26
+ email: null,
27
+ first_name: null,
28
+ is_active: null,
29
+ is_staff: null,
30
+ is_superuser: null,
31
+ last_login: null,
32
+ last_name: null,
33
+ password: null,
34
+ username: null,
35
+ uuid: null
36
+ )
37
+ ```
38
+
data/docs/UserApi.md ADDED
@@ -0,0 +1,346 @@
1
+ # AutosdeOpenapiClient::UserApi
2
+
3
+ All URIs are relative to *http://localhost:9000/site-manager/api/v1/engine*
4
+
5
+ | Method | HTTP request | Description |
6
+ | ------ | ------------ | ----------- |
7
+ | [**autosde_users_get**](UserApi.md#autosde_users_get) | **GET** /autosde-users | |
8
+ | [**autosde_users_pk_delete**](UserApi.md#autosde_users_pk_delete) | **DELETE** /autosde-users/{pk} | |
9
+ | [**autosde_users_pk_get**](UserApi.md#autosde_users_pk_get) | **GET** /autosde-users/{pk} | |
10
+ | [**autosde_users_pk_put**](UserApi.md#autosde_users_pk_put) | **PUT** /autosde-users/{pk} | |
11
+ | [**autosde_users_post**](UserApi.md#autosde_users_post) | **POST** /autosde-users | |
12
+
13
+
14
+ ## autosde_users_get
15
+
16
+ > <Array<UserCreate>> autosde_users_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::UserApi.new
32
+
33
+ begin
34
+
35
+ result = api_instance.autosde_users_get
36
+ p result
37
+ rescue AutosdeOpenapiClient::ApiError => e
38
+ puts "Error when calling UserApi->autosde_users_get: #{e}"
39
+ end
40
+ ```
41
+
42
+ #### Using the autosde_users_get_with_http_info variant
43
+
44
+ This returns an Array which contains the response data, status code and headers.
45
+
46
+ > <Array(<Array<UserCreate>>, Integer, Hash)> autosde_users_get_with_http_info
47
+
48
+ ```ruby
49
+ begin
50
+
51
+ data, status_code, headers = api_instance.autosde_users_get_with_http_info
52
+ p status_code # => 2xx
53
+ p headers # => { ... }
54
+ p data # => <Array<UserCreate>>
55
+ rescue AutosdeOpenapiClient::ApiError => e
56
+ puts "Error when calling UserApi->autosde_users_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;UserCreate&gt;**](UserCreate.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
+ ## autosde_users_pk_delete
79
+
80
+ > <Array<User>> autosde_users_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::UserApi.new
96
+ pk = 56 # Integer |
97
+
98
+ begin
99
+
100
+ result = api_instance.autosde_users_pk_delete(pk)
101
+ p result
102
+ rescue AutosdeOpenapiClient::ApiError => e
103
+ puts "Error when calling UserApi->autosde_users_pk_delete: #{e}"
104
+ end
105
+ ```
106
+
107
+ #### Using the autosde_users_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<User>>, Integer, Hash)> autosde_users_pk_delete_with_http_info(pk)
112
+
113
+ ```ruby
114
+ begin
115
+
116
+ data, status_code, headers = api_instance.autosde_users_pk_delete_with_http_info(pk)
117
+ p status_code # => 2xx
118
+ p headers # => { ... }
119
+ p data # => <Array<User>>
120
+ rescue AutosdeOpenapiClient::ApiError => e
121
+ puts "Error when calling UserApi->autosde_users_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;User&gt;**](User.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
+ ## autosde_users_pk_get
146
+
147
+ > <Array<UserCreate>> autosde_users_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::UserApi.new
163
+ pk = 56 # Integer |
164
+
165
+ begin
166
+
167
+ result = api_instance.autosde_users_pk_get(pk)
168
+ p result
169
+ rescue AutosdeOpenapiClient::ApiError => e
170
+ puts "Error when calling UserApi->autosde_users_pk_get: #{e}"
171
+ end
172
+ ```
173
+
174
+ #### Using the autosde_users_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<UserCreate>>, Integer, Hash)> autosde_users_pk_get_with_http_info(pk)
179
+
180
+ ```ruby
181
+ begin
182
+
183
+ data, status_code, headers = api_instance.autosde_users_pk_get_with_http_info(pk)
184
+ p status_code # => 2xx
185
+ p headers # => { ... }
186
+ p data # => <Array<UserCreate>>
187
+ rescue AutosdeOpenapiClient::ApiError => e
188
+ puts "Error when calling UserApi->autosde_users_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;UserCreate&gt;**](UserCreate.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
+ ## autosde_users_pk_put
213
+
214
+ > <UserCreate> autosde_users_pk_put(pk, user_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::UserApi.new
230
+ pk = 56 # Integer |
231
+ user_update = AutosdeOpenapiClient::UserUpdate.new # UserUpdate |
232
+
233
+ begin
234
+
235
+ result = api_instance.autosde_users_pk_put(pk, user_update)
236
+ p result
237
+ rescue AutosdeOpenapiClient::ApiError => e
238
+ puts "Error when calling UserApi->autosde_users_pk_put: #{e}"
239
+ end
240
+ ```
241
+
242
+ #### Using the autosde_users_pk_put_with_http_info variant
243
+
244
+ This returns an Array which contains the response data, status code and headers.
245
+
246
+ > <Array(<UserCreate>, Integer, Hash)> autosde_users_pk_put_with_http_info(pk, user_update)
247
+
248
+ ```ruby
249
+ begin
250
+
251
+ data, status_code, headers = api_instance.autosde_users_pk_put_with_http_info(pk, user_update)
252
+ p status_code # => 2xx
253
+ p headers # => { ... }
254
+ p data # => <UserCreate>
255
+ rescue AutosdeOpenapiClient::ApiError => e
256
+ puts "Error when calling UserApi->autosde_users_pk_put_with_http_info: #{e}"
257
+ end
258
+ ```
259
+
260
+ ### Parameters
261
+
262
+ | Name | Type | Description | Notes |
263
+ | ---- | ---- | ----------- | ----- |
264
+ | **pk** | **Integer** | | |
265
+ | **user_update** | [**UserUpdate**](UserUpdate.md) | | |
266
+
267
+ ### Return type
268
+
269
+ [**UserCreate**](UserCreate.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
+ ## autosde_users_post
282
+
283
+ > <UserCreate> autosde_users_post(user_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::UserApi.new
299
+ user_create = AutosdeOpenapiClient::UserCreate.new # UserCreate |
300
+
301
+ begin
302
+
303
+ result = api_instance.autosde_users_post(user_create)
304
+ p result
305
+ rescue AutosdeOpenapiClient::ApiError => e
306
+ puts "Error when calling UserApi->autosde_users_post: #{e}"
307
+ end
308
+ ```
309
+
310
+ #### Using the autosde_users_post_with_http_info variant
311
+
312
+ This returns an Array which contains the response data, status code and headers.
313
+
314
+ > <Array(<UserCreate>, Integer, Hash)> autosde_users_post_with_http_info(user_create)
315
+
316
+ ```ruby
317
+ begin
318
+
319
+ data, status_code, headers = api_instance.autosde_users_post_with_http_info(user_create)
320
+ p status_code # => 2xx
321
+ p headers # => { ... }
322
+ p data # => <UserCreate>
323
+ rescue AutosdeOpenapiClient::ApiError => e
324
+ puts "Error when calling UserApi->autosde_users_post_with_http_info: #{e}"
325
+ end
326
+ ```
327
+
328
+ ### Parameters
329
+
330
+ | Name | Type | Description | Notes |
331
+ | ---- | ---- | ----------- | ----- |
332
+ | **user_create** | [**UserCreate**](UserCreate.md) | | |
333
+
334
+ ### Return type
335
+
336
+ [**UserCreate**](UserCreate.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,38 @@
1
+ # AutosdeOpenapiClient::UserCreate
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **date_joined** | **Time** | date_joined | [optional] |
8
+ | **email** | **String** | email | [optional] |
9
+ | **first_name** | **String** | first_name | [optional] |
10
+ | **is_active** | **Boolean** | is_active | [optional] |
11
+ | **is_staff** | **Boolean** | is_staff | [optional] |
12
+ | **is_superuser** | **Boolean** | is_superuser | [optional] |
13
+ | **last_login** | **Time** | last_login | [optional] |
14
+ | **last_name** | **String** | last_name | [optional] |
15
+ | **password** | **String** | password | [optional] |
16
+ | **username** | **String** | username | [optional] |
17
+ | **uuid** | **String** | uuid | [optional] |
18
+
19
+ ## Example
20
+
21
+ ```ruby
22
+ require 'autosde_openapi_client'
23
+
24
+ instance = AutosdeOpenapiClient::UserCreate.new(
25
+ date_joined: null,
26
+ email: null,
27
+ first_name: null,
28
+ is_active: null,
29
+ is_staff: null,
30
+ is_superuser: null,
31
+ last_login: null,
32
+ last_name: null,
33
+ password: null,
34
+ username: null,
35
+ uuid: null
36
+ )
37
+ ```
38
+
@@ -0,0 +1,30 @@
1
+ # AutosdeOpenapiClient::UserUpdate
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **email** | **String** | email | [optional] |
8
+ | **first_name** | **String** | first_name | [optional] |
9
+ | **is_active** | **Boolean** | is_active | [optional] |
10
+ | **is_staff** | **Boolean** | is_staff | [optional] |
11
+ | **last_name** | **String** | last_name | [optional] |
12
+ | **password** | **String** | password | [optional] |
13
+ | **username** | **String** | username | [optional] |
14
+
15
+ ## Example
16
+
17
+ ```ruby
18
+ require 'autosde_openapi_client'
19
+
20
+ instance = AutosdeOpenapiClient::UserUpdate.new(
21
+ email: null,
22
+ first_name: null,
23
+ is_active: null,
24
+ is_staff: null,
25
+ last_name: null,
26
+ password: null,
27
+ username: null
28
+ )
29
+ ```
30
+