@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,1036 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.imagesDescription = void 0;
4
+ exports.imagesDescription = [
5
+ {
6
+ "displayName": "Operation",
7
+ "name": "operation",
8
+ "type": "options",
9
+ "noDataExpression": true,
10
+ "displayOptions": {
11
+ "show": {
12
+ "resource": [
13
+ "Images"
14
+ ]
15
+ }
16
+ },
17
+ "options": [
18
+ {
19
+ "name": "List Images",
20
+ "value": "List Images",
21
+ "action": "List Images",
22
+ "description": "Returns all Image objects. You can select specific Image types only and sort the results by using URI parameters.\n",
23
+ "routing": {
24
+ "request": {
25
+ "method": "GET",
26
+ "url": "=/images"
27
+ }
28
+ }
29
+ },
30
+ {
31
+ "name": "Delete Image",
32
+ "value": "Delete Image",
33
+ "action": "Delete an Image",
34
+ "description": "Deletes an Image. Only Images of type `snapshot` and `backup` can be deleted.\n",
35
+ "routing": {
36
+ "request": {
37
+ "method": "DELETE",
38
+ "url": "=/images/{{$parameter[\"id\"]}}"
39
+ }
40
+ }
41
+ },
42
+ {
43
+ "name": "Get Image",
44
+ "value": "Get Image",
45
+ "action": "Get an Image",
46
+ "description": "Returns a specific Image object.\n",
47
+ "routing": {
48
+ "request": {
49
+ "method": "GET",
50
+ "url": "=/images/{{$parameter[\"id\"]}}"
51
+ }
52
+ }
53
+ },
54
+ {
55
+ "name": "Replace Image",
56
+ "value": "Replace Image",
57
+ "action": "Update an Image",
58
+ "description": "Updates the Image. You may change the description, convert a Backup Image to a Snapshot Image or change the Image labels. Only Images of type `snapshot` and `backup` can be updated.\n",
59
+ "routing": {
60
+ "request": {
61
+ "method": "PUT",
62
+ "url": "=/images/{{$parameter[\"id\"]}}"
63
+ }
64
+ }
65
+ },
66
+ {
67
+ "name": "List Actions For Image",
68
+ "value": "List Actions For Image",
69
+ "action": "List Actions for an Image",
70
+ "description": "Returns all Action objects for an Image. You can sort the results by using the `sort` URI parameter, and filter them with the `status` parameter.\n",
71
+ "routing": {
72
+ "request": {
73
+ "method": "GET",
74
+ "url": "=/images/{{$parameter[\"id\"]}}/actions"
75
+ }
76
+ }
77
+ },
78
+ {
79
+ "name": "Get Action For Image",
80
+ "value": "Get Action For Image",
81
+ "action": "Get an Action for an Image",
82
+ "description": "Returns a specific Action for an Image.\n",
83
+ "routing": {
84
+ "request": {
85
+ "method": "GET",
86
+ "url": "=/images/{{$parameter[\"id\"]}}/actions/{{$parameter[\"action_id\"]}}"
87
+ }
88
+ }
89
+ },
90
+ {
91
+ "name": "Change Image Protection",
92
+ "value": "Change Image Protection",
93
+ "action": "Change Image Protection",
94
+ "description": "Changes the protection configuration of the Image. Can only be used on snapshots.\n",
95
+ "routing": {
96
+ "request": {
97
+ "method": "POST",
98
+ "url": "=/images/{{$parameter[\"id\"]}}/actions/change_protection"
99
+ }
100
+ }
101
+ },
102
+ {
103
+ "name": "List Image Actions",
104
+ "value": "List Image Actions",
105
+ "action": "List Actions",
106
+ "description": "Returns all Action objects. You can `sort` the results by using the sort URI parameter, and filter them with the `status` and `id` parameter.\n",
107
+ "routing": {
108
+ "request": {
109
+ "method": "GET",
110
+ "url": "=/images/actions"
111
+ }
112
+ }
113
+ },
114
+ {
115
+ "name": "Get Image Action",
116
+ "value": "Get Image Action",
117
+ "action": "Get an Action",
118
+ "description": "Returns a specific Action object.\n",
119
+ "routing": {
120
+ "request": {
121
+ "method": "GET",
122
+ "url": "=/images/actions/{{$parameter[\"id\"]}}"
123
+ }
124
+ }
125
+ }
126
+ ],
127
+ "default": ""
128
+ },
129
+ {
130
+ "displayName": "GET /images",
131
+ "name": "operation",
132
+ "type": "notice",
133
+ "typeOptions": {
134
+ "theme": "info"
135
+ },
136
+ "default": "",
137
+ "displayOptions": {
138
+ "show": {
139
+ "resource": [
140
+ "Images"
141
+ ],
142
+ "operation": [
143
+ "List Images"
144
+ ]
145
+ }
146
+ }
147
+ },
148
+ {
149
+ "displayName": "Sort",
150
+ "name": "sort",
151
+ "description": "Sort resources by field and direction. Can be used multiple times. For more\ninformation, see \"Sorting\".\n",
152
+ "default": "[\n null\n]",
153
+ "type": "json",
154
+ "routing": {
155
+ "send": {
156
+ "type": "query",
157
+ "property": "sort",
158
+ "value": "={{ $value }}",
159
+ "propertyInDotNotation": false
160
+ }
161
+ },
162
+ "displayOptions": {
163
+ "show": {
164
+ "resource": [
165
+ "Images"
166
+ ],
167
+ "operation": [
168
+ "List Images"
169
+ ]
170
+ }
171
+ }
172
+ },
173
+ {
174
+ "displayName": "Type",
175
+ "name": "type",
176
+ "description": "Filter resources by type. Can be used multiple times. The response will only\ncontain the resources with the specified type.\n",
177
+ "default": "[\n \"snapshot\"\n]",
178
+ "type": "json",
179
+ "routing": {
180
+ "send": {
181
+ "type": "query",
182
+ "property": "type",
183
+ "value": "={{ $value }}",
184
+ "propertyInDotNotation": false
185
+ }
186
+ },
187
+ "displayOptions": {
188
+ "show": {
189
+ "resource": [
190
+ "Images"
191
+ ],
192
+ "operation": [
193
+ "List Images"
194
+ ]
195
+ }
196
+ }
197
+ },
198
+ {
199
+ "displayName": "Status",
200
+ "name": "status",
201
+ "description": "Filter resources by status. Can be used multiple times. The response will only\ncontain the resources with the specified status.\n",
202
+ "default": "[\n \"available\"\n]",
203
+ "type": "json",
204
+ "routing": {
205
+ "send": {
206
+ "type": "query",
207
+ "property": "status",
208
+ "value": "={{ $value }}",
209
+ "propertyInDotNotation": false
210
+ }
211
+ },
212
+ "displayOptions": {
213
+ "show": {
214
+ "resource": [
215
+ "Images"
216
+ ],
217
+ "operation": [
218
+ "List Images"
219
+ ]
220
+ }
221
+ }
222
+ },
223
+ {
224
+ "displayName": "Bound To",
225
+ "name": "bound_to",
226
+ "description": "Can be used multiple times. Server ID linked to the Image. Only available for Images of type `backup`.",
227
+ "default": "[\n null\n]",
228
+ "type": "json",
229
+ "routing": {
230
+ "send": {
231
+ "type": "query",
232
+ "property": "bound_to",
233
+ "value": "={{ $value }}",
234
+ "propertyInDotNotation": false
235
+ }
236
+ },
237
+ "displayOptions": {
238
+ "show": {
239
+ "resource": [
240
+ "Images"
241
+ ],
242
+ "operation": [
243
+ "List Images"
244
+ ]
245
+ }
246
+ }
247
+ },
248
+ {
249
+ "displayName": "Include Deprecated",
250
+ "name": "include_deprecated",
251
+ "description": "Can be used multiple times.",
252
+ "default": true,
253
+ "type": "boolean",
254
+ "routing": {
255
+ "send": {
256
+ "type": "query",
257
+ "property": "include_deprecated",
258
+ "value": "={{ $value }}",
259
+ "propertyInDotNotation": false
260
+ }
261
+ },
262
+ "displayOptions": {
263
+ "show": {
264
+ "resource": [
265
+ "Images"
266
+ ],
267
+ "operation": [
268
+ "List Images"
269
+ ]
270
+ }
271
+ }
272
+ },
273
+ {
274
+ "displayName": "Name",
275
+ "name": "name",
276
+ "description": "Filter resources by their name. The response will only contain the resources\nmatching exactly the specified name.\n",
277
+ "default": "",
278
+ "type": "string",
279
+ "routing": {
280
+ "send": {
281
+ "type": "query",
282
+ "property": "name",
283
+ "value": "={{ $value }}",
284
+ "propertyInDotNotation": false
285
+ }
286
+ },
287
+ "displayOptions": {
288
+ "show": {
289
+ "resource": [
290
+ "Images"
291
+ ],
292
+ "operation": [
293
+ "List Images"
294
+ ]
295
+ }
296
+ }
297
+ },
298
+ {
299
+ "displayName": "Label Selector",
300
+ "name": "label_selector",
301
+ "description": "Filter resources by labels. The response will only contain resources matching the\nlabel selector. For more information, see \"Label Selector\".\n",
302
+ "default": "",
303
+ "type": "string",
304
+ "routing": {
305
+ "send": {
306
+ "type": "query",
307
+ "property": "label_selector",
308
+ "value": "={{ $value }}",
309
+ "propertyInDotNotation": false
310
+ }
311
+ },
312
+ "displayOptions": {
313
+ "show": {
314
+ "resource": [
315
+ "Images"
316
+ ],
317
+ "operation": [
318
+ "List Images"
319
+ ]
320
+ }
321
+ }
322
+ },
323
+ {
324
+ "displayName": "Architecture",
325
+ "name": "architecture",
326
+ "description": "Filter resources by cpu architecture. The response will only contain the resources\nwith the specified cpu architecture.\n",
327
+ "default": "x86",
328
+ "type": "options",
329
+ "options": [
330
+ {
331
+ "name": "X 86",
332
+ "value": "x86"
333
+ },
334
+ {
335
+ "name": "Arm",
336
+ "value": "arm"
337
+ }
338
+ ],
339
+ "routing": {
340
+ "send": {
341
+ "type": "query",
342
+ "property": "architecture",
343
+ "value": "={{ $value }}",
344
+ "propertyInDotNotation": false
345
+ }
346
+ },
347
+ "displayOptions": {
348
+ "show": {
349
+ "resource": [
350
+ "Images"
351
+ ],
352
+ "operation": [
353
+ "List Images"
354
+ ]
355
+ }
356
+ }
357
+ },
358
+ {
359
+ "displayName": "Page",
360
+ "name": "page",
361
+ "description": "Page number to return. For more information, see \"Pagination\".",
362
+ "default": 1,
363
+ "type": "number",
364
+ "routing": {
365
+ "send": {
366
+ "type": "query",
367
+ "property": "page",
368
+ "value": "={{ $value }}",
369
+ "propertyInDotNotation": false
370
+ }
371
+ },
372
+ "displayOptions": {
373
+ "show": {
374
+ "resource": [
375
+ "Images"
376
+ ],
377
+ "operation": [
378
+ "List Images"
379
+ ]
380
+ }
381
+ }
382
+ },
383
+ {
384
+ "displayName": "Per Page",
385
+ "name": "per_page",
386
+ "description": "Maximum number of entries returned per page. For more information, see \"Pagination\".",
387
+ "default": 25,
388
+ "type": "number",
389
+ "routing": {
390
+ "send": {
391
+ "type": "query",
392
+ "property": "per_page",
393
+ "value": "={{ $value }}",
394
+ "propertyInDotNotation": false
395
+ }
396
+ },
397
+ "displayOptions": {
398
+ "show": {
399
+ "resource": [
400
+ "Images"
401
+ ],
402
+ "operation": [
403
+ "List Images"
404
+ ]
405
+ }
406
+ }
407
+ },
408
+ {
409
+ "displayName": "DELETE /images/{id}",
410
+ "name": "operation",
411
+ "type": "notice",
412
+ "typeOptions": {
413
+ "theme": "info"
414
+ },
415
+ "default": "",
416
+ "displayOptions": {
417
+ "show": {
418
+ "resource": [
419
+ "Images"
420
+ ],
421
+ "operation": [
422
+ "Delete Image"
423
+ ]
424
+ }
425
+ }
426
+ },
427
+ {
428
+ "displayName": "Id",
429
+ "name": "id",
430
+ "required": true,
431
+ "description": "ID of the Image.",
432
+ "default": 42,
433
+ "type": "number",
434
+ "displayOptions": {
435
+ "show": {
436
+ "resource": [
437
+ "Images"
438
+ ],
439
+ "operation": [
440
+ "Delete Image"
441
+ ]
442
+ }
443
+ }
444
+ },
445
+ {
446
+ "displayName": "GET /images/{id}",
447
+ "name": "operation",
448
+ "type": "notice",
449
+ "typeOptions": {
450
+ "theme": "info"
451
+ },
452
+ "default": "",
453
+ "displayOptions": {
454
+ "show": {
455
+ "resource": [
456
+ "Images"
457
+ ],
458
+ "operation": [
459
+ "Get Image"
460
+ ]
461
+ }
462
+ }
463
+ },
464
+ {
465
+ "displayName": "Id",
466
+ "name": "id",
467
+ "required": true,
468
+ "description": "ID of the Image.",
469
+ "default": 42,
470
+ "type": "number",
471
+ "displayOptions": {
472
+ "show": {
473
+ "resource": [
474
+ "Images"
475
+ ],
476
+ "operation": [
477
+ "Get Image"
478
+ ]
479
+ }
480
+ }
481
+ },
482
+ {
483
+ "displayName": "PUT /images/{id}",
484
+ "name": "operation",
485
+ "type": "notice",
486
+ "typeOptions": {
487
+ "theme": "info"
488
+ },
489
+ "default": "",
490
+ "displayOptions": {
491
+ "show": {
492
+ "resource": [
493
+ "Images"
494
+ ],
495
+ "operation": [
496
+ "Replace Image"
497
+ ]
498
+ }
499
+ }
500
+ },
501
+ {
502
+ "displayName": "Id",
503
+ "name": "id",
504
+ "required": true,
505
+ "description": "ID of the Image.",
506
+ "default": 42,
507
+ "type": "number",
508
+ "displayOptions": {
509
+ "show": {
510
+ "resource": [
511
+ "Images"
512
+ ],
513
+ "operation": [
514
+ "Replace Image"
515
+ ]
516
+ }
517
+ }
518
+ },
519
+ {
520
+ "displayName": "Description",
521
+ "name": "description",
522
+ "type": "string",
523
+ "default": "My new Image description",
524
+ "description": "New description of Image.",
525
+ "routing": {
526
+ "send": {
527
+ "property": "description",
528
+ "propertyInDotNotation": false,
529
+ "type": "body",
530
+ "value": "={{ $value }}"
531
+ }
532
+ },
533
+ "displayOptions": {
534
+ "show": {
535
+ "resource": [
536
+ "Images"
537
+ ],
538
+ "operation": [
539
+ "Replace Image"
540
+ ]
541
+ }
542
+ }
543
+ },
544
+ {
545
+ "displayName": "Labels",
546
+ "name": "labels",
547
+ "type": "json",
548
+ "default": "{\n \"environment\": \"prod\",\n \"example.com/my\": \"label\",\n \"just-a-key\": \"\"\n}",
549
+ "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",
550
+ "routing": {
551
+ "send": {
552
+ "property": "labels",
553
+ "propertyInDotNotation": false,
554
+ "type": "body",
555
+ "value": "={{ JSON.parse($value) }}"
556
+ }
557
+ },
558
+ "displayOptions": {
559
+ "show": {
560
+ "resource": [
561
+ "Images"
562
+ ],
563
+ "operation": [
564
+ "Replace Image"
565
+ ]
566
+ }
567
+ }
568
+ },
569
+ {
570
+ "displayName": "Type",
571
+ "name": "type",
572
+ "type": "options",
573
+ "default": "snapshot",
574
+ "description": "Destination Image type to convert to.",
575
+ "options": [
576
+ {
577
+ "name": "Snapshot",
578
+ "value": "snapshot"
579
+ }
580
+ ],
581
+ "routing": {
582
+ "send": {
583
+ "property": "type",
584
+ "propertyInDotNotation": false,
585
+ "type": "body",
586
+ "value": "={{ $value }}"
587
+ }
588
+ },
589
+ "displayOptions": {
590
+ "show": {
591
+ "resource": [
592
+ "Images"
593
+ ],
594
+ "operation": [
595
+ "Replace Image"
596
+ ]
597
+ }
598
+ }
599
+ },
600
+ {
601
+ "displayName": "GET /images/{id}/actions",
602
+ "name": "operation",
603
+ "type": "notice",
604
+ "typeOptions": {
605
+ "theme": "info"
606
+ },
607
+ "default": "",
608
+ "displayOptions": {
609
+ "show": {
610
+ "resource": [
611
+ "Images"
612
+ ],
613
+ "operation": [
614
+ "List Actions For Image"
615
+ ]
616
+ }
617
+ }
618
+ },
619
+ {
620
+ "displayName": "Id",
621
+ "name": "id",
622
+ "required": true,
623
+ "description": "ID of the Image.",
624
+ "default": 42,
625
+ "type": "number",
626
+ "displayOptions": {
627
+ "show": {
628
+ "resource": [
629
+ "Images"
630
+ ],
631
+ "operation": [
632
+ "List Actions For Image"
633
+ ]
634
+ }
635
+ }
636
+ },
637
+ {
638
+ "displayName": "Sort",
639
+ "name": "sort",
640
+ "description": "Sort actions by field and direction. Can be used multiple times. For more\ninformation, see \"Sorting\".\n",
641
+ "default": "[\n null\n]",
642
+ "type": "json",
643
+ "routing": {
644
+ "send": {
645
+ "type": "query",
646
+ "property": "sort",
647
+ "value": "={{ $value }}",
648
+ "propertyInDotNotation": false
649
+ }
650
+ },
651
+ "displayOptions": {
652
+ "show": {
653
+ "resource": [
654
+ "Images"
655
+ ],
656
+ "operation": [
657
+ "List Actions For Image"
658
+ ]
659
+ }
660
+ }
661
+ },
662
+ {
663
+ "displayName": "Status",
664
+ "name": "status",
665
+ "description": "Filter the actions by status. Can be used multiple times. The response will only\ncontain actions matching the specified statuses.\n",
666
+ "default": "[\n null\n]",
667
+ "type": "json",
668
+ "routing": {
669
+ "send": {
670
+ "type": "query",
671
+ "property": "status",
672
+ "value": "={{ $value }}",
673
+ "propertyInDotNotation": false
674
+ }
675
+ },
676
+ "displayOptions": {
677
+ "show": {
678
+ "resource": [
679
+ "Images"
680
+ ],
681
+ "operation": [
682
+ "List Actions For Image"
683
+ ]
684
+ }
685
+ }
686
+ },
687
+ {
688
+ "displayName": "Page",
689
+ "name": "page",
690
+ "description": "Page number to return. For more information, see \"Pagination\".",
691
+ "default": 1,
692
+ "type": "number",
693
+ "routing": {
694
+ "send": {
695
+ "type": "query",
696
+ "property": "page",
697
+ "value": "={{ $value }}",
698
+ "propertyInDotNotation": false
699
+ }
700
+ },
701
+ "displayOptions": {
702
+ "show": {
703
+ "resource": [
704
+ "Images"
705
+ ],
706
+ "operation": [
707
+ "List Actions For Image"
708
+ ]
709
+ }
710
+ }
711
+ },
712
+ {
713
+ "displayName": "Per Page",
714
+ "name": "per_page",
715
+ "description": "Maximum number of entries returned per page. For more information, see \"Pagination\".",
716
+ "default": 25,
717
+ "type": "number",
718
+ "routing": {
719
+ "send": {
720
+ "type": "query",
721
+ "property": "per_page",
722
+ "value": "={{ $value }}",
723
+ "propertyInDotNotation": false
724
+ }
725
+ },
726
+ "displayOptions": {
727
+ "show": {
728
+ "resource": [
729
+ "Images"
730
+ ],
731
+ "operation": [
732
+ "List Actions For Image"
733
+ ]
734
+ }
735
+ }
736
+ },
737
+ {
738
+ "displayName": "GET /images/{id}/actions/{action_id}",
739
+ "name": "operation",
740
+ "type": "notice",
741
+ "typeOptions": {
742
+ "theme": "info"
743
+ },
744
+ "default": "",
745
+ "displayOptions": {
746
+ "show": {
747
+ "resource": [
748
+ "Images"
749
+ ],
750
+ "operation": [
751
+ "Get Action For Image"
752
+ ]
753
+ }
754
+ }
755
+ },
756
+ {
757
+ "displayName": "Id",
758
+ "name": "id",
759
+ "required": true,
760
+ "description": "ID of the Image.",
761
+ "default": 42,
762
+ "type": "number",
763
+ "displayOptions": {
764
+ "show": {
765
+ "resource": [
766
+ "Images"
767
+ ],
768
+ "operation": [
769
+ "Get Action For Image"
770
+ ]
771
+ }
772
+ }
773
+ },
774
+ {
775
+ "displayName": "Action Id",
776
+ "name": "action_id",
777
+ "required": true,
778
+ "description": "ID of the Action.",
779
+ "default": 42,
780
+ "type": "number",
781
+ "displayOptions": {
782
+ "show": {
783
+ "resource": [
784
+ "Images"
785
+ ],
786
+ "operation": [
787
+ "Get Action For Image"
788
+ ]
789
+ }
790
+ }
791
+ },
792
+ {
793
+ "displayName": "POST /images/{id}/actions/change_protection",
794
+ "name": "operation",
795
+ "type": "notice",
796
+ "typeOptions": {
797
+ "theme": "info"
798
+ },
799
+ "default": "",
800
+ "displayOptions": {
801
+ "show": {
802
+ "resource": [
803
+ "Images"
804
+ ],
805
+ "operation": [
806
+ "Change Image Protection"
807
+ ]
808
+ }
809
+ }
810
+ },
811
+ {
812
+ "displayName": "Id",
813
+ "name": "id",
814
+ "required": true,
815
+ "description": "ID of the Image.",
816
+ "default": 42,
817
+ "type": "number",
818
+ "displayOptions": {
819
+ "show": {
820
+ "resource": [
821
+ "Images"
822
+ ],
823
+ "operation": [
824
+ "Change Image Protection"
825
+ ]
826
+ }
827
+ }
828
+ },
829
+ {
830
+ "displayName": "Delete",
831
+ "name": "delete",
832
+ "type": "boolean",
833
+ "default": true,
834
+ "description": "If true, prevents the snapshot from being deleted.",
835
+ "routing": {
836
+ "send": {
837
+ "property": "delete",
838
+ "propertyInDotNotation": false,
839
+ "type": "body",
840
+ "value": "={{ $value }}"
841
+ }
842
+ },
843
+ "displayOptions": {
844
+ "show": {
845
+ "resource": [
846
+ "Images"
847
+ ],
848
+ "operation": [
849
+ "Change Image Protection"
850
+ ]
851
+ }
852
+ }
853
+ },
854
+ {
855
+ "displayName": "GET /images/actions",
856
+ "name": "operation",
857
+ "type": "notice",
858
+ "typeOptions": {
859
+ "theme": "info"
860
+ },
861
+ "default": "",
862
+ "displayOptions": {
863
+ "show": {
864
+ "resource": [
865
+ "Images"
866
+ ],
867
+ "operation": [
868
+ "List Image Actions"
869
+ ]
870
+ }
871
+ }
872
+ },
873
+ {
874
+ "displayName": "Id",
875
+ "name": "id",
876
+ "description": "Filter the actions by ID. Can be used multiple times. The response will only contain\nactions matching the specified IDs.\n",
877
+ "default": "[\n 42\n]",
878
+ "type": "json",
879
+ "routing": {
880
+ "send": {
881
+ "type": "query",
882
+ "property": "id",
883
+ "value": "={{ $value }}",
884
+ "propertyInDotNotation": false
885
+ }
886
+ },
887
+ "displayOptions": {
888
+ "show": {
889
+ "resource": [
890
+ "Images"
891
+ ],
892
+ "operation": [
893
+ "List Image Actions"
894
+ ]
895
+ }
896
+ }
897
+ },
898
+ {
899
+ "displayName": "Sort",
900
+ "name": "sort",
901
+ "description": "Sort actions by field and direction. Can be used multiple times. For more\ninformation, see \"Sorting\".\n",
902
+ "default": "[\n null\n]",
903
+ "type": "json",
904
+ "routing": {
905
+ "send": {
906
+ "type": "query",
907
+ "property": "sort",
908
+ "value": "={{ $value }}",
909
+ "propertyInDotNotation": false
910
+ }
911
+ },
912
+ "displayOptions": {
913
+ "show": {
914
+ "resource": [
915
+ "Images"
916
+ ],
917
+ "operation": [
918
+ "List Image Actions"
919
+ ]
920
+ }
921
+ }
922
+ },
923
+ {
924
+ "displayName": "Status",
925
+ "name": "status",
926
+ "description": "Filter the actions by status. Can be used multiple times. The response will only\ncontain actions matching the specified statuses.\n",
927
+ "default": "[\n null\n]",
928
+ "type": "json",
929
+ "routing": {
930
+ "send": {
931
+ "type": "query",
932
+ "property": "status",
933
+ "value": "={{ $value }}",
934
+ "propertyInDotNotation": false
935
+ }
936
+ },
937
+ "displayOptions": {
938
+ "show": {
939
+ "resource": [
940
+ "Images"
941
+ ],
942
+ "operation": [
943
+ "List Image Actions"
944
+ ]
945
+ }
946
+ }
947
+ },
948
+ {
949
+ "displayName": "Page",
950
+ "name": "page",
951
+ "description": "Page number to return. For more information, see \"Pagination\".",
952
+ "default": 1,
953
+ "type": "number",
954
+ "routing": {
955
+ "send": {
956
+ "type": "query",
957
+ "property": "page",
958
+ "value": "={{ $value }}",
959
+ "propertyInDotNotation": false
960
+ }
961
+ },
962
+ "displayOptions": {
963
+ "show": {
964
+ "resource": [
965
+ "Images"
966
+ ],
967
+ "operation": [
968
+ "List Image Actions"
969
+ ]
970
+ }
971
+ }
972
+ },
973
+ {
974
+ "displayName": "Per Page",
975
+ "name": "per_page",
976
+ "description": "Maximum number of entries returned per page. For more information, see \"Pagination\".",
977
+ "default": 25,
978
+ "type": "number",
979
+ "routing": {
980
+ "send": {
981
+ "type": "query",
982
+ "property": "per_page",
983
+ "value": "={{ $value }}",
984
+ "propertyInDotNotation": false
985
+ }
986
+ },
987
+ "displayOptions": {
988
+ "show": {
989
+ "resource": [
990
+ "Images"
991
+ ],
992
+ "operation": [
993
+ "List Image Actions"
994
+ ]
995
+ }
996
+ }
997
+ },
998
+ {
999
+ "displayName": "GET /images/actions/{id}",
1000
+ "name": "operation",
1001
+ "type": "notice",
1002
+ "typeOptions": {
1003
+ "theme": "info"
1004
+ },
1005
+ "default": "",
1006
+ "displayOptions": {
1007
+ "show": {
1008
+ "resource": [
1009
+ "Images"
1010
+ ],
1011
+ "operation": [
1012
+ "Get Image Action"
1013
+ ]
1014
+ }
1015
+ }
1016
+ },
1017
+ {
1018
+ "displayName": "Id",
1019
+ "name": "id",
1020
+ "required": true,
1021
+ "description": "ID of the Action.",
1022
+ "default": 42,
1023
+ "type": "number",
1024
+ "displayOptions": {
1025
+ "show": {
1026
+ "resource": [
1027
+ "Images"
1028
+ ],
1029
+ "operation": [
1030
+ "Get Image Action"
1031
+ ]
1032
+ }
1033
+ }
1034
+ },
1035
+ ];
1036
+ //# sourceMappingURL=index.js.map