@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,1428 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.primaryIpsDescription = void 0;
4
+ exports.primaryIpsDescription = [
5
+ {
6
+ "displayName": "Operation",
7
+ "name": "operation",
8
+ "type": "options",
9
+ "noDataExpression": true,
10
+ "displayOptions": {
11
+ "show": {
12
+ "resource": [
13
+ "Primary Ips"
14
+ ]
15
+ }
16
+ },
17
+ "options": [
18
+ {
19
+ "name": "List Primary Ips",
20
+ "value": "List Primary Ips",
21
+ "action": "List Primary IPs",
22
+ "description": "List multiple Primary IPs.\n\nUse the provided URI parameters to modify the result.\n",
23
+ "routing": {
24
+ "request": {
25
+ "method": "GET",
26
+ "url": "=/primary_ips"
27
+ }
28
+ }
29
+ },
30
+ {
31
+ "name": "Create Primary Ip",
32
+ "value": "Create Primary Ip",
33
+ "action": "Create a Primary IP",
34
+ "description": "Create a new Primary IP.\n\nCan optionally be assigned to a resource by providing an `assignee_id` and `assignee_type`.\n\nIf not assigned to a resource the `location` key needs to be provided. This can be either the ID or the name of the Location this Primary IP shall be created in.\n\nA Primary IP can only be assigned to resource in the same Location later on.\n\nThe `datacenter` key is deprecated in favor of `location` and will be removed after 01 July 2026.\n\n#### Operation specific errors\n\n| Status | Code | Description |\n| --- | --- | --- |\n| `422` | `server_not_stopped` | The specified Server is running, but needs to be powered off |\n| `422` | `server_has_ipv4` | The Server already has an ipv4 address |\n| `422` | `server_has_ipv6` | The Server already has an ipv6 address |\n",
35
+ "routing": {
36
+ "request": {
37
+ "method": "POST",
38
+ "url": "=/primary_ips"
39
+ }
40
+ }
41
+ },
42
+ {
43
+ "name": "Delete Primary Ip",
44
+ "value": "Delete Primary Ip",
45
+ "action": "Delete a Primary IP",
46
+ "description": "Deletes a Primary IP.\n\nThe Server must be powered off (status `off`) in order for this operation to succeed.\nIf assigned to a Server the Primary IP will be unassigned automatically until 1 May 2026. After this date, the Primary IP needs to be unassigned before it can be deleted.\n\n#### Operation specific errors\n\n| Status | Code | Description |\n| --- | --- | --- |\n| `422` | `must_be_unassigned` | Error when IP is still assigned to a Resource. This error will appear as of 1 May 2026. |\n",
47
+ "routing": {
48
+ "request": {
49
+ "method": "DELETE",
50
+ "url": "=/primary_ips/{{$parameter[\"id\"]}}"
51
+ }
52
+ }
53
+ },
54
+ {
55
+ "name": "Get Primary Ip",
56
+ "value": "Get Primary Ip",
57
+ "action": "Get a Primary IP",
58
+ "description": "Returns a Primary IP.\n",
59
+ "routing": {
60
+ "request": {
61
+ "method": "GET",
62
+ "url": "=/primary_ips/{{$parameter[\"id\"]}}"
63
+ }
64
+ }
65
+ },
66
+ {
67
+ "name": "Replace Primary Ip",
68
+ "value": "Replace Primary Ip",
69
+ "action": "Update a Primary IP",
70
+ "description": "Update a Primary IP.\n\nIf another change is concurrently performed on this Primary IP, a error response with code `conflict` will be returned.\n",
71
+ "routing": {
72
+ "request": {
73
+ "method": "PUT",
74
+ "url": "=/primary_ips/{{$parameter[\"id\"]}}"
75
+ }
76
+ }
77
+ },
78
+ {
79
+ "name": "List Actions For Primary Ip",
80
+ "value": "List Actions For Primary Ip",
81
+ "action": "List Actions for a Primary IP",
82
+ "description": "Returns all Actions for a Primary IP.\n\nUse the provided URI parameters to modify the result.\n",
83
+ "routing": {
84
+ "request": {
85
+ "method": "GET",
86
+ "url": "=/primary_ips/{{$parameter[\"id\"]}}/actions"
87
+ }
88
+ }
89
+ },
90
+ {
91
+ "name": "Get Action For Primary Ip",
92
+ "value": "Get Action For Primary Ip",
93
+ "action": "Get an Action for a Primary IP",
94
+ "description": "Returns a specific Action for a Primary IP.\n",
95
+ "routing": {
96
+ "request": {
97
+ "method": "GET",
98
+ "url": "=/primary_ips/{{$parameter[\"id\"]}}/actions/{{$parameter[\"action_id\"]}}"
99
+ }
100
+ }
101
+ },
102
+ {
103
+ "name": "Assign Primary Ip To Resource",
104
+ "value": "Assign Primary Ip To Resource",
105
+ "action": "Assign a Primary IP to a resource",
106
+ "description": "Assign a Primary IP to a resource.\n\nA Server can only have one Primary IP of type `ipv4` and one of type `ipv6` assigned. If you need more IPs use Floating IPs.\n\nA Server must be powered off (status `off`) in order for this operation to succeed.\n\n#### Operation specific errors\n\n| Status | Code | Description |\n| --- | --- | --- |\n| `422` | `server_not_stopped` | The Server is running, but needs to be powered off |\n| `422` | `primary_ip_already_assigned` | Primary IP is already assigned to a different Server |\n| `422` | `server_has_ipv4` | The Server already has an IPv4 address |\n| `422` | `server_has_ipv6` | The Server already has an IPv6 address |\n",
107
+ "routing": {
108
+ "request": {
109
+ "method": "POST",
110
+ "url": "=/primary_ips/{{$parameter[\"id\"]}}/actions/assign"
111
+ }
112
+ }
113
+ },
114
+ {
115
+ "name": "Change Reverse Dns Records For Primary Ip",
116
+ "value": "Change Reverse Dns Records For Primary Ip",
117
+ "action": "Change reverse DNS records for a Primary IP",
118
+ "description": "Change the reverse DNS records for this Primary IP.\n\nAllows to modify the PTR records set for the IP address.\n",
119
+ "routing": {
120
+ "request": {
121
+ "method": "POST",
122
+ "url": "=/primary_ips/{{$parameter[\"id\"]}}/actions/change_dns_ptr"
123
+ }
124
+ }
125
+ },
126
+ {
127
+ "name": "Change Primary Ip Protection",
128
+ "value": "Change Primary Ip Protection",
129
+ "action": "Change Primary IP Protection",
130
+ "description": "Changes the protection configuration of a Primary IP.\n\nA Primary IPs deletion protection can only be enabled if its `auto_delete` property is set to `false`.\n",
131
+ "routing": {
132
+ "request": {
133
+ "method": "POST",
134
+ "url": "=/primary_ips/{{$parameter[\"id\"]}}/actions/change_protection"
135
+ }
136
+ }
137
+ },
138
+ {
139
+ "name": "Unassign Primary Ip From Resource",
140
+ "value": "Unassign Primary Ip From Resource",
141
+ "action": "Unassign a Primary IP from a resource",
142
+ "description": "Unassign a Primary IP from a resource.\n\nA Server must be powered off (status `off`) in order for this operation to succeed.\n\nA Server requires at least one network interface (public or private) to be powered on.\n\n#### Operation specific errors\n\n| Status | Code | Description |\n| --- | --- | --- |\n| `422` | `server_not_stopped` | The Server is running, but needs to be powered off |\n| `422` | `server_is_load_balancer_target` | The Server IPv4 address is a loadbalancer target |\n",
143
+ "routing": {
144
+ "request": {
145
+ "method": "POST",
146
+ "url": "=/primary_ips/{{$parameter[\"id\"]}}/actions/unassign"
147
+ }
148
+ }
149
+ },
150
+ {
151
+ "name": "List Primary Ip Actions",
152
+ "value": "List Primary Ip Actions",
153
+ "action": "List Actions",
154
+ "description": "Lists multiple Actions.\n\nUse the provided URI parameters to modify the result.\n",
155
+ "routing": {
156
+ "request": {
157
+ "method": "GET",
158
+ "url": "=/primary_ips/actions"
159
+ }
160
+ }
161
+ },
162
+ {
163
+ "name": "Get Primary Ip Action",
164
+ "value": "Get Primary Ip Action",
165
+ "action": "Get an Action",
166
+ "description": "Returns a single Action.\n",
167
+ "routing": {
168
+ "request": {
169
+ "method": "GET",
170
+ "url": "=/primary_ips/actions/{{$parameter[\"id\"]}}"
171
+ }
172
+ }
173
+ }
174
+ ],
175
+ "default": ""
176
+ },
177
+ {
178
+ "displayName": "GET /primary_ips",
179
+ "name": "operation",
180
+ "type": "notice",
181
+ "typeOptions": {
182
+ "theme": "info"
183
+ },
184
+ "default": "",
185
+ "displayOptions": {
186
+ "show": {
187
+ "resource": [
188
+ "Primary Ips"
189
+ ],
190
+ "operation": [
191
+ "List Primary Ips"
192
+ ]
193
+ }
194
+ }
195
+ },
196
+ {
197
+ "displayName": "Name",
198
+ "name": "name",
199
+ "description": "Filter resources by their name. The response will only contain the resources\nmatching exactly the specified name.\n",
200
+ "default": "",
201
+ "type": "string",
202
+ "routing": {
203
+ "send": {
204
+ "type": "query",
205
+ "property": "name",
206
+ "value": "={{ $value }}",
207
+ "propertyInDotNotation": false
208
+ }
209
+ },
210
+ "displayOptions": {
211
+ "show": {
212
+ "resource": [
213
+ "Primary Ips"
214
+ ],
215
+ "operation": [
216
+ "List Primary Ips"
217
+ ]
218
+ }
219
+ }
220
+ },
221
+ {
222
+ "displayName": "Label Selector",
223
+ "name": "label_selector",
224
+ "description": "Filter resources by labels. The response will only contain resources matching the\nlabel selector. For more information, see \"Label Selector\".\n",
225
+ "default": "",
226
+ "type": "string",
227
+ "routing": {
228
+ "send": {
229
+ "type": "query",
230
+ "property": "label_selector",
231
+ "value": "={{ $value }}",
232
+ "propertyInDotNotation": false
233
+ }
234
+ },
235
+ "displayOptions": {
236
+ "show": {
237
+ "resource": [
238
+ "Primary Ips"
239
+ ],
240
+ "operation": [
241
+ "List Primary Ips"
242
+ ]
243
+ }
244
+ }
245
+ },
246
+ {
247
+ "displayName": "Ip",
248
+ "name": "ip",
249
+ "description": "Filter results by IP address.",
250
+ "default": "127.0.0.1",
251
+ "type": "string",
252
+ "routing": {
253
+ "send": {
254
+ "type": "query",
255
+ "property": "ip",
256
+ "value": "={{ $value }}",
257
+ "propertyInDotNotation": false
258
+ }
259
+ },
260
+ "displayOptions": {
261
+ "show": {
262
+ "resource": [
263
+ "Primary Ips"
264
+ ],
265
+ "operation": [
266
+ "List Primary Ips"
267
+ ]
268
+ }
269
+ }
270
+ },
271
+ {
272
+ "displayName": "Page",
273
+ "name": "page",
274
+ "description": "Page number to return. For more information, see \"Pagination\".",
275
+ "default": 1,
276
+ "type": "number",
277
+ "routing": {
278
+ "send": {
279
+ "type": "query",
280
+ "property": "page",
281
+ "value": "={{ $value }}",
282
+ "propertyInDotNotation": false
283
+ }
284
+ },
285
+ "displayOptions": {
286
+ "show": {
287
+ "resource": [
288
+ "Primary Ips"
289
+ ],
290
+ "operation": [
291
+ "List Primary Ips"
292
+ ]
293
+ }
294
+ }
295
+ },
296
+ {
297
+ "displayName": "Per Page",
298
+ "name": "per_page",
299
+ "description": "Maximum number of entries returned per page. For more information, see \"Pagination\".",
300
+ "default": 25,
301
+ "type": "number",
302
+ "routing": {
303
+ "send": {
304
+ "type": "query",
305
+ "property": "per_page",
306
+ "value": "={{ $value }}",
307
+ "propertyInDotNotation": false
308
+ }
309
+ },
310
+ "displayOptions": {
311
+ "show": {
312
+ "resource": [
313
+ "Primary Ips"
314
+ ],
315
+ "operation": [
316
+ "List Primary Ips"
317
+ ]
318
+ }
319
+ }
320
+ },
321
+ {
322
+ "displayName": "Sort",
323
+ "name": "sort",
324
+ "description": "Sort resources by field and direction. Can be used multiple times. For more\ninformation, see \"Sorting\".\n",
325
+ "default": "[\n null\n]",
326
+ "type": "json",
327
+ "routing": {
328
+ "send": {
329
+ "type": "query",
330
+ "property": "sort",
331
+ "value": "={{ $value }}",
332
+ "propertyInDotNotation": false
333
+ }
334
+ },
335
+ "displayOptions": {
336
+ "show": {
337
+ "resource": [
338
+ "Primary Ips"
339
+ ],
340
+ "operation": [
341
+ "List Primary Ips"
342
+ ]
343
+ }
344
+ }
345
+ },
346
+ {
347
+ "displayName": "POST /primary_ips",
348
+ "name": "operation",
349
+ "type": "notice",
350
+ "typeOptions": {
351
+ "theme": "info"
352
+ },
353
+ "default": "",
354
+ "displayOptions": {
355
+ "show": {
356
+ "resource": [
357
+ "Primary Ips"
358
+ ],
359
+ "operation": [
360
+ "Create Primary Ip"
361
+ ]
362
+ }
363
+ }
364
+ },
365
+ {
366
+ "displayName": "Assignee Id",
367
+ "name": "assignee_id",
368
+ "type": "number",
369
+ "default": 17,
370
+ "description": "ID of resource to assign the Primary IP to.\n\nOmitted if the Primary IP should not get assigned.\n",
371
+ "routing": {
372
+ "send": {
373
+ "property": "assignee_id",
374
+ "propertyInDotNotation": false,
375
+ "type": "body",
376
+ "value": "={{ $value }}"
377
+ }
378
+ },
379
+ "displayOptions": {
380
+ "show": {
381
+ "resource": [
382
+ "Primary Ips"
383
+ ],
384
+ "operation": [
385
+ "Create Primary Ip"
386
+ ]
387
+ }
388
+ }
389
+ },
390
+ {
391
+ "required": true,
392
+ "displayName": "Assignee Type",
393
+ "name": "assignee_type",
394
+ "type": "options",
395
+ "default": "server",
396
+ "description": "Type of resource the Primary IP can get assigned to.\n\nCurrently Primary IPs can only be assigned to Servers,\ntherefore this field must be set to `server`.\n",
397
+ "options": [
398
+ {
399
+ "name": "Server",
400
+ "value": "server"
401
+ }
402
+ ],
403
+ "routing": {
404
+ "send": {
405
+ "property": "assignee_type",
406
+ "propertyInDotNotation": false,
407
+ "type": "body",
408
+ "value": "={{ $value }}"
409
+ }
410
+ },
411
+ "displayOptions": {
412
+ "show": {
413
+ "resource": [
414
+ "Primary Ips"
415
+ ],
416
+ "operation": [
417
+ "Create Primary Ip"
418
+ ]
419
+ }
420
+ }
421
+ },
422
+ {
423
+ "displayName": "Auto Delete",
424
+ "name": "auto_delete",
425
+ "type": "boolean",
426
+ "default": false,
427
+ "description": "Auto deletion state.\n\nIf enabled the Primary IP will be deleted once the assigned resource gets deleted.\n",
428
+ "routing": {
429
+ "send": {
430
+ "property": "auto_delete",
431
+ "propertyInDotNotation": false,
432
+ "type": "body",
433
+ "value": "={{ $value }}"
434
+ }
435
+ },
436
+ "displayOptions": {
437
+ "show": {
438
+ "resource": [
439
+ "Primary Ips"
440
+ ],
441
+ "operation": [
442
+ "Create Primary Ip"
443
+ ]
444
+ }
445
+ }
446
+ },
447
+ {
448
+ "displayName": "Datacenter",
449
+ "name": "datacenter",
450
+ "type": "string",
451
+ "default": "fsn1-dc8",
452
+ "description": "**Deprecated**: This property is deprecated and will be removed after 1 July 2026.\nUse the `location` key instead.\n\nData Center ID or name.\n\nThe Primary IP will be bound to this Data Center.\nOmit if `assignee_id`/`assignee_type` or `location` are provided.\n",
453
+ "routing": {
454
+ "send": {
455
+ "property": "datacenter",
456
+ "propertyInDotNotation": false,
457
+ "type": "body",
458
+ "value": "={{ $value }}"
459
+ }
460
+ },
461
+ "displayOptions": {
462
+ "show": {
463
+ "resource": [
464
+ "Primary Ips"
465
+ ],
466
+ "operation": [
467
+ "Create Primary Ip"
468
+ ]
469
+ }
470
+ }
471
+ },
472
+ {
473
+ "displayName": "Labels",
474
+ "name": "labels",
475
+ "type": "json",
476
+ "default": "{\n \"environment\": \"prod\",\n \"example.com/my\": \"label\",\n \"just-a-key\": \"\"\n}",
477
+ "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",
478
+ "routing": {
479
+ "send": {
480
+ "property": "labels",
481
+ "propertyInDotNotation": false,
482
+ "type": "body",
483
+ "value": "={{ JSON.parse($value) }}"
484
+ }
485
+ },
486
+ "displayOptions": {
487
+ "show": {
488
+ "resource": [
489
+ "Primary Ips"
490
+ ],
491
+ "operation": [
492
+ "Create Primary Ip"
493
+ ]
494
+ }
495
+ }
496
+ },
497
+ {
498
+ "displayName": "Location",
499
+ "name": "location",
500
+ "type": "string",
501
+ "default": "fsn1",
502
+ "description": "Location ID or name the Primary IP will be bound to.\n\nOmit if `assignee_id`/`assignee_type` or `datacenter` are provided.\n",
503
+ "routing": {
504
+ "send": {
505
+ "property": "location",
506
+ "propertyInDotNotation": false,
507
+ "type": "body",
508
+ "value": "={{ $value }}"
509
+ }
510
+ },
511
+ "displayOptions": {
512
+ "show": {
513
+ "resource": [
514
+ "Primary Ips"
515
+ ],
516
+ "operation": [
517
+ "Create Primary Ip"
518
+ ]
519
+ }
520
+ }
521
+ },
522
+ {
523
+ "required": true,
524
+ "displayName": "Name",
525
+ "name": "name",
526
+ "type": "string",
527
+ "default": "my-resource",
528
+ "description": "Name of the Resource. Must be unique per Project.",
529
+ "routing": {
530
+ "send": {
531
+ "property": "name",
532
+ "propertyInDotNotation": false,
533
+ "type": "body",
534
+ "value": "={{ $value }}"
535
+ }
536
+ },
537
+ "displayOptions": {
538
+ "show": {
539
+ "resource": [
540
+ "Primary Ips"
541
+ ],
542
+ "operation": [
543
+ "Create Primary Ip"
544
+ ]
545
+ }
546
+ }
547
+ },
548
+ {
549
+ "required": true,
550
+ "displayName": "Type",
551
+ "name": "type",
552
+ "type": "options",
553
+ "default": "ipv6",
554
+ "description": "The Floating IP type. | Type of Primary IP the price is for. | Type of Floating IP the price is for. | Primary IP type.",
555
+ "options": [
556
+ {
557
+ "name": "Ipv 4",
558
+ "value": "ipv4"
559
+ },
560
+ {
561
+ "name": "Ipv 6",
562
+ "value": "ipv6"
563
+ }
564
+ ],
565
+ "routing": {
566
+ "send": {
567
+ "property": "type",
568
+ "propertyInDotNotation": false,
569
+ "type": "body",
570
+ "value": "={{ $value }}"
571
+ }
572
+ },
573
+ "displayOptions": {
574
+ "show": {
575
+ "resource": [
576
+ "Primary Ips"
577
+ ],
578
+ "operation": [
579
+ "Create Primary Ip"
580
+ ]
581
+ }
582
+ }
583
+ },
584
+ {
585
+ "displayName": "DELETE /primary_ips/{id}",
586
+ "name": "operation",
587
+ "type": "notice",
588
+ "typeOptions": {
589
+ "theme": "info"
590
+ },
591
+ "default": "",
592
+ "displayOptions": {
593
+ "show": {
594
+ "resource": [
595
+ "Primary Ips"
596
+ ],
597
+ "operation": [
598
+ "Delete Primary Ip"
599
+ ]
600
+ }
601
+ }
602
+ },
603
+ {
604
+ "displayName": "Id",
605
+ "name": "id",
606
+ "required": true,
607
+ "description": "ID of the Primary IP.",
608
+ "default": 42,
609
+ "type": "number",
610
+ "displayOptions": {
611
+ "show": {
612
+ "resource": [
613
+ "Primary Ips"
614
+ ],
615
+ "operation": [
616
+ "Delete Primary Ip"
617
+ ]
618
+ }
619
+ }
620
+ },
621
+ {
622
+ "displayName": "GET /primary_ips/{id}",
623
+ "name": "operation",
624
+ "type": "notice",
625
+ "typeOptions": {
626
+ "theme": "info"
627
+ },
628
+ "default": "",
629
+ "displayOptions": {
630
+ "show": {
631
+ "resource": [
632
+ "Primary Ips"
633
+ ],
634
+ "operation": [
635
+ "Get Primary Ip"
636
+ ]
637
+ }
638
+ }
639
+ },
640
+ {
641
+ "displayName": "Id",
642
+ "name": "id",
643
+ "required": true,
644
+ "description": "ID of the Primary IP.",
645
+ "default": 42,
646
+ "type": "number",
647
+ "displayOptions": {
648
+ "show": {
649
+ "resource": [
650
+ "Primary Ips"
651
+ ],
652
+ "operation": [
653
+ "Get Primary Ip"
654
+ ]
655
+ }
656
+ }
657
+ },
658
+ {
659
+ "displayName": "PUT /primary_ips/{id}",
660
+ "name": "operation",
661
+ "type": "notice",
662
+ "typeOptions": {
663
+ "theme": "info"
664
+ },
665
+ "default": "",
666
+ "displayOptions": {
667
+ "show": {
668
+ "resource": [
669
+ "Primary Ips"
670
+ ],
671
+ "operation": [
672
+ "Replace Primary Ip"
673
+ ]
674
+ }
675
+ }
676
+ },
677
+ {
678
+ "displayName": "Id",
679
+ "name": "id",
680
+ "required": true,
681
+ "description": "ID of the Primary IP.",
682
+ "default": 42,
683
+ "type": "number",
684
+ "displayOptions": {
685
+ "show": {
686
+ "resource": [
687
+ "Primary Ips"
688
+ ],
689
+ "operation": [
690
+ "Replace Primary Ip"
691
+ ]
692
+ }
693
+ }
694
+ },
695
+ {
696
+ "displayName": "Auto Delete",
697
+ "name": "auto_delete",
698
+ "type": "boolean",
699
+ "default": true,
700
+ "description": "Auto deletion state.\n\nIf enabled the Primary IP will be deleted once the assigned resource gets deleted.\n",
701
+ "routing": {
702
+ "send": {
703
+ "property": "auto_delete",
704
+ "propertyInDotNotation": false,
705
+ "type": "body",
706
+ "value": "={{ $value }}"
707
+ }
708
+ },
709
+ "displayOptions": {
710
+ "show": {
711
+ "resource": [
712
+ "Primary Ips"
713
+ ],
714
+ "operation": [
715
+ "Replace Primary Ip"
716
+ ]
717
+ }
718
+ }
719
+ },
720
+ {
721
+ "displayName": "Labels",
722
+ "name": "labels",
723
+ "type": "json",
724
+ "default": "{\n \"environment\": \"prod\",\n \"example.com/my\": \"label\",\n \"just-a-key\": \"\"\n}",
725
+ "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",
726
+ "routing": {
727
+ "send": {
728
+ "property": "labels",
729
+ "propertyInDotNotation": false,
730
+ "type": "body",
731
+ "value": "={{ JSON.parse($value) }}"
732
+ }
733
+ },
734
+ "displayOptions": {
735
+ "show": {
736
+ "resource": [
737
+ "Primary Ips"
738
+ ],
739
+ "operation": [
740
+ "Replace Primary Ip"
741
+ ]
742
+ }
743
+ }
744
+ },
745
+ {
746
+ "displayName": "Name",
747
+ "name": "name",
748
+ "type": "string",
749
+ "default": "my-resource",
750
+ "description": "Name of the Resource. Must be unique per Project.",
751
+ "routing": {
752
+ "send": {
753
+ "property": "name",
754
+ "propertyInDotNotation": false,
755
+ "type": "body",
756
+ "value": "={{ $value }}"
757
+ }
758
+ },
759
+ "displayOptions": {
760
+ "show": {
761
+ "resource": [
762
+ "Primary Ips"
763
+ ],
764
+ "operation": [
765
+ "Replace Primary Ip"
766
+ ]
767
+ }
768
+ }
769
+ },
770
+ {
771
+ "displayName": "GET /primary_ips/{id}/actions",
772
+ "name": "operation",
773
+ "type": "notice",
774
+ "typeOptions": {
775
+ "theme": "info"
776
+ },
777
+ "default": "",
778
+ "displayOptions": {
779
+ "show": {
780
+ "resource": [
781
+ "Primary Ips"
782
+ ],
783
+ "operation": [
784
+ "List Actions For Primary Ip"
785
+ ]
786
+ }
787
+ }
788
+ },
789
+ {
790
+ "displayName": "Id",
791
+ "name": "id",
792
+ "required": true,
793
+ "description": "ID of the Primary IP.",
794
+ "default": 42,
795
+ "type": "number",
796
+ "displayOptions": {
797
+ "show": {
798
+ "resource": [
799
+ "Primary Ips"
800
+ ],
801
+ "operation": [
802
+ "List Actions For Primary Ip"
803
+ ]
804
+ }
805
+ }
806
+ },
807
+ {
808
+ "displayName": "Sort",
809
+ "name": "sort",
810
+ "description": "Sort actions by field and direction. Can be used multiple times. For more\ninformation, see \"Sorting\".\n",
811
+ "default": "[\n null\n]",
812
+ "type": "json",
813
+ "routing": {
814
+ "send": {
815
+ "type": "query",
816
+ "property": "sort",
817
+ "value": "={{ $value }}",
818
+ "propertyInDotNotation": false
819
+ }
820
+ },
821
+ "displayOptions": {
822
+ "show": {
823
+ "resource": [
824
+ "Primary Ips"
825
+ ],
826
+ "operation": [
827
+ "List Actions For Primary Ip"
828
+ ]
829
+ }
830
+ }
831
+ },
832
+ {
833
+ "displayName": "Status",
834
+ "name": "status",
835
+ "description": "Filter the actions by status. Can be used multiple times. The response will only\ncontain actions matching the specified statuses.\n",
836
+ "default": "[\n null\n]",
837
+ "type": "json",
838
+ "routing": {
839
+ "send": {
840
+ "type": "query",
841
+ "property": "status",
842
+ "value": "={{ $value }}",
843
+ "propertyInDotNotation": false
844
+ }
845
+ },
846
+ "displayOptions": {
847
+ "show": {
848
+ "resource": [
849
+ "Primary Ips"
850
+ ],
851
+ "operation": [
852
+ "List Actions For Primary Ip"
853
+ ]
854
+ }
855
+ }
856
+ },
857
+ {
858
+ "displayName": "Page",
859
+ "name": "page",
860
+ "description": "Page number to return. For more information, see \"Pagination\".",
861
+ "default": 1,
862
+ "type": "number",
863
+ "routing": {
864
+ "send": {
865
+ "type": "query",
866
+ "property": "page",
867
+ "value": "={{ $value }}",
868
+ "propertyInDotNotation": false
869
+ }
870
+ },
871
+ "displayOptions": {
872
+ "show": {
873
+ "resource": [
874
+ "Primary Ips"
875
+ ],
876
+ "operation": [
877
+ "List Actions For Primary Ip"
878
+ ]
879
+ }
880
+ }
881
+ },
882
+ {
883
+ "displayName": "Per Page",
884
+ "name": "per_page",
885
+ "description": "Maximum number of entries returned per page. For more information, see \"Pagination\".",
886
+ "default": 25,
887
+ "type": "number",
888
+ "routing": {
889
+ "send": {
890
+ "type": "query",
891
+ "property": "per_page",
892
+ "value": "={{ $value }}",
893
+ "propertyInDotNotation": false
894
+ }
895
+ },
896
+ "displayOptions": {
897
+ "show": {
898
+ "resource": [
899
+ "Primary Ips"
900
+ ],
901
+ "operation": [
902
+ "List Actions For Primary Ip"
903
+ ]
904
+ }
905
+ }
906
+ },
907
+ {
908
+ "displayName": "GET /primary_ips/{id}/actions/{action_id}",
909
+ "name": "operation",
910
+ "type": "notice",
911
+ "typeOptions": {
912
+ "theme": "info"
913
+ },
914
+ "default": "",
915
+ "displayOptions": {
916
+ "show": {
917
+ "resource": [
918
+ "Primary Ips"
919
+ ],
920
+ "operation": [
921
+ "Get Action For Primary Ip"
922
+ ]
923
+ }
924
+ }
925
+ },
926
+ {
927
+ "displayName": "Id",
928
+ "name": "id",
929
+ "required": true,
930
+ "description": "ID of the Primary IP.",
931
+ "default": 42,
932
+ "type": "number",
933
+ "displayOptions": {
934
+ "show": {
935
+ "resource": [
936
+ "Primary Ips"
937
+ ],
938
+ "operation": [
939
+ "Get Action For Primary Ip"
940
+ ]
941
+ }
942
+ }
943
+ },
944
+ {
945
+ "displayName": "Action Id",
946
+ "name": "action_id",
947
+ "required": true,
948
+ "description": "ID of the Action.",
949
+ "default": 42,
950
+ "type": "number",
951
+ "displayOptions": {
952
+ "show": {
953
+ "resource": [
954
+ "Primary Ips"
955
+ ],
956
+ "operation": [
957
+ "Get Action For Primary Ip"
958
+ ]
959
+ }
960
+ }
961
+ },
962
+ {
963
+ "displayName": "POST /primary_ips/{id}/actions/assign",
964
+ "name": "operation",
965
+ "type": "notice",
966
+ "typeOptions": {
967
+ "theme": "info"
968
+ },
969
+ "default": "",
970
+ "displayOptions": {
971
+ "show": {
972
+ "resource": [
973
+ "Primary Ips"
974
+ ],
975
+ "operation": [
976
+ "Assign Primary Ip To Resource"
977
+ ]
978
+ }
979
+ }
980
+ },
981
+ {
982
+ "displayName": "Id",
983
+ "name": "id",
984
+ "required": true,
985
+ "description": "ID of the Primary IP.",
986
+ "default": 42,
987
+ "type": "number",
988
+ "displayOptions": {
989
+ "show": {
990
+ "resource": [
991
+ "Primary Ips"
992
+ ],
993
+ "operation": [
994
+ "Assign Primary Ip To Resource"
995
+ ]
996
+ }
997
+ }
998
+ },
999
+ {
1000
+ "required": true,
1001
+ "displayName": "Assignee Id",
1002
+ "name": "assignee_id",
1003
+ "type": "number",
1004
+ "default": 4711,
1005
+ "description": "ID of a resource of type `assignee_type`.",
1006
+ "routing": {
1007
+ "send": {
1008
+ "property": "assignee_id",
1009
+ "propertyInDotNotation": false,
1010
+ "type": "body",
1011
+ "value": "={{ $value }}"
1012
+ }
1013
+ },
1014
+ "displayOptions": {
1015
+ "show": {
1016
+ "resource": [
1017
+ "Primary Ips"
1018
+ ],
1019
+ "operation": [
1020
+ "Assign Primary Ip To Resource"
1021
+ ]
1022
+ }
1023
+ }
1024
+ },
1025
+ {
1026
+ "required": true,
1027
+ "displayName": "Assignee Type",
1028
+ "name": "assignee_type",
1029
+ "type": "options",
1030
+ "default": "server",
1031
+ "description": "Type of resource assigning the Primary IP to.",
1032
+ "options": [
1033
+ {
1034
+ "name": "Server",
1035
+ "value": "server"
1036
+ }
1037
+ ],
1038
+ "routing": {
1039
+ "send": {
1040
+ "property": "assignee_type",
1041
+ "propertyInDotNotation": false,
1042
+ "type": "body",
1043
+ "value": "={{ $value }}"
1044
+ }
1045
+ },
1046
+ "displayOptions": {
1047
+ "show": {
1048
+ "resource": [
1049
+ "Primary Ips"
1050
+ ],
1051
+ "operation": [
1052
+ "Assign Primary Ip To Resource"
1053
+ ]
1054
+ }
1055
+ }
1056
+ },
1057
+ {
1058
+ "displayName": "POST /primary_ips/{id}/actions/change_dns_ptr",
1059
+ "name": "operation",
1060
+ "type": "notice",
1061
+ "typeOptions": {
1062
+ "theme": "info"
1063
+ },
1064
+ "default": "",
1065
+ "displayOptions": {
1066
+ "show": {
1067
+ "resource": [
1068
+ "Primary Ips"
1069
+ ],
1070
+ "operation": [
1071
+ "Change Reverse Dns Records For Primary Ip"
1072
+ ]
1073
+ }
1074
+ }
1075
+ },
1076
+ {
1077
+ "displayName": "Id",
1078
+ "name": "id",
1079
+ "required": true,
1080
+ "description": "ID of the Primary IP.",
1081
+ "default": 42,
1082
+ "type": "number",
1083
+ "displayOptions": {
1084
+ "show": {
1085
+ "resource": [
1086
+ "Primary Ips"
1087
+ ],
1088
+ "operation": [
1089
+ "Change Reverse Dns Records For Primary Ip"
1090
+ ]
1091
+ }
1092
+ }
1093
+ },
1094
+ {
1095
+ "required": true,
1096
+ "displayName": "Dns Ptr",
1097
+ "name": "dns_ptr",
1098
+ "type": "string",
1099
+ "default": "server.example.com",
1100
+ "description": "Domain Name to point to.\n\nPTR record content used for reverse DNS.\n | DNS pointer for the specific IP address.",
1101
+ "routing": {
1102
+ "send": {
1103
+ "property": "dns_ptr",
1104
+ "propertyInDotNotation": false,
1105
+ "type": "body",
1106
+ "value": "={{ $value }}"
1107
+ }
1108
+ },
1109
+ "displayOptions": {
1110
+ "show": {
1111
+ "resource": [
1112
+ "Primary Ips"
1113
+ ],
1114
+ "operation": [
1115
+ "Change Reverse Dns Records For Primary Ip"
1116
+ ]
1117
+ }
1118
+ }
1119
+ },
1120
+ {
1121
+ "required": true,
1122
+ "displayName": "Ip",
1123
+ "name": "ip",
1124
+ "type": "string",
1125
+ "default": "2001:db8::1",
1126
+ "description": "Single IPv4 or IPv6 address to create pointer for.\n | Single IPv6 address of this Server for which the reverse DNS entry has been set up.",
1127
+ "routing": {
1128
+ "send": {
1129
+ "property": "ip",
1130
+ "propertyInDotNotation": false,
1131
+ "type": "body",
1132
+ "value": "={{ $value }}"
1133
+ }
1134
+ },
1135
+ "displayOptions": {
1136
+ "show": {
1137
+ "resource": [
1138
+ "Primary Ips"
1139
+ ],
1140
+ "operation": [
1141
+ "Change Reverse Dns Records For Primary Ip"
1142
+ ]
1143
+ }
1144
+ }
1145
+ },
1146
+ {
1147
+ "displayName": "POST /primary_ips/{id}/actions/change_protection",
1148
+ "name": "operation",
1149
+ "type": "notice",
1150
+ "typeOptions": {
1151
+ "theme": "info"
1152
+ },
1153
+ "default": "",
1154
+ "displayOptions": {
1155
+ "show": {
1156
+ "resource": [
1157
+ "Primary Ips"
1158
+ ],
1159
+ "operation": [
1160
+ "Change Primary Ip Protection"
1161
+ ]
1162
+ }
1163
+ }
1164
+ },
1165
+ {
1166
+ "displayName": "Id",
1167
+ "name": "id",
1168
+ "required": true,
1169
+ "description": "ID of the Primary IP.",
1170
+ "default": 42,
1171
+ "type": "number",
1172
+ "displayOptions": {
1173
+ "show": {
1174
+ "resource": [
1175
+ "Primary Ips"
1176
+ ],
1177
+ "operation": [
1178
+ "Change Primary Ip Protection"
1179
+ ]
1180
+ }
1181
+ }
1182
+ },
1183
+ {
1184
+ "required": true,
1185
+ "displayName": "Delete",
1186
+ "name": "delete",
1187
+ "type": "boolean",
1188
+ "default": false,
1189
+ "description": "Prevent the Resource from being deleted.",
1190
+ "routing": {
1191
+ "send": {
1192
+ "property": "delete",
1193
+ "propertyInDotNotation": false,
1194
+ "type": "body",
1195
+ "value": "={{ $value }}"
1196
+ }
1197
+ },
1198
+ "displayOptions": {
1199
+ "show": {
1200
+ "resource": [
1201
+ "Primary Ips"
1202
+ ],
1203
+ "operation": [
1204
+ "Change Primary Ip Protection"
1205
+ ]
1206
+ }
1207
+ }
1208
+ },
1209
+ {
1210
+ "displayName": "POST /primary_ips/{id}/actions/unassign",
1211
+ "name": "operation",
1212
+ "type": "notice",
1213
+ "typeOptions": {
1214
+ "theme": "info"
1215
+ },
1216
+ "default": "",
1217
+ "displayOptions": {
1218
+ "show": {
1219
+ "resource": [
1220
+ "Primary Ips"
1221
+ ],
1222
+ "operation": [
1223
+ "Unassign Primary Ip From Resource"
1224
+ ]
1225
+ }
1226
+ }
1227
+ },
1228
+ {
1229
+ "displayName": "Id",
1230
+ "name": "id",
1231
+ "required": true,
1232
+ "description": "ID of the Primary IP.",
1233
+ "default": 42,
1234
+ "type": "number",
1235
+ "displayOptions": {
1236
+ "show": {
1237
+ "resource": [
1238
+ "Primary Ips"
1239
+ ],
1240
+ "operation": [
1241
+ "Unassign Primary Ip From Resource"
1242
+ ]
1243
+ }
1244
+ }
1245
+ },
1246
+ {
1247
+ "displayName": "GET /primary_ips/actions",
1248
+ "name": "operation",
1249
+ "type": "notice",
1250
+ "typeOptions": {
1251
+ "theme": "info"
1252
+ },
1253
+ "default": "",
1254
+ "displayOptions": {
1255
+ "show": {
1256
+ "resource": [
1257
+ "Primary Ips"
1258
+ ],
1259
+ "operation": [
1260
+ "List Primary Ip Actions"
1261
+ ]
1262
+ }
1263
+ }
1264
+ },
1265
+ {
1266
+ "displayName": "Id",
1267
+ "name": "id",
1268
+ "description": "Filter the actions by ID. Can be used multiple times. The response will only contain\nactions matching the specified IDs.\n",
1269
+ "default": "[\n 42\n]",
1270
+ "type": "json",
1271
+ "routing": {
1272
+ "send": {
1273
+ "type": "query",
1274
+ "property": "id",
1275
+ "value": "={{ $value }}",
1276
+ "propertyInDotNotation": false
1277
+ }
1278
+ },
1279
+ "displayOptions": {
1280
+ "show": {
1281
+ "resource": [
1282
+ "Primary Ips"
1283
+ ],
1284
+ "operation": [
1285
+ "List Primary Ip Actions"
1286
+ ]
1287
+ }
1288
+ }
1289
+ },
1290
+ {
1291
+ "displayName": "Sort",
1292
+ "name": "sort",
1293
+ "description": "Sort actions by field and direction. Can be used multiple times. For more\ninformation, see \"Sorting\".\n",
1294
+ "default": "[\n null\n]",
1295
+ "type": "json",
1296
+ "routing": {
1297
+ "send": {
1298
+ "type": "query",
1299
+ "property": "sort",
1300
+ "value": "={{ $value }}",
1301
+ "propertyInDotNotation": false
1302
+ }
1303
+ },
1304
+ "displayOptions": {
1305
+ "show": {
1306
+ "resource": [
1307
+ "Primary Ips"
1308
+ ],
1309
+ "operation": [
1310
+ "List Primary Ip Actions"
1311
+ ]
1312
+ }
1313
+ }
1314
+ },
1315
+ {
1316
+ "displayName": "Status",
1317
+ "name": "status",
1318
+ "description": "Filter the actions by status. Can be used multiple times. The response will only\ncontain actions matching the specified statuses.\n",
1319
+ "default": "[\n null\n]",
1320
+ "type": "json",
1321
+ "routing": {
1322
+ "send": {
1323
+ "type": "query",
1324
+ "property": "status",
1325
+ "value": "={{ $value }}",
1326
+ "propertyInDotNotation": false
1327
+ }
1328
+ },
1329
+ "displayOptions": {
1330
+ "show": {
1331
+ "resource": [
1332
+ "Primary Ips"
1333
+ ],
1334
+ "operation": [
1335
+ "List Primary Ip Actions"
1336
+ ]
1337
+ }
1338
+ }
1339
+ },
1340
+ {
1341
+ "displayName": "Page",
1342
+ "name": "page",
1343
+ "description": "Page number to return. For more information, see \"Pagination\".",
1344
+ "default": 1,
1345
+ "type": "number",
1346
+ "routing": {
1347
+ "send": {
1348
+ "type": "query",
1349
+ "property": "page",
1350
+ "value": "={{ $value }}",
1351
+ "propertyInDotNotation": false
1352
+ }
1353
+ },
1354
+ "displayOptions": {
1355
+ "show": {
1356
+ "resource": [
1357
+ "Primary Ips"
1358
+ ],
1359
+ "operation": [
1360
+ "List Primary Ip Actions"
1361
+ ]
1362
+ }
1363
+ }
1364
+ },
1365
+ {
1366
+ "displayName": "Per Page",
1367
+ "name": "per_page",
1368
+ "description": "Maximum number of entries returned per page. For more information, see \"Pagination\".",
1369
+ "default": 25,
1370
+ "type": "number",
1371
+ "routing": {
1372
+ "send": {
1373
+ "type": "query",
1374
+ "property": "per_page",
1375
+ "value": "={{ $value }}",
1376
+ "propertyInDotNotation": false
1377
+ }
1378
+ },
1379
+ "displayOptions": {
1380
+ "show": {
1381
+ "resource": [
1382
+ "Primary Ips"
1383
+ ],
1384
+ "operation": [
1385
+ "List Primary Ip Actions"
1386
+ ]
1387
+ }
1388
+ }
1389
+ },
1390
+ {
1391
+ "displayName": "GET /primary_ips/actions/{id}",
1392
+ "name": "operation",
1393
+ "type": "notice",
1394
+ "typeOptions": {
1395
+ "theme": "info"
1396
+ },
1397
+ "default": "",
1398
+ "displayOptions": {
1399
+ "show": {
1400
+ "resource": [
1401
+ "Primary Ips"
1402
+ ],
1403
+ "operation": [
1404
+ "Get Primary Ip Action"
1405
+ ]
1406
+ }
1407
+ }
1408
+ },
1409
+ {
1410
+ "displayName": "Id",
1411
+ "name": "id",
1412
+ "required": true,
1413
+ "description": "ID of the Action.",
1414
+ "default": 42,
1415
+ "type": "number",
1416
+ "displayOptions": {
1417
+ "show": {
1418
+ "resource": [
1419
+ "Primary Ips"
1420
+ ],
1421
+ "operation": [
1422
+ "Get Primary Ip Action"
1423
+ ]
1424
+ }
1425
+ }
1426
+ },
1427
+ ];
1428
+ //# sourceMappingURL=index.js.map