@n8n-dev/n8n-nodes-hcloud 1.0.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.
Files changed (81) hide show
  1. package/README.md +26 -0
  2. package/dist/credentials/HcloudApi.credentials.d.ts +10 -0
  3. package/dist/credentials/HcloudApi.credentials.js +47 -0
  4. package/dist/credentials/HcloudApi.credentials.js.map +1 -0
  5. package/dist/icons/hcloud.dark.svg +4 -0
  6. package/dist/icons/hcloud.svg +4 -0
  7. package/dist/nodes/Hcloud/Hcloud.node.d.ts +4 -0
  8. package/dist/nodes/Hcloud/Hcloud.node.js +194 -0
  9. package/dist/nodes/Hcloud/Hcloud.node.js.map +1 -0
  10. package/dist/nodes/Hcloud/Hcloud.node.json +20 -0
  11. package/dist/nodes/Hcloud/hcloud.dark.svg +4 -0
  12. package/dist/nodes/Hcloud/hcloud.svg +4 -0
  13. package/dist/nodes/Hcloud/resources/actions/index.d.ts +2 -0
  14. package/dist/nodes/Hcloud/resources/actions/index.js +128 -0
  15. package/dist/nodes/Hcloud/resources/actions/index.js.map +1 -0
  16. package/dist/nodes/Hcloud/resources/certificates/index.d.ts +2 -0
  17. package/dist/nodes/Hcloud/resources/certificates/index.js +1062 -0
  18. package/dist/nodes/Hcloud/resources/certificates/index.js.map +1 -0
  19. package/dist/nodes/Hcloud/resources/datacenters/index.d.ts +2 -0
  20. package/dist/nodes/Hcloud/resources/datacenters/index.js +202 -0
  21. package/dist/nodes/Hcloud/resources/datacenters/index.js.map +1 -0
  22. package/dist/nodes/Hcloud/resources/firewalls/index.d.ts +2 -0
  23. package/dist/nodes/Hcloud/resources/firewalls/index.js +1153 -0
  24. package/dist/nodes/Hcloud/resources/firewalls/index.js.map +1 -0
  25. package/dist/nodes/Hcloud/resources/floating-ips/index.d.ts +2 -0
  26. package/dist/nodes/Hcloud/resources/floating-ips/index.js +1313 -0
  27. package/dist/nodes/Hcloud/resources/floating-ips/index.js.map +1 -0
  28. package/dist/nodes/Hcloud/resources/images/index.d.ts +2 -0
  29. package/dist/nodes/Hcloud/resources/images/index.js +1036 -0
  30. package/dist/nodes/Hcloud/resources/images/index.js.map +1 -0
  31. package/dist/nodes/Hcloud/resources/index.d.ts +21 -0
  32. package/dist/nodes/Hcloud/resources/index.js +46 -0
  33. package/dist/nodes/Hcloud/resources/index.js.map +1 -0
  34. package/dist/nodes/Hcloud/resources/isos/index.d.ts +2 -0
  35. package/dist/nodes/Hcloud/resources/isos/index.js +237 -0
  36. package/dist/nodes/Hcloud/resources/isos/index.js.map +1 -0
  37. package/dist/nodes/Hcloud/resources/load-balancer-types/index.d.ts +2 -0
  38. package/dist/nodes/Hcloud/resources/load-balancer-types/index.js +177 -0
  39. package/dist/nodes/Hcloud/resources/load-balancer-types/index.js.map +1 -0
  40. package/dist/nodes/Hcloud/resources/load-balancers/index.d.ts +2 -0
  41. package/dist/nodes/Hcloud/resources/load-balancers/index.js +2724 -0
  42. package/dist/nodes/Hcloud/resources/load-balancers/index.js.map +1 -0
  43. package/dist/nodes/Hcloud/resources/locations/index.d.ts +2 -0
  44. package/dist/nodes/Hcloud/resources/locations/index.js +202 -0
  45. package/dist/nodes/Hcloud/resources/locations/index.js.map +1 -0
  46. package/dist/nodes/Hcloud/resources/networks/index.d.ts +2 -0
  47. package/dist/nodes/Hcloud/resources/networks/index.js +1595 -0
  48. package/dist/nodes/Hcloud/resources/networks/index.js.map +1 -0
  49. package/dist/nodes/Hcloud/resources/placement-groups/index.d.ts +2 -0
  50. package/dist/nodes/Hcloud/resources/placement-groups/index.js +514 -0
  51. package/dist/nodes/Hcloud/resources/placement-groups/index.js.map +1 -0
  52. package/dist/nodes/Hcloud/resources/pricing/index.d.ts +2 -0
  53. package/dist/nodes/Hcloud/resources/pricing/index.js +53 -0
  54. package/dist/nodes/Hcloud/resources/pricing/index.js.map +1 -0
  55. package/dist/nodes/Hcloud/resources/primary-ips/index.d.ts +2 -0
  56. package/dist/nodes/Hcloud/resources/primary-ips/index.js +1428 -0
  57. package/dist/nodes/Hcloud/resources/primary-ips/index.js.map +1 -0
  58. package/dist/nodes/Hcloud/resources/server-types/index.d.ts +2 -0
  59. package/dist/nodes/Hcloud/resources/server-types/index.js +177 -0
  60. package/dist/nodes/Hcloud/resources/server-types/index.js.map +1 -0
  61. package/dist/nodes/Hcloud/resources/servers/index.d.ts +2 -0
  62. package/dist/nodes/Hcloud/resources/servers/index.js +3086 -0
  63. package/dist/nodes/Hcloud/resources/servers/index.js.map +1 -0
  64. package/dist/nodes/Hcloud/resources/ssh-keys/index.d.ts +2 -0
  65. package/dist/nodes/Hcloud/resources/ssh-keys/index.js +508 -0
  66. package/dist/nodes/Hcloud/resources/ssh-keys/index.js.map +1 -0
  67. package/dist/nodes/Hcloud/resources/storage-box-types/index.d.ts +2 -0
  68. package/dist/nodes/Hcloud/resources/storage-box-types/index.js +177 -0
  69. package/dist/nodes/Hcloud/resources/storage-box-types/index.js.map +1 -0
  70. package/dist/nodes/Hcloud/resources/storage-boxes/index.d.ts +2 -0
  71. package/dist/nodes/Hcloud/resources/storage-boxes/index.js +3281 -0
  72. package/dist/nodes/Hcloud/resources/storage-boxes/index.js.map +1 -0
  73. package/dist/nodes/Hcloud/resources/volumes/index.d.ts +2 -0
  74. package/dist/nodes/Hcloud/resources/volumes/index.js +1327 -0
  75. package/dist/nodes/Hcloud/resources/volumes/index.js.map +1 -0
  76. package/dist/nodes/Hcloud/resources/zones/index.d.ts +2 -0
  77. package/dist/nodes/Hcloud/resources/zones/index.js +3379 -0
  78. package/dist/nodes/Hcloud/resources/zones/index.js.map +1 -0
  79. package/dist/package.json +53 -0
  80. package/dist/tsconfig.tsbuildinfo +1 -0
  81. package/package.json +53 -0
@@ -0,0 +1,3281 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.storageBoxesDescription = void 0;
4
+ exports.storageBoxesDescription = [
5
+ {
6
+ "displayName": "Operation",
7
+ "name": "operation",
8
+ "type": "options",
9
+ "noDataExpression": true,
10
+ "displayOptions": {
11
+ "show": {
12
+ "resource": [
13
+ "Storage Boxes"
14
+ ]
15
+ }
16
+ },
17
+ "options": [
18
+ {
19
+ "name": "List Storage Boxes",
20
+ "value": "List Storage Boxes",
21
+ "action": "List Storage Boxes",
22
+ "description": "Returns a paginated list of Storage Boxes.\n",
23
+ "routing": {
24
+ "request": {
25
+ "method": "GET",
26
+ "url": "=/storage_boxes"
27
+ }
28
+ }
29
+ },
30
+ {
31
+ "name": "Create Storage Box",
32
+ "value": "Create Storage Box",
33
+ "action": "Create a Storage Box",
34
+ "description": "Creates a Storage Box.\n",
35
+ "routing": {
36
+ "request": {
37
+ "method": "POST",
38
+ "url": "=/storage_boxes"
39
+ }
40
+ }
41
+ },
42
+ {
43
+ "name": "List Storage Box Actions",
44
+ "value": "List Storage Box Actions",
45
+ "action": "List Actions",
46
+ "description": "Returns all Action objects.\n",
47
+ "routing": {
48
+ "request": {
49
+ "method": "GET",
50
+ "url": "=/storage_boxes/actions"
51
+ }
52
+ }
53
+ },
54
+ {
55
+ "name": "Get Storage Box Action",
56
+ "value": "Get Storage Box Action",
57
+ "action": "Get an Action",
58
+ "description": "Returns a specific Action object.\n",
59
+ "routing": {
60
+ "request": {
61
+ "method": "GET",
62
+ "url": "=/storage_boxes/actions/{{$parameter[\"id\"]}}"
63
+ }
64
+ }
65
+ },
66
+ {
67
+ "name": "Delete Storage Box",
68
+ "value": "Delete Storage Box",
69
+ "action": "Delete a Storage Box",
70
+ "description": "Deletes a Storage Box.\n",
71
+ "routing": {
72
+ "request": {
73
+ "method": "DELETE",
74
+ "url": "=/storage_boxes/{{$parameter[\"id\"]}}"
75
+ }
76
+ }
77
+ },
78
+ {
79
+ "name": "Get Storage Box",
80
+ "value": "Get Storage Box",
81
+ "action": "Get a Storage Box",
82
+ "description": "Returns a specific Storage Box.\n",
83
+ "routing": {
84
+ "request": {
85
+ "method": "GET",
86
+ "url": "=/storage_boxes/{{$parameter[\"id\"]}}"
87
+ }
88
+ }
89
+ },
90
+ {
91
+ "name": "Replace Storage Box",
92
+ "value": "Replace Storage Box",
93
+ "action": "Update a Storage Box",
94
+ "description": "Updates a Storage Box.\n",
95
+ "routing": {
96
+ "request": {
97
+ "method": "PUT",
98
+ "url": "=/storage_boxes/{{$parameter[\"id\"]}}"
99
+ }
100
+ }
101
+ },
102
+ {
103
+ "name": "List Actions For Storage Box",
104
+ "value": "List Actions For Storage Box",
105
+ "action": "List Actions for a Storage Box",
106
+ "description": "List all Actions related to a specific Storage Box.\n",
107
+ "routing": {
108
+ "request": {
109
+ "method": "GET",
110
+ "url": "=/storage_boxes/{{$parameter[\"id\"]}}/actions"
111
+ }
112
+ }
113
+ },
114
+ {
115
+ "name": "Change Protection",
116
+ "value": "Change Protection",
117
+ "action": "Change Protection",
118
+ "description": "Changes the protection configuration of a Storage Box.\n",
119
+ "routing": {
120
+ "request": {
121
+ "method": "POST",
122
+ "url": "=/storage_boxes/{{$parameter[\"id\"]}}/actions/change_protection"
123
+ }
124
+ }
125
+ },
126
+ {
127
+ "name": "Change Type",
128
+ "value": "Change Type",
129
+ "action": "Change Type",
130
+ "description": "Changes the type of a Storage Box.\n\nUpgrades or downgrades a Storage Box to another Storage Box Type.\n\nIt is not possible to downgrade to a Storage Box Type that offers less disk space\nthan you are currently using.\n",
131
+ "routing": {
132
+ "request": {
133
+ "method": "POST",
134
+ "url": "=/storage_boxes/{{$parameter[\"id\"]}}/actions/change_type"
135
+ }
136
+ }
137
+ },
138
+ {
139
+ "name": "Disable Snapshot Plan",
140
+ "value": "Disable Snapshot Plan",
141
+ "action": "Disable Snapshot Plan",
142
+ "description": "Disables the active Snapshot Plan of a Storage Box.\n\nExisting Storage Box Snapshots created by the Snapshot\nPlan will not be delete, they must be removed manually.\n",
143
+ "routing": {
144
+ "request": {
145
+ "method": "POST",
146
+ "url": "=/storage_boxes/{{$parameter[\"id\"]}}/actions/disable_snapshot_plan"
147
+ }
148
+ }
149
+ },
150
+ {
151
+ "name": "Enable Snapshot Plan",
152
+ "value": "Enable Snapshot Plan",
153
+ "action": "Enable Snapshot Plan",
154
+ "description": "Enables a Snapshot Plan for a Storage Box.\n\nOnce enabled, a Snapshot Plan will create Snapshots at predefined intervals.\nThere can only ever be one Snapshot Plan. The existing Snapshot Plan will be deleted before a new one is set up.\n\nAutomatic Snapshots are retained until explicitly deleted by the user or the maximum snapshot count for the plan (\"max_snapshots\") is exceeded.\n\nYou can choose the specific time (UTC timezone), day of the week, and day of the month. The time-related options are cron like. Some typical use cases include:\n\n| Interval | Request body |\n| ------------------------------------------ | ------------------------------------------------------------- |\n| Every day at 3 o'clock | `{\"max_snapshots\":10,\"minute\":0,\"hour\":3}` |\n| Every Friday at 3 o'clock | `{\"max_snapshots\":10,\"minute\":0,\"hour\":3,\"day_of_week\": 5}` |\n| On the first of every month at half past 6 | `{\"max_snapshots\":10,\"minute\":30,\"hour\":6,\"day_of_month\": 1}` |\n",
155
+ "routing": {
156
+ "request": {
157
+ "method": "POST",
158
+ "url": "=/storage_boxes/{{$parameter[\"id\"]}}/actions/enable_snapshot_plan"
159
+ }
160
+ }
161
+ },
162
+ {
163
+ "name": "Reset Storage Box Password",
164
+ "value": "Reset Storage Box Password",
165
+ "action": "Reset Password",
166
+ "description": "Reset the password of a Storage Box.\n",
167
+ "routing": {
168
+ "request": {
169
+ "method": "POST",
170
+ "url": "=/storage_boxes/{{$parameter[\"id\"]}}/actions/reset_password"
171
+ }
172
+ }
173
+ },
174
+ {
175
+ "name": "Rollback Snapshot",
176
+ "value": "Rollback Snapshot",
177
+ "action": "Rollback Snapshot",
178
+ "description": "Rolls back a Storage Box to the given Storage Box Snapshot.\n\nThis will remove all newer Storage Box Snapshot and\nirrevocably delete all data that was since written to the Storage Box.\n",
179
+ "routing": {
180
+ "request": {
181
+ "method": "POST",
182
+ "url": "=/storage_boxes/{{$parameter[\"id\"]}}/actions/rollback_snapshot"
183
+ }
184
+ }
185
+ },
186
+ {
187
+ "name": "Update Storage Box Access Settings",
188
+ "value": "Update Storage Box Access Settings",
189
+ "action": "Update Access Settings",
190
+ "description": "Update access settings of a primary Storage Box account.\n\nThis endpoints supports partial updates. Omitted optional parameters do not result in any changes to the respective properties.\n",
191
+ "routing": {
192
+ "request": {
193
+ "method": "POST",
194
+ "url": "=/storage_boxes/{{$parameter[\"id\"]}}/actions/update_access_settings"
195
+ }
196
+ }
197
+ },
198
+ {
199
+ "name": "Get Action For Storage Box",
200
+ "value": "Get Action For Storage Box",
201
+ "action": "Get an Action for a Storage Box",
202
+ "description": "Returns a specific Action object for a Storage Box.\n",
203
+ "routing": {
204
+ "request": {
205
+ "method": "GET",
206
+ "url": "=/storage_boxes/{{$parameter[\"id\"]}}/actions/{{$parameter[\"action_id\"]}}"
207
+ }
208
+ }
209
+ },
210
+ {
211
+ "name": "List Folders Of Storage Box",
212
+ "value": "List Folders Of Storage Box",
213
+ "action": "List folders of a Storage Box",
214
+ "description": "Returns a list of (sub)folders in a Storage Box.\n\nThe folder location is specified by the `path` query parameter.\n",
215
+ "routing": {
216
+ "request": {
217
+ "method": "GET",
218
+ "url": "=/storage_boxes/{{$parameter[\"id\"]}}/folders"
219
+ }
220
+ }
221
+ },
222
+ {
223
+ "name": "List Snapshots",
224
+ "value": "List Snapshots",
225
+ "action": "List Snapshots",
226
+ "description": "Returns a list of Storage Box Snapshot.\n\nBoth snapshots created manually and by the snapshot plan are returned.\n",
227
+ "routing": {
228
+ "request": {
229
+ "method": "GET",
230
+ "url": "=/storage_boxes/{{$parameter[\"id\"]}}/snapshots"
231
+ }
232
+ }
233
+ },
234
+ {
235
+ "name": "Create Snapshot",
236
+ "value": "Create Snapshot",
237
+ "action": "Create a Snapshot",
238
+ "description": "Creates a Storage Box Snapshot.\n",
239
+ "routing": {
240
+ "request": {
241
+ "method": "POST",
242
+ "url": "=/storage_boxes/{{$parameter[\"id\"]}}/snapshots"
243
+ }
244
+ }
245
+ },
246
+ {
247
+ "name": "Delete Snapshot",
248
+ "value": "Delete Snapshot",
249
+ "action": "Delete a Snapshot",
250
+ "description": "Deletes a Storage Box Snapshot.\n",
251
+ "routing": {
252
+ "request": {
253
+ "method": "DELETE",
254
+ "url": "=/storage_boxes/{{$parameter[\"id\"]}}/snapshots/{{$parameter[\"snapshot_id\"]}}"
255
+ }
256
+ }
257
+ },
258
+ {
259
+ "name": "Get Snapshot",
260
+ "value": "Get Snapshot",
261
+ "action": "Get a Snapshot",
262
+ "description": "Returns a specific Storage Box Snapshot.\n",
263
+ "routing": {
264
+ "request": {
265
+ "method": "GET",
266
+ "url": "=/storage_boxes/{{$parameter[\"id\"]}}/snapshots/{{$parameter[\"snapshot_id\"]}}"
267
+ }
268
+ }
269
+ },
270
+ {
271
+ "name": "Replace Snapshot",
272
+ "value": "Replace Snapshot",
273
+ "action": "Update a Snapshot",
274
+ "description": "Updates a Storage Box Snapshot.\n",
275
+ "routing": {
276
+ "request": {
277
+ "method": "PUT",
278
+ "url": "=/storage_boxes/{{$parameter[\"id\"]}}/snapshots/{{$parameter[\"snapshot_id\"]}}"
279
+ }
280
+ }
281
+ },
282
+ {
283
+ "name": "List Subaccounts",
284
+ "value": "List Subaccounts",
285
+ "action": "List Subaccounts",
286
+ "description": "Returns a list of Storage Box Subaccount.\n",
287
+ "routing": {
288
+ "request": {
289
+ "method": "GET",
290
+ "url": "=/storage_boxes/{{$parameter[\"id\"]}}/subaccounts"
291
+ }
292
+ }
293
+ },
294
+ {
295
+ "name": "Create Subaccount",
296
+ "value": "Create Subaccount",
297
+ "action": "Create a Subaccount",
298
+ "description": "Creates a Storage Box Subaccount.\n\nA Storage Box Subaccount will use a separate home directory.\n",
299
+ "routing": {
300
+ "request": {
301
+ "method": "POST",
302
+ "url": "=/storage_boxes/{{$parameter[\"id\"]}}/subaccounts"
303
+ }
304
+ }
305
+ },
306
+ {
307
+ "name": "Delete Subaccount",
308
+ "value": "Delete Subaccount",
309
+ "action": "Delete a Subaccount",
310
+ "description": "Deletes a Storage Box Subaccount.\n",
311
+ "routing": {
312
+ "request": {
313
+ "method": "DELETE",
314
+ "url": "=/storage_boxes/{{$parameter[\"id\"]}}/subaccounts/{{$parameter[\"subaccount_id\"]}}"
315
+ }
316
+ }
317
+ },
318
+ {
319
+ "name": "Get Subaccount",
320
+ "value": "Get Subaccount",
321
+ "action": "Get a Subaccount",
322
+ "description": "Returns a specific Storage Box Subaccount.\n",
323
+ "routing": {
324
+ "request": {
325
+ "method": "GET",
326
+ "url": "=/storage_boxes/{{$parameter[\"id\"]}}/subaccounts/{{$parameter[\"subaccount_id\"]}}"
327
+ }
328
+ }
329
+ },
330
+ {
331
+ "name": "Replace Subaccount",
332
+ "value": "Replace Subaccount",
333
+ "action": "Update a Subaccount",
334
+ "description": "Updates a Storage Box Subaccount.\n",
335
+ "routing": {
336
+ "request": {
337
+ "method": "PUT",
338
+ "url": "=/storage_boxes/{{$parameter[\"id\"]}}/subaccounts/{{$parameter[\"subaccount_id\"]}}"
339
+ }
340
+ }
341
+ },
342
+ {
343
+ "name": "Change Home Directory",
344
+ "value": "Change Home Directory",
345
+ "action": "Change Home Directory",
346
+ "description": "Change the home directory of a Storage Box Subaccount.\n",
347
+ "routing": {
348
+ "request": {
349
+ "method": "POST",
350
+ "url": "=/storage_boxes/{{$parameter[\"id\"]}}/subaccounts/{{$parameter[\"subaccount_id\"]}}/actions/change_home_directory"
351
+ }
352
+ }
353
+ },
354
+ {
355
+ "name": "Reset Storage Box Subaccount Password",
356
+ "value": "Reset Storage Box Subaccount Password",
357
+ "action": "Reset Password",
358
+ "description": "Reset the password of a Storage Box Subaccount.\n",
359
+ "routing": {
360
+ "request": {
361
+ "method": "POST",
362
+ "url": "=/storage_boxes/{{$parameter[\"id\"]}}/subaccounts/{{$parameter[\"subaccount_id\"]}}/actions/reset_subaccount_password"
363
+ }
364
+ }
365
+ },
366
+ {
367
+ "name": "Update Storage Box Subaccount Access Settings",
368
+ "value": "Update Storage Box Subaccount Access Settings",
369
+ "action": "Update Access Settings",
370
+ "description": "Updates the access settings of a Storage Box Subaccount.\n\nThis endpoints supports partial updates. Omitted optional parameters do not result in any changes to the respective properties.\n",
371
+ "routing": {
372
+ "request": {
373
+ "method": "POST",
374
+ "url": "=/storage_boxes/{{$parameter[\"id\"]}}/subaccounts/{{$parameter[\"subaccount_id\"]}}/actions/update_access_settings"
375
+ }
376
+ }
377
+ }
378
+ ],
379
+ "default": ""
380
+ },
381
+ {
382
+ "displayName": "GET /storage_boxes",
383
+ "name": "operation",
384
+ "type": "notice",
385
+ "typeOptions": {
386
+ "theme": "info"
387
+ },
388
+ "default": "",
389
+ "displayOptions": {
390
+ "show": {
391
+ "resource": [
392
+ "Storage Boxes"
393
+ ],
394
+ "operation": [
395
+ "List Storage Boxes"
396
+ ]
397
+ }
398
+ }
399
+ },
400
+ {
401
+ "displayName": "Name",
402
+ "name": "name",
403
+ "description": "Filter resources by their name. The response will only contain the resources\nmatching exactly the specified name.\n",
404
+ "default": "",
405
+ "type": "string",
406
+ "routing": {
407
+ "send": {
408
+ "type": "query",
409
+ "property": "name",
410
+ "value": "={{ $value }}",
411
+ "propertyInDotNotation": false
412
+ }
413
+ },
414
+ "displayOptions": {
415
+ "show": {
416
+ "resource": [
417
+ "Storage Boxes"
418
+ ],
419
+ "operation": [
420
+ "List Storage Boxes"
421
+ ]
422
+ }
423
+ }
424
+ },
425
+ {
426
+ "displayName": "Label Selector",
427
+ "name": "label_selector",
428
+ "description": "Filter resources by labels. The response will only contain resources matching the\nlabel selector. For more information, see \"Label Selector\".\n",
429
+ "default": "",
430
+ "type": "string",
431
+ "routing": {
432
+ "send": {
433
+ "type": "query",
434
+ "property": "label_selector",
435
+ "value": "={{ $value }}",
436
+ "propertyInDotNotation": false
437
+ }
438
+ },
439
+ "displayOptions": {
440
+ "show": {
441
+ "resource": [
442
+ "Storage Boxes"
443
+ ],
444
+ "operation": [
445
+ "List Storage Boxes"
446
+ ]
447
+ }
448
+ }
449
+ },
450
+ {
451
+ "displayName": "Sort",
452
+ "name": "sort",
453
+ "description": "Sort resources by field and direction. Can be used multiple times. For more\ninformation, see \"Sorting\".\n",
454
+ "default": "[\n null\n]",
455
+ "type": "json",
456
+ "routing": {
457
+ "send": {
458
+ "type": "query",
459
+ "property": "sort",
460
+ "value": "={{ $value }}",
461
+ "propertyInDotNotation": false
462
+ }
463
+ },
464
+ "displayOptions": {
465
+ "show": {
466
+ "resource": [
467
+ "Storage Boxes"
468
+ ],
469
+ "operation": [
470
+ "List Storage Boxes"
471
+ ]
472
+ }
473
+ }
474
+ },
475
+ {
476
+ "displayName": "Page",
477
+ "name": "page",
478
+ "description": "Page number to return. For more information, see \"Pagination\".",
479
+ "default": 1,
480
+ "type": "number",
481
+ "routing": {
482
+ "send": {
483
+ "type": "query",
484
+ "property": "page",
485
+ "value": "={{ $value }}",
486
+ "propertyInDotNotation": false
487
+ }
488
+ },
489
+ "displayOptions": {
490
+ "show": {
491
+ "resource": [
492
+ "Storage Boxes"
493
+ ],
494
+ "operation": [
495
+ "List Storage Boxes"
496
+ ]
497
+ }
498
+ }
499
+ },
500
+ {
501
+ "displayName": "Per Page",
502
+ "name": "per_page",
503
+ "description": "Maximum number of entries returned per page. For more information, see \"Pagination\".",
504
+ "default": 25,
505
+ "type": "number",
506
+ "routing": {
507
+ "send": {
508
+ "type": "query",
509
+ "property": "per_page",
510
+ "value": "={{ $value }}",
511
+ "propertyInDotNotation": false
512
+ }
513
+ },
514
+ "displayOptions": {
515
+ "show": {
516
+ "resource": [
517
+ "Storage Boxes"
518
+ ],
519
+ "operation": [
520
+ "List Storage Boxes"
521
+ ]
522
+ }
523
+ }
524
+ },
525
+ {
526
+ "displayName": "POST /storage_boxes",
527
+ "name": "operation",
528
+ "type": "notice",
529
+ "typeOptions": {
530
+ "theme": "info"
531
+ },
532
+ "default": "",
533
+ "displayOptions": {
534
+ "show": {
535
+ "resource": [
536
+ "Storage Boxes"
537
+ ],
538
+ "operation": [
539
+ "Create Storage Box"
540
+ ]
541
+ }
542
+ }
543
+ },
544
+ {
545
+ "displayName": "Access Settings",
546
+ "name": "access_settings",
547
+ "type": "json",
548
+ "default": "{}",
549
+ "description": "Access settings of the Storage Box.",
550
+ "routing": {
551
+ "send": {
552
+ "property": "access_settings",
553
+ "propertyInDotNotation": false,
554
+ "type": "body",
555
+ "value": "={{ JSON.parse($value) }}"
556
+ }
557
+ },
558
+ "displayOptions": {
559
+ "show": {
560
+ "resource": [
561
+ "Storage Boxes"
562
+ ],
563
+ "operation": [
564
+ "Create Storage Box"
565
+ ]
566
+ }
567
+ }
568
+ },
569
+ {
570
+ "displayName": "Labels",
571
+ "name": "labels",
572
+ "type": "json",
573
+ "default": "{\n \"environment\": \"prod\",\n \"example.com/my\": \"label\",\n \"just-a-key\": \"\"\n}",
574
+ "description": "User-defined labels (`key/value` pairs) for the Resource.\nFor more information, see \"Labels\".\n | User-defined labels (`key/value` pairs) for the Resource.\n\nNote that the set of Labels provided in the request will overwrite the\nexisting one.\n\nFor more information, see \"Labels\".\n",
575
+ "routing": {
576
+ "send": {
577
+ "property": "labels",
578
+ "propertyInDotNotation": false,
579
+ "type": "body",
580
+ "value": "={{ JSON.parse($value) }}"
581
+ }
582
+ },
583
+ "displayOptions": {
584
+ "show": {
585
+ "resource": [
586
+ "Storage Boxes"
587
+ ],
588
+ "operation": [
589
+ "Create Storage Box"
590
+ ]
591
+ }
592
+ }
593
+ },
594
+ {
595
+ "required": true,
596
+ "displayName": "Location",
597
+ "name": "location",
598
+ "type": "string",
599
+ "default": "fsn1",
600
+ "description": "ID or Name of Location.",
601
+ "routing": {
602
+ "send": {
603
+ "property": "location",
604
+ "propertyInDotNotation": false,
605
+ "type": "body",
606
+ "value": "={{ $value }}"
607
+ }
608
+ },
609
+ "displayOptions": {
610
+ "show": {
611
+ "resource": [
612
+ "Storage Boxes"
613
+ ],
614
+ "operation": [
615
+ "Create Storage Box"
616
+ ]
617
+ }
618
+ }
619
+ },
620
+ {
621
+ "required": true,
622
+ "displayName": "Name",
623
+ "name": "name",
624
+ "type": "string",
625
+ "default": "",
626
+ "description": "Name of the Storage Box.\n",
627
+ "routing": {
628
+ "send": {
629
+ "property": "name",
630
+ "propertyInDotNotation": false,
631
+ "type": "body",
632
+ "value": "={{ $value }}"
633
+ }
634
+ },
635
+ "displayOptions": {
636
+ "show": {
637
+ "resource": [
638
+ "Storage Boxes"
639
+ ],
640
+ "operation": [
641
+ "Create Storage Box"
642
+ ]
643
+ }
644
+ }
645
+ },
646
+ {
647
+ "required": true,
648
+ "displayName": "Password",
649
+ "name": "password",
650
+ "type": "string",
651
+ "default": "",
652
+ "description": "Password of the Storage Box.\n\nFor more details, see the Storage Boxes password policy.\n",
653
+ "routing": {
654
+ "send": {
655
+ "property": "password",
656
+ "propertyInDotNotation": false,
657
+ "type": "body",
658
+ "value": "={{ $value }}"
659
+ }
660
+ },
661
+ "displayOptions": {
662
+ "show": {
663
+ "resource": [
664
+ "Storage Boxes"
665
+ ],
666
+ "operation": [
667
+ "Create Storage Box"
668
+ ]
669
+ }
670
+ }
671
+ },
672
+ {
673
+ "displayName": "Ssh Keys",
674
+ "name": "ssh_keys",
675
+ "type": "json",
676
+ "default": "[\n \"ssh-rsa AAAjjk76kgf...Xt\"\n]",
677
+ "description": "SSH public keys in OpenSSH format to inject into the Storage Box.",
678
+ "routing": {
679
+ "send": {
680
+ "property": "ssh_keys",
681
+ "propertyInDotNotation": false,
682
+ "type": "body",
683
+ "value": "={{ JSON.parse($value) }}"
684
+ }
685
+ },
686
+ "displayOptions": {
687
+ "show": {
688
+ "resource": [
689
+ "Storage Boxes"
690
+ ],
691
+ "operation": [
692
+ "Create Storage Box"
693
+ ]
694
+ }
695
+ }
696
+ },
697
+ {
698
+ "required": true,
699
+ "displayName": "Storage Box Type",
700
+ "name": "storage_box_type",
701
+ "type": "string",
702
+ "default": "bx20",
703
+ "description": "ID or Name of the Storage Box Type.",
704
+ "routing": {
705
+ "send": {
706
+ "property": "storage_box_type",
707
+ "propertyInDotNotation": false,
708
+ "type": "body",
709
+ "value": "={{ $value }}"
710
+ }
711
+ },
712
+ "displayOptions": {
713
+ "show": {
714
+ "resource": [
715
+ "Storage Boxes"
716
+ ],
717
+ "operation": [
718
+ "Create Storage Box"
719
+ ]
720
+ }
721
+ }
722
+ },
723
+ {
724
+ "displayName": "GET /storage_boxes/actions",
725
+ "name": "operation",
726
+ "type": "notice",
727
+ "typeOptions": {
728
+ "theme": "info"
729
+ },
730
+ "default": "",
731
+ "displayOptions": {
732
+ "show": {
733
+ "resource": [
734
+ "Storage Boxes"
735
+ ],
736
+ "operation": [
737
+ "List Storage Box Actions"
738
+ ]
739
+ }
740
+ }
741
+ },
742
+ {
743
+ "displayName": "Id",
744
+ "name": "id",
745
+ "description": "Filter the actions by ID. Can be used multiple times. The response will only contain\nactions matching the specified IDs.\n",
746
+ "default": "[\n 42\n]",
747
+ "type": "json",
748
+ "routing": {
749
+ "send": {
750
+ "type": "query",
751
+ "property": "id",
752
+ "value": "={{ $value }}",
753
+ "propertyInDotNotation": false
754
+ }
755
+ },
756
+ "displayOptions": {
757
+ "show": {
758
+ "resource": [
759
+ "Storage Boxes"
760
+ ],
761
+ "operation": [
762
+ "List Storage Box Actions"
763
+ ]
764
+ }
765
+ }
766
+ },
767
+ {
768
+ "displayName": "Sort",
769
+ "name": "sort",
770
+ "description": "Sort actions by field and direction. Can be used multiple times. For more\ninformation, see \"Sorting\".\n",
771
+ "default": "[\n null\n]",
772
+ "type": "json",
773
+ "routing": {
774
+ "send": {
775
+ "type": "query",
776
+ "property": "sort",
777
+ "value": "={{ $value }}",
778
+ "propertyInDotNotation": false
779
+ }
780
+ },
781
+ "displayOptions": {
782
+ "show": {
783
+ "resource": [
784
+ "Storage Boxes"
785
+ ],
786
+ "operation": [
787
+ "List Storage Box Actions"
788
+ ]
789
+ }
790
+ }
791
+ },
792
+ {
793
+ "displayName": "Status",
794
+ "name": "status",
795
+ "description": "Filter the actions by status. Can be used multiple times. The response will only\ncontain actions matching the specified statuses.\n",
796
+ "default": "[\n null\n]",
797
+ "type": "json",
798
+ "routing": {
799
+ "send": {
800
+ "type": "query",
801
+ "property": "status",
802
+ "value": "={{ $value }}",
803
+ "propertyInDotNotation": false
804
+ }
805
+ },
806
+ "displayOptions": {
807
+ "show": {
808
+ "resource": [
809
+ "Storage Boxes"
810
+ ],
811
+ "operation": [
812
+ "List Storage Box Actions"
813
+ ]
814
+ }
815
+ }
816
+ },
817
+ {
818
+ "displayName": "Page",
819
+ "name": "page",
820
+ "description": "Page number to return. For more information, see \"Pagination\".",
821
+ "default": 1,
822
+ "type": "number",
823
+ "routing": {
824
+ "send": {
825
+ "type": "query",
826
+ "property": "page",
827
+ "value": "={{ $value }}",
828
+ "propertyInDotNotation": false
829
+ }
830
+ },
831
+ "displayOptions": {
832
+ "show": {
833
+ "resource": [
834
+ "Storage Boxes"
835
+ ],
836
+ "operation": [
837
+ "List Storage Box Actions"
838
+ ]
839
+ }
840
+ }
841
+ },
842
+ {
843
+ "displayName": "Per Page",
844
+ "name": "per_page",
845
+ "description": "Maximum number of entries returned per page. For more information, see \"Pagination\".",
846
+ "default": 25,
847
+ "type": "number",
848
+ "routing": {
849
+ "send": {
850
+ "type": "query",
851
+ "property": "per_page",
852
+ "value": "={{ $value }}",
853
+ "propertyInDotNotation": false
854
+ }
855
+ },
856
+ "displayOptions": {
857
+ "show": {
858
+ "resource": [
859
+ "Storage Boxes"
860
+ ],
861
+ "operation": [
862
+ "List Storage Box Actions"
863
+ ]
864
+ }
865
+ }
866
+ },
867
+ {
868
+ "displayName": "GET /storage_boxes/actions/{id}",
869
+ "name": "operation",
870
+ "type": "notice",
871
+ "typeOptions": {
872
+ "theme": "info"
873
+ },
874
+ "default": "",
875
+ "displayOptions": {
876
+ "show": {
877
+ "resource": [
878
+ "Storage Boxes"
879
+ ],
880
+ "operation": [
881
+ "Get Storage Box Action"
882
+ ]
883
+ }
884
+ }
885
+ },
886
+ {
887
+ "displayName": "Id",
888
+ "name": "id",
889
+ "required": true,
890
+ "description": "ID of the Action.",
891
+ "default": 42,
892
+ "type": "number",
893
+ "displayOptions": {
894
+ "show": {
895
+ "resource": [
896
+ "Storage Boxes"
897
+ ],
898
+ "operation": [
899
+ "Get Storage Box Action"
900
+ ]
901
+ }
902
+ }
903
+ },
904
+ {
905
+ "displayName": "DELETE /storage_boxes/{id}",
906
+ "name": "operation",
907
+ "type": "notice",
908
+ "typeOptions": {
909
+ "theme": "info"
910
+ },
911
+ "default": "",
912
+ "displayOptions": {
913
+ "show": {
914
+ "resource": [
915
+ "Storage Boxes"
916
+ ],
917
+ "operation": [
918
+ "Delete Storage Box"
919
+ ]
920
+ }
921
+ }
922
+ },
923
+ {
924
+ "displayName": "Id",
925
+ "name": "id",
926
+ "required": true,
927
+ "description": "ID of the Storage Box.",
928
+ "default": 42,
929
+ "type": "number",
930
+ "displayOptions": {
931
+ "show": {
932
+ "resource": [
933
+ "Storage Boxes"
934
+ ],
935
+ "operation": [
936
+ "Delete Storage Box"
937
+ ]
938
+ }
939
+ }
940
+ },
941
+ {
942
+ "displayName": "GET /storage_boxes/{id}",
943
+ "name": "operation",
944
+ "type": "notice",
945
+ "typeOptions": {
946
+ "theme": "info"
947
+ },
948
+ "default": "",
949
+ "displayOptions": {
950
+ "show": {
951
+ "resource": [
952
+ "Storage Boxes"
953
+ ],
954
+ "operation": [
955
+ "Get Storage Box"
956
+ ]
957
+ }
958
+ }
959
+ },
960
+ {
961
+ "displayName": "Id",
962
+ "name": "id",
963
+ "required": true,
964
+ "description": "ID of the Storage Box.",
965
+ "default": 42,
966
+ "type": "number",
967
+ "displayOptions": {
968
+ "show": {
969
+ "resource": [
970
+ "Storage Boxes"
971
+ ],
972
+ "operation": [
973
+ "Get Storage Box"
974
+ ]
975
+ }
976
+ }
977
+ },
978
+ {
979
+ "displayName": "PUT /storage_boxes/{id}",
980
+ "name": "operation",
981
+ "type": "notice",
982
+ "typeOptions": {
983
+ "theme": "info"
984
+ },
985
+ "default": "",
986
+ "displayOptions": {
987
+ "show": {
988
+ "resource": [
989
+ "Storage Boxes"
990
+ ],
991
+ "operation": [
992
+ "Replace Storage Box"
993
+ ]
994
+ }
995
+ }
996
+ },
997
+ {
998
+ "displayName": "Id",
999
+ "name": "id",
1000
+ "required": true,
1001
+ "description": "ID of the Storage Box.",
1002
+ "default": 42,
1003
+ "type": "number",
1004
+ "displayOptions": {
1005
+ "show": {
1006
+ "resource": [
1007
+ "Storage Boxes"
1008
+ ],
1009
+ "operation": [
1010
+ "Replace Storage Box"
1011
+ ]
1012
+ }
1013
+ }
1014
+ },
1015
+ {
1016
+ "displayName": "Labels",
1017
+ "name": "labels",
1018
+ "type": "json",
1019
+ "default": "{\n \"environment\": \"prod\",\n \"example.com/my\": \"label\",\n \"just-a-key\": \"\"\n}",
1020
+ "description": "User-defined labels (`key/value` pairs) for the Resource.\nFor more information, see \"Labels\".\n | User-defined labels (`key/value` pairs) for the Resource.\n\nNote that the set of Labels provided in the request will overwrite the\nexisting one.\n\nFor more information, see \"Labels\".\n",
1021
+ "routing": {
1022
+ "send": {
1023
+ "property": "labels",
1024
+ "propertyInDotNotation": false,
1025
+ "type": "body",
1026
+ "value": "={{ JSON.parse($value) }}"
1027
+ }
1028
+ },
1029
+ "displayOptions": {
1030
+ "show": {
1031
+ "resource": [
1032
+ "Storage Boxes"
1033
+ ],
1034
+ "operation": [
1035
+ "Replace Storage Box"
1036
+ ]
1037
+ }
1038
+ }
1039
+ },
1040
+ {
1041
+ "displayName": "Name",
1042
+ "name": "name",
1043
+ "type": "string",
1044
+ "default": "",
1045
+ "description": "Name of the Storage Box.\n",
1046
+ "routing": {
1047
+ "send": {
1048
+ "property": "name",
1049
+ "propertyInDotNotation": false,
1050
+ "type": "body",
1051
+ "value": "={{ $value }}"
1052
+ }
1053
+ },
1054
+ "displayOptions": {
1055
+ "show": {
1056
+ "resource": [
1057
+ "Storage Boxes"
1058
+ ],
1059
+ "operation": [
1060
+ "Replace Storage Box"
1061
+ ]
1062
+ }
1063
+ }
1064
+ },
1065
+ {
1066
+ "displayName": "GET /storage_boxes/{id}/actions",
1067
+ "name": "operation",
1068
+ "type": "notice",
1069
+ "typeOptions": {
1070
+ "theme": "info"
1071
+ },
1072
+ "default": "",
1073
+ "displayOptions": {
1074
+ "show": {
1075
+ "resource": [
1076
+ "Storage Boxes"
1077
+ ],
1078
+ "operation": [
1079
+ "List Actions For Storage Box"
1080
+ ]
1081
+ }
1082
+ }
1083
+ },
1084
+ {
1085
+ "displayName": "Sort",
1086
+ "name": "sort",
1087
+ "description": "Sort actions by field and direction. Can be used multiple times. For more\ninformation, see \"Sorting\".\n",
1088
+ "default": "[\n null\n]",
1089
+ "type": "json",
1090
+ "routing": {
1091
+ "send": {
1092
+ "type": "query",
1093
+ "property": "sort",
1094
+ "value": "={{ $value }}",
1095
+ "propertyInDotNotation": false
1096
+ }
1097
+ },
1098
+ "displayOptions": {
1099
+ "show": {
1100
+ "resource": [
1101
+ "Storage Boxes"
1102
+ ],
1103
+ "operation": [
1104
+ "List Actions For Storage Box"
1105
+ ]
1106
+ }
1107
+ }
1108
+ },
1109
+ {
1110
+ "displayName": "Status",
1111
+ "name": "status",
1112
+ "description": "Filter the actions by status. Can be used multiple times. The response will only\ncontain actions matching the specified statuses.\n",
1113
+ "default": "[\n null\n]",
1114
+ "type": "json",
1115
+ "routing": {
1116
+ "send": {
1117
+ "type": "query",
1118
+ "property": "status",
1119
+ "value": "={{ $value }}",
1120
+ "propertyInDotNotation": false
1121
+ }
1122
+ },
1123
+ "displayOptions": {
1124
+ "show": {
1125
+ "resource": [
1126
+ "Storage Boxes"
1127
+ ],
1128
+ "operation": [
1129
+ "List Actions For Storage Box"
1130
+ ]
1131
+ }
1132
+ }
1133
+ },
1134
+ {
1135
+ "displayName": "Id",
1136
+ "name": "id",
1137
+ "required": true,
1138
+ "description": "ID of the Storage Box.",
1139
+ "default": 42,
1140
+ "type": "number",
1141
+ "displayOptions": {
1142
+ "show": {
1143
+ "resource": [
1144
+ "Storage Boxes"
1145
+ ],
1146
+ "operation": [
1147
+ "List Actions For Storage Box"
1148
+ ]
1149
+ }
1150
+ }
1151
+ },
1152
+ {
1153
+ "displayName": "Page",
1154
+ "name": "page",
1155
+ "description": "Page number to return. For more information, see \"Pagination\".",
1156
+ "default": 1,
1157
+ "type": "number",
1158
+ "routing": {
1159
+ "send": {
1160
+ "type": "query",
1161
+ "property": "page",
1162
+ "value": "={{ $value }}",
1163
+ "propertyInDotNotation": false
1164
+ }
1165
+ },
1166
+ "displayOptions": {
1167
+ "show": {
1168
+ "resource": [
1169
+ "Storage Boxes"
1170
+ ],
1171
+ "operation": [
1172
+ "List Actions For Storage Box"
1173
+ ]
1174
+ }
1175
+ }
1176
+ },
1177
+ {
1178
+ "displayName": "Per Page",
1179
+ "name": "per_page",
1180
+ "description": "Maximum number of entries returned per page. For more information, see \"Pagination\".",
1181
+ "default": 25,
1182
+ "type": "number",
1183
+ "routing": {
1184
+ "send": {
1185
+ "type": "query",
1186
+ "property": "per_page",
1187
+ "value": "={{ $value }}",
1188
+ "propertyInDotNotation": false
1189
+ }
1190
+ },
1191
+ "displayOptions": {
1192
+ "show": {
1193
+ "resource": [
1194
+ "Storage Boxes"
1195
+ ],
1196
+ "operation": [
1197
+ "List Actions For Storage Box"
1198
+ ]
1199
+ }
1200
+ }
1201
+ },
1202
+ {
1203
+ "displayName": "POST /storage_boxes/{id}/actions/change_protection",
1204
+ "name": "operation",
1205
+ "type": "notice",
1206
+ "typeOptions": {
1207
+ "theme": "info"
1208
+ },
1209
+ "default": "",
1210
+ "displayOptions": {
1211
+ "show": {
1212
+ "resource": [
1213
+ "Storage Boxes"
1214
+ ],
1215
+ "operation": [
1216
+ "Change Protection"
1217
+ ]
1218
+ }
1219
+ }
1220
+ },
1221
+ {
1222
+ "displayName": "Id",
1223
+ "name": "id",
1224
+ "required": true,
1225
+ "description": "ID of the Storage Box.",
1226
+ "default": 42,
1227
+ "type": "number",
1228
+ "displayOptions": {
1229
+ "show": {
1230
+ "resource": [
1231
+ "Storage Boxes"
1232
+ ],
1233
+ "operation": [
1234
+ "Change Protection"
1235
+ ]
1236
+ }
1237
+ }
1238
+ },
1239
+ {
1240
+ "displayName": "Delete",
1241
+ "name": "delete",
1242
+ "type": "boolean",
1243
+ "default": false,
1244
+ "description": "Prevent the Resource from being deleted.",
1245
+ "routing": {
1246
+ "send": {
1247
+ "property": "delete",
1248
+ "propertyInDotNotation": false,
1249
+ "type": "body",
1250
+ "value": "={{ $value }}"
1251
+ }
1252
+ },
1253
+ "displayOptions": {
1254
+ "show": {
1255
+ "resource": [
1256
+ "Storage Boxes"
1257
+ ],
1258
+ "operation": [
1259
+ "Change Protection"
1260
+ ]
1261
+ }
1262
+ }
1263
+ },
1264
+ {
1265
+ "displayName": "POST /storage_boxes/{id}/actions/change_type",
1266
+ "name": "operation",
1267
+ "type": "notice",
1268
+ "typeOptions": {
1269
+ "theme": "info"
1270
+ },
1271
+ "default": "",
1272
+ "displayOptions": {
1273
+ "show": {
1274
+ "resource": [
1275
+ "Storage Boxes"
1276
+ ],
1277
+ "operation": [
1278
+ "Change Type"
1279
+ ]
1280
+ }
1281
+ }
1282
+ },
1283
+ {
1284
+ "displayName": "Id",
1285
+ "name": "id",
1286
+ "required": true,
1287
+ "description": "ID of the Storage Box.",
1288
+ "default": 42,
1289
+ "type": "number",
1290
+ "displayOptions": {
1291
+ "show": {
1292
+ "resource": [
1293
+ "Storage Boxes"
1294
+ ],
1295
+ "operation": [
1296
+ "Change Type"
1297
+ ]
1298
+ }
1299
+ }
1300
+ },
1301
+ {
1302
+ "required": true,
1303
+ "displayName": "Storage Box Type",
1304
+ "name": "storage_box_type",
1305
+ "type": "string",
1306
+ "default": "bx20",
1307
+ "description": "ID or Name of the Storage Box Type.",
1308
+ "routing": {
1309
+ "send": {
1310
+ "property": "storage_box_type",
1311
+ "propertyInDotNotation": false,
1312
+ "type": "body",
1313
+ "value": "={{ $value }}"
1314
+ }
1315
+ },
1316
+ "displayOptions": {
1317
+ "show": {
1318
+ "resource": [
1319
+ "Storage Boxes"
1320
+ ],
1321
+ "operation": [
1322
+ "Change Type"
1323
+ ]
1324
+ }
1325
+ }
1326
+ },
1327
+ {
1328
+ "displayName": "POST /storage_boxes/{id}/actions/disable_snapshot_plan",
1329
+ "name": "operation",
1330
+ "type": "notice",
1331
+ "typeOptions": {
1332
+ "theme": "info"
1333
+ },
1334
+ "default": "",
1335
+ "displayOptions": {
1336
+ "show": {
1337
+ "resource": [
1338
+ "Storage Boxes"
1339
+ ],
1340
+ "operation": [
1341
+ "Disable Snapshot Plan"
1342
+ ]
1343
+ }
1344
+ }
1345
+ },
1346
+ {
1347
+ "displayName": "Id",
1348
+ "name": "id",
1349
+ "required": true,
1350
+ "description": "ID of the Storage Box.",
1351
+ "default": 42,
1352
+ "type": "number",
1353
+ "displayOptions": {
1354
+ "show": {
1355
+ "resource": [
1356
+ "Storage Boxes"
1357
+ ],
1358
+ "operation": [
1359
+ "Disable Snapshot Plan"
1360
+ ]
1361
+ }
1362
+ }
1363
+ },
1364
+ {
1365
+ "displayName": "POST /storage_boxes/{id}/actions/enable_snapshot_plan",
1366
+ "name": "operation",
1367
+ "type": "notice",
1368
+ "typeOptions": {
1369
+ "theme": "info"
1370
+ },
1371
+ "default": "",
1372
+ "displayOptions": {
1373
+ "show": {
1374
+ "resource": [
1375
+ "Storage Boxes"
1376
+ ],
1377
+ "operation": [
1378
+ "Enable Snapshot Plan"
1379
+ ]
1380
+ }
1381
+ }
1382
+ },
1383
+ {
1384
+ "displayName": "Id",
1385
+ "name": "id",
1386
+ "required": true,
1387
+ "description": "ID of the Storage Box.",
1388
+ "default": 42,
1389
+ "type": "number",
1390
+ "displayOptions": {
1391
+ "show": {
1392
+ "resource": [
1393
+ "Storage Boxes"
1394
+ ],
1395
+ "operation": [
1396
+ "Enable Snapshot Plan"
1397
+ ]
1398
+ }
1399
+ }
1400
+ },
1401
+ {
1402
+ "displayName": "Day Of Month",
1403
+ "name": "day_of_month",
1404
+ "type": "number",
1405
+ "default": null,
1406
+ "description": "Day of the month when the Snapshot Plan is executed.\n\nNull means every day.\n",
1407
+ "routing": {
1408
+ "send": {
1409
+ "property": "day_of_month",
1410
+ "propertyInDotNotation": false,
1411
+ "type": "body",
1412
+ "value": "={{ $value }}"
1413
+ }
1414
+ },
1415
+ "displayOptions": {
1416
+ "show": {
1417
+ "resource": [
1418
+ "Storage Boxes"
1419
+ ],
1420
+ "operation": [
1421
+ "Enable Snapshot Plan"
1422
+ ]
1423
+ }
1424
+ }
1425
+ },
1426
+ {
1427
+ "displayName": "Day Of Week",
1428
+ "name": "day_of_week",
1429
+ "type": "number",
1430
+ "default": 7,
1431
+ "description": "Day of the week when the Snapshot Plan is executed.\n\nStarts at 1 for Monday til 7 for Sunday. Null means every day.\n",
1432
+ "routing": {
1433
+ "send": {
1434
+ "property": "day_of_week",
1435
+ "propertyInDotNotation": false,
1436
+ "type": "body",
1437
+ "value": "={{ $value }}"
1438
+ }
1439
+ },
1440
+ "displayOptions": {
1441
+ "show": {
1442
+ "resource": [
1443
+ "Storage Boxes"
1444
+ ],
1445
+ "operation": [
1446
+ "Enable Snapshot Plan"
1447
+ ]
1448
+ }
1449
+ }
1450
+ },
1451
+ {
1452
+ "required": true,
1453
+ "displayName": "Hour",
1454
+ "name": "hour",
1455
+ "type": "number",
1456
+ "default": 3,
1457
+ "description": "Hour when the Snapshot Plan is executed (UTC).\n",
1458
+ "routing": {
1459
+ "send": {
1460
+ "property": "hour",
1461
+ "propertyInDotNotation": false,
1462
+ "type": "body",
1463
+ "value": "={{ $value }}"
1464
+ }
1465
+ },
1466
+ "displayOptions": {
1467
+ "show": {
1468
+ "resource": [
1469
+ "Storage Boxes"
1470
+ ],
1471
+ "operation": [
1472
+ "Enable Snapshot Plan"
1473
+ ]
1474
+ }
1475
+ }
1476
+ },
1477
+ {
1478
+ "required": true,
1479
+ "displayName": "Max Snapshots",
1480
+ "name": "max_snapshots",
1481
+ "type": "number",
1482
+ "default": 10,
1483
+ "description": "Maximum amount of Snapshots that will be created by this Snapshot Plan.\n\nOlder Snapshots will be deleted.\n",
1484
+ "routing": {
1485
+ "send": {
1486
+ "property": "max_snapshots",
1487
+ "propertyInDotNotation": false,
1488
+ "type": "body",
1489
+ "value": "={{ $value }}"
1490
+ }
1491
+ },
1492
+ "displayOptions": {
1493
+ "show": {
1494
+ "resource": [
1495
+ "Storage Boxes"
1496
+ ],
1497
+ "operation": [
1498
+ "Enable Snapshot Plan"
1499
+ ]
1500
+ }
1501
+ }
1502
+ },
1503
+ {
1504
+ "required": true,
1505
+ "displayName": "Minute",
1506
+ "name": "minute",
1507
+ "type": "number",
1508
+ "default": 30,
1509
+ "description": "Minute when the Snapshot Plan is executed (UTC).\n",
1510
+ "routing": {
1511
+ "send": {
1512
+ "property": "minute",
1513
+ "propertyInDotNotation": false,
1514
+ "type": "body",
1515
+ "value": "={{ $value }}"
1516
+ }
1517
+ },
1518
+ "displayOptions": {
1519
+ "show": {
1520
+ "resource": [
1521
+ "Storage Boxes"
1522
+ ],
1523
+ "operation": [
1524
+ "Enable Snapshot Plan"
1525
+ ]
1526
+ }
1527
+ }
1528
+ },
1529
+ {
1530
+ "displayName": "POST /storage_boxes/{id}/actions/reset_password",
1531
+ "name": "operation",
1532
+ "type": "notice",
1533
+ "typeOptions": {
1534
+ "theme": "info"
1535
+ },
1536
+ "default": "",
1537
+ "displayOptions": {
1538
+ "show": {
1539
+ "resource": [
1540
+ "Storage Boxes"
1541
+ ],
1542
+ "operation": [
1543
+ "Reset Storage Box Password"
1544
+ ]
1545
+ }
1546
+ }
1547
+ },
1548
+ {
1549
+ "displayName": "Id",
1550
+ "name": "id",
1551
+ "required": true,
1552
+ "description": "ID of the Storage Box.",
1553
+ "default": 42,
1554
+ "type": "number",
1555
+ "displayOptions": {
1556
+ "show": {
1557
+ "resource": [
1558
+ "Storage Boxes"
1559
+ ],
1560
+ "operation": [
1561
+ "Reset Storage Box Password"
1562
+ ]
1563
+ }
1564
+ }
1565
+ },
1566
+ {
1567
+ "required": true,
1568
+ "displayName": "Password",
1569
+ "name": "password",
1570
+ "type": "string",
1571
+ "default": "",
1572
+ "description": "Password of the Storage Box Subaccount.\n\nFor more details, see the Storage Boxes password policy.\n",
1573
+ "routing": {
1574
+ "send": {
1575
+ "property": "password",
1576
+ "propertyInDotNotation": false,
1577
+ "type": "body",
1578
+ "value": "={{ $value }}"
1579
+ }
1580
+ },
1581
+ "displayOptions": {
1582
+ "show": {
1583
+ "resource": [
1584
+ "Storage Boxes"
1585
+ ],
1586
+ "operation": [
1587
+ "Reset Storage Box Password"
1588
+ ]
1589
+ }
1590
+ }
1591
+ },
1592
+ {
1593
+ "displayName": "POST /storage_boxes/{id}/actions/rollback_snapshot",
1594
+ "name": "operation",
1595
+ "type": "notice",
1596
+ "typeOptions": {
1597
+ "theme": "info"
1598
+ },
1599
+ "default": "",
1600
+ "displayOptions": {
1601
+ "show": {
1602
+ "resource": [
1603
+ "Storage Boxes"
1604
+ ],
1605
+ "operation": [
1606
+ "Rollback Snapshot"
1607
+ ]
1608
+ }
1609
+ }
1610
+ },
1611
+ {
1612
+ "displayName": "Id",
1613
+ "name": "id",
1614
+ "required": true,
1615
+ "description": "ID of the Storage Box.",
1616
+ "default": 42,
1617
+ "type": "number",
1618
+ "displayOptions": {
1619
+ "show": {
1620
+ "resource": [
1621
+ "Storage Boxes"
1622
+ ],
1623
+ "operation": [
1624
+ "Rollback Snapshot"
1625
+ ]
1626
+ }
1627
+ }
1628
+ },
1629
+ {
1630
+ "required": true,
1631
+ "displayName": "Snapshot",
1632
+ "name": "snapshot",
1633
+ "type": "string",
1634
+ "default": "my-snapshot",
1635
+ "description": "ID or Name of the Storage Box Snapshot.",
1636
+ "routing": {
1637
+ "send": {
1638
+ "property": "snapshot",
1639
+ "propertyInDotNotation": false,
1640
+ "type": "body",
1641
+ "value": "={{ $value }}"
1642
+ }
1643
+ },
1644
+ "displayOptions": {
1645
+ "show": {
1646
+ "resource": [
1647
+ "Storage Boxes"
1648
+ ],
1649
+ "operation": [
1650
+ "Rollback Snapshot"
1651
+ ]
1652
+ }
1653
+ }
1654
+ },
1655
+ {
1656
+ "displayName": "POST /storage_boxes/{id}/actions/update_access_settings",
1657
+ "name": "operation",
1658
+ "type": "notice",
1659
+ "typeOptions": {
1660
+ "theme": "info"
1661
+ },
1662
+ "default": "",
1663
+ "displayOptions": {
1664
+ "show": {
1665
+ "resource": [
1666
+ "Storage Boxes"
1667
+ ],
1668
+ "operation": [
1669
+ "Update Storage Box Access Settings"
1670
+ ]
1671
+ }
1672
+ }
1673
+ },
1674
+ {
1675
+ "displayName": "Id",
1676
+ "name": "id",
1677
+ "required": true,
1678
+ "description": "ID of the Storage Box.",
1679
+ "default": 42,
1680
+ "type": "number",
1681
+ "displayOptions": {
1682
+ "show": {
1683
+ "resource": [
1684
+ "Storage Boxes"
1685
+ ],
1686
+ "operation": [
1687
+ "Update Storage Box Access Settings"
1688
+ ]
1689
+ }
1690
+ }
1691
+ },
1692
+ {
1693
+ "displayName": "Reachable Externally",
1694
+ "name": "reachable_externally",
1695
+ "type": "boolean",
1696
+ "default": true,
1697
+ "description": "Whether access from outside the Hetzner network is allowed.",
1698
+ "routing": {
1699
+ "send": {
1700
+ "property": "reachable_externally",
1701
+ "propertyInDotNotation": false,
1702
+ "type": "body",
1703
+ "value": "={{ $value }}"
1704
+ }
1705
+ },
1706
+ "displayOptions": {
1707
+ "show": {
1708
+ "resource": [
1709
+ "Storage Boxes"
1710
+ ],
1711
+ "operation": [
1712
+ "Update Storage Box Access Settings"
1713
+ ]
1714
+ }
1715
+ }
1716
+ },
1717
+ {
1718
+ "displayName": "Readonly",
1719
+ "name": "readonly",
1720
+ "type": "boolean",
1721
+ "default": true,
1722
+ "description": "Whether the Subaccount is read-only.",
1723
+ "routing": {
1724
+ "send": {
1725
+ "property": "readonly",
1726
+ "propertyInDotNotation": false,
1727
+ "type": "body",
1728
+ "value": "={{ $value }}"
1729
+ }
1730
+ },
1731
+ "displayOptions": {
1732
+ "show": {
1733
+ "resource": [
1734
+ "Storage Boxes"
1735
+ ],
1736
+ "operation": [
1737
+ "Update Storage Box Access Settings"
1738
+ ]
1739
+ }
1740
+ }
1741
+ },
1742
+ {
1743
+ "displayName": "Samba Enabled",
1744
+ "name": "samba_enabled",
1745
+ "type": "boolean",
1746
+ "default": true,
1747
+ "description": "Whether the Samba subsystem is enabled.",
1748
+ "routing": {
1749
+ "send": {
1750
+ "property": "samba_enabled",
1751
+ "propertyInDotNotation": false,
1752
+ "type": "body",
1753
+ "value": "={{ $value }}"
1754
+ }
1755
+ },
1756
+ "displayOptions": {
1757
+ "show": {
1758
+ "resource": [
1759
+ "Storage Boxes"
1760
+ ],
1761
+ "operation": [
1762
+ "Update Storage Box Access Settings"
1763
+ ]
1764
+ }
1765
+ }
1766
+ },
1767
+ {
1768
+ "displayName": "Ssh Enabled",
1769
+ "name": "ssh_enabled",
1770
+ "type": "boolean",
1771
+ "default": true,
1772
+ "description": "Whether the SSH subsystem is enabled.",
1773
+ "routing": {
1774
+ "send": {
1775
+ "property": "ssh_enabled",
1776
+ "propertyInDotNotation": false,
1777
+ "type": "body",
1778
+ "value": "={{ $value }}"
1779
+ }
1780
+ },
1781
+ "displayOptions": {
1782
+ "show": {
1783
+ "resource": [
1784
+ "Storage Boxes"
1785
+ ],
1786
+ "operation": [
1787
+ "Update Storage Box Access Settings"
1788
+ ]
1789
+ }
1790
+ }
1791
+ },
1792
+ {
1793
+ "displayName": "Webdav Enabled",
1794
+ "name": "webdav_enabled",
1795
+ "type": "boolean",
1796
+ "default": true,
1797
+ "description": "Whether the WebDAV subsystem is enabled.",
1798
+ "routing": {
1799
+ "send": {
1800
+ "property": "webdav_enabled",
1801
+ "propertyInDotNotation": false,
1802
+ "type": "body",
1803
+ "value": "={{ $value }}"
1804
+ }
1805
+ },
1806
+ "displayOptions": {
1807
+ "show": {
1808
+ "resource": [
1809
+ "Storage Boxes"
1810
+ ],
1811
+ "operation": [
1812
+ "Update Storage Box Access Settings"
1813
+ ]
1814
+ }
1815
+ }
1816
+ },
1817
+ {
1818
+ "displayName": "GET /storage_boxes/{id}/actions/{action_id}",
1819
+ "name": "operation",
1820
+ "type": "notice",
1821
+ "typeOptions": {
1822
+ "theme": "info"
1823
+ },
1824
+ "default": "",
1825
+ "displayOptions": {
1826
+ "show": {
1827
+ "resource": [
1828
+ "Storage Boxes"
1829
+ ],
1830
+ "operation": [
1831
+ "Get Action For Storage Box"
1832
+ ]
1833
+ }
1834
+ }
1835
+ },
1836
+ {
1837
+ "displayName": "Id",
1838
+ "name": "id",
1839
+ "required": true,
1840
+ "description": "ID of the Storage Box.",
1841
+ "default": 42,
1842
+ "type": "number",
1843
+ "displayOptions": {
1844
+ "show": {
1845
+ "resource": [
1846
+ "Storage Boxes"
1847
+ ],
1848
+ "operation": [
1849
+ "Get Action For Storage Box"
1850
+ ]
1851
+ }
1852
+ }
1853
+ },
1854
+ {
1855
+ "displayName": "Action Id",
1856
+ "name": "action_id",
1857
+ "required": true,
1858
+ "description": "ID of the Action.",
1859
+ "default": 42,
1860
+ "type": "number",
1861
+ "displayOptions": {
1862
+ "show": {
1863
+ "resource": [
1864
+ "Storage Boxes"
1865
+ ],
1866
+ "operation": [
1867
+ "Get Action For Storage Box"
1868
+ ]
1869
+ }
1870
+ }
1871
+ },
1872
+ {
1873
+ "displayName": "GET /storage_boxes/{id}/folders",
1874
+ "name": "operation",
1875
+ "type": "notice",
1876
+ "typeOptions": {
1877
+ "theme": "info"
1878
+ },
1879
+ "default": "",
1880
+ "displayOptions": {
1881
+ "show": {
1882
+ "resource": [
1883
+ "Storage Boxes"
1884
+ ],
1885
+ "operation": [
1886
+ "List Folders Of Storage Box"
1887
+ ]
1888
+ }
1889
+ }
1890
+ },
1891
+ {
1892
+ "displayName": "Id",
1893
+ "name": "id",
1894
+ "required": true,
1895
+ "description": "ID of the Storage Box.",
1896
+ "default": 42,
1897
+ "type": "number",
1898
+ "displayOptions": {
1899
+ "show": {
1900
+ "resource": [
1901
+ "Storage Boxes"
1902
+ ],
1903
+ "operation": [
1904
+ "List Folders Of Storage Box"
1905
+ ]
1906
+ }
1907
+ }
1908
+ },
1909
+ {
1910
+ "displayName": "Path",
1911
+ "name": "path",
1912
+ "description": "Relative path for which the listing is to be made.",
1913
+ "default": "./documents",
1914
+ "type": "string",
1915
+ "routing": {
1916
+ "send": {
1917
+ "type": "query",
1918
+ "property": "path",
1919
+ "value": "={{ $value }}",
1920
+ "propertyInDotNotation": false
1921
+ }
1922
+ },
1923
+ "displayOptions": {
1924
+ "show": {
1925
+ "resource": [
1926
+ "Storage Boxes"
1927
+ ],
1928
+ "operation": [
1929
+ "List Folders Of Storage Box"
1930
+ ]
1931
+ }
1932
+ }
1933
+ },
1934
+ {
1935
+ "displayName": "GET /storage_boxes/{id}/snapshots",
1936
+ "name": "operation",
1937
+ "type": "notice",
1938
+ "typeOptions": {
1939
+ "theme": "info"
1940
+ },
1941
+ "default": "",
1942
+ "displayOptions": {
1943
+ "show": {
1944
+ "resource": [
1945
+ "Storage Boxes"
1946
+ ],
1947
+ "operation": [
1948
+ "List Snapshots"
1949
+ ]
1950
+ }
1951
+ }
1952
+ },
1953
+ {
1954
+ "displayName": "Id",
1955
+ "name": "id",
1956
+ "required": true,
1957
+ "description": "ID of the Storage Box.",
1958
+ "default": 42,
1959
+ "type": "number",
1960
+ "displayOptions": {
1961
+ "show": {
1962
+ "resource": [
1963
+ "Storage Boxes"
1964
+ ],
1965
+ "operation": [
1966
+ "List Snapshots"
1967
+ ]
1968
+ }
1969
+ }
1970
+ },
1971
+ {
1972
+ "displayName": "Name",
1973
+ "name": "name",
1974
+ "description": "Filter resources by their name. The response will only contain the resources\nmatching exactly the specified name.\n",
1975
+ "default": "",
1976
+ "type": "string",
1977
+ "routing": {
1978
+ "send": {
1979
+ "type": "query",
1980
+ "property": "name",
1981
+ "value": "={{ $value }}",
1982
+ "propertyInDotNotation": false
1983
+ }
1984
+ },
1985
+ "displayOptions": {
1986
+ "show": {
1987
+ "resource": [
1988
+ "Storage Boxes"
1989
+ ],
1990
+ "operation": [
1991
+ "List Snapshots"
1992
+ ]
1993
+ }
1994
+ }
1995
+ },
1996
+ {
1997
+ "displayName": "Label Selector",
1998
+ "name": "label_selector",
1999
+ "description": "Filter resources by labels. The response will only contain resources matching the\nlabel selector. For more information, see \"Label Selector\".\n",
2000
+ "default": "",
2001
+ "type": "string",
2002
+ "routing": {
2003
+ "send": {
2004
+ "type": "query",
2005
+ "property": "label_selector",
2006
+ "value": "={{ $value }}",
2007
+ "propertyInDotNotation": false
2008
+ }
2009
+ },
2010
+ "displayOptions": {
2011
+ "show": {
2012
+ "resource": [
2013
+ "Storage Boxes"
2014
+ ],
2015
+ "operation": [
2016
+ "List Snapshots"
2017
+ ]
2018
+ }
2019
+ }
2020
+ },
2021
+ {
2022
+ "displayName": "Sort",
2023
+ "name": "sort",
2024
+ "description": "Sort resources by field and direction. Can be used multiple times. For more\ninformation, see \"Sorting\".\n",
2025
+ "default": "[\n null\n]",
2026
+ "type": "json",
2027
+ "routing": {
2028
+ "send": {
2029
+ "type": "query",
2030
+ "property": "sort",
2031
+ "value": "={{ $value }}",
2032
+ "propertyInDotNotation": false
2033
+ }
2034
+ },
2035
+ "displayOptions": {
2036
+ "show": {
2037
+ "resource": [
2038
+ "Storage Boxes"
2039
+ ],
2040
+ "operation": [
2041
+ "List Snapshots"
2042
+ ]
2043
+ }
2044
+ }
2045
+ },
2046
+ {
2047
+ "displayName": "Is Automatic",
2048
+ "name": "is_automatic",
2049
+ "description": "Filter wether a Storage Box Snapshot is automatic.\n",
2050
+ "default": true,
2051
+ "type": "boolean",
2052
+ "routing": {
2053
+ "send": {
2054
+ "type": "query",
2055
+ "property": "is_automatic",
2056
+ "value": "={{ $value }}",
2057
+ "propertyInDotNotation": false
2058
+ }
2059
+ },
2060
+ "displayOptions": {
2061
+ "show": {
2062
+ "resource": [
2063
+ "Storage Boxes"
2064
+ ],
2065
+ "operation": [
2066
+ "List Snapshots"
2067
+ ]
2068
+ }
2069
+ }
2070
+ },
2071
+ {
2072
+ "displayName": "POST /storage_boxes/{id}/snapshots",
2073
+ "name": "operation",
2074
+ "type": "notice",
2075
+ "typeOptions": {
2076
+ "theme": "info"
2077
+ },
2078
+ "default": "",
2079
+ "displayOptions": {
2080
+ "show": {
2081
+ "resource": [
2082
+ "Storage Boxes"
2083
+ ],
2084
+ "operation": [
2085
+ "Create Snapshot"
2086
+ ]
2087
+ }
2088
+ }
2089
+ },
2090
+ {
2091
+ "displayName": "Id",
2092
+ "name": "id",
2093
+ "required": true,
2094
+ "description": "ID of the Storage Box.",
2095
+ "default": 42,
2096
+ "type": "number",
2097
+ "displayOptions": {
2098
+ "show": {
2099
+ "resource": [
2100
+ "Storage Boxes"
2101
+ ],
2102
+ "operation": [
2103
+ "Create Snapshot"
2104
+ ]
2105
+ }
2106
+ }
2107
+ },
2108
+ {
2109
+ "displayName": "Description",
2110
+ "name": "description",
2111
+ "type": "string",
2112
+ "default": "snapshot-0001",
2113
+ "description": "Description of the Storage Box Snapshot.",
2114
+ "routing": {
2115
+ "send": {
2116
+ "property": "description",
2117
+ "propertyInDotNotation": false,
2118
+ "type": "body",
2119
+ "value": "={{ $value }}"
2120
+ }
2121
+ },
2122
+ "displayOptions": {
2123
+ "show": {
2124
+ "resource": [
2125
+ "Storage Boxes"
2126
+ ],
2127
+ "operation": [
2128
+ "Create Snapshot"
2129
+ ]
2130
+ }
2131
+ }
2132
+ },
2133
+ {
2134
+ "displayName": "Labels",
2135
+ "name": "labels",
2136
+ "type": "json",
2137
+ "default": "{\n \"environment\": \"prod\",\n \"example.com/my\": \"label\",\n \"just-a-key\": \"\"\n}",
2138
+ "description": "User-defined labels (`key/value` pairs) for the Resource.\nFor more information, see \"Labels\".\n | User-defined labels (`key/value` pairs) for the Resource.\n\nNote that the set of Labels provided in the request will overwrite the\nexisting one.\n\nFor more information, see \"Labels\".\n",
2139
+ "routing": {
2140
+ "send": {
2141
+ "property": "labels",
2142
+ "propertyInDotNotation": false,
2143
+ "type": "body",
2144
+ "value": "={{ JSON.parse($value) }}"
2145
+ }
2146
+ },
2147
+ "displayOptions": {
2148
+ "show": {
2149
+ "resource": [
2150
+ "Storage Boxes"
2151
+ ],
2152
+ "operation": [
2153
+ "Create Snapshot"
2154
+ ]
2155
+ }
2156
+ }
2157
+ },
2158
+ {
2159
+ "displayName": "DELETE /storage_boxes/{id}/snapshots/{snapshot_id}",
2160
+ "name": "operation",
2161
+ "type": "notice",
2162
+ "typeOptions": {
2163
+ "theme": "info"
2164
+ },
2165
+ "default": "",
2166
+ "displayOptions": {
2167
+ "show": {
2168
+ "resource": [
2169
+ "Storage Boxes"
2170
+ ],
2171
+ "operation": [
2172
+ "Delete Snapshot"
2173
+ ]
2174
+ }
2175
+ }
2176
+ },
2177
+ {
2178
+ "displayName": "Id",
2179
+ "name": "id",
2180
+ "required": true,
2181
+ "description": "ID of the Storage Box.",
2182
+ "default": 42,
2183
+ "type": "number",
2184
+ "displayOptions": {
2185
+ "show": {
2186
+ "resource": [
2187
+ "Storage Boxes"
2188
+ ],
2189
+ "operation": [
2190
+ "Delete Snapshot"
2191
+ ]
2192
+ }
2193
+ }
2194
+ },
2195
+ {
2196
+ "displayName": "Snapshot Id",
2197
+ "name": "snapshot_id",
2198
+ "required": true,
2199
+ "description": "ID of the Storage Box Snapshot.",
2200
+ "default": 42,
2201
+ "type": "number",
2202
+ "displayOptions": {
2203
+ "show": {
2204
+ "resource": [
2205
+ "Storage Boxes"
2206
+ ],
2207
+ "operation": [
2208
+ "Delete Snapshot"
2209
+ ]
2210
+ }
2211
+ }
2212
+ },
2213
+ {
2214
+ "displayName": "GET /storage_boxes/{id}/snapshots/{snapshot_id}",
2215
+ "name": "operation",
2216
+ "type": "notice",
2217
+ "typeOptions": {
2218
+ "theme": "info"
2219
+ },
2220
+ "default": "",
2221
+ "displayOptions": {
2222
+ "show": {
2223
+ "resource": [
2224
+ "Storage Boxes"
2225
+ ],
2226
+ "operation": [
2227
+ "Get Snapshot"
2228
+ ]
2229
+ }
2230
+ }
2231
+ },
2232
+ {
2233
+ "displayName": "Id",
2234
+ "name": "id",
2235
+ "required": true,
2236
+ "description": "ID of the Storage Box.",
2237
+ "default": 42,
2238
+ "type": "number",
2239
+ "displayOptions": {
2240
+ "show": {
2241
+ "resource": [
2242
+ "Storage Boxes"
2243
+ ],
2244
+ "operation": [
2245
+ "Get Snapshot"
2246
+ ]
2247
+ }
2248
+ }
2249
+ },
2250
+ {
2251
+ "displayName": "Snapshot Id",
2252
+ "name": "snapshot_id",
2253
+ "required": true,
2254
+ "description": "ID of the Storage Box Snapshot.",
2255
+ "default": 42,
2256
+ "type": "number",
2257
+ "displayOptions": {
2258
+ "show": {
2259
+ "resource": [
2260
+ "Storage Boxes"
2261
+ ],
2262
+ "operation": [
2263
+ "Get Snapshot"
2264
+ ]
2265
+ }
2266
+ }
2267
+ },
2268
+ {
2269
+ "displayName": "PUT /storage_boxes/{id}/snapshots/{snapshot_id}",
2270
+ "name": "operation",
2271
+ "type": "notice",
2272
+ "typeOptions": {
2273
+ "theme": "info"
2274
+ },
2275
+ "default": "",
2276
+ "displayOptions": {
2277
+ "show": {
2278
+ "resource": [
2279
+ "Storage Boxes"
2280
+ ],
2281
+ "operation": [
2282
+ "Replace Snapshot"
2283
+ ]
2284
+ }
2285
+ }
2286
+ },
2287
+ {
2288
+ "displayName": "Id",
2289
+ "name": "id",
2290
+ "required": true,
2291
+ "description": "ID of the Storage Box.",
2292
+ "default": 42,
2293
+ "type": "number",
2294
+ "displayOptions": {
2295
+ "show": {
2296
+ "resource": [
2297
+ "Storage Boxes"
2298
+ ],
2299
+ "operation": [
2300
+ "Replace Snapshot"
2301
+ ]
2302
+ }
2303
+ }
2304
+ },
2305
+ {
2306
+ "displayName": "Snapshot Id",
2307
+ "name": "snapshot_id",
2308
+ "required": true,
2309
+ "description": "ID of the Storage Box Snapshot.",
2310
+ "default": 42,
2311
+ "type": "number",
2312
+ "displayOptions": {
2313
+ "show": {
2314
+ "resource": [
2315
+ "Storage Boxes"
2316
+ ],
2317
+ "operation": [
2318
+ "Replace Snapshot"
2319
+ ]
2320
+ }
2321
+ }
2322
+ },
2323
+ {
2324
+ "displayName": "Description",
2325
+ "name": "description",
2326
+ "type": "string",
2327
+ "default": "snapshot-0001",
2328
+ "description": "Description of the Storage Box Snapshot.",
2329
+ "routing": {
2330
+ "send": {
2331
+ "property": "description",
2332
+ "propertyInDotNotation": false,
2333
+ "type": "body",
2334
+ "value": "={{ $value }}"
2335
+ }
2336
+ },
2337
+ "displayOptions": {
2338
+ "show": {
2339
+ "resource": [
2340
+ "Storage Boxes"
2341
+ ],
2342
+ "operation": [
2343
+ "Replace Snapshot"
2344
+ ]
2345
+ }
2346
+ }
2347
+ },
2348
+ {
2349
+ "displayName": "Labels",
2350
+ "name": "labels",
2351
+ "type": "json",
2352
+ "default": "{\n \"environment\": \"prod\",\n \"example.com/my\": \"label\",\n \"just-a-key\": \"\"\n}",
2353
+ "description": "User-defined labels (`key/value` pairs) for the Resource.\nFor more information, see \"Labels\".\n | User-defined labels (`key/value` pairs) for the Resource.\n\nNote that the set of Labels provided in the request will overwrite the\nexisting one.\n\nFor more information, see \"Labels\".\n",
2354
+ "routing": {
2355
+ "send": {
2356
+ "property": "labels",
2357
+ "propertyInDotNotation": false,
2358
+ "type": "body",
2359
+ "value": "={{ JSON.parse($value) }}"
2360
+ }
2361
+ },
2362
+ "displayOptions": {
2363
+ "show": {
2364
+ "resource": [
2365
+ "Storage Boxes"
2366
+ ],
2367
+ "operation": [
2368
+ "Replace Snapshot"
2369
+ ]
2370
+ }
2371
+ }
2372
+ },
2373
+ {
2374
+ "displayName": "GET /storage_boxes/{id}/subaccounts",
2375
+ "name": "operation",
2376
+ "type": "notice",
2377
+ "typeOptions": {
2378
+ "theme": "info"
2379
+ },
2380
+ "default": "",
2381
+ "displayOptions": {
2382
+ "show": {
2383
+ "resource": [
2384
+ "Storage Boxes"
2385
+ ],
2386
+ "operation": [
2387
+ "List Subaccounts"
2388
+ ]
2389
+ }
2390
+ }
2391
+ },
2392
+ {
2393
+ "displayName": "Id",
2394
+ "name": "id",
2395
+ "required": true,
2396
+ "description": "ID of the Storage Box.",
2397
+ "default": 42,
2398
+ "type": "number",
2399
+ "displayOptions": {
2400
+ "show": {
2401
+ "resource": [
2402
+ "Storage Boxes"
2403
+ ],
2404
+ "operation": [
2405
+ "List Subaccounts"
2406
+ ]
2407
+ }
2408
+ }
2409
+ },
2410
+ {
2411
+ "displayName": "Name",
2412
+ "name": "name",
2413
+ "description": "Filter resources by their name. The response will only contain the resources\nmatching exactly the specified name.\n",
2414
+ "default": "",
2415
+ "type": "string",
2416
+ "routing": {
2417
+ "send": {
2418
+ "type": "query",
2419
+ "property": "name",
2420
+ "value": "={{ $value }}",
2421
+ "propertyInDotNotation": false
2422
+ }
2423
+ },
2424
+ "displayOptions": {
2425
+ "show": {
2426
+ "resource": [
2427
+ "Storage Boxes"
2428
+ ],
2429
+ "operation": [
2430
+ "List Subaccounts"
2431
+ ]
2432
+ }
2433
+ }
2434
+ },
2435
+ {
2436
+ "displayName": "Label Selector",
2437
+ "name": "label_selector",
2438
+ "description": "Filter resources by labels. The response will only contain resources matching the\nlabel selector. For more information, see \"Label Selector\".\n",
2439
+ "default": "",
2440
+ "type": "string",
2441
+ "routing": {
2442
+ "send": {
2443
+ "type": "query",
2444
+ "property": "label_selector",
2445
+ "value": "={{ $value }}",
2446
+ "propertyInDotNotation": false
2447
+ }
2448
+ },
2449
+ "displayOptions": {
2450
+ "show": {
2451
+ "resource": [
2452
+ "Storage Boxes"
2453
+ ],
2454
+ "operation": [
2455
+ "List Subaccounts"
2456
+ ]
2457
+ }
2458
+ }
2459
+ },
2460
+ {
2461
+ "displayName": "Sort",
2462
+ "name": "sort",
2463
+ "description": "Sort resources by field and direction. Can be used multiple times. For more\ninformation, see \"Sorting\".\n",
2464
+ "default": "[\n null\n]",
2465
+ "type": "json",
2466
+ "routing": {
2467
+ "send": {
2468
+ "type": "query",
2469
+ "property": "sort",
2470
+ "value": "={{ $value }}",
2471
+ "propertyInDotNotation": false
2472
+ }
2473
+ },
2474
+ "displayOptions": {
2475
+ "show": {
2476
+ "resource": [
2477
+ "Storage Boxes"
2478
+ ],
2479
+ "operation": [
2480
+ "List Subaccounts"
2481
+ ]
2482
+ }
2483
+ }
2484
+ },
2485
+ {
2486
+ "displayName": "Username",
2487
+ "name": "username",
2488
+ "description": "Filter Storage Box Subaccounts by username. The response will only contain the resources\nmatching exactly the specified username.\n",
2489
+ "default": "",
2490
+ "type": "string",
2491
+ "routing": {
2492
+ "send": {
2493
+ "type": "query",
2494
+ "property": "username",
2495
+ "value": "={{ $value }}",
2496
+ "propertyInDotNotation": false
2497
+ }
2498
+ },
2499
+ "displayOptions": {
2500
+ "show": {
2501
+ "resource": [
2502
+ "Storage Boxes"
2503
+ ],
2504
+ "operation": [
2505
+ "List Subaccounts"
2506
+ ]
2507
+ }
2508
+ }
2509
+ },
2510
+ {
2511
+ "displayName": "POST /storage_boxes/{id}/subaccounts",
2512
+ "name": "operation",
2513
+ "type": "notice",
2514
+ "typeOptions": {
2515
+ "theme": "info"
2516
+ },
2517
+ "default": "",
2518
+ "displayOptions": {
2519
+ "show": {
2520
+ "resource": [
2521
+ "Storage Boxes"
2522
+ ],
2523
+ "operation": [
2524
+ "Create Subaccount"
2525
+ ]
2526
+ }
2527
+ }
2528
+ },
2529
+ {
2530
+ "displayName": "Id",
2531
+ "name": "id",
2532
+ "required": true,
2533
+ "description": "ID of the Storage Box.",
2534
+ "default": 42,
2535
+ "type": "number",
2536
+ "displayOptions": {
2537
+ "show": {
2538
+ "resource": [
2539
+ "Storage Boxes"
2540
+ ],
2541
+ "operation": [
2542
+ "Create Subaccount"
2543
+ ]
2544
+ }
2545
+ }
2546
+ },
2547
+ {
2548
+ "displayName": "Access Settings",
2549
+ "name": "access_settings",
2550
+ "type": "json",
2551
+ "default": "{}",
2552
+ "routing": {
2553
+ "send": {
2554
+ "property": "access_settings",
2555
+ "propertyInDotNotation": false,
2556
+ "type": "body",
2557
+ "value": "={{ JSON.parse($value) }}"
2558
+ }
2559
+ },
2560
+ "displayOptions": {
2561
+ "show": {
2562
+ "resource": [
2563
+ "Storage Boxes"
2564
+ ],
2565
+ "operation": [
2566
+ "Create Subaccount"
2567
+ ]
2568
+ }
2569
+ }
2570
+ },
2571
+ {
2572
+ "displayName": "Description",
2573
+ "name": "description",
2574
+ "type": "string",
2575
+ "default": "my-backup-server01",
2576
+ "description": "A description of Storage Box Subaccount.\n",
2577
+ "routing": {
2578
+ "send": {
2579
+ "property": "description",
2580
+ "propertyInDotNotation": false,
2581
+ "type": "body",
2582
+ "value": "={{ $value }}"
2583
+ }
2584
+ },
2585
+ "displayOptions": {
2586
+ "show": {
2587
+ "resource": [
2588
+ "Storage Boxes"
2589
+ ],
2590
+ "operation": [
2591
+ "Create Subaccount"
2592
+ ]
2593
+ }
2594
+ }
2595
+ },
2596
+ {
2597
+ "required": true,
2598
+ "displayName": "Home Directory",
2599
+ "name": "home_directory",
2600
+ "type": "string",
2601
+ "default": "my-backup/server01",
2602
+ "description": "Home directory of the Storage Box Subaccount.\n\nThe directory will be created if it doesn't exist yet.\n",
2603
+ "routing": {
2604
+ "send": {
2605
+ "property": "home_directory",
2606
+ "propertyInDotNotation": false,
2607
+ "type": "body",
2608
+ "value": "={{ $value }}"
2609
+ }
2610
+ },
2611
+ "displayOptions": {
2612
+ "show": {
2613
+ "resource": [
2614
+ "Storage Boxes"
2615
+ ],
2616
+ "operation": [
2617
+ "Create Subaccount"
2618
+ ]
2619
+ }
2620
+ }
2621
+ },
2622
+ {
2623
+ "displayName": "Labels",
2624
+ "name": "labels",
2625
+ "type": "json",
2626
+ "default": "{\n \"environment\": \"prod\",\n \"example.com/my\": \"label\",\n \"just-a-key\": \"\"\n}",
2627
+ "description": "User-defined labels (`key/value` pairs) for the Resource.\nFor more information, see \"Labels\".\n | User-defined labels (`key/value` pairs) for the Resource.\n\nNote that the set of Labels provided in the request will overwrite the\nexisting one.\n\nFor more information, see \"Labels\".\n",
2628
+ "routing": {
2629
+ "send": {
2630
+ "property": "labels",
2631
+ "propertyInDotNotation": false,
2632
+ "type": "body",
2633
+ "value": "={{ JSON.parse($value) }}"
2634
+ }
2635
+ },
2636
+ "displayOptions": {
2637
+ "show": {
2638
+ "resource": [
2639
+ "Storage Boxes"
2640
+ ],
2641
+ "operation": [
2642
+ "Create Subaccount"
2643
+ ]
2644
+ }
2645
+ }
2646
+ },
2647
+ {
2648
+ "displayName": "Name",
2649
+ "name": "name",
2650
+ "type": "string",
2651
+ "default": "my-name",
2652
+ "description": "Name of the Storage Box Subaccount.\n\nDefaults to the Storage Box Subaccount `username`.\n",
2653
+ "routing": {
2654
+ "send": {
2655
+ "property": "name",
2656
+ "propertyInDotNotation": false,
2657
+ "type": "body",
2658
+ "value": "={{ $value }}"
2659
+ }
2660
+ },
2661
+ "displayOptions": {
2662
+ "show": {
2663
+ "resource": [
2664
+ "Storage Boxes"
2665
+ ],
2666
+ "operation": [
2667
+ "Create Subaccount"
2668
+ ]
2669
+ }
2670
+ }
2671
+ },
2672
+ {
2673
+ "required": true,
2674
+ "displayName": "Password",
2675
+ "name": "password",
2676
+ "type": "string",
2677
+ "default": "",
2678
+ "description": "Password of the Storage Box Subaccount.\n\nFor more details, see the Storage Boxes password policy.\n",
2679
+ "routing": {
2680
+ "send": {
2681
+ "property": "password",
2682
+ "propertyInDotNotation": false,
2683
+ "type": "body",
2684
+ "value": "={{ $value }}"
2685
+ }
2686
+ },
2687
+ "displayOptions": {
2688
+ "show": {
2689
+ "resource": [
2690
+ "Storage Boxes"
2691
+ ],
2692
+ "operation": [
2693
+ "Create Subaccount"
2694
+ ]
2695
+ }
2696
+ }
2697
+ },
2698
+ {
2699
+ "displayName": "DELETE /storage_boxes/{id}/subaccounts/{subaccount_id}",
2700
+ "name": "operation",
2701
+ "type": "notice",
2702
+ "typeOptions": {
2703
+ "theme": "info"
2704
+ },
2705
+ "default": "",
2706
+ "displayOptions": {
2707
+ "show": {
2708
+ "resource": [
2709
+ "Storage Boxes"
2710
+ ],
2711
+ "operation": [
2712
+ "Delete Subaccount"
2713
+ ]
2714
+ }
2715
+ }
2716
+ },
2717
+ {
2718
+ "displayName": "Id",
2719
+ "name": "id",
2720
+ "required": true,
2721
+ "description": "ID of the Storage Box.",
2722
+ "default": 42,
2723
+ "type": "number",
2724
+ "displayOptions": {
2725
+ "show": {
2726
+ "resource": [
2727
+ "Storage Boxes"
2728
+ ],
2729
+ "operation": [
2730
+ "Delete Subaccount"
2731
+ ]
2732
+ }
2733
+ }
2734
+ },
2735
+ {
2736
+ "displayName": "Subaccount Id",
2737
+ "name": "subaccount_id",
2738
+ "required": true,
2739
+ "description": "ID of the Storage Box Subaccount.",
2740
+ "default": 42,
2741
+ "type": "number",
2742
+ "displayOptions": {
2743
+ "show": {
2744
+ "resource": [
2745
+ "Storage Boxes"
2746
+ ],
2747
+ "operation": [
2748
+ "Delete Subaccount"
2749
+ ]
2750
+ }
2751
+ }
2752
+ },
2753
+ {
2754
+ "displayName": "GET /storage_boxes/{id}/subaccounts/{subaccount_id}",
2755
+ "name": "operation",
2756
+ "type": "notice",
2757
+ "typeOptions": {
2758
+ "theme": "info"
2759
+ },
2760
+ "default": "",
2761
+ "displayOptions": {
2762
+ "show": {
2763
+ "resource": [
2764
+ "Storage Boxes"
2765
+ ],
2766
+ "operation": [
2767
+ "Get Subaccount"
2768
+ ]
2769
+ }
2770
+ }
2771
+ },
2772
+ {
2773
+ "displayName": "Id",
2774
+ "name": "id",
2775
+ "required": true,
2776
+ "description": "ID of the Storage Box.",
2777
+ "default": 42,
2778
+ "type": "number",
2779
+ "displayOptions": {
2780
+ "show": {
2781
+ "resource": [
2782
+ "Storage Boxes"
2783
+ ],
2784
+ "operation": [
2785
+ "Get Subaccount"
2786
+ ]
2787
+ }
2788
+ }
2789
+ },
2790
+ {
2791
+ "displayName": "Subaccount Id",
2792
+ "name": "subaccount_id",
2793
+ "required": true,
2794
+ "description": "ID of the Storage Box Subaccount.",
2795
+ "default": 42,
2796
+ "type": "number",
2797
+ "displayOptions": {
2798
+ "show": {
2799
+ "resource": [
2800
+ "Storage Boxes"
2801
+ ],
2802
+ "operation": [
2803
+ "Get Subaccount"
2804
+ ]
2805
+ }
2806
+ }
2807
+ },
2808
+ {
2809
+ "displayName": "PUT /storage_boxes/{id}/subaccounts/{subaccount_id}",
2810
+ "name": "operation",
2811
+ "type": "notice",
2812
+ "typeOptions": {
2813
+ "theme": "info"
2814
+ },
2815
+ "default": "",
2816
+ "displayOptions": {
2817
+ "show": {
2818
+ "resource": [
2819
+ "Storage Boxes"
2820
+ ],
2821
+ "operation": [
2822
+ "Replace Subaccount"
2823
+ ]
2824
+ }
2825
+ }
2826
+ },
2827
+ {
2828
+ "displayName": "Id",
2829
+ "name": "id",
2830
+ "required": true,
2831
+ "description": "ID of the Storage Box.",
2832
+ "default": 42,
2833
+ "type": "number",
2834
+ "displayOptions": {
2835
+ "show": {
2836
+ "resource": [
2837
+ "Storage Boxes"
2838
+ ],
2839
+ "operation": [
2840
+ "Replace Subaccount"
2841
+ ]
2842
+ }
2843
+ }
2844
+ },
2845
+ {
2846
+ "displayName": "Subaccount Id",
2847
+ "name": "subaccount_id",
2848
+ "required": true,
2849
+ "description": "ID of the Storage Box Subaccount.",
2850
+ "default": 42,
2851
+ "type": "number",
2852
+ "displayOptions": {
2853
+ "show": {
2854
+ "resource": [
2855
+ "Storage Boxes"
2856
+ ],
2857
+ "operation": [
2858
+ "Replace Subaccount"
2859
+ ]
2860
+ }
2861
+ }
2862
+ },
2863
+ {
2864
+ "displayName": "Description",
2865
+ "name": "description",
2866
+ "type": "string",
2867
+ "default": "my-backup-server01",
2868
+ "description": "A description of Storage Box Subaccount.\n",
2869
+ "routing": {
2870
+ "send": {
2871
+ "property": "description",
2872
+ "propertyInDotNotation": false,
2873
+ "type": "body",
2874
+ "value": "={{ $value }}"
2875
+ }
2876
+ },
2877
+ "displayOptions": {
2878
+ "show": {
2879
+ "resource": [
2880
+ "Storage Boxes"
2881
+ ],
2882
+ "operation": [
2883
+ "Replace Subaccount"
2884
+ ]
2885
+ }
2886
+ }
2887
+ },
2888
+ {
2889
+ "displayName": "Labels",
2890
+ "name": "labels",
2891
+ "type": "json",
2892
+ "default": "{\n \"environment\": \"prod\",\n \"example.com/my\": \"label\",\n \"just-a-key\": \"\"\n}",
2893
+ "description": "User-defined labels (`key/value` pairs) for the Resource.\nFor more information, see \"Labels\".\n | User-defined labels (`key/value` pairs) for the Resource.\n\nNote that the set of Labels provided in the request will overwrite the\nexisting one.\n\nFor more information, see \"Labels\".\n",
2894
+ "routing": {
2895
+ "send": {
2896
+ "property": "labels",
2897
+ "propertyInDotNotation": false,
2898
+ "type": "body",
2899
+ "value": "={{ JSON.parse($value) }}"
2900
+ }
2901
+ },
2902
+ "displayOptions": {
2903
+ "show": {
2904
+ "resource": [
2905
+ "Storage Boxes"
2906
+ ],
2907
+ "operation": [
2908
+ "Replace Subaccount"
2909
+ ]
2910
+ }
2911
+ }
2912
+ },
2913
+ {
2914
+ "displayName": "Name",
2915
+ "name": "name",
2916
+ "type": "string",
2917
+ "default": "my-name",
2918
+ "description": "Name of the Storage Box Subaccount.\n",
2919
+ "routing": {
2920
+ "send": {
2921
+ "property": "name",
2922
+ "propertyInDotNotation": false,
2923
+ "type": "body",
2924
+ "value": "={{ $value }}"
2925
+ }
2926
+ },
2927
+ "displayOptions": {
2928
+ "show": {
2929
+ "resource": [
2930
+ "Storage Boxes"
2931
+ ],
2932
+ "operation": [
2933
+ "Replace Subaccount"
2934
+ ]
2935
+ }
2936
+ }
2937
+ },
2938
+ {
2939
+ "displayName": "POST /storage_boxes/{id}/subaccounts/{subaccount_id}/actions/change_home_directory",
2940
+ "name": "operation",
2941
+ "type": "notice",
2942
+ "typeOptions": {
2943
+ "theme": "info"
2944
+ },
2945
+ "default": "",
2946
+ "displayOptions": {
2947
+ "show": {
2948
+ "resource": [
2949
+ "Storage Boxes"
2950
+ ],
2951
+ "operation": [
2952
+ "Change Home Directory"
2953
+ ]
2954
+ }
2955
+ }
2956
+ },
2957
+ {
2958
+ "displayName": "Id",
2959
+ "name": "id",
2960
+ "required": true,
2961
+ "description": "ID of the Storage Box.",
2962
+ "default": 42,
2963
+ "type": "number",
2964
+ "displayOptions": {
2965
+ "show": {
2966
+ "resource": [
2967
+ "Storage Boxes"
2968
+ ],
2969
+ "operation": [
2970
+ "Change Home Directory"
2971
+ ]
2972
+ }
2973
+ }
2974
+ },
2975
+ {
2976
+ "displayName": "Subaccount Id",
2977
+ "name": "subaccount_id",
2978
+ "required": true,
2979
+ "description": "ID of the Storage Box Subaccount.",
2980
+ "default": 42,
2981
+ "type": "number",
2982
+ "displayOptions": {
2983
+ "show": {
2984
+ "resource": [
2985
+ "Storage Boxes"
2986
+ ],
2987
+ "operation": [
2988
+ "Change Home Directory"
2989
+ ]
2990
+ }
2991
+ }
2992
+ },
2993
+ {
2994
+ "required": true,
2995
+ "displayName": "Home Directory",
2996
+ "name": "home_directory",
2997
+ "type": "string",
2998
+ "default": "my-backup/server01",
2999
+ "description": "Home directory of the Storage Box Subaccount.\n\nThe directory will be created if it doesn't exist yet.\n",
3000
+ "routing": {
3001
+ "send": {
3002
+ "property": "home_directory",
3003
+ "propertyInDotNotation": false,
3004
+ "type": "body",
3005
+ "value": "={{ $value }}"
3006
+ }
3007
+ },
3008
+ "displayOptions": {
3009
+ "show": {
3010
+ "resource": [
3011
+ "Storage Boxes"
3012
+ ],
3013
+ "operation": [
3014
+ "Change Home Directory"
3015
+ ]
3016
+ }
3017
+ }
3018
+ },
3019
+ {
3020
+ "displayName": "POST /storage_boxes/{id}/subaccounts/{subaccount_id}/actions/reset_subaccount_password",
3021
+ "name": "operation",
3022
+ "type": "notice",
3023
+ "typeOptions": {
3024
+ "theme": "info"
3025
+ },
3026
+ "default": "",
3027
+ "displayOptions": {
3028
+ "show": {
3029
+ "resource": [
3030
+ "Storage Boxes"
3031
+ ],
3032
+ "operation": [
3033
+ "Reset Storage Box Subaccount Password"
3034
+ ]
3035
+ }
3036
+ }
3037
+ },
3038
+ {
3039
+ "displayName": "Id",
3040
+ "name": "id",
3041
+ "required": true,
3042
+ "description": "ID of the Storage Box.",
3043
+ "default": 42,
3044
+ "type": "number",
3045
+ "displayOptions": {
3046
+ "show": {
3047
+ "resource": [
3048
+ "Storage Boxes"
3049
+ ],
3050
+ "operation": [
3051
+ "Reset Storage Box Subaccount Password"
3052
+ ]
3053
+ }
3054
+ }
3055
+ },
3056
+ {
3057
+ "displayName": "Subaccount Id",
3058
+ "name": "subaccount_id",
3059
+ "required": true,
3060
+ "description": "ID of the Storage Box Subaccount.",
3061
+ "default": 42,
3062
+ "type": "number",
3063
+ "displayOptions": {
3064
+ "show": {
3065
+ "resource": [
3066
+ "Storage Boxes"
3067
+ ],
3068
+ "operation": [
3069
+ "Reset Storage Box Subaccount Password"
3070
+ ]
3071
+ }
3072
+ }
3073
+ },
3074
+ {
3075
+ "required": true,
3076
+ "displayName": "Password",
3077
+ "name": "password",
3078
+ "type": "string",
3079
+ "default": "",
3080
+ "description": "Password of the Storage Box Subaccount.\n\nFor more details, see the Storage Boxes password policy.\n",
3081
+ "routing": {
3082
+ "send": {
3083
+ "property": "password",
3084
+ "propertyInDotNotation": false,
3085
+ "type": "body",
3086
+ "value": "={{ $value }}"
3087
+ }
3088
+ },
3089
+ "displayOptions": {
3090
+ "show": {
3091
+ "resource": [
3092
+ "Storage Boxes"
3093
+ ],
3094
+ "operation": [
3095
+ "Reset Storage Box Subaccount Password"
3096
+ ]
3097
+ }
3098
+ }
3099
+ },
3100
+ {
3101
+ "displayName": "POST /storage_boxes/{id}/subaccounts/{subaccount_id}/actions/update_access_settings",
3102
+ "name": "operation",
3103
+ "type": "notice",
3104
+ "typeOptions": {
3105
+ "theme": "info"
3106
+ },
3107
+ "default": "",
3108
+ "displayOptions": {
3109
+ "show": {
3110
+ "resource": [
3111
+ "Storage Boxes"
3112
+ ],
3113
+ "operation": [
3114
+ "Update Storage Box Subaccount Access Settings"
3115
+ ]
3116
+ }
3117
+ }
3118
+ },
3119
+ {
3120
+ "displayName": "Id",
3121
+ "name": "id",
3122
+ "required": true,
3123
+ "description": "ID of the Storage Box.",
3124
+ "default": 42,
3125
+ "type": "number",
3126
+ "displayOptions": {
3127
+ "show": {
3128
+ "resource": [
3129
+ "Storage Boxes"
3130
+ ],
3131
+ "operation": [
3132
+ "Update Storage Box Subaccount Access Settings"
3133
+ ]
3134
+ }
3135
+ }
3136
+ },
3137
+ {
3138
+ "displayName": "Subaccount Id",
3139
+ "name": "subaccount_id",
3140
+ "required": true,
3141
+ "description": "ID of the Storage Box Subaccount.",
3142
+ "default": 42,
3143
+ "type": "number",
3144
+ "displayOptions": {
3145
+ "show": {
3146
+ "resource": [
3147
+ "Storage Boxes"
3148
+ ],
3149
+ "operation": [
3150
+ "Update Storage Box Subaccount Access Settings"
3151
+ ]
3152
+ }
3153
+ }
3154
+ },
3155
+ {
3156
+ "displayName": "Reachable Externally",
3157
+ "name": "reachable_externally",
3158
+ "type": "boolean",
3159
+ "default": true,
3160
+ "description": "Whether access from outside the Hetzner network is allowed.",
3161
+ "routing": {
3162
+ "send": {
3163
+ "property": "reachable_externally",
3164
+ "propertyInDotNotation": false,
3165
+ "type": "body",
3166
+ "value": "={{ $value }}"
3167
+ }
3168
+ },
3169
+ "displayOptions": {
3170
+ "show": {
3171
+ "resource": [
3172
+ "Storage Boxes"
3173
+ ],
3174
+ "operation": [
3175
+ "Update Storage Box Subaccount Access Settings"
3176
+ ]
3177
+ }
3178
+ }
3179
+ },
3180
+ {
3181
+ "displayName": "Readonly",
3182
+ "name": "readonly",
3183
+ "type": "boolean",
3184
+ "default": true,
3185
+ "description": "Whether the Subaccount is read-only.",
3186
+ "routing": {
3187
+ "send": {
3188
+ "property": "readonly",
3189
+ "propertyInDotNotation": false,
3190
+ "type": "body",
3191
+ "value": "={{ $value }}"
3192
+ }
3193
+ },
3194
+ "displayOptions": {
3195
+ "show": {
3196
+ "resource": [
3197
+ "Storage Boxes"
3198
+ ],
3199
+ "operation": [
3200
+ "Update Storage Box Subaccount Access Settings"
3201
+ ]
3202
+ }
3203
+ }
3204
+ },
3205
+ {
3206
+ "displayName": "Samba Enabled",
3207
+ "name": "samba_enabled",
3208
+ "type": "boolean",
3209
+ "default": true,
3210
+ "description": "Whether the Samba subsystem is enabled.",
3211
+ "routing": {
3212
+ "send": {
3213
+ "property": "samba_enabled",
3214
+ "propertyInDotNotation": false,
3215
+ "type": "body",
3216
+ "value": "={{ $value }}"
3217
+ }
3218
+ },
3219
+ "displayOptions": {
3220
+ "show": {
3221
+ "resource": [
3222
+ "Storage Boxes"
3223
+ ],
3224
+ "operation": [
3225
+ "Update Storage Box Subaccount Access Settings"
3226
+ ]
3227
+ }
3228
+ }
3229
+ },
3230
+ {
3231
+ "displayName": "Ssh Enabled",
3232
+ "name": "ssh_enabled",
3233
+ "type": "boolean",
3234
+ "default": true,
3235
+ "description": "Whether the SSH subsystem is enabled.",
3236
+ "routing": {
3237
+ "send": {
3238
+ "property": "ssh_enabled",
3239
+ "propertyInDotNotation": false,
3240
+ "type": "body",
3241
+ "value": "={{ $value }}"
3242
+ }
3243
+ },
3244
+ "displayOptions": {
3245
+ "show": {
3246
+ "resource": [
3247
+ "Storage Boxes"
3248
+ ],
3249
+ "operation": [
3250
+ "Update Storage Box Subaccount Access Settings"
3251
+ ]
3252
+ }
3253
+ }
3254
+ },
3255
+ {
3256
+ "displayName": "Webdav Enabled",
3257
+ "name": "webdav_enabled",
3258
+ "type": "boolean",
3259
+ "default": true,
3260
+ "description": "Whether the WebDAV subsystem is enabled.",
3261
+ "routing": {
3262
+ "send": {
3263
+ "property": "webdav_enabled",
3264
+ "propertyInDotNotation": false,
3265
+ "type": "body",
3266
+ "value": "={{ $value }}"
3267
+ }
3268
+ },
3269
+ "displayOptions": {
3270
+ "show": {
3271
+ "resource": [
3272
+ "Storage Boxes"
3273
+ ],
3274
+ "operation": [
3275
+ "Update Storage Box Subaccount Access Settings"
3276
+ ]
3277
+ }
3278
+ }
3279
+ },
3280
+ ];
3281
+ //# sourceMappingURL=index.js.map