@n8n-dev/n8n-nodes-linode 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 (73) hide show
  1. package/README.md +589 -0
  2. package/dist/banner.svg +91 -0
  3. package/dist/credentials/LinodeApi.credentials.d.ts +9 -0
  4. package/dist/credentials/LinodeApi.credentials.js +40 -0
  5. package/dist/credentials/LinodeApi.credentials.js.map +1 -0
  6. package/dist/icons/linode.dark.svg +18 -0
  7. package/dist/icons/linode.svg +18 -0
  8. package/dist/nodes/Linode/Linode.node.d.ts +4 -0
  9. package/dist/nodes/Linode/Linode.node.js +178 -0
  10. package/dist/nodes/Linode/Linode.node.js.map +1 -0
  11. package/dist/nodes/Linode/Linode.node.json +20 -0
  12. package/dist/nodes/Linode/linode.dark.svg +18 -0
  13. package/dist/nodes/Linode/linode.svg +18 -0
  14. package/dist/nodes/Linode/resources/account/index.d.ts +2 -0
  15. package/dist/nodes/Linode/resources/account/index.js +4783 -0
  16. package/dist/nodes/Linode/resources/account/index.js.map +1 -0
  17. package/dist/nodes/Linode/resources/databases/index.d.ts +2 -0
  18. package/dist/nodes/Linode/resources/databases/index.js +4009 -0
  19. package/dist/nodes/Linode/resources/databases/index.js.map +1 -0
  20. package/dist/nodes/Linode/resources/domains/index.d.ts +2 -0
  21. package/dist/nodes/Linode/resources/domains/index.js +2284 -0
  22. package/dist/nodes/Linode/resources/domains/index.js.map +1 -0
  23. package/dist/nodes/Linode/resources/images/index.d.ts +2 -0
  24. package/dist/nodes/Linode/resources/images/index.js +935 -0
  25. package/dist/nodes/Linode/resources/images/index.js.map +1 -0
  26. package/dist/nodes/Linode/resources/index.d.ts +18 -0
  27. package/dist/nodes/Linode/resources/index.js +40 -0
  28. package/dist/nodes/Linode/resources/index.js.map +1 -0
  29. package/dist/nodes/Linode/resources/linode-instances/index.d.ts +2 -0
  30. package/dist/nodes/Linode/resources/linode-instances/index.js +5610 -0
  31. package/dist/nodes/Linode/resources/linode-instances/index.js.map +1 -0
  32. package/dist/nodes/Linode/resources/linode-kubernetes-engine-lke/index.d.ts +2 -0
  33. package/dist/nodes/Linode/resources/linode-kubernetes-engine-lke/index.js +1788 -0
  34. package/dist/nodes/Linode/resources/linode-kubernetes-engine-lke/index.js.map +1 -0
  35. package/dist/nodes/Linode/resources/linode-types/index.d.ts +2 -0
  36. package/dist/nodes/Linode/resources/linode-types/index.js +84 -0
  37. package/dist/nodes/Linode/resources/linode-types/index.js.map +1 -0
  38. package/dist/nodes/Linode/resources/longview/index.d.ts +2 -0
  39. package/dist/nodes/Linode/resources/longview/index.js +969 -0
  40. package/dist/nodes/Linode/resources/longview/index.js.map +1 -0
  41. package/dist/nodes/Linode/resources/managed/index.d.ts +2 -0
  42. package/dist/nodes/Linode/resources/managed/index.js +2904 -0
  43. package/dist/nodes/Linode/resources/managed/index.js.map +1 -0
  44. package/dist/nodes/Linode/resources/networking/index.d.ts +2 -0
  45. package/dist/nodes/Linode/resources/networking/index.js +2365 -0
  46. package/dist/nodes/Linode/resources/networking/index.js.map +1 -0
  47. package/dist/nodes/Linode/resources/node-balancers/index.d.ts +2 -0
  48. package/dist/nodes/Linode/resources/node-balancers/index.js +3158 -0
  49. package/dist/nodes/Linode/resources/node-balancers/index.js.map +1 -0
  50. package/dist/nodes/Linode/resources/object-storage/index.d.ts +2 -0
  51. package/dist/nodes/Linode/resources/object-storage/index.js +2053 -0
  52. package/dist/nodes/Linode/resources/object-storage/index.js.map +1 -0
  53. package/dist/nodes/Linode/resources/profile/index.d.ts +2 -0
  54. package/dist/nodes/Linode/resources/profile/index.js +2684 -0
  55. package/dist/nodes/Linode/resources/profile/index.js.map +1 -0
  56. package/dist/nodes/Linode/resources/regions/index.d.ts +2 -0
  57. package/dist/nodes/Linode/resources/regions/index.js +84 -0
  58. package/dist/nodes/Linode/resources/regions/index.js.map +1 -0
  59. package/dist/nodes/Linode/resources/stack-scripts/index.d.ts +2 -0
  60. package/dist/nodes/Linode/resources/stack-scripts/index.js +1102 -0
  61. package/dist/nodes/Linode/resources/stack-scripts/index.js.map +1 -0
  62. package/dist/nodes/Linode/resources/support/index.d.ts +2 -0
  63. package/dist/nodes/Linode/resources/support/index.js +883 -0
  64. package/dist/nodes/Linode/resources/support/index.js.map +1 -0
  65. package/dist/nodes/Linode/resources/tags/index.d.ts +2 -0
  66. package/dist/nodes/Linode/resources/tags/index.js +472 -0
  67. package/dist/nodes/Linode/resources/tags/index.js.map +1 -0
  68. package/dist/nodes/Linode/resources/volumes/index.d.ts +2 -0
  69. package/dist/nodes/Linode/resources/volumes/index.js +953 -0
  70. package/dist/nodes/Linode/resources/volumes/index.js.map +1 -0
  71. package/dist/package.json +62 -0
  72. package/dist/tsconfig.tsbuildinfo +1 -0
  73. package/package.json +62 -0
@@ -0,0 +1,953 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.volumesDescription = void 0;
4
+ exports.volumesDescription = [
5
+ {
6
+ "displayName": "Operation",
7
+ "name": "operation",
8
+ "type": "options",
9
+ "noDataExpression": true,
10
+ "displayOptions": {
11
+ "show": {
12
+ "resource": [
13
+ "Volumes"
14
+ ]
15
+ }
16
+ },
17
+ "options": [
18
+ {
19
+ "name": "Get Volumes",
20
+ "value": "Get Volumes",
21
+ "action": "Volumes List",
22
+ "description": "Returns a paginated list of Volumes you have permission to view.\n",
23
+ "routing": {
24
+ "request": {
25
+ "method": "GET",
26
+ "url": "=/volumes"
27
+ }
28
+ }
29
+ },
30
+ {
31
+ "name": "Create Volume",
32
+ "value": "Create Volume",
33
+ "action": "Volume Create",
34
+ "description": "Creates a Volume on your Account. In order for this to complete successfully, your User must have the `add_volumes` grant. Creating a new Volume will start accruing additional charges on your account.\n",
35
+ "routing": {
36
+ "request": {
37
+ "method": "POST",
38
+ "url": "=/volumes"
39
+ }
40
+ }
41
+ },
42
+ {
43
+ "name": "Delete Volume",
44
+ "value": "Delete Volume",
45
+ "action": "Volume Delete",
46
+ "description": "Deletes a Volume you have permission to `read_write`.\n\n* **Deleting a Volume is a destructive action and cannot be undone.**\n\n* Deleting stops billing for the Volume. You will be billed for time used within\nthe billing period the Volume was active.\n\n* Volumes that are migrating cannot be deleted until the migration is finished.\n",
47
+ "routing": {
48
+ "request": {
49
+ "method": "DELETE",
50
+ "url": "=/volumes/{{$parameter[\"volumeId\"]}}"
51
+ }
52
+ }
53
+ },
54
+ {
55
+ "name": "Get Volume",
56
+ "value": "Get Volume",
57
+ "action": "Volume View",
58
+ "description": "Get information about a single Volume.\n",
59
+ "routing": {
60
+ "request": {
61
+ "method": "GET",
62
+ "url": "=/volumes/{{$parameter[\"volumeId\"]}}"
63
+ }
64
+ }
65
+ },
66
+ {
67
+ "name": "Update Volume",
68
+ "value": "Update Volume",
69
+ "action": "Volume Update",
70
+ "description": "Updates a Volume that you have permission to `read_write`.\n",
71
+ "routing": {
72
+ "request": {
73
+ "method": "PUT",
74
+ "url": "=/volumes/{{$parameter[\"volumeId\"]}}"
75
+ }
76
+ }
77
+ },
78
+ {
79
+ "name": "Attach Volume",
80
+ "value": "Attach Volume",
81
+ "action": "Volume Attach",
82
+ "description": "Attaches a Volume on your Account to an existing Linode on your Account. In order for this request to complete successfully, your User must have `read_only` or `read_write` permission to the Volume and `read_write` permission to the Linode. Additionally, the Volume and Linode must be located in the same Region.\n",
83
+ "routing": {
84
+ "request": {
85
+ "method": "POST",
86
+ "url": "=/volumes/{{$parameter[\"volumeId\"]}}/attach"
87
+ }
88
+ }
89
+ },
90
+ {
91
+ "name": "Clone Volume",
92
+ "value": "Clone Volume",
93
+ "action": "Volume Clone",
94
+ "description": "Creates a Volume on your Account. In order for this request to complete successfully, your User must have the `add_volumes` grant. The new Volume will have the same size and data as the source Volume. Creating a new Volume will incur a charge on your Account.\n* Only Volumes with a `status` of \"active\" can be cloned.\n",
95
+ "routing": {
96
+ "request": {
97
+ "method": "POST",
98
+ "url": "=/volumes/{{$parameter[\"volumeId\"]}}/clone"
99
+ }
100
+ }
101
+ },
102
+ {
103
+ "name": "Detach Volume",
104
+ "value": "Detach Volume",
105
+ "action": "Volume Detach",
106
+ "description": "Detaches a Volume on your Account from a Linode on your Account. In order for this request to complete successfully, your User must have `read_write` access to the Volume and `read_write` access to the Linode.\n",
107
+ "routing": {
108
+ "request": {
109
+ "method": "POST",
110
+ "url": "=/volumes/{{$parameter[\"volumeId\"]}}/detach"
111
+ }
112
+ }
113
+ },
114
+ {
115
+ "name": "Resize Volume",
116
+ "value": "Resize Volume",
117
+ "action": "Volume Resize",
118
+ "description": "Resize an existing Volume on your Account. In order for this request to complete successfully, your User must have the `read_write` permissions to the Volume.\n* Volumes can only be resized up.\n* Only Volumes with a `status` of \"active\" can be resized.\n",
119
+ "routing": {
120
+ "request": {
121
+ "method": "POST",
122
+ "url": "=/volumes/{{$parameter[\"volumeId\"]}}/resize"
123
+ }
124
+ }
125
+ }
126
+ ],
127
+ "default": ""
128
+ },
129
+ {
130
+ "displayName": "GET /volumes",
131
+ "name": "operation",
132
+ "type": "notice",
133
+ "typeOptions": {
134
+ "theme": "info"
135
+ },
136
+ "default": "",
137
+ "displayOptions": {
138
+ "show": {
139
+ "resource": [
140
+ "Volumes"
141
+ ],
142
+ "operation": [
143
+ "Get Volumes"
144
+ ]
145
+ }
146
+ }
147
+ },
148
+ {
149
+ "displayName": "Page",
150
+ "name": "page",
151
+ "description": "The page of a collection to return.",
152
+ "default": 1,
153
+ "type": "number",
154
+ "routing": {
155
+ "send": {
156
+ "type": "query",
157
+ "property": "page",
158
+ "value": "={{ $value }}",
159
+ "propertyInDotNotation": false
160
+ }
161
+ },
162
+ "displayOptions": {
163
+ "show": {
164
+ "resource": [
165
+ "Volumes"
166
+ ],
167
+ "operation": [
168
+ "Get Volumes"
169
+ ]
170
+ }
171
+ }
172
+ },
173
+ {
174
+ "displayName": "Page Size",
175
+ "name": "page_size",
176
+ "description": "The number of items to return per page.",
177
+ "default": 100,
178
+ "type": "number",
179
+ "routing": {
180
+ "send": {
181
+ "type": "query",
182
+ "property": "page_size",
183
+ "value": "={{ $value }}",
184
+ "propertyInDotNotation": false
185
+ }
186
+ },
187
+ "displayOptions": {
188
+ "show": {
189
+ "resource": [
190
+ "Volumes"
191
+ ],
192
+ "operation": [
193
+ "Get Volumes"
194
+ ]
195
+ }
196
+ }
197
+ },
198
+ {
199
+ "displayName": "Bearer Token",
200
+ "name": "security_personalaccesstoken",
201
+ "type": "string",
202
+ "default": "",
203
+ "description": "HTTP bearer authentication for personalAccessToken",
204
+ "required": false,
205
+ "routing": {
206
+ "request": {
207
+ "headers": {
208
+ "Authorization": "={{ 'Bearer ' + $value }}"
209
+ }
210
+ }
211
+ },
212
+ "displayOptions": {
213
+ "show": {
214
+ "resource": [
215
+ "Volumes"
216
+ ],
217
+ "operation": [
218
+ "Get Volumes"
219
+ ]
220
+ }
221
+ }
222
+ },
223
+ {
224
+ "displayName": "POST /volumes",
225
+ "name": "operation",
226
+ "type": "notice",
227
+ "typeOptions": {
228
+ "theme": "info"
229
+ },
230
+ "default": "",
231
+ "displayOptions": {
232
+ "show": {
233
+ "resource": [
234
+ "Volumes"
235
+ ],
236
+ "operation": [
237
+ "Create Volume"
238
+ ]
239
+ }
240
+ }
241
+ },
242
+ {
243
+ "displayName": "Config ID",
244
+ "name": "config_id",
245
+ "type": "number",
246
+ "default": 23456,
247
+ "description": "When creating a Volume attached to a Linode, the ID of the Linode Config to include the new Volume in. This Config must belong to the Linode referenced by `linode_id`. Must _not_ be provided if `linode_id` is not sent. If a `linode_id` is sent without a `config_id`, the volume will be attached:\n\n * to the Linode's only config if it only has one config.\n * to the Linode's last used config, if possible.\n\nIf no config can be selected for attachment, an error will be returned.\n",
248
+ "routing": {
249
+ "send": {
250
+ "property": "config_id",
251
+ "propertyInDotNotation": false,
252
+ "type": "body",
253
+ "value": "={{ $value }}"
254
+ }
255
+ },
256
+ "displayOptions": {
257
+ "show": {
258
+ "resource": [
259
+ "Volumes"
260
+ ],
261
+ "operation": [
262
+ "Create Volume"
263
+ ]
264
+ }
265
+ }
266
+ },
267
+ {
268
+ "required": true,
269
+ "displayName": "Label",
270
+ "name": "label",
271
+ "type": "string",
272
+ "default": "my-volume",
273
+ "description": "The Volume's label, which is also used in the `filesystem_path` of the resulting volume.\n",
274
+ "routing": {
275
+ "send": {
276
+ "property": "label",
277
+ "propertyInDotNotation": false,
278
+ "type": "body",
279
+ "value": "={{ $value }}"
280
+ }
281
+ },
282
+ "displayOptions": {
283
+ "show": {
284
+ "resource": [
285
+ "Volumes"
286
+ ],
287
+ "operation": [
288
+ "Create Volume"
289
+ ]
290
+ }
291
+ }
292
+ },
293
+ {
294
+ "displayName": "Linode ID",
295
+ "name": "linode_id",
296
+ "type": "number",
297
+ "default": 123,
298
+ "description": "The Linode this volume should be attached to upon creation. If not given, the volume will be created without an attachment.\n",
299
+ "routing": {
300
+ "send": {
301
+ "property": "linode_id",
302
+ "propertyInDotNotation": false,
303
+ "type": "body",
304
+ "value": "={{ $value }}"
305
+ }
306
+ },
307
+ "displayOptions": {
308
+ "show": {
309
+ "resource": [
310
+ "Volumes"
311
+ ],
312
+ "operation": [
313
+ "Create Volume"
314
+ ]
315
+ }
316
+ }
317
+ },
318
+ {
319
+ "displayName": "Region",
320
+ "name": "region",
321
+ "type": "string",
322
+ "default": null,
323
+ "description": "The Region to deploy this Volume in. This is only required if a linode_id is not given.\n",
324
+ "routing": {
325
+ "send": {
326
+ "property": "region",
327
+ "propertyInDotNotation": false,
328
+ "type": "body",
329
+ "value": "={{ $value }}"
330
+ }
331
+ },
332
+ "displayOptions": {
333
+ "show": {
334
+ "resource": [
335
+ "Volumes"
336
+ ],
337
+ "operation": [
338
+ "Create Volume"
339
+ ]
340
+ }
341
+ }
342
+ },
343
+ {
344
+ "displayName": "Size",
345
+ "name": "size",
346
+ "type": "number",
347
+ "default": 20,
348
+ "description": "The initial size of this volume, in GB. Be aware that volumes may only be resized up after creation.\n",
349
+ "routing": {
350
+ "send": {
351
+ "property": "size",
352
+ "propertyInDotNotation": false,
353
+ "type": "body",
354
+ "value": "={{ $value }}"
355
+ }
356
+ },
357
+ "displayOptions": {
358
+ "show": {
359
+ "resource": [
360
+ "Volumes"
361
+ ],
362
+ "operation": [
363
+ "Create Volume"
364
+ ]
365
+ }
366
+ }
367
+ },
368
+ {
369
+ "displayName": "Tags",
370
+ "name": "tags",
371
+ "type": "json",
372
+ "default": "[\n \"example tag\",\n \"another example\"\n]",
373
+ "description": "An array of Tags applied to this object. Tags are for organizational purposes only.\n",
374
+ "routing": {
375
+ "send": {
376
+ "property": "tags",
377
+ "propertyInDotNotation": false,
378
+ "type": "body",
379
+ "value": "={{ JSON.parse($value) }}"
380
+ }
381
+ },
382
+ "displayOptions": {
383
+ "show": {
384
+ "resource": [
385
+ "Volumes"
386
+ ],
387
+ "operation": [
388
+ "Create Volume"
389
+ ]
390
+ }
391
+ }
392
+ },
393
+ {
394
+ "displayName": "Bearer Token",
395
+ "name": "security_personalaccesstoken",
396
+ "type": "string",
397
+ "default": "",
398
+ "description": "HTTP bearer authentication for personalAccessToken",
399
+ "required": false,
400
+ "routing": {
401
+ "request": {
402
+ "headers": {
403
+ "Authorization": "={{ 'Bearer ' + $value }}"
404
+ }
405
+ }
406
+ },
407
+ "displayOptions": {
408
+ "show": {
409
+ "resource": [
410
+ "Volumes"
411
+ ],
412
+ "operation": [
413
+ "Create Volume"
414
+ ]
415
+ }
416
+ }
417
+ },
418
+ {
419
+ "displayName": "DELETE /volumes/{volumeId}",
420
+ "name": "operation",
421
+ "type": "notice",
422
+ "typeOptions": {
423
+ "theme": "info"
424
+ },
425
+ "default": "",
426
+ "displayOptions": {
427
+ "show": {
428
+ "resource": [
429
+ "Volumes"
430
+ ],
431
+ "operation": [
432
+ "Delete Volume"
433
+ ]
434
+ }
435
+ }
436
+ },
437
+ {
438
+ "displayName": "Bearer Token",
439
+ "name": "security_personalaccesstoken",
440
+ "type": "string",
441
+ "default": "",
442
+ "description": "HTTP bearer authentication for personalAccessToken",
443
+ "required": false,
444
+ "routing": {
445
+ "request": {
446
+ "headers": {
447
+ "Authorization": "={{ 'Bearer ' + $value }}"
448
+ }
449
+ }
450
+ },
451
+ "displayOptions": {
452
+ "show": {
453
+ "resource": [
454
+ "Volumes"
455
+ ],
456
+ "operation": [
457
+ "Delete Volume"
458
+ ]
459
+ }
460
+ }
461
+ },
462
+ {
463
+ "displayName": "GET /volumes/{volumeId}",
464
+ "name": "operation",
465
+ "type": "notice",
466
+ "typeOptions": {
467
+ "theme": "info"
468
+ },
469
+ "default": "",
470
+ "displayOptions": {
471
+ "show": {
472
+ "resource": [
473
+ "Volumes"
474
+ ],
475
+ "operation": [
476
+ "Get Volume"
477
+ ]
478
+ }
479
+ }
480
+ },
481
+ {
482
+ "displayName": "Page",
483
+ "name": "page",
484
+ "description": "The page of a collection to return.",
485
+ "default": 1,
486
+ "type": "number",
487
+ "routing": {
488
+ "send": {
489
+ "type": "query",
490
+ "property": "page",
491
+ "value": "={{ $value }}",
492
+ "propertyInDotNotation": false
493
+ }
494
+ },
495
+ "displayOptions": {
496
+ "show": {
497
+ "resource": [
498
+ "Volumes"
499
+ ],
500
+ "operation": [
501
+ "Get Volume"
502
+ ]
503
+ }
504
+ }
505
+ },
506
+ {
507
+ "displayName": "Page Size",
508
+ "name": "page_size",
509
+ "description": "The number of items to return per page.",
510
+ "default": 100,
511
+ "type": "number",
512
+ "routing": {
513
+ "send": {
514
+ "type": "query",
515
+ "property": "page_size",
516
+ "value": "={{ $value }}",
517
+ "propertyInDotNotation": false
518
+ }
519
+ },
520
+ "displayOptions": {
521
+ "show": {
522
+ "resource": [
523
+ "Volumes"
524
+ ],
525
+ "operation": [
526
+ "Get Volume"
527
+ ]
528
+ }
529
+ }
530
+ },
531
+ {
532
+ "displayName": "Bearer Token",
533
+ "name": "security_personalaccesstoken",
534
+ "type": "string",
535
+ "default": "",
536
+ "description": "HTTP bearer authentication for personalAccessToken",
537
+ "required": false,
538
+ "routing": {
539
+ "request": {
540
+ "headers": {
541
+ "Authorization": "={{ 'Bearer ' + $value }}"
542
+ }
543
+ }
544
+ },
545
+ "displayOptions": {
546
+ "show": {
547
+ "resource": [
548
+ "Volumes"
549
+ ],
550
+ "operation": [
551
+ "Get Volume"
552
+ ]
553
+ }
554
+ }
555
+ },
556
+ {
557
+ "displayName": "PUT /volumes/{volumeId}",
558
+ "name": "operation",
559
+ "type": "notice",
560
+ "typeOptions": {
561
+ "theme": "info"
562
+ },
563
+ "default": "",
564
+ "displayOptions": {
565
+ "show": {
566
+ "resource": [
567
+ "Volumes"
568
+ ],
569
+ "operation": [
570
+ "Update Volume"
571
+ ]
572
+ }
573
+ }
574
+ },
575
+ {
576
+ "displayName": "Linode ID",
577
+ "name": "linode_id",
578
+ "type": "string",
579
+ "default": "",
580
+ "routing": {
581
+ "send": {
582
+ "property": "linode_id",
583
+ "propertyInDotNotation": false,
584
+ "type": "body",
585
+ "value": "={{ $value }}"
586
+ }
587
+ },
588
+ "displayOptions": {
589
+ "show": {
590
+ "resource": [
591
+ "Volumes"
592
+ ],
593
+ "operation": [
594
+ "Update Volume"
595
+ ]
596
+ }
597
+ }
598
+ },
599
+ {
600
+ "displayName": "Size",
601
+ "name": "size",
602
+ "type": "string",
603
+ "default": "",
604
+ "routing": {
605
+ "send": {
606
+ "property": "size",
607
+ "propertyInDotNotation": false,
608
+ "type": "body",
609
+ "value": "={{ $value }}"
610
+ }
611
+ },
612
+ "displayOptions": {
613
+ "show": {
614
+ "resource": [
615
+ "Volumes"
616
+ ],
617
+ "operation": [
618
+ "Update Volume"
619
+ ]
620
+ }
621
+ }
622
+ },
623
+ {
624
+ "displayName": "Bearer Token",
625
+ "name": "security_personalaccesstoken",
626
+ "type": "string",
627
+ "default": "",
628
+ "description": "HTTP bearer authentication for personalAccessToken",
629
+ "required": false,
630
+ "routing": {
631
+ "request": {
632
+ "headers": {
633
+ "Authorization": "={{ 'Bearer ' + $value }}"
634
+ }
635
+ }
636
+ },
637
+ "displayOptions": {
638
+ "show": {
639
+ "resource": [
640
+ "Volumes"
641
+ ],
642
+ "operation": [
643
+ "Update Volume"
644
+ ]
645
+ }
646
+ }
647
+ },
648
+ {
649
+ "displayName": "POST /volumes/{volumeId}/attach",
650
+ "name": "operation",
651
+ "type": "notice",
652
+ "typeOptions": {
653
+ "theme": "info"
654
+ },
655
+ "default": "",
656
+ "displayOptions": {
657
+ "show": {
658
+ "resource": [
659
+ "Volumes"
660
+ ],
661
+ "operation": [
662
+ "Attach Volume"
663
+ ]
664
+ }
665
+ }
666
+ },
667
+ {
668
+ "displayName": "Config ID",
669
+ "name": "config_id",
670
+ "type": "number",
671
+ "default": 23456,
672
+ "description": "The ID of the Linode Config to include this Volume in. Must belong to the Linode referenced by `linode_id`. If not given, the last booted Config will be chosen.\n",
673
+ "routing": {
674
+ "send": {
675
+ "property": "config_id",
676
+ "propertyInDotNotation": false,
677
+ "type": "body",
678
+ "value": "={{ $value }}"
679
+ }
680
+ },
681
+ "displayOptions": {
682
+ "show": {
683
+ "resource": [
684
+ "Volumes"
685
+ ],
686
+ "operation": [
687
+ "Attach Volume"
688
+ ]
689
+ }
690
+ }
691
+ },
692
+ {
693
+ "required": true,
694
+ "displayName": "Linode ID",
695
+ "name": "linode_id",
696
+ "type": "number",
697
+ "default": 0,
698
+ "description": "The ID of the Linode to attach the volume to.",
699
+ "routing": {
700
+ "send": {
701
+ "property": "linode_id",
702
+ "propertyInDotNotation": false,
703
+ "type": "body",
704
+ "value": "={{ $value }}"
705
+ }
706
+ },
707
+ "displayOptions": {
708
+ "show": {
709
+ "resource": [
710
+ "Volumes"
711
+ ],
712
+ "operation": [
713
+ "Attach Volume"
714
+ ]
715
+ }
716
+ }
717
+ },
718
+ {
719
+ "displayName": "Persist Across Boots",
720
+ "name": "persist_across_boots",
721
+ "type": "boolean",
722
+ "default": true,
723
+ "description": "Defaults to true, if false is provided, the Volume will not be attached to the Linode Config. In this case more than 8 Volumes may be attached to a Linode if a Linode has 16GB of RAM or more. The number of volumes that can be attached is equal to the number of GB of RAM that the Linode has, up to a maximum of 64. `config_id` should not be passed if this is set to false and linode_id must be passed. The Linode must be running.\n",
724
+ "routing": {
725
+ "send": {
726
+ "property": "persist_across_boots",
727
+ "propertyInDotNotation": false,
728
+ "type": "body",
729
+ "value": "={{ $value }}"
730
+ }
731
+ },
732
+ "displayOptions": {
733
+ "show": {
734
+ "resource": [
735
+ "Volumes"
736
+ ],
737
+ "operation": [
738
+ "Attach Volume"
739
+ ]
740
+ }
741
+ }
742
+ },
743
+ {
744
+ "displayName": "Bearer Token",
745
+ "name": "security_personalaccesstoken",
746
+ "type": "string",
747
+ "default": "",
748
+ "description": "HTTP bearer authentication for personalAccessToken",
749
+ "required": false,
750
+ "routing": {
751
+ "request": {
752
+ "headers": {
753
+ "Authorization": "={{ 'Bearer ' + $value }}"
754
+ }
755
+ }
756
+ },
757
+ "displayOptions": {
758
+ "show": {
759
+ "resource": [
760
+ "Volumes"
761
+ ],
762
+ "operation": [
763
+ "Attach Volume"
764
+ ]
765
+ }
766
+ }
767
+ },
768
+ {
769
+ "displayName": "POST /volumes/{volumeId}/clone",
770
+ "name": "operation",
771
+ "type": "notice",
772
+ "typeOptions": {
773
+ "theme": "info"
774
+ },
775
+ "default": "",
776
+ "displayOptions": {
777
+ "show": {
778
+ "resource": [
779
+ "Volumes"
780
+ ],
781
+ "operation": [
782
+ "Clone Volume"
783
+ ]
784
+ }
785
+ }
786
+ },
787
+ {
788
+ "required": true,
789
+ "displayName": "Label",
790
+ "name": "label",
791
+ "type": "string",
792
+ "default": "my-volume",
793
+ "description": "The Volume's label is for display purposes only.\n",
794
+ "routing": {
795
+ "send": {
796
+ "property": "label",
797
+ "propertyInDotNotation": false,
798
+ "type": "body",
799
+ "value": "={{ $value }}"
800
+ }
801
+ },
802
+ "displayOptions": {
803
+ "show": {
804
+ "resource": [
805
+ "Volumes"
806
+ ],
807
+ "operation": [
808
+ "Clone Volume"
809
+ ]
810
+ }
811
+ }
812
+ },
813
+ {
814
+ "displayName": "Bearer Token",
815
+ "name": "security_personalaccesstoken",
816
+ "type": "string",
817
+ "default": "",
818
+ "description": "HTTP bearer authentication for personalAccessToken",
819
+ "required": false,
820
+ "routing": {
821
+ "request": {
822
+ "headers": {
823
+ "Authorization": "={{ 'Bearer ' + $value }}"
824
+ }
825
+ }
826
+ },
827
+ "displayOptions": {
828
+ "show": {
829
+ "resource": [
830
+ "Volumes"
831
+ ],
832
+ "operation": [
833
+ "Clone Volume"
834
+ ]
835
+ }
836
+ }
837
+ },
838
+ {
839
+ "displayName": "POST /volumes/{volumeId}/detach",
840
+ "name": "operation",
841
+ "type": "notice",
842
+ "typeOptions": {
843
+ "theme": "info"
844
+ },
845
+ "default": "",
846
+ "displayOptions": {
847
+ "show": {
848
+ "resource": [
849
+ "Volumes"
850
+ ],
851
+ "operation": [
852
+ "Detach Volume"
853
+ ]
854
+ }
855
+ }
856
+ },
857
+ {
858
+ "displayName": "Bearer Token",
859
+ "name": "security_personalaccesstoken",
860
+ "type": "string",
861
+ "default": "",
862
+ "description": "HTTP bearer authentication for personalAccessToken",
863
+ "required": false,
864
+ "routing": {
865
+ "request": {
866
+ "headers": {
867
+ "Authorization": "={{ 'Bearer ' + $value }}"
868
+ }
869
+ }
870
+ },
871
+ "displayOptions": {
872
+ "show": {
873
+ "resource": [
874
+ "Volumes"
875
+ ],
876
+ "operation": [
877
+ "Detach Volume"
878
+ ]
879
+ }
880
+ }
881
+ },
882
+ {
883
+ "displayName": "POST /volumes/{volumeId}/resize",
884
+ "name": "operation",
885
+ "type": "notice",
886
+ "typeOptions": {
887
+ "theme": "info"
888
+ },
889
+ "default": "",
890
+ "displayOptions": {
891
+ "show": {
892
+ "resource": [
893
+ "Volumes"
894
+ ],
895
+ "operation": [
896
+ "Resize Volume"
897
+ ]
898
+ }
899
+ }
900
+ },
901
+ {
902
+ "required": true,
903
+ "displayName": "Size",
904
+ "name": "size",
905
+ "type": "number",
906
+ "default": 30,
907
+ "description": "The Volume's size, in GiB.\n",
908
+ "routing": {
909
+ "send": {
910
+ "property": "size",
911
+ "propertyInDotNotation": false,
912
+ "type": "body",
913
+ "value": "={{ $value }}"
914
+ }
915
+ },
916
+ "displayOptions": {
917
+ "show": {
918
+ "resource": [
919
+ "Volumes"
920
+ ],
921
+ "operation": [
922
+ "Resize Volume"
923
+ ]
924
+ }
925
+ }
926
+ },
927
+ {
928
+ "displayName": "Bearer Token",
929
+ "name": "security_personalaccesstoken",
930
+ "type": "string",
931
+ "default": "",
932
+ "description": "HTTP bearer authentication for personalAccessToken",
933
+ "required": false,
934
+ "routing": {
935
+ "request": {
936
+ "headers": {
937
+ "Authorization": "={{ 'Bearer ' + $value }}"
938
+ }
939
+ }
940
+ },
941
+ "displayOptions": {
942
+ "show": {
943
+ "resource": [
944
+ "Volumes"
945
+ ],
946
+ "operation": [
947
+ "Resize Volume"
948
+ ]
949
+ }
950
+ }
951
+ },
952
+ ];
953
+ //# sourceMappingURL=index.js.map