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