@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,3086 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.serversDescription = void 0;
4
+ exports.serversDescription = [
5
+ {
6
+ "displayName": "Operation",
7
+ "name": "operation",
8
+ "type": "options",
9
+ "noDataExpression": true,
10
+ "displayOptions": {
11
+ "show": {
12
+ "resource": [
13
+ "Servers"
14
+ ]
15
+ }
16
+ },
17
+ "options": [
18
+ {
19
+ "name": "List Servers",
20
+ "value": "List Servers",
21
+ "action": "List Servers",
22
+ "description": "Returns all existing Server objects.\n",
23
+ "routing": {
24
+ "request": {
25
+ "method": "GET",
26
+ "url": "=/servers"
27
+ }
28
+ }
29
+ },
30
+ {
31
+ "name": "Create Server",
32
+ "value": "Create Server",
33
+ "action": "Create a Server",
34
+ "description": "Creates a new Server. Returns preliminary information about the Server as well as an Action that covers progress of creation.\n\n#### Operation specific errors\n\n| Status | Code | Description |\n| --- | --- | --- |\n| | `placement_error` | An error during the placement occurred |\n| | `primary_ip_assigned` | The specified Primary IP is already assigned to a server |\n| | `primary_ip_datacenter_mismatch` | he specified Primary IP is in a different datacenter |\n| | `primary_ip_version_mismatch` | The specified Primary IP has the wrong IP Version |\n",
35
+ "routing": {
36
+ "request": {
37
+ "method": "POST",
38
+ "url": "=/servers"
39
+ }
40
+ }
41
+ },
42
+ {
43
+ "name": "Delete Server",
44
+ "value": "Delete Server",
45
+ "action": "Delete a Server",
46
+ "description": "Deletes a Server.\n\nThis immediately removes the Server from your account, and it is no longer\naccessible. Any resources attached to the server (like Volumes, Primary IPs,\nFloating IPs, Firewalls, Placement Groups) are detached while the server is deleted.\n",
47
+ "routing": {
48
+ "request": {
49
+ "method": "DELETE",
50
+ "url": "=/servers/{{$parameter[\"id\"]}}"
51
+ }
52
+ }
53
+ },
54
+ {
55
+ "name": "Get Server",
56
+ "value": "Get Server",
57
+ "action": "Get a Server",
58
+ "description": "Returns a specific Server object. The Server must exist inside the Project.\n",
59
+ "routing": {
60
+ "request": {
61
+ "method": "GET",
62
+ "url": "=/servers/{{$parameter[\"id\"]}}"
63
+ }
64
+ }
65
+ },
66
+ {
67
+ "name": "Replace Server",
68
+ "value": "Replace Server",
69
+ "action": "Update a Server",
70
+ "description": "Updates a Server. You can update a Server’s name and a Server’s labels.\n\nPlease note that Server names must be unique per Project and valid hostnames as per RFC 1123 (i.e. may only contain letters, digits, periods, and dashes).\n",
71
+ "routing": {
72
+ "request": {
73
+ "method": "PUT",
74
+ "url": "=/servers/{{$parameter[\"id\"]}}"
75
+ }
76
+ }
77
+ },
78
+ {
79
+ "name": "List Actions For Server",
80
+ "value": "List Actions For Server",
81
+ "action": "List Actions for a Server",
82
+ "description": "Returns all Action objects for a Server. You can `sort` the results by using the sort URI parameter, and filter them with the `status` parameter.\n",
83
+ "routing": {
84
+ "request": {
85
+ "method": "GET",
86
+ "url": "=/servers/{{$parameter[\"id\"]}}/actions"
87
+ }
88
+ }
89
+ },
90
+ {
91
+ "name": "Get Action For Server",
92
+ "value": "Get Action For Server",
93
+ "action": "Get an Action for a Server",
94
+ "description": "Returns a specific Action object for a Server.\n",
95
+ "routing": {
96
+ "request": {
97
+ "method": "GET",
98
+ "url": "=/servers/{{$parameter[\"id\"]}}/actions/{{$parameter[\"action_id\"]}}"
99
+ }
100
+ }
101
+ },
102
+ {
103
+ "name": "Add Server To Placement Group",
104
+ "value": "Add Server To Placement Group",
105
+ "action": "Add a Server to a Placement Group",
106
+ "description": "Adds a Server to a Placement Group.\n\nServer must be powered off for this command to succeed.\n\n#### Operation specific errors\n\n| Status | Code | Description |\n| --- | --- | --- |\n| | `server_not_stopped` | The action requires a stopped server |\n",
107
+ "routing": {
108
+ "request": {
109
+ "method": "POST",
110
+ "url": "=/servers/{{$parameter[\"id\"]}}/actions/add_to_placement_group"
111
+ }
112
+ }
113
+ },
114
+ {
115
+ "name": "Attach Iso To Server",
116
+ "value": "Attach Iso To Server",
117
+ "action": "Attach an ISO to a Server",
118
+ "description": "Attaches an ISO to a Server. The Server will immediately see it as a new disk. An already attached ISO will automatically be detached before the new ISO is attached.\n\nServers with attached ISOs have a modified boot order: They will try to boot from the ISO first before falling back to hard disk.\n",
119
+ "routing": {
120
+ "request": {
121
+ "method": "POST",
122
+ "url": "=/servers/{{$parameter[\"id\"]}}/actions/attach_iso"
123
+ }
124
+ }
125
+ },
126
+ {
127
+ "name": "Attach Server To Network",
128
+ "value": "Attach Server To Network",
129
+ "action": "Attach a Server to a Network",
130
+ "description": "Attaches a Server to a network. This will complement the fixed public Server interface by adding an additional ethernet interface to the Server which is connected to the specified network.\n\nThe Server will get an IP auto assigned from a subnet of type `server` in the same `network_zone`.\n\nUsing the `alias_ips` attribute you can also define one or more additional IPs to the Servers. Please note that you will have to configure these IPs by hand on your Server since only the primary IP will be given out by DHCP.\n\n#### Operation specific errors\n\n| Status | Code | Description |\n| --- | --- | --- |\n| `422` | `server_already_attached` | The server is already attached to the network |\n| `422` | `ip_not_available` | The provided Network IP is not available |\n| `422` | `no_subnet_available` | No Subnet or IP is available for the Server within the network |\n| `422` | `networks_overlap` | The network IP range overlaps with one of the server networks |\n",
131
+ "routing": {
132
+ "request": {
133
+ "method": "POST",
134
+ "url": "=/servers/{{$parameter[\"id\"]}}/actions/attach_to_network"
135
+ }
136
+ }
137
+ },
138
+ {
139
+ "name": "Change Alias Ips Of Network",
140
+ "value": "Change Alias Ips Of Network",
141
+ "action": "Change alias IPs of a Network",
142
+ "description": "Changes the alias IPs of an already attached Network. Note that the existing aliases for the specified Network will be replaced with these provided in the request body. So if you want to add an alias IP, you have to provide the existing ones from the Network plus the new alias IP in the request body.\n",
143
+ "routing": {
144
+ "request": {
145
+ "method": "POST",
146
+ "url": "=/servers/{{$parameter[\"id\"]}}/actions/change_alias_ips"
147
+ }
148
+ }
149
+ },
150
+ {
151
+ "name": "Change Reverse Dns Entry For This Server",
152
+ "value": "Change Reverse Dns Entry For This Server",
153
+ "action": "Change reverse DNS entry for this Server",
154
+ "description": "Changes the hostname that will appear when getting the hostname belonging to the primary IPs (IPv4 and IPv6) of this Server.\n\nFloating IPs assigned to the Server are not affected by this.\n",
155
+ "routing": {
156
+ "request": {
157
+ "method": "POST",
158
+ "url": "=/servers/{{$parameter[\"id\"]}}/actions/change_dns_ptr"
159
+ }
160
+ }
161
+ },
162
+ {
163
+ "name": "Change Server Protection",
164
+ "value": "Change Server Protection",
165
+ "action": "Change Server Protection",
166
+ "description": "Changes the protection configuration of the Server.\n",
167
+ "routing": {
168
+ "request": {
169
+ "method": "POST",
170
+ "url": "=/servers/{{$parameter[\"id\"]}}/actions/change_protection"
171
+ }
172
+ }
173
+ },
174
+ {
175
+ "name": "Change Type Of Server",
176
+ "value": "Change Type Of Server",
177
+ "action": "Change the Type of a Server",
178
+ "description": "Changes the type (Cores, RAM and disk sizes) of a Server.\n\nServer must be powered off for this command to succeed.\n\nThis copies the content of its disk, and starts it again.\n\nYou can only migrate to Server types with the same `storage_type` and equal or bigger disks. Shrinking disks is not possible as it might destroy data.\n\nIf the disk gets upgraded, the Server type can not be downgraded any more. If you plan to downgrade the Server type, set `upgrade_disk` to `false`.\n\n#### Operation specific errors\n\n| Status | Code | Description |\n| --- | --- | --- |\n| | `invalid_server_type` | The server type does not fit for the given server or is deprecated |\n| | `server_not_stopped` | The action requires a stopped server |\n",
179
+ "routing": {
180
+ "request": {
181
+ "method": "POST",
182
+ "url": "=/servers/{{$parameter[\"id\"]}}/actions/change_type"
183
+ }
184
+ }
185
+ },
186
+ {
187
+ "name": "Create Image From Server",
188
+ "value": "Create Image From Server",
189
+ "action": "Create Image from a Server",
190
+ "description": "Creates an Image (snapshot) from a Server by copying the contents of its disks. This creates a snapshot of the current state of the disk and copies it into an Image. If the Server is currently running you must make sure that its disk content is consistent. Otherwise, the created Image may not be readable.\n\nTo make sure disk content is consistent, we recommend to shut down the Server prior to creating an Image.\n\nYou can either create a `backup` Image that is bound to the Server and therefore will be deleted when the Server is deleted, or you can create a `snapshot` Image which is completely independent of the Server it was created from and will survive Server deletion. Backup Images are only available when the backup option is enabled for the Server. Snapshot Images are billed on a per GB basis.\n",
191
+ "routing": {
192
+ "request": {
193
+ "method": "POST",
194
+ "url": "=/servers/{{$parameter[\"id\"]}}/actions/create_image"
195
+ }
196
+ }
197
+ },
198
+ {
199
+ "name": "Detach Server From Network",
200
+ "value": "Detach Server From Network",
201
+ "action": "Detach a Server from a Network",
202
+ "description": "Detaches a Server from a network. The interface for this network will vanish.\n",
203
+ "routing": {
204
+ "request": {
205
+ "method": "POST",
206
+ "url": "=/servers/{{$parameter[\"id\"]}}/actions/detach_from_network"
207
+ }
208
+ }
209
+ },
210
+ {
211
+ "name": "Detach Iso From Server",
212
+ "value": "Detach Iso From Server",
213
+ "action": "Detach an ISO from a Server",
214
+ "description": "Detaches an ISO from a Server. In case no ISO Image is attached to the Server, the status of the returned Action is immediately set to `success`.\n",
215
+ "routing": {
216
+ "request": {
217
+ "method": "POST",
218
+ "url": "=/servers/{{$parameter[\"id\"]}}/actions/detach_iso"
219
+ }
220
+ }
221
+ },
222
+ {
223
+ "name": "Disable Backups For Server",
224
+ "value": "Disable Backups For Server",
225
+ "action": "Disable Backups for a Server",
226
+ "description": "Disables the automatic backup option and deletes all existing Backups for a Server. No more additional charges for backups will be made.\n\nCaution: This immediately removes all existing backups for the Server!\n",
227
+ "routing": {
228
+ "request": {
229
+ "method": "POST",
230
+ "url": "=/servers/{{$parameter[\"id\"]}}/actions/disable_backup"
231
+ }
232
+ }
233
+ },
234
+ {
235
+ "name": "Disable Rescue Mode For Server",
236
+ "value": "Disable Rescue Mode For Server",
237
+ "action": "Disable Rescue Mode for a Server",
238
+ "description": "Disables the Hetzner Rescue System for a Server. This makes a Server start from its disks on next reboot.\n\nRescue Mode is automatically disabled when you first boot into it or if you do not use it for 60 minutes.\n\nDisabling rescue mode will not reboot your Server — you will have to do this yourself.\n",
239
+ "routing": {
240
+ "request": {
241
+ "method": "POST",
242
+ "url": "=/servers/{{$parameter[\"id\"]}}/actions/disable_rescue"
243
+ }
244
+ }
245
+ },
246
+ {
247
+ "name": "Enable And Configure Backups For Server",
248
+ "value": "Enable And Configure Backups For Server",
249
+ "action": "Enable and Configure Backups for a Server",
250
+ "description": "Enables and configures the automatic daily backup option for the Server. Enabling automatic backups will increase the price of the Server by 20%. In return, you will get seven slots where Images of type backup can be stored.\n\nBackups are automatically created daily.\n",
251
+ "routing": {
252
+ "request": {
253
+ "method": "POST",
254
+ "url": "=/servers/{{$parameter[\"id\"]}}/actions/enable_backup"
255
+ }
256
+ }
257
+ },
258
+ {
259
+ "name": "Enable Rescue Mode For Server",
260
+ "value": "Enable Rescue Mode For Server",
261
+ "action": "Enable Rescue Mode for a Server",
262
+ "description": "Enable the Hetzner Rescue System for this Server. The next time a Server with enabled rescue mode boots it will start a special minimal Linux distribution designed for repair and reinstall.\n\nIn case a Server cannot boot on its own you can use this to access a Server’s disks.\n\nRescue Mode is automatically disabled when you first boot into it or if you do not use it for 60 minutes.\n\nEnabling rescue mode will not [reboot](https://docs.hetzner.cloud/#server-actions-soft-reboot-a-server) your Server — you will have to do this yourself.\n",
263
+ "routing": {
264
+ "request": {
265
+ "method": "POST",
266
+ "url": "=/servers/{{$parameter[\"id\"]}}/actions/enable_rescue"
267
+ }
268
+ }
269
+ },
270
+ {
271
+ "name": "Power Off Server",
272
+ "value": "Power Off Server",
273
+ "action": "Power off a Server",
274
+ "description": "Cuts power to the Server. This forcefully stops it without giving the Server operating system time to gracefully stop. May lead to data loss, equivalent to pulling the power cord. Power off should only be used when shutdown does not work.\n",
275
+ "routing": {
276
+ "request": {
277
+ "method": "POST",
278
+ "url": "=/servers/{{$parameter[\"id\"]}}/actions/poweroff"
279
+ }
280
+ }
281
+ },
282
+ {
283
+ "name": "Power On Server",
284
+ "value": "Power On Server",
285
+ "action": "Power on a Server",
286
+ "description": "Starts a Server by turning its power on.\n",
287
+ "routing": {
288
+ "request": {
289
+ "method": "POST",
290
+ "url": "=/servers/{{$parameter[\"id\"]}}/actions/poweron"
291
+ }
292
+ }
293
+ },
294
+ {
295
+ "name": "Soft Reboot Server",
296
+ "value": "Soft Reboot Server",
297
+ "action": "Soft-reboot a Server",
298
+ "description": "Reboots a Server gracefully by sending an ACPI request. The Server operating system must support ACPI and react to the request, otherwise the Server will not reboot.\n",
299
+ "routing": {
300
+ "request": {
301
+ "method": "POST",
302
+ "url": "=/servers/{{$parameter[\"id\"]}}/actions/reboot"
303
+ }
304
+ }
305
+ },
306
+ {
307
+ "name": "Rebuild Server From Image",
308
+ "value": "Rebuild Server From Image",
309
+ "action": "Rebuild a Server from an Image",
310
+ "description": "Rebuilds a Server overwriting its disk with the content of an Image, thereby **destroying all data** on the target Server\n\nThe Image can either be one you have created earlier (`backup` or `snapshot` Image) or it can be a completely fresh `system` Image provided by us. You can get a list of all available Images with `GET /images`.\n\nYour Server will automatically be powered off before the rebuild command executes.\n",
311
+ "routing": {
312
+ "request": {
313
+ "method": "POST",
314
+ "url": "=/servers/{{$parameter[\"id\"]}}/actions/rebuild"
315
+ }
316
+ }
317
+ },
318
+ {
319
+ "name": "Remove From Placement Group",
320
+ "value": "Remove From Placement Group",
321
+ "action": "Remove from Placement Group",
322
+ "description": "Removes a Server from a Placement Group.\n",
323
+ "routing": {
324
+ "request": {
325
+ "method": "POST",
326
+ "url": "=/servers/{{$parameter[\"id\"]}}/actions/remove_from_placement_group"
327
+ }
328
+ }
329
+ },
330
+ {
331
+ "name": "Request Console For Server",
332
+ "value": "Request Console For Server",
333
+ "action": "Request Console for a Server",
334
+ "description": "Requests credentials for remote access via VNC over websocket to keyboard, monitor, and mouse for a Server. The provided URL is valid for 1 minute, after this period a new url needs to be created to connect to the Server. How long the connection is open after the initial connect is not subject to this timeout.\n",
335
+ "routing": {
336
+ "request": {
337
+ "method": "POST",
338
+ "url": "=/servers/{{$parameter[\"id\"]}}/actions/request_console"
339
+ }
340
+ }
341
+ },
342
+ {
343
+ "name": "Reset Server",
344
+ "value": "Reset Server",
345
+ "action": "Reset a Server",
346
+ "description": "Cuts power to a Server and starts it again. This forcefully stops it without giving the Server operating system time to gracefully stop. This may lead to data loss, it’s equivalent to pulling the power cord and plugging it in again. Reset should only be used when reboot does not work.\n",
347
+ "routing": {
348
+ "request": {
349
+ "method": "POST",
350
+ "url": "=/servers/{{$parameter[\"id\"]}}/actions/reset"
351
+ }
352
+ }
353
+ },
354
+ {
355
+ "name": "Reset Root Password Of Server",
356
+ "value": "Reset Root Password Of Server",
357
+ "action": "Reset root Password of a Server",
358
+ "description": "Resets the root password. Only works for Linux systems that are running the qemu guest agent. Server must be powered on (status `running`) in order for this operation to succeed.\n\nThis will generate a new password for this Server and return it.\n\nIf this does not succeed you can use the rescue system to netboot the Server and manually change your Server password by hand.\n",
359
+ "routing": {
360
+ "request": {
361
+ "method": "POST",
362
+ "url": "=/servers/{{$parameter[\"id\"]}}/actions/reset_password"
363
+ }
364
+ }
365
+ },
366
+ {
367
+ "name": "Shutdown Server",
368
+ "value": "Shutdown Server",
369
+ "action": "Shutdown a Server",
370
+ "description": "Shuts down a Server gracefully by sending an ACPI shutdown request. The Server operating system must support ACPI\nand react to the request, otherwise the Server will not shut down. Please note that the `action` status in this case\nonly reflects whether the action was sent to the server. It does not mean that the server actually shut down\nsuccessfully. If you need to ensure that the server is off, use the `poweroff` action.\n",
371
+ "routing": {
372
+ "request": {
373
+ "method": "POST",
374
+ "url": "=/servers/{{$parameter[\"id\"]}}/actions/shutdown"
375
+ }
376
+ }
377
+ },
378
+ {
379
+ "name": "Get Metrics For Server",
380
+ "value": "Get Metrics For Server",
381
+ "action": "Get Metrics for a Server",
382
+ "description": "Get Metrics for specified Server.\n\nYou must specify the type of metric to get: cpu, disk or network. You can also specify more than one type by comma separation, e.g. cpu,disk.\n\nDepending on the type you will get different time series data\n\n| Type | Timeseries | Unit | Description |\n|---------|-------------------------|-----------|------------------------------------------------------|\n| cpu | cpu | percent | Percent CPU usage |\n| disk | disk.0.iops.read | iop/s | Number of read IO operations per second |\n| | disk.0.iops.write | iop/s | Number of write IO operations per second |\n| | disk.0.bandwidth.read | bytes/s | Bytes read per second |\n| | disk.0.bandwidth.write | bytes/s | Bytes written per second |\n| network | network.0.pps.in | packets/s | Public Network interface packets per second received |\n| | network.0.pps.out | packets/s | Public Network interface packets per second sent |\n| | network.0.bandwidth.in | bytes/s | Public Network interface bytes/s received |\n| | network.0.bandwidth.out | bytes/s | Public Network interface bytes/s sent |\n\nMetrics are available for the last 30 days only.\n\nIf you do not provide the step argument we will automatically adjust it so that a maximum of 200 samples are returned.\n\nWe limit the number of samples returned to a maximum of 500 and will adjust the step parameter accordingly.\n",
383
+ "routing": {
384
+ "request": {
385
+ "method": "GET",
386
+ "url": "=/servers/{{$parameter[\"id\"]}}/metrics"
387
+ }
388
+ }
389
+ },
390
+ {
391
+ "name": "List Server Actions",
392
+ "value": "List Server Actions",
393
+ "action": "List Actions",
394
+ "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",
395
+ "routing": {
396
+ "request": {
397
+ "method": "GET",
398
+ "url": "=/servers/actions"
399
+ }
400
+ }
401
+ },
402
+ {
403
+ "name": "Get Server Action",
404
+ "value": "Get Server Action",
405
+ "action": "Get an Action",
406
+ "description": "Returns a specific Action object.\n",
407
+ "routing": {
408
+ "request": {
409
+ "method": "GET",
410
+ "url": "=/servers/actions/{{$parameter[\"id\"]}}"
411
+ }
412
+ }
413
+ }
414
+ ],
415
+ "default": ""
416
+ },
417
+ {
418
+ "displayName": "GET /servers",
419
+ "name": "operation",
420
+ "type": "notice",
421
+ "typeOptions": {
422
+ "theme": "info"
423
+ },
424
+ "default": "",
425
+ "displayOptions": {
426
+ "show": {
427
+ "resource": [
428
+ "Servers"
429
+ ],
430
+ "operation": [
431
+ "List Servers"
432
+ ]
433
+ }
434
+ }
435
+ },
436
+ {
437
+ "displayName": "Name",
438
+ "name": "name",
439
+ "description": "Filter resources by their name. The response will only contain the resources\nmatching exactly the specified name.\n",
440
+ "default": "",
441
+ "type": "string",
442
+ "routing": {
443
+ "send": {
444
+ "type": "query",
445
+ "property": "name",
446
+ "value": "={{ $value }}",
447
+ "propertyInDotNotation": false
448
+ }
449
+ },
450
+ "displayOptions": {
451
+ "show": {
452
+ "resource": [
453
+ "Servers"
454
+ ],
455
+ "operation": [
456
+ "List Servers"
457
+ ]
458
+ }
459
+ }
460
+ },
461
+ {
462
+ "displayName": "Label Selector",
463
+ "name": "label_selector",
464
+ "description": "Filter resources by labels. The response will only contain resources matching the\nlabel selector. For more information, see \"Label Selector\".\n",
465
+ "default": "",
466
+ "type": "string",
467
+ "routing": {
468
+ "send": {
469
+ "type": "query",
470
+ "property": "label_selector",
471
+ "value": "={{ $value }}",
472
+ "propertyInDotNotation": false
473
+ }
474
+ },
475
+ "displayOptions": {
476
+ "show": {
477
+ "resource": [
478
+ "Servers"
479
+ ],
480
+ "operation": [
481
+ "List Servers"
482
+ ]
483
+ }
484
+ }
485
+ },
486
+ {
487
+ "displayName": "Sort",
488
+ "name": "sort",
489
+ "description": "Sort resources by field and direction. Can be used multiple times. For more\ninformation, see \"Sorting\".\n",
490
+ "default": "[\n null\n]",
491
+ "type": "json",
492
+ "routing": {
493
+ "send": {
494
+ "type": "query",
495
+ "property": "sort",
496
+ "value": "={{ $value }}",
497
+ "propertyInDotNotation": false
498
+ }
499
+ },
500
+ "displayOptions": {
501
+ "show": {
502
+ "resource": [
503
+ "Servers"
504
+ ],
505
+ "operation": [
506
+ "List Servers"
507
+ ]
508
+ }
509
+ }
510
+ },
511
+ {
512
+ "displayName": "Status",
513
+ "name": "status",
514
+ "description": "Filter resources by status. Can be used multiple times. The response will only\ncontain the resources with the specified status.\n",
515
+ "default": "[\n null\n]",
516
+ "type": "json",
517
+ "routing": {
518
+ "send": {
519
+ "type": "query",
520
+ "property": "status",
521
+ "value": "={{ $value }}",
522
+ "propertyInDotNotation": false
523
+ }
524
+ },
525
+ "displayOptions": {
526
+ "show": {
527
+ "resource": [
528
+ "Servers"
529
+ ],
530
+ "operation": [
531
+ "List Servers"
532
+ ]
533
+ }
534
+ }
535
+ },
536
+ {
537
+ "displayName": "Page",
538
+ "name": "page",
539
+ "description": "Page number to return. For more information, see \"Pagination\".",
540
+ "default": 1,
541
+ "type": "number",
542
+ "routing": {
543
+ "send": {
544
+ "type": "query",
545
+ "property": "page",
546
+ "value": "={{ $value }}",
547
+ "propertyInDotNotation": false
548
+ }
549
+ },
550
+ "displayOptions": {
551
+ "show": {
552
+ "resource": [
553
+ "Servers"
554
+ ],
555
+ "operation": [
556
+ "List Servers"
557
+ ]
558
+ }
559
+ }
560
+ },
561
+ {
562
+ "displayName": "Per Page",
563
+ "name": "per_page",
564
+ "description": "Maximum number of entries returned per page. For more information, see \"Pagination\".",
565
+ "default": 25,
566
+ "type": "number",
567
+ "routing": {
568
+ "send": {
569
+ "type": "query",
570
+ "property": "per_page",
571
+ "value": "={{ $value }}",
572
+ "propertyInDotNotation": false
573
+ }
574
+ },
575
+ "displayOptions": {
576
+ "show": {
577
+ "resource": [
578
+ "Servers"
579
+ ],
580
+ "operation": [
581
+ "List Servers"
582
+ ]
583
+ }
584
+ }
585
+ },
586
+ {
587
+ "displayName": "POST /servers",
588
+ "name": "operation",
589
+ "type": "notice",
590
+ "typeOptions": {
591
+ "theme": "info"
592
+ },
593
+ "default": "",
594
+ "displayOptions": {
595
+ "show": {
596
+ "resource": [
597
+ "Servers"
598
+ ],
599
+ "operation": [
600
+ "Create Server"
601
+ ]
602
+ }
603
+ }
604
+ },
605
+ {
606
+ "displayName": "Automount",
607
+ "name": "automount",
608
+ "type": "boolean",
609
+ "default": false,
610
+ "description": "Auto-mount Volumes after attach.",
611
+ "routing": {
612
+ "send": {
613
+ "property": "automount",
614
+ "propertyInDotNotation": false,
615
+ "type": "body",
616
+ "value": "={{ $value }}"
617
+ }
618
+ },
619
+ "displayOptions": {
620
+ "show": {
621
+ "resource": [
622
+ "Servers"
623
+ ],
624
+ "operation": [
625
+ "Create Server"
626
+ ]
627
+ }
628
+ }
629
+ },
630
+ {
631
+ "displayName": "Datacenter",
632
+ "name": "datacenter",
633
+ "type": "string",
634
+ "default": "nbg1-dc3",
635
+ "description": "**Deprecated**: This property is deprecated and will be removed after the 1 July 2026.\nUse the `location` property instead.\n\nID or name of the Data Center to create Server in (must not be used together with `location`).\n",
636
+ "routing": {
637
+ "send": {
638
+ "property": "datacenter",
639
+ "propertyInDotNotation": false,
640
+ "type": "body",
641
+ "value": "={{ $value }}"
642
+ }
643
+ },
644
+ "displayOptions": {
645
+ "show": {
646
+ "resource": [
647
+ "Servers"
648
+ ],
649
+ "operation": [
650
+ "Create Server"
651
+ ]
652
+ }
653
+ }
654
+ },
655
+ {
656
+ "displayName": "Firewalls",
657
+ "name": "firewalls",
658
+ "type": "json",
659
+ "default": "[\n {\n \"firewall\": 38\n }\n]",
660
+ "description": "Firewalls which should be applied on the Server's public network interface at creation time.",
661
+ "routing": {
662
+ "send": {
663
+ "property": "firewalls",
664
+ "propertyInDotNotation": false,
665
+ "type": "body",
666
+ "value": "={{ JSON.parse($value) }}"
667
+ }
668
+ },
669
+ "displayOptions": {
670
+ "show": {
671
+ "resource": [
672
+ "Servers"
673
+ ],
674
+ "operation": [
675
+ "Create Server"
676
+ ]
677
+ }
678
+ }
679
+ },
680
+ {
681
+ "required": true,
682
+ "displayName": "Image",
683
+ "name": "image",
684
+ "type": "string",
685
+ "default": "ubuntu-24.04",
686
+ "description": "ID or name of the Image the Server is created from.",
687
+ "routing": {
688
+ "send": {
689
+ "property": "image",
690
+ "propertyInDotNotation": false,
691
+ "type": "body",
692
+ "value": "={{ $value }}"
693
+ }
694
+ },
695
+ "displayOptions": {
696
+ "show": {
697
+ "resource": [
698
+ "Servers"
699
+ ],
700
+ "operation": [
701
+ "Create Server"
702
+ ]
703
+ }
704
+ }
705
+ },
706
+ {
707
+ "displayName": "Labels",
708
+ "name": "labels",
709
+ "type": "json",
710
+ "default": "{\n \"environment\": \"prod\",\n \"example.com/my\": \"label\",\n \"just-a-key\": \"\"\n}",
711
+ "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",
712
+ "routing": {
713
+ "send": {
714
+ "property": "labels",
715
+ "propertyInDotNotation": false,
716
+ "type": "body",
717
+ "value": "={{ JSON.parse($value) }}"
718
+ }
719
+ },
720
+ "displayOptions": {
721
+ "show": {
722
+ "resource": [
723
+ "Servers"
724
+ ],
725
+ "operation": [
726
+ "Create Server"
727
+ ]
728
+ }
729
+ }
730
+ },
731
+ {
732
+ "displayName": "Location",
733
+ "name": "location",
734
+ "type": "string",
735
+ "default": "nbg1",
736
+ "description": "ID or name of the Location to create the Server in (must not be used together with `datacenter`).",
737
+ "routing": {
738
+ "send": {
739
+ "property": "location",
740
+ "propertyInDotNotation": false,
741
+ "type": "body",
742
+ "value": "={{ $value }}"
743
+ }
744
+ },
745
+ "displayOptions": {
746
+ "show": {
747
+ "resource": [
748
+ "Servers"
749
+ ],
750
+ "operation": [
751
+ "Create Server"
752
+ ]
753
+ }
754
+ }
755
+ },
756
+ {
757
+ "required": true,
758
+ "displayName": "Name",
759
+ "name": "name",
760
+ "type": "string",
761
+ "default": "my-server",
762
+ "description": "Name of the Server to create (must be unique per Project and a valid hostname as per RFC 1123).",
763
+ "routing": {
764
+ "send": {
765
+ "property": "name",
766
+ "propertyInDotNotation": false,
767
+ "type": "body",
768
+ "value": "={{ $value }}"
769
+ }
770
+ },
771
+ "displayOptions": {
772
+ "show": {
773
+ "resource": [
774
+ "Servers"
775
+ ],
776
+ "operation": [
777
+ "Create Server"
778
+ ]
779
+ }
780
+ }
781
+ },
782
+ {
783
+ "displayName": "Networks",
784
+ "name": "networks",
785
+ "type": "json",
786
+ "default": "[\n 456\n]",
787
+ "description": "Network IDs which should be attached to the Server private network interface at the creation time.",
788
+ "routing": {
789
+ "send": {
790
+ "property": "networks",
791
+ "propertyInDotNotation": false,
792
+ "type": "body",
793
+ "value": "={{ JSON.parse($value) }}"
794
+ }
795
+ },
796
+ "displayOptions": {
797
+ "show": {
798
+ "resource": [
799
+ "Servers"
800
+ ],
801
+ "operation": [
802
+ "Create Server"
803
+ ]
804
+ }
805
+ }
806
+ },
807
+ {
808
+ "displayName": "Placement Group",
809
+ "name": "placement_group",
810
+ "type": "number",
811
+ "default": 1,
812
+ "description": "ID of the Placement Group the Server should be in.",
813
+ "routing": {
814
+ "send": {
815
+ "property": "placement_group",
816
+ "propertyInDotNotation": false,
817
+ "type": "body",
818
+ "value": "={{ $value }}"
819
+ }
820
+ },
821
+ "displayOptions": {
822
+ "show": {
823
+ "resource": [
824
+ "Servers"
825
+ ],
826
+ "operation": [
827
+ "Create Server"
828
+ ]
829
+ }
830
+ }
831
+ },
832
+ {
833
+ "displayName": "Public Net",
834
+ "name": "public_net",
835
+ "type": "json",
836
+ "default": "{\n \"enable_ipv4\": true,\n \"enable_ipv6\": true\n}",
837
+ "description": "Public Network options.",
838
+ "routing": {
839
+ "send": {
840
+ "property": "public_net",
841
+ "propertyInDotNotation": false,
842
+ "type": "body",
843
+ "value": "={{ JSON.parse($value) }}"
844
+ }
845
+ },
846
+ "displayOptions": {
847
+ "show": {
848
+ "resource": [
849
+ "Servers"
850
+ ],
851
+ "operation": [
852
+ "Create Server"
853
+ ]
854
+ }
855
+ }
856
+ },
857
+ {
858
+ "required": true,
859
+ "displayName": "Server Type",
860
+ "name": "server_type",
861
+ "type": "string",
862
+ "default": "cpx22",
863
+ "description": "ID or name of the Server type this Server should be created with.",
864
+ "routing": {
865
+ "send": {
866
+ "property": "server_type",
867
+ "propertyInDotNotation": false,
868
+ "type": "body",
869
+ "value": "={{ $value }}"
870
+ }
871
+ },
872
+ "displayOptions": {
873
+ "show": {
874
+ "resource": [
875
+ "Servers"
876
+ ],
877
+ "operation": [
878
+ "Create Server"
879
+ ]
880
+ }
881
+ }
882
+ },
883
+ {
884
+ "displayName": "Ssh Keys",
885
+ "name": "ssh_keys",
886
+ "type": "json",
887
+ "default": "[\n \"my-ssh-key\"\n]",
888
+ "description": "SSH key IDs (`integer`) or names (`string`) which should be injected into the Server at creation time.",
889
+ "routing": {
890
+ "send": {
891
+ "property": "ssh_keys",
892
+ "propertyInDotNotation": false,
893
+ "type": "body",
894
+ "value": "={{ JSON.parse($value) }}"
895
+ }
896
+ },
897
+ "displayOptions": {
898
+ "show": {
899
+ "resource": [
900
+ "Servers"
901
+ ],
902
+ "operation": [
903
+ "Create Server"
904
+ ]
905
+ }
906
+ }
907
+ },
908
+ {
909
+ "displayName": "Start After Create",
910
+ "name": "start_after_create",
911
+ "type": "boolean",
912
+ "default": true,
913
+ "description": "This automatically triggers a Power on a Server-Server Action after the creation is finished and is returned in the `next_actions` response object.",
914
+ "routing": {
915
+ "send": {
916
+ "property": "start_after_create",
917
+ "propertyInDotNotation": false,
918
+ "type": "body",
919
+ "value": "={{ $value }}"
920
+ }
921
+ },
922
+ "displayOptions": {
923
+ "show": {
924
+ "resource": [
925
+ "Servers"
926
+ ],
927
+ "operation": [
928
+ "Create Server"
929
+ ]
930
+ }
931
+ }
932
+ },
933
+ {
934
+ "displayName": "User Data",
935
+ "name": "user_data",
936
+ "type": "string",
937
+ "default": "#cloud-config\nruncmd:\n- [touch, /root/cloud-init-worked]\n",
938
+ "description": "Cloud-Init user data to use during Server creation. This field is limited to 32KiB.",
939
+ "routing": {
940
+ "send": {
941
+ "property": "user_data",
942
+ "propertyInDotNotation": false,
943
+ "type": "body",
944
+ "value": "={{ $value }}"
945
+ }
946
+ },
947
+ "displayOptions": {
948
+ "show": {
949
+ "resource": [
950
+ "Servers"
951
+ ],
952
+ "operation": [
953
+ "Create Server"
954
+ ]
955
+ }
956
+ }
957
+ },
958
+ {
959
+ "displayName": "Volumes",
960
+ "name": "volumes",
961
+ "type": "json",
962
+ "default": "[\n 123\n]",
963
+ "description": "Volume IDs which should be attached to the Server at the creation time. Volumes must be in the same Location.",
964
+ "routing": {
965
+ "send": {
966
+ "property": "volumes",
967
+ "propertyInDotNotation": false,
968
+ "type": "body",
969
+ "value": "={{ JSON.parse($value) }}"
970
+ }
971
+ },
972
+ "displayOptions": {
973
+ "show": {
974
+ "resource": [
975
+ "Servers"
976
+ ],
977
+ "operation": [
978
+ "Create Server"
979
+ ]
980
+ }
981
+ }
982
+ },
983
+ {
984
+ "displayName": "DELETE /servers/{id}",
985
+ "name": "operation",
986
+ "type": "notice",
987
+ "typeOptions": {
988
+ "theme": "info"
989
+ },
990
+ "default": "",
991
+ "displayOptions": {
992
+ "show": {
993
+ "resource": [
994
+ "Servers"
995
+ ],
996
+ "operation": [
997
+ "Delete Server"
998
+ ]
999
+ }
1000
+ }
1001
+ },
1002
+ {
1003
+ "displayName": "Id",
1004
+ "name": "id",
1005
+ "required": true,
1006
+ "description": "ID of the Server.",
1007
+ "default": 42,
1008
+ "type": "number",
1009
+ "displayOptions": {
1010
+ "show": {
1011
+ "resource": [
1012
+ "Servers"
1013
+ ],
1014
+ "operation": [
1015
+ "Delete Server"
1016
+ ]
1017
+ }
1018
+ }
1019
+ },
1020
+ {
1021
+ "displayName": "GET /servers/{id}",
1022
+ "name": "operation",
1023
+ "type": "notice",
1024
+ "typeOptions": {
1025
+ "theme": "info"
1026
+ },
1027
+ "default": "",
1028
+ "displayOptions": {
1029
+ "show": {
1030
+ "resource": [
1031
+ "Servers"
1032
+ ],
1033
+ "operation": [
1034
+ "Get Server"
1035
+ ]
1036
+ }
1037
+ }
1038
+ },
1039
+ {
1040
+ "displayName": "Id",
1041
+ "name": "id",
1042
+ "required": true,
1043
+ "description": "ID of the Server.",
1044
+ "default": 42,
1045
+ "type": "number",
1046
+ "displayOptions": {
1047
+ "show": {
1048
+ "resource": [
1049
+ "Servers"
1050
+ ],
1051
+ "operation": [
1052
+ "Get Server"
1053
+ ]
1054
+ }
1055
+ }
1056
+ },
1057
+ {
1058
+ "displayName": "PUT /servers/{id}",
1059
+ "name": "operation",
1060
+ "type": "notice",
1061
+ "typeOptions": {
1062
+ "theme": "info"
1063
+ },
1064
+ "default": "",
1065
+ "displayOptions": {
1066
+ "show": {
1067
+ "resource": [
1068
+ "Servers"
1069
+ ],
1070
+ "operation": [
1071
+ "Replace Server"
1072
+ ]
1073
+ }
1074
+ }
1075
+ },
1076
+ {
1077
+ "displayName": "Id",
1078
+ "name": "id",
1079
+ "required": true,
1080
+ "description": "ID of the Server.",
1081
+ "default": 42,
1082
+ "type": "number",
1083
+ "displayOptions": {
1084
+ "show": {
1085
+ "resource": [
1086
+ "Servers"
1087
+ ],
1088
+ "operation": [
1089
+ "Replace Server"
1090
+ ]
1091
+ }
1092
+ }
1093
+ },
1094
+ {
1095
+ "displayName": "Labels",
1096
+ "name": "labels",
1097
+ "type": "json",
1098
+ "default": "{\n \"environment\": \"prod\",\n \"example.com/my\": \"label\",\n \"just-a-key\": \"\"\n}",
1099
+ "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",
1100
+ "routing": {
1101
+ "send": {
1102
+ "property": "labels",
1103
+ "propertyInDotNotation": false,
1104
+ "type": "body",
1105
+ "value": "={{ JSON.parse($value) }}"
1106
+ }
1107
+ },
1108
+ "displayOptions": {
1109
+ "show": {
1110
+ "resource": [
1111
+ "Servers"
1112
+ ],
1113
+ "operation": [
1114
+ "Replace Server"
1115
+ ]
1116
+ }
1117
+ }
1118
+ },
1119
+ {
1120
+ "displayName": "Name",
1121
+ "name": "name",
1122
+ "type": "string",
1123
+ "default": "my-server",
1124
+ "description": "New name to set.",
1125
+ "routing": {
1126
+ "send": {
1127
+ "property": "name",
1128
+ "propertyInDotNotation": false,
1129
+ "type": "body",
1130
+ "value": "={{ $value }}"
1131
+ }
1132
+ },
1133
+ "displayOptions": {
1134
+ "show": {
1135
+ "resource": [
1136
+ "Servers"
1137
+ ],
1138
+ "operation": [
1139
+ "Replace Server"
1140
+ ]
1141
+ }
1142
+ }
1143
+ },
1144
+ {
1145
+ "displayName": "GET /servers/{id}/actions",
1146
+ "name": "operation",
1147
+ "type": "notice",
1148
+ "typeOptions": {
1149
+ "theme": "info"
1150
+ },
1151
+ "default": "",
1152
+ "displayOptions": {
1153
+ "show": {
1154
+ "resource": [
1155
+ "Servers"
1156
+ ],
1157
+ "operation": [
1158
+ "List Actions For Server"
1159
+ ]
1160
+ }
1161
+ }
1162
+ },
1163
+ {
1164
+ "displayName": "Id",
1165
+ "name": "id",
1166
+ "required": true,
1167
+ "description": "ID of the Server.",
1168
+ "default": 42,
1169
+ "type": "number",
1170
+ "displayOptions": {
1171
+ "show": {
1172
+ "resource": [
1173
+ "Servers"
1174
+ ],
1175
+ "operation": [
1176
+ "List Actions For Server"
1177
+ ]
1178
+ }
1179
+ }
1180
+ },
1181
+ {
1182
+ "displayName": "Sort",
1183
+ "name": "sort",
1184
+ "description": "Sort actions by field and direction. Can be used multiple times. For more\ninformation, see \"Sorting\".\n",
1185
+ "default": "[\n null\n]",
1186
+ "type": "json",
1187
+ "routing": {
1188
+ "send": {
1189
+ "type": "query",
1190
+ "property": "sort",
1191
+ "value": "={{ $value }}",
1192
+ "propertyInDotNotation": false
1193
+ }
1194
+ },
1195
+ "displayOptions": {
1196
+ "show": {
1197
+ "resource": [
1198
+ "Servers"
1199
+ ],
1200
+ "operation": [
1201
+ "List Actions For Server"
1202
+ ]
1203
+ }
1204
+ }
1205
+ },
1206
+ {
1207
+ "displayName": "Status",
1208
+ "name": "status",
1209
+ "description": "Filter the actions by status. Can be used multiple times. The response will only\ncontain actions matching the specified statuses.\n",
1210
+ "default": "[\n null\n]",
1211
+ "type": "json",
1212
+ "routing": {
1213
+ "send": {
1214
+ "type": "query",
1215
+ "property": "status",
1216
+ "value": "={{ $value }}",
1217
+ "propertyInDotNotation": false
1218
+ }
1219
+ },
1220
+ "displayOptions": {
1221
+ "show": {
1222
+ "resource": [
1223
+ "Servers"
1224
+ ],
1225
+ "operation": [
1226
+ "List Actions For Server"
1227
+ ]
1228
+ }
1229
+ }
1230
+ },
1231
+ {
1232
+ "displayName": "Page",
1233
+ "name": "page",
1234
+ "description": "Page number to return. For more information, see \"Pagination\".",
1235
+ "default": 1,
1236
+ "type": "number",
1237
+ "routing": {
1238
+ "send": {
1239
+ "type": "query",
1240
+ "property": "page",
1241
+ "value": "={{ $value }}",
1242
+ "propertyInDotNotation": false
1243
+ }
1244
+ },
1245
+ "displayOptions": {
1246
+ "show": {
1247
+ "resource": [
1248
+ "Servers"
1249
+ ],
1250
+ "operation": [
1251
+ "List Actions For Server"
1252
+ ]
1253
+ }
1254
+ }
1255
+ },
1256
+ {
1257
+ "displayName": "Per Page",
1258
+ "name": "per_page",
1259
+ "description": "Maximum number of entries returned per page. For more information, see \"Pagination\".",
1260
+ "default": 25,
1261
+ "type": "number",
1262
+ "routing": {
1263
+ "send": {
1264
+ "type": "query",
1265
+ "property": "per_page",
1266
+ "value": "={{ $value }}",
1267
+ "propertyInDotNotation": false
1268
+ }
1269
+ },
1270
+ "displayOptions": {
1271
+ "show": {
1272
+ "resource": [
1273
+ "Servers"
1274
+ ],
1275
+ "operation": [
1276
+ "List Actions For Server"
1277
+ ]
1278
+ }
1279
+ }
1280
+ },
1281
+ {
1282
+ "displayName": "GET /servers/{id}/actions/{action_id}",
1283
+ "name": "operation",
1284
+ "type": "notice",
1285
+ "typeOptions": {
1286
+ "theme": "info"
1287
+ },
1288
+ "default": "",
1289
+ "displayOptions": {
1290
+ "show": {
1291
+ "resource": [
1292
+ "Servers"
1293
+ ],
1294
+ "operation": [
1295
+ "Get Action For Server"
1296
+ ]
1297
+ }
1298
+ }
1299
+ },
1300
+ {
1301
+ "displayName": "Id",
1302
+ "name": "id",
1303
+ "required": true,
1304
+ "description": "ID of the Server.",
1305
+ "default": 42,
1306
+ "type": "number",
1307
+ "displayOptions": {
1308
+ "show": {
1309
+ "resource": [
1310
+ "Servers"
1311
+ ],
1312
+ "operation": [
1313
+ "Get Action For Server"
1314
+ ]
1315
+ }
1316
+ }
1317
+ },
1318
+ {
1319
+ "displayName": "Action Id",
1320
+ "name": "action_id",
1321
+ "required": true,
1322
+ "description": "ID of the Action.",
1323
+ "default": 42,
1324
+ "type": "number",
1325
+ "displayOptions": {
1326
+ "show": {
1327
+ "resource": [
1328
+ "Servers"
1329
+ ],
1330
+ "operation": [
1331
+ "Get Action For Server"
1332
+ ]
1333
+ }
1334
+ }
1335
+ },
1336
+ {
1337
+ "displayName": "POST /servers/{id}/actions/add_to_placement_group",
1338
+ "name": "operation",
1339
+ "type": "notice",
1340
+ "typeOptions": {
1341
+ "theme": "info"
1342
+ },
1343
+ "default": "",
1344
+ "displayOptions": {
1345
+ "show": {
1346
+ "resource": [
1347
+ "Servers"
1348
+ ],
1349
+ "operation": [
1350
+ "Add Server To Placement Group"
1351
+ ]
1352
+ }
1353
+ }
1354
+ },
1355
+ {
1356
+ "displayName": "Id",
1357
+ "name": "id",
1358
+ "required": true,
1359
+ "description": "ID of the Server.",
1360
+ "default": 42,
1361
+ "type": "number",
1362
+ "displayOptions": {
1363
+ "show": {
1364
+ "resource": [
1365
+ "Servers"
1366
+ ],
1367
+ "operation": [
1368
+ "Add Server To Placement Group"
1369
+ ]
1370
+ }
1371
+ }
1372
+ },
1373
+ {
1374
+ "required": true,
1375
+ "displayName": "Placement Group",
1376
+ "name": "placement_group",
1377
+ "type": "number",
1378
+ "default": 1,
1379
+ "description": "ID of Placement Group the Server should be added to.",
1380
+ "routing": {
1381
+ "send": {
1382
+ "property": "placement_group",
1383
+ "propertyInDotNotation": false,
1384
+ "type": "body",
1385
+ "value": "={{ $value }}"
1386
+ }
1387
+ },
1388
+ "displayOptions": {
1389
+ "show": {
1390
+ "resource": [
1391
+ "Servers"
1392
+ ],
1393
+ "operation": [
1394
+ "Add Server To Placement Group"
1395
+ ]
1396
+ }
1397
+ }
1398
+ },
1399
+ {
1400
+ "displayName": "POST /servers/{id}/actions/attach_iso",
1401
+ "name": "operation",
1402
+ "type": "notice",
1403
+ "typeOptions": {
1404
+ "theme": "info"
1405
+ },
1406
+ "default": "",
1407
+ "displayOptions": {
1408
+ "show": {
1409
+ "resource": [
1410
+ "Servers"
1411
+ ],
1412
+ "operation": [
1413
+ "Attach Iso To Server"
1414
+ ]
1415
+ }
1416
+ }
1417
+ },
1418
+ {
1419
+ "displayName": "Id",
1420
+ "name": "id",
1421
+ "required": true,
1422
+ "description": "ID of the Server.",
1423
+ "default": 42,
1424
+ "type": "number",
1425
+ "displayOptions": {
1426
+ "show": {
1427
+ "resource": [
1428
+ "Servers"
1429
+ ],
1430
+ "operation": [
1431
+ "Attach Iso To Server"
1432
+ ]
1433
+ }
1434
+ }
1435
+ },
1436
+ {
1437
+ "required": true,
1438
+ "displayName": "Iso",
1439
+ "name": "iso",
1440
+ "type": "string",
1441
+ "default": "FreeBSD-11.0-RELEASE-amd64-dvd1",
1442
+ "description": "ID or name of ISO to attach to the Server as listed in GET `/isos`.",
1443
+ "routing": {
1444
+ "send": {
1445
+ "property": "iso",
1446
+ "propertyInDotNotation": false,
1447
+ "type": "body",
1448
+ "value": "={{ $value }}"
1449
+ }
1450
+ },
1451
+ "displayOptions": {
1452
+ "show": {
1453
+ "resource": [
1454
+ "Servers"
1455
+ ],
1456
+ "operation": [
1457
+ "Attach Iso To Server"
1458
+ ]
1459
+ }
1460
+ }
1461
+ },
1462
+ {
1463
+ "displayName": "POST /servers/{id}/actions/attach_to_network",
1464
+ "name": "operation",
1465
+ "type": "notice",
1466
+ "typeOptions": {
1467
+ "theme": "info"
1468
+ },
1469
+ "default": "",
1470
+ "displayOptions": {
1471
+ "show": {
1472
+ "resource": [
1473
+ "Servers"
1474
+ ],
1475
+ "operation": [
1476
+ "Attach Server To Network"
1477
+ ]
1478
+ }
1479
+ }
1480
+ },
1481
+ {
1482
+ "displayName": "Id",
1483
+ "name": "id",
1484
+ "required": true,
1485
+ "description": "ID of the Server.",
1486
+ "default": 42,
1487
+ "type": "number",
1488
+ "displayOptions": {
1489
+ "show": {
1490
+ "resource": [
1491
+ "Servers"
1492
+ ],
1493
+ "operation": [
1494
+ "Attach Server To Network"
1495
+ ]
1496
+ }
1497
+ }
1498
+ },
1499
+ {
1500
+ "displayName": "Alias Ips",
1501
+ "name": "alias_ips",
1502
+ "type": "json",
1503
+ "default": "[\n \"10.0.1.2\"\n]",
1504
+ "description": "Additional IPs to be assigned to this Server.",
1505
+ "routing": {
1506
+ "send": {
1507
+ "property": "alias_ips",
1508
+ "propertyInDotNotation": false,
1509
+ "type": "body",
1510
+ "value": "={{ JSON.parse($value) }}"
1511
+ }
1512
+ },
1513
+ "displayOptions": {
1514
+ "show": {
1515
+ "resource": [
1516
+ "Servers"
1517
+ ],
1518
+ "operation": [
1519
+ "Attach Server To Network"
1520
+ ]
1521
+ }
1522
+ }
1523
+ },
1524
+ {
1525
+ "displayName": "Ip",
1526
+ "name": "ip",
1527
+ "type": "string",
1528
+ "default": "10.0.1.1",
1529
+ "description": "IP to request to be assigned to this Server; if you do not provide this then you will be auto assigned an IP address.",
1530
+ "routing": {
1531
+ "send": {
1532
+ "property": "ip",
1533
+ "propertyInDotNotation": false,
1534
+ "type": "body",
1535
+ "value": "={{ $value }}"
1536
+ }
1537
+ },
1538
+ "displayOptions": {
1539
+ "show": {
1540
+ "resource": [
1541
+ "Servers"
1542
+ ],
1543
+ "operation": [
1544
+ "Attach Server To Network"
1545
+ ]
1546
+ }
1547
+ }
1548
+ },
1549
+ {
1550
+ "displayName": "Ip Range",
1551
+ "name": "ip_range",
1552
+ "type": "string",
1553
+ "default": "10.0.1.0/24",
1554
+ "description": "IP range in CIDR block notation of the subnet to attach to.\n\nThis allows for auto assigning an IP address for a specific subnet.\nProviding `ip` that is not part of `ip_range` will result in an error.\n",
1555
+ "routing": {
1556
+ "send": {
1557
+ "property": "ip_range",
1558
+ "propertyInDotNotation": false,
1559
+ "type": "body",
1560
+ "value": "={{ $value }}"
1561
+ }
1562
+ },
1563
+ "displayOptions": {
1564
+ "show": {
1565
+ "resource": [
1566
+ "Servers"
1567
+ ],
1568
+ "operation": [
1569
+ "Attach Server To Network"
1570
+ ]
1571
+ }
1572
+ }
1573
+ },
1574
+ {
1575
+ "required": true,
1576
+ "displayName": "Network",
1577
+ "name": "network",
1578
+ "type": "number",
1579
+ "default": 4711,
1580
+ "description": "ID of an existing network to attach the Server to.",
1581
+ "routing": {
1582
+ "send": {
1583
+ "property": "network",
1584
+ "propertyInDotNotation": false,
1585
+ "type": "body",
1586
+ "value": "={{ $value }}"
1587
+ }
1588
+ },
1589
+ "displayOptions": {
1590
+ "show": {
1591
+ "resource": [
1592
+ "Servers"
1593
+ ],
1594
+ "operation": [
1595
+ "Attach Server To Network"
1596
+ ]
1597
+ }
1598
+ }
1599
+ },
1600
+ {
1601
+ "displayName": "POST /servers/{id}/actions/change_alias_ips",
1602
+ "name": "operation",
1603
+ "type": "notice",
1604
+ "typeOptions": {
1605
+ "theme": "info"
1606
+ },
1607
+ "default": "",
1608
+ "displayOptions": {
1609
+ "show": {
1610
+ "resource": [
1611
+ "Servers"
1612
+ ],
1613
+ "operation": [
1614
+ "Change Alias Ips Of Network"
1615
+ ]
1616
+ }
1617
+ }
1618
+ },
1619
+ {
1620
+ "displayName": "Id",
1621
+ "name": "id",
1622
+ "required": true,
1623
+ "description": "ID of the Server.",
1624
+ "default": 42,
1625
+ "type": "number",
1626
+ "displayOptions": {
1627
+ "show": {
1628
+ "resource": [
1629
+ "Servers"
1630
+ ],
1631
+ "operation": [
1632
+ "Change Alias Ips Of Network"
1633
+ ]
1634
+ }
1635
+ }
1636
+ },
1637
+ {
1638
+ "required": true,
1639
+ "displayName": "Alias Ips",
1640
+ "name": "alias_ips",
1641
+ "type": "json",
1642
+ "default": "[\n \"10.0.1.2\"\n]",
1643
+ "description": "New alias IPs to set for this Server.",
1644
+ "routing": {
1645
+ "send": {
1646
+ "property": "alias_ips",
1647
+ "propertyInDotNotation": false,
1648
+ "type": "body",
1649
+ "value": "={{ JSON.parse($value) }}"
1650
+ }
1651
+ },
1652
+ "displayOptions": {
1653
+ "show": {
1654
+ "resource": [
1655
+ "Servers"
1656
+ ],
1657
+ "operation": [
1658
+ "Change Alias Ips Of Network"
1659
+ ]
1660
+ }
1661
+ }
1662
+ },
1663
+ {
1664
+ "required": true,
1665
+ "displayName": "Network",
1666
+ "name": "network",
1667
+ "type": "number",
1668
+ "default": 4711,
1669
+ "description": "ID of an existing Network already attached to the Server.",
1670
+ "routing": {
1671
+ "send": {
1672
+ "property": "network",
1673
+ "propertyInDotNotation": false,
1674
+ "type": "body",
1675
+ "value": "={{ $value }}"
1676
+ }
1677
+ },
1678
+ "displayOptions": {
1679
+ "show": {
1680
+ "resource": [
1681
+ "Servers"
1682
+ ],
1683
+ "operation": [
1684
+ "Change Alias Ips Of Network"
1685
+ ]
1686
+ }
1687
+ }
1688
+ },
1689
+ {
1690
+ "displayName": "POST /servers/{id}/actions/change_dns_ptr",
1691
+ "name": "operation",
1692
+ "type": "notice",
1693
+ "typeOptions": {
1694
+ "theme": "info"
1695
+ },
1696
+ "default": "",
1697
+ "displayOptions": {
1698
+ "show": {
1699
+ "resource": [
1700
+ "Servers"
1701
+ ],
1702
+ "operation": [
1703
+ "Change Reverse Dns Entry For This Server"
1704
+ ]
1705
+ }
1706
+ }
1707
+ },
1708
+ {
1709
+ "displayName": "Id",
1710
+ "name": "id",
1711
+ "required": true,
1712
+ "description": "ID of the Server.",
1713
+ "default": 42,
1714
+ "type": "number",
1715
+ "displayOptions": {
1716
+ "show": {
1717
+ "resource": [
1718
+ "Servers"
1719
+ ],
1720
+ "operation": [
1721
+ "Change Reverse Dns Entry For This Server"
1722
+ ]
1723
+ }
1724
+ }
1725
+ },
1726
+ {
1727
+ "required": true,
1728
+ "displayName": "Dns Ptr",
1729
+ "name": "dns_ptr",
1730
+ "type": "string",
1731
+ "default": "server01.example.com",
1732
+ "description": "Hostname to set as a reverse DNS PTR entry, reset to original value if `null`.",
1733
+ "routing": {
1734
+ "send": {
1735
+ "property": "dns_ptr",
1736
+ "propertyInDotNotation": false,
1737
+ "type": "body",
1738
+ "value": "={{ $value }}"
1739
+ }
1740
+ },
1741
+ "displayOptions": {
1742
+ "show": {
1743
+ "resource": [
1744
+ "Servers"
1745
+ ],
1746
+ "operation": [
1747
+ "Change Reverse Dns Entry For This Server"
1748
+ ]
1749
+ }
1750
+ }
1751
+ },
1752
+ {
1753
+ "required": true,
1754
+ "displayName": "Ip",
1755
+ "name": "ip",
1756
+ "type": "string",
1757
+ "default": "1.2.3.4",
1758
+ "description": "Primary IP address for which the reverse DNS entry should be set.",
1759
+ "routing": {
1760
+ "send": {
1761
+ "property": "ip",
1762
+ "propertyInDotNotation": false,
1763
+ "type": "body",
1764
+ "value": "={{ $value }}"
1765
+ }
1766
+ },
1767
+ "displayOptions": {
1768
+ "show": {
1769
+ "resource": [
1770
+ "Servers"
1771
+ ],
1772
+ "operation": [
1773
+ "Change Reverse Dns Entry For This Server"
1774
+ ]
1775
+ }
1776
+ }
1777
+ },
1778
+ {
1779
+ "displayName": "POST /servers/{id}/actions/change_protection",
1780
+ "name": "operation",
1781
+ "type": "notice",
1782
+ "typeOptions": {
1783
+ "theme": "info"
1784
+ },
1785
+ "default": "",
1786
+ "displayOptions": {
1787
+ "show": {
1788
+ "resource": [
1789
+ "Servers"
1790
+ ],
1791
+ "operation": [
1792
+ "Change Server Protection"
1793
+ ]
1794
+ }
1795
+ }
1796
+ },
1797
+ {
1798
+ "displayName": "Id",
1799
+ "name": "id",
1800
+ "required": true,
1801
+ "description": "ID of the Server.",
1802
+ "default": 42,
1803
+ "type": "number",
1804
+ "displayOptions": {
1805
+ "show": {
1806
+ "resource": [
1807
+ "Servers"
1808
+ ],
1809
+ "operation": [
1810
+ "Change Server Protection"
1811
+ ]
1812
+ }
1813
+ }
1814
+ },
1815
+ {
1816
+ "displayName": "Delete",
1817
+ "name": "delete",
1818
+ "type": "boolean",
1819
+ "default": true,
1820
+ "description": "If true, prevents the Server from being deleted (currently delete and rebuild attribute needs to have the same value).",
1821
+ "routing": {
1822
+ "send": {
1823
+ "property": "delete",
1824
+ "propertyInDotNotation": false,
1825
+ "type": "body",
1826
+ "value": "={{ $value }}"
1827
+ }
1828
+ },
1829
+ "displayOptions": {
1830
+ "show": {
1831
+ "resource": [
1832
+ "Servers"
1833
+ ],
1834
+ "operation": [
1835
+ "Change Server Protection"
1836
+ ]
1837
+ }
1838
+ }
1839
+ },
1840
+ {
1841
+ "displayName": "Rebuild",
1842
+ "name": "rebuild",
1843
+ "type": "boolean",
1844
+ "default": true,
1845
+ "description": "If true, prevents the Server from being rebuilt (currently delete and rebuild attribute needs to have the same value).",
1846
+ "routing": {
1847
+ "send": {
1848
+ "property": "rebuild",
1849
+ "propertyInDotNotation": false,
1850
+ "type": "body",
1851
+ "value": "={{ $value }}"
1852
+ }
1853
+ },
1854
+ "displayOptions": {
1855
+ "show": {
1856
+ "resource": [
1857
+ "Servers"
1858
+ ],
1859
+ "operation": [
1860
+ "Change Server Protection"
1861
+ ]
1862
+ }
1863
+ }
1864
+ },
1865
+ {
1866
+ "displayName": "POST /servers/{id}/actions/change_type",
1867
+ "name": "operation",
1868
+ "type": "notice",
1869
+ "typeOptions": {
1870
+ "theme": "info"
1871
+ },
1872
+ "default": "",
1873
+ "displayOptions": {
1874
+ "show": {
1875
+ "resource": [
1876
+ "Servers"
1877
+ ],
1878
+ "operation": [
1879
+ "Change Type Of Server"
1880
+ ]
1881
+ }
1882
+ }
1883
+ },
1884
+ {
1885
+ "displayName": "Id",
1886
+ "name": "id",
1887
+ "required": true,
1888
+ "description": "ID of the Server.",
1889
+ "default": 42,
1890
+ "type": "number",
1891
+ "displayOptions": {
1892
+ "show": {
1893
+ "resource": [
1894
+ "Servers"
1895
+ ],
1896
+ "operation": [
1897
+ "Change Type Of Server"
1898
+ ]
1899
+ }
1900
+ }
1901
+ },
1902
+ {
1903
+ "required": true,
1904
+ "displayName": "Server Type",
1905
+ "name": "server_type",
1906
+ "type": "string",
1907
+ "default": "cpx22",
1908
+ "description": "ID or name of Server type the Server should migrate to.",
1909
+ "routing": {
1910
+ "send": {
1911
+ "property": "server_type",
1912
+ "propertyInDotNotation": false,
1913
+ "type": "body",
1914
+ "value": "={{ $value }}"
1915
+ }
1916
+ },
1917
+ "displayOptions": {
1918
+ "show": {
1919
+ "resource": [
1920
+ "Servers"
1921
+ ],
1922
+ "operation": [
1923
+ "Change Type Of Server"
1924
+ ]
1925
+ }
1926
+ }
1927
+ },
1928
+ {
1929
+ "required": true,
1930
+ "displayName": "Upgrade Disk",
1931
+ "name": "upgrade_disk",
1932
+ "type": "boolean",
1933
+ "default": true,
1934
+ "description": "If false, do not upgrade the disk (this allows downgrading the Server type later).",
1935
+ "routing": {
1936
+ "send": {
1937
+ "property": "upgrade_disk",
1938
+ "propertyInDotNotation": false,
1939
+ "type": "body",
1940
+ "value": "={{ $value }}"
1941
+ }
1942
+ },
1943
+ "displayOptions": {
1944
+ "show": {
1945
+ "resource": [
1946
+ "Servers"
1947
+ ],
1948
+ "operation": [
1949
+ "Change Type Of Server"
1950
+ ]
1951
+ }
1952
+ }
1953
+ },
1954
+ {
1955
+ "displayName": "POST /servers/{id}/actions/create_image",
1956
+ "name": "operation",
1957
+ "type": "notice",
1958
+ "typeOptions": {
1959
+ "theme": "info"
1960
+ },
1961
+ "default": "",
1962
+ "displayOptions": {
1963
+ "show": {
1964
+ "resource": [
1965
+ "Servers"
1966
+ ],
1967
+ "operation": [
1968
+ "Create Image From Server"
1969
+ ]
1970
+ }
1971
+ }
1972
+ },
1973
+ {
1974
+ "displayName": "Id",
1975
+ "name": "id",
1976
+ "required": true,
1977
+ "description": "ID of the Server.",
1978
+ "default": 42,
1979
+ "type": "number",
1980
+ "displayOptions": {
1981
+ "show": {
1982
+ "resource": [
1983
+ "Servers"
1984
+ ],
1985
+ "operation": [
1986
+ "Create Image From Server"
1987
+ ]
1988
+ }
1989
+ }
1990
+ },
1991
+ {
1992
+ "displayName": "Description",
1993
+ "name": "description",
1994
+ "type": "string",
1995
+ "default": "my image",
1996
+ "description": "Description of the Image, will be auto-generated if not set.",
1997
+ "routing": {
1998
+ "send": {
1999
+ "property": "description",
2000
+ "propertyInDotNotation": false,
2001
+ "type": "body",
2002
+ "value": "={{ $value }}"
2003
+ }
2004
+ },
2005
+ "displayOptions": {
2006
+ "show": {
2007
+ "resource": [
2008
+ "Servers"
2009
+ ],
2010
+ "operation": [
2011
+ "Create Image From Server"
2012
+ ]
2013
+ }
2014
+ }
2015
+ },
2016
+ {
2017
+ "displayName": "Labels",
2018
+ "name": "labels",
2019
+ "type": "json",
2020
+ "default": "{\n \"environment\": \"prod\",\n \"example.com/my\": \"label\",\n \"just-a-key\": \"\"\n}",
2021
+ "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",
2022
+ "routing": {
2023
+ "send": {
2024
+ "property": "labels",
2025
+ "propertyInDotNotation": false,
2026
+ "type": "body",
2027
+ "value": "={{ JSON.parse($value) }}"
2028
+ }
2029
+ },
2030
+ "displayOptions": {
2031
+ "show": {
2032
+ "resource": [
2033
+ "Servers"
2034
+ ],
2035
+ "operation": [
2036
+ "Create Image From Server"
2037
+ ]
2038
+ }
2039
+ }
2040
+ },
2041
+ {
2042
+ "displayName": "Type",
2043
+ "name": "type",
2044
+ "type": "options",
2045
+ "default": "snapshot",
2046
+ "description": "Type of Image to create.",
2047
+ "options": [
2048
+ {
2049
+ "name": "Backup",
2050
+ "value": "backup"
2051
+ },
2052
+ {
2053
+ "name": "Snapshot",
2054
+ "value": "snapshot"
2055
+ }
2056
+ ],
2057
+ "routing": {
2058
+ "send": {
2059
+ "property": "type",
2060
+ "propertyInDotNotation": false,
2061
+ "type": "body",
2062
+ "value": "={{ $value }}"
2063
+ }
2064
+ },
2065
+ "displayOptions": {
2066
+ "show": {
2067
+ "resource": [
2068
+ "Servers"
2069
+ ],
2070
+ "operation": [
2071
+ "Create Image From Server"
2072
+ ]
2073
+ }
2074
+ }
2075
+ },
2076
+ {
2077
+ "displayName": "POST /servers/{id}/actions/detach_from_network",
2078
+ "name": "operation",
2079
+ "type": "notice",
2080
+ "typeOptions": {
2081
+ "theme": "info"
2082
+ },
2083
+ "default": "",
2084
+ "displayOptions": {
2085
+ "show": {
2086
+ "resource": [
2087
+ "Servers"
2088
+ ],
2089
+ "operation": [
2090
+ "Detach Server From Network"
2091
+ ]
2092
+ }
2093
+ }
2094
+ },
2095
+ {
2096
+ "displayName": "Id",
2097
+ "name": "id",
2098
+ "required": true,
2099
+ "description": "ID of the Server.",
2100
+ "default": 42,
2101
+ "type": "number",
2102
+ "displayOptions": {
2103
+ "show": {
2104
+ "resource": [
2105
+ "Servers"
2106
+ ],
2107
+ "operation": [
2108
+ "Detach Server From Network"
2109
+ ]
2110
+ }
2111
+ }
2112
+ },
2113
+ {
2114
+ "required": true,
2115
+ "displayName": "Network",
2116
+ "name": "network",
2117
+ "type": "number",
2118
+ "default": 4711,
2119
+ "description": "ID of an existing network to detach the Server from.",
2120
+ "routing": {
2121
+ "send": {
2122
+ "property": "network",
2123
+ "propertyInDotNotation": false,
2124
+ "type": "body",
2125
+ "value": "={{ $value }}"
2126
+ }
2127
+ },
2128
+ "displayOptions": {
2129
+ "show": {
2130
+ "resource": [
2131
+ "Servers"
2132
+ ],
2133
+ "operation": [
2134
+ "Detach Server From Network"
2135
+ ]
2136
+ }
2137
+ }
2138
+ },
2139
+ {
2140
+ "displayName": "POST /servers/{id}/actions/detach_iso",
2141
+ "name": "operation",
2142
+ "type": "notice",
2143
+ "typeOptions": {
2144
+ "theme": "info"
2145
+ },
2146
+ "default": "",
2147
+ "displayOptions": {
2148
+ "show": {
2149
+ "resource": [
2150
+ "Servers"
2151
+ ],
2152
+ "operation": [
2153
+ "Detach Iso From Server"
2154
+ ]
2155
+ }
2156
+ }
2157
+ },
2158
+ {
2159
+ "displayName": "Id",
2160
+ "name": "id",
2161
+ "required": true,
2162
+ "description": "ID of the Server.",
2163
+ "default": 42,
2164
+ "type": "number",
2165
+ "displayOptions": {
2166
+ "show": {
2167
+ "resource": [
2168
+ "Servers"
2169
+ ],
2170
+ "operation": [
2171
+ "Detach Iso From Server"
2172
+ ]
2173
+ }
2174
+ }
2175
+ },
2176
+ {
2177
+ "displayName": "POST /servers/{id}/actions/disable_backup",
2178
+ "name": "operation",
2179
+ "type": "notice",
2180
+ "typeOptions": {
2181
+ "theme": "info"
2182
+ },
2183
+ "default": "",
2184
+ "displayOptions": {
2185
+ "show": {
2186
+ "resource": [
2187
+ "Servers"
2188
+ ],
2189
+ "operation": [
2190
+ "Disable Backups For Server"
2191
+ ]
2192
+ }
2193
+ }
2194
+ },
2195
+ {
2196
+ "displayName": "Id",
2197
+ "name": "id",
2198
+ "required": true,
2199
+ "description": "ID of the Server.",
2200
+ "default": 42,
2201
+ "type": "number",
2202
+ "displayOptions": {
2203
+ "show": {
2204
+ "resource": [
2205
+ "Servers"
2206
+ ],
2207
+ "operation": [
2208
+ "Disable Backups For Server"
2209
+ ]
2210
+ }
2211
+ }
2212
+ },
2213
+ {
2214
+ "displayName": "POST /servers/{id}/actions/disable_rescue",
2215
+ "name": "operation",
2216
+ "type": "notice",
2217
+ "typeOptions": {
2218
+ "theme": "info"
2219
+ },
2220
+ "default": "",
2221
+ "displayOptions": {
2222
+ "show": {
2223
+ "resource": [
2224
+ "Servers"
2225
+ ],
2226
+ "operation": [
2227
+ "Disable Rescue Mode For Server"
2228
+ ]
2229
+ }
2230
+ }
2231
+ },
2232
+ {
2233
+ "displayName": "Id",
2234
+ "name": "id",
2235
+ "required": true,
2236
+ "description": "ID of the Server.",
2237
+ "default": 42,
2238
+ "type": "number",
2239
+ "displayOptions": {
2240
+ "show": {
2241
+ "resource": [
2242
+ "Servers"
2243
+ ],
2244
+ "operation": [
2245
+ "Disable Rescue Mode For Server"
2246
+ ]
2247
+ }
2248
+ }
2249
+ },
2250
+ {
2251
+ "displayName": "POST /servers/{id}/actions/enable_backup",
2252
+ "name": "operation",
2253
+ "type": "notice",
2254
+ "typeOptions": {
2255
+ "theme": "info"
2256
+ },
2257
+ "default": "",
2258
+ "displayOptions": {
2259
+ "show": {
2260
+ "resource": [
2261
+ "Servers"
2262
+ ],
2263
+ "operation": [
2264
+ "Enable And Configure Backups For Server"
2265
+ ]
2266
+ }
2267
+ }
2268
+ },
2269
+ {
2270
+ "displayName": "Id",
2271
+ "name": "id",
2272
+ "required": true,
2273
+ "description": "ID of the Server.",
2274
+ "default": 42,
2275
+ "type": "number",
2276
+ "displayOptions": {
2277
+ "show": {
2278
+ "resource": [
2279
+ "Servers"
2280
+ ],
2281
+ "operation": [
2282
+ "Enable And Configure Backups For Server"
2283
+ ]
2284
+ }
2285
+ }
2286
+ },
2287
+ {
2288
+ "displayName": "POST /servers/{id}/actions/enable_rescue",
2289
+ "name": "operation",
2290
+ "type": "notice",
2291
+ "typeOptions": {
2292
+ "theme": "info"
2293
+ },
2294
+ "default": "",
2295
+ "displayOptions": {
2296
+ "show": {
2297
+ "resource": [
2298
+ "Servers"
2299
+ ],
2300
+ "operation": [
2301
+ "Enable Rescue Mode For Server"
2302
+ ]
2303
+ }
2304
+ }
2305
+ },
2306
+ {
2307
+ "displayName": "Id",
2308
+ "name": "id",
2309
+ "required": true,
2310
+ "description": "ID of the Server.",
2311
+ "default": 42,
2312
+ "type": "number",
2313
+ "displayOptions": {
2314
+ "show": {
2315
+ "resource": [
2316
+ "Servers"
2317
+ ],
2318
+ "operation": [
2319
+ "Enable Rescue Mode For Server"
2320
+ ]
2321
+ }
2322
+ }
2323
+ },
2324
+ {
2325
+ "displayName": "Ssh Keys",
2326
+ "name": "ssh_keys",
2327
+ "type": "json",
2328
+ "default": "[\n 2323\n]",
2329
+ "description": "Array of SSH key IDs which should be injected into the rescue system.",
2330
+ "routing": {
2331
+ "send": {
2332
+ "property": "ssh_keys",
2333
+ "propertyInDotNotation": false,
2334
+ "type": "body",
2335
+ "value": "={{ JSON.parse($value) }}"
2336
+ }
2337
+ },
2338
+ "displayOptions": {
2339
+ "show": {
2340
+ "resource": [
2341
+ "Servers"
2342
+ ],
2343
+ "operation": [
2344
+ "Enable Rescue Mode For Server"
2345
+ ]
2346
+ }
2347
+ }
2348
+ },
2349
+ {
2350
+ "displayName": "Type",
2351
+ "name": "type",
2352
+ "type": "options",
2353
+ "default": "linux64",
2354
+ "description": "Type of rescue system to boot.",
2355
+ "options": [
2356
+ {
2357
+ "name": "Linux 64",
2358
+ "value": "linux64"
2359
+ }
2360
+ ],
2361
+ "routing": {
2362
+ "send": {
2363
+ "property": "type",
2364
+ "propertyInDotNotation": false,
2365
+ "type": "body",
2366
+ "value": "={{ $value }}"
2367
+ }
2368
+ },
2369
+ "displayOptions": {
2370
+ "show": {
2371
+ "resource": [
2372
+ "Servers"
2373
+ ],
2374
+ "operation": [
2375
+ "Enable Rescue Mode For Server"
2376
+ ]
2377
+ }
2378
+ }
2379
+ },
2380
+ {
2381
+ "displayName": "POST /servers/{id}/actions/poweroff",
2382
+ "name": "operation",
2383
+ "type": "notice",
2384
+ "typeOptions": {
2385
+ "theme": "info"
2386
+ },
2387
+ "default": "",
2388
+ "displayOptions": {
2389
+ "show": {
2390
+ "resource": [
2391
+ "Servers"
2392
+ ],
2393
+ "operation": [
2394
+ "Power Off Server"
2395
+ ]
2396
+ }
2397
+ }
2398
+ },
2399
+ {
2400
+ "displayName": "Id",
2401
+ "name": "id",
2402
+ "required": true,
2403
+ "description": "ID of the Server.",
2404
+ "default": 42,
2405
+ "type": "number",
2406
+ "displayOptions": {
2407
+ "show": {
2408
+ "resource": [
2409
+ "Servers"
2410
+ ],
2411
+ "operation": [
2412
+ "Power Off Server"
2413
+ ]
2414
+ }
2415
+ }
2416
+ },
2417
+ {
2418
+ "displayName": "POST /servers/{id}/actions/poweron",
2419
+ "name": "operation",
2420
+ "type": "notice",
2421
+ "typeOptions": {
2422
+ "theme": "info"
2423
+ },
2424
+ "default": "",
2425
+ "displayOptions": {
2426
+ "show": {
2427
+ "resource": [
2428
+ "Servers"
2429
+ ],
2430
+ "operation": [
2431
+ "Power On Server"
2432
+ ]
2433
+ }
2434
+ }
2435
+ },
2436
+ {
2437
+ "displayName": "Id",
2438
+ "name": "id",
2439
+ "required": true,
2440
+ "description": "ID of the Server.",
2441
+ "default": 42,
2442
+ "type": "number",
2443
+ "displayOptions": {
2444
+ "show": {
2445
+ "resource": [
2446
+ "Servers"
2447
+ ],
2448
+ "operation": [
2449
+ "Power On Server"
2450
+ ]
2451
+ }
2452
+ }
2453
+ },
2454
+ {
2455
+ "displayName": "POST /servers/{id}/actions/reboot",
2456
+ "name": "operation",
2457
+ "type": "notice",
2458
+ "typeOptions": {
2459
+ "theme": "info"
2460
+ },
2461
+ "default": "",
2462
+ "displayOptions": {
2463
+ "show": {
2464
+ "resource": [
2465
+ "Servers"
2466
+ ],
2467
+ "operation": [
2468
+ "Soft Reboot Server"
2469
+ ]
2470
+ }
2471
+ }
2472
+ },
2473
+ {
2474
+ "displayName": "Id",
2475
+ "name": "id",
2476
+ "required": true,
2477
+ "description": "ID of the Server.",
2478
+ "default": 42,
2479
+ "type": "number",
2480
+ "displayOptions": {
2481
+ "show": {
2482
+ "resource": [
2483
+ "Servers"
2484
+ ],
2485
+ "operation": [
2486
+ "Soft Reboot Server"
2487
+ ]
2488
+ }
2489
+ }
2490
+ },
2491
+ {
2492
+ "displayName": "POST /servers/{id}/actions/rebuild",
2493
+ "name": "operation",
2494
+ "type": "notice",
2495
+ "typeOptions": {
2496
+ "theme": "info"
2497
+ },
2498
+ "default": "",
2499
+ "displayOptions": {
2500
+ "show": {
2501
+ "resource": [
2502
+ "Servers"
2503
+ ],
2504
+ "operation": [
2505
+ "Rebuild Server From Image"
2506
+ ]
2507
+ }
2508
+ }
2509
+ },
2510
+ {
2511
+ "displayName": "Id",
2512
+ "name": "id",
2513
+ "required": true,
2514
+ "description": "ID of the Server.",
2515
+ "default": 42,
2516
+ "type": "number",
2517
+ "displayOptions": {
2518
+ "show": {
2519
+ "resource": [
2520
+ "Servers"
2521
+ ],
2522
+ "operation": [
2523
+ "Rebuild Server From Image"
2524
+ ]
2525
+ }
2526
+ }
2527
+ },
2528
+ {
2529
+ "required": true,
2530
+ "displayName": "Image",
2531
+ "name": "image",
2532
+ "type": "string",
2533
+ "default": "ubuntu-24.04",
2534
+ "description": "ID or name of Image to rebuilt from.",
2535
+ "routing": {
2536
+ "send": {
2537
+ "property": "image",
2538
+ "propertyInDotNotation": false,
2539
+ "type": "body",
2540
+ "value": "={{ $value }}"
2541
+ }
2542
+ },
2543
+ "displayOptions": {
2544
+ "show": {
2545
+ "resource": [
2546
+ "Servers"
2547
+ ],
2548
+ "operation": [
2549
+ "Rebuild Server From Image"
2550
+ ]
2551
+ }
2552
+ }
2553
+ },
2554
+ {
2555
+ "displayName": "User Data",
2556
+ "name": "user_data",
2557
+ "type": "string",
2558
+ "default": "#cloud-config\nruncmd:\n- [touch, /root/cloud-init-worked]\n",
2559
+ "description": "Cloud-Init user data to use during Server rebuild. This field is limited to 32KiB. If not specified, the Server's previous user_data value will be re-used (if any was set).",
2560
+ "routing": {
2561
+ "send": {
2562
+ "property": "user_data",
2563
+ "propertyInDotNotation": false,
2564
+ "type": "body",
2565
+ "value": "={{ $value }}"
2566
+ }
2567
+ },
2568
+ "displayOptions": {
2569
+ "show": {
2570
+ "resource": [
2571
+ "Servers"
2572
+ ],
2573
+ "operation": [
2574
+ "Rebuild Server From Image"
2575
+ ]
2576
+ }
2577
+ }
2578
+ },
2579
+ {
2580
+ "displayName": "POST /servers/{id}/actions/remove_from_placement_group",
2581
+ "name": "operation",
2582
+ "type": "notice",
2583
+ "typeOptions": {
2584
+ "theme": "info"
2585
+ },
2586
+ "default": "",
2587
+ "displayOptions": {
2588
+ "show": {
2589
+ "resource": [
2590
+ "Servers"
2591
+ ],
2592
+ "operation": [
2593
+ "Remove From Placement Group"
2594
+ ]
2595
+ }
2596
+ }
2597
+ },
2598
+ {
2599
+ "displayName": "Id",
2600
+ "name": "id",
2601
+ "required": true,
2602
+ "description": "ID of the Server.",
2603
+ "default": 42,
2604
+ "type": "number",
2605
+ "displayOptions": {
2606
+ "show": {
2607
+ "resource": [
2608
+ "Servers"
2609
+ ],
2610
+ "operation": [
2611
+ "Remove From Placement Group"
2612
+ ]
2613
+ }
2614
+ }
2615
+ },
2616
+ {
2617
+ "displayName": "POST /servers/{id}/actions/request_console",
2618
+ "name": "operation",
2619
+ "type": "notice",
2620
+ "typeOptions": {
2621
+ "theme": "info"
2622
+ },
2623
+ "default": "",
2624
+ "displayOptions": {
2625
+ "show": {
2626
+ "resource": [
2627
+ "Servers"
2628
+ ],
2629
+ "operation": [
2630
+ "Request Console For Server"
2631
+ ]
2632
+ }
2633
+ }
2634
+ },
2635
+ {
2636
+ "displayName": "Id",
2637
+ "name": "id",
2638
+ "required": true,
2639
+ "description": "ID of the Server.",
2640
+ "default": 42,
2641
+ "type": "number",
2642
+ "displayOptions": {
2643
+ "show": {
2644
+ "resource": [
2645
+ "Servers"
2646
+ ],
2647
+ "operation": [
2648
+ "Request Console For Server"
2649
+ ]
2650
+ }
2651
+ }
2652
+ },
2653
+ {
2654
+ "displayName": "POST /servers/{id}/actions/reset",
2655
+ "name": "operation",
2656
+ "type": "notice",
2657
+ "typeOptions": {
2658
+ "theme": "info"
2659
+ },
2660
+ "default": "",
2661
+ "displayOptions": {
2662
+ "show": {
2663
+ "resource": [
2664
+ "Servers"
2665
+ ],
2666
+ "operation": [
2667
+ "Reset Server"
2668
+ ]
2669
+ }
2670
+ }
2671
+ },
2672
+ {
2673
+ "displayName": "Id",
2674
+ "name": "id",
2675
+ "required": true,
2676
+ "description": "ID of the Server.",
2677
+ "default": 42,
2678
+ "type": "number",
2679
+ "displayOptions": {
2680
+ "show": {
2681
+ "resource": [
2682
+ "Servers"
2683
+ ],
2684
+ "operation": [
2685
+ "Reset Server"
2686
+ ]
2687
+ }
2688
+ }
2689
+ },
2690
+ {
2691
+ "displayName": "POST /servers/{id}/actions/reset_password",
2692
+ "name": "operation",
2693
+ "type": "notice",
2694
+ "typeOptions": {
2695
+ "theme": "info"
2696
+ },
2697
+ "default": "",
2698
+ "displayOptions": {
2699
+ "show": {
2700
+ "resource": [
2701
+ "Servers"
2702
+ ],
2703
+ "operation": [
2704
+ "Reset Root Password Of Server"
2705
+ ]
2706
+ }
2707
+ }
2708
+ },
2709
+ {
2710
+ "displayName": "Id",
2711
+ "name": "id",
2712
+ "required": true,
2713
+ "description": "ID of the Server.",
2714
+ "default": 42,
2715
+ "type": "number",
2716
+ "displayOptions": {
2717
+ "show": {
2718
+ "resource": [
2719
+ "Servers"
2720
+ ],
2721
+ "operation": [
2722
+ "Reset Root Password Of Server"
2723
+ ]
2724
+ }
2725
+ }
2726
+ },
2727
+ {
2728
+ "displayName": "POST /servers/{id}/actions/shutdown",
2729
+ "name": "operation",
2730
+ "type": "notice",
2731
+ "typeOptions": {
2732
+ "theme": "info"
2733
+ },
2734
+ "default": "",
2735
+ "displayOptions": {
2736
+ "show": {
2737
+ "resource": [
2738
+ "Servers"
2739
+ ],
2740
+ "operation": [
2741
+ "Shutdown Server"
2742
+ ]
2743
+ }
2744
+ }
2745
+ },
2746
+ {
2747
+ "displayName": "Id",
2748
+ "name": "id",
2749
+ "required": true,
2750
+ "description": "ID of the Server.",
2751
+ "default": 42,
2752
+ "type": "number",
2753
+ "displayOptions": {
2754
+ "show": {
2755
+ "resource": [
2756
+ "Servers"
2757
+ ],
2758
+ "operation": [
2759
+ "Shutdown Server"
2760
+ ]
2761
+ }
2762
+ }
2763
+ },
2764
+ {
2765
+ "displayName": "GET /servers/{id}/metrics",
2766
+ "name": "operation",
2767
+ "type": "notice",
2768
+ "typeOptions": {
2769
+ "theme": "info"
2770
+ },
2771
+ "default": "",
2772
+ "displayOptions": {
2773
+ "show": {
2774
+ "resource": [
2775
+ "Servers"
2776
+ ],
2777
+ "operation": [
2778
+ "Get Metrics For Server"
2779
+ ]
2780
+ }
2781
+ }
2782
+ },
2783
+ {
2784
+ "displayName": "Id",
2785
+ "name": "id",
2786
+ "required": true,
2787
+ "description": "ID of the Server.",
2788
+ "default": 42,
2789
+ "type": "number",
2790
+ "displayOptions": {
2791
+ "show": {
2792
+ "resource": [
2793
+ "Servers"
2794
+ ],
2795
+ "operation": [
2796
+ "Get Metrics For Server"
2797
+ ]
2798
+ }
2799
+ }
2800
+ },
2801
+ {
2802
+ "displayName": "Type",
2803
+ "name": "type",
2804
+ "required": true,
2805
+ "description": "Type of metrics to get.",
2806
+ "default": "[\n null\n]",
2807
+ "type": "json",
2808
+ "routing": {
2809
+ "send": {
2810
+ "type": "query",
2811
+ "property": "type",
2812
+ "value": "={{ $value }}",
2813
+ "propertyInDotNotation": false
2814
+ }
2815
+ },
2816
+ "displayOptions": {
2817
+ "show": {
2818
+ "resource": [
2819
+ "Servers"
2820
+ ],
2821
+ "operation": [
2822
+ "Get Metrics For Server"
2823
+ ]
2824
+ }
2825
+ }
2826
+ },
2827
+ {
2828
+ "displayName": "Start",
2829
+ "name": "start",
2830
+ "required": true,
2831
+ "description": "Start of period to get Metrics for (in [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) format).",
2832
+ "default": "",
2833
+ "type": "string",
2834
+ "routing": {
2835
+ "send": {
2836
+ "type": "query",
2837
+ "property": "start",
2838
+ "value": "={{ $value }}",
2839
+ "propertyInDotNotation": false
2840
+ }
2841
+ },
2842
+ "displayOptions": {
2843
+ "show": {
2844
+ "resource": [
2845
+ "Servers"
2846
+ ],
2847
+ "operation": [
2848
+ "Get Metrics For Server"
2849
+ ]
2850
+ }
2851
+ }
2852
+ },
2853
+ {
2854
+ "displayName": "End",
2855
+ "name": "end",
2856
+ "required": true,
2857
+ "description": "End of period to get Metrics for (in [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) format).",
2858
+ "default": "",
2859
+ "type": "string",
2860
+ "routing": {
2861
+ "send": {
2862
+ "type": "query",
2863
+ "property": "end",
2864
+ "value": "={{ $value }}",
2865
+ "propertyInDotNotation": false
2866
+ }
2867
+ },
2868
+ "displayOptions": {
2869
+ "show": {
2870
+ "resource": [
2871
+ "Servers"
2872
+ ],
2873
+ "operation": [
2874
+ "Get Metrics For Server"
2875
+ ]
2876
+ }
2877
+ }
2878
+ },
2879
+ {
2880
+ "displayName": "Step",
2881
+ "name": "step",
2882
+ "description": "Resolution of results in seconds.",
2883
+ "default": "",
2884
+ "type": "string",
2885
+ "routing": {
2886
+ "send": {
2887
+ "type": "query",
2888
+ "property": "step",
2889
+ "value": "={{ $value }}",
2890
+ "propertyInDotNotation": false
2891
+ }
2892
+ },
2893
+ "displayOptions": {
2894
+ "show": {
2895
+ "resource": [
2896
+ "Servers"
2897
+ ],
2898
+ "operation": [
2899
+ "Get Metrics For Server"
2900
+ ]
2901
+ }
2902
+ }
2903
+ },
2904
+ {
2905
+ "displayName": "GET /servers/actions",
2906
+ "name": "operation",
2907
+ "type": "notice",
2908
+ "typeOptions": {
2909
+ "theme": "info"
2910
+ },
2911
+ "default": "",
2912
+ "displayOptions": {
2913
+ "show": {
2914
+ "resource": [
2915
+ "Servers"
2916
+ ],
2917
+ "operation": [
2918
+ "List Server Actions"
2919
+ ]
2920
+ }
2921
+ }
2922
+ },
2923
+ {
2924
+ "displayName": "Id",
2925
+ "name": "id",
2926
+ "description": "Filter the actions by ID. Can be used multiple times. The response will only contain\nactions matching the specified IDs.\n",
2927
+ "default": "[\n 42\n]",
2928
+ "type": "json",
2929
+ "routing": {
2930
+ "send": {
2931
+ "type": "query",
2932
+ "property": "id",
2933
+ "value": "={{ $value }}",
2934
+ "propertyInDotNotation": false
2935
+ }
2936
+ },
2937
+ "displayOptions": {
2938
+ "show": {
2939
+ "resource": [
2940
+ "Servers"
2941
+ ],
2942
+ "operation": [
2943
+ "List Server Actions"
2944
+ ]
2945
+ }
2946
+ }
2947
+ },
2948
+ {
2949
+ "displayName": "Sort",
2950
+ "name": "sort",
2951
+ "description": "Sort actions by field and direction. Can be used multiple times. For more\ninformation, see \"Sorting\".\n",
2952
+ "default": "[\n null\n]",
2953
+ "type": "json",
2954
+ "routing": {
2955
+ "send": {
2956
+ "type": "query",
2957
+ "property": "sort",
2958
+ "value": "={{ $value }}",
2959
+ "propertyInDotNotation": false
2960
+ }
2961
+ },
2962
+ "displayOptions": {
2963
+ "show": {
2964
+ "resource": [
2965
+ "Servers"
2966
+ ],
2967
+ "operation": [
2968
+ "List Server Actions"
2969
+ ]
2970
+ }
2971
+ }
2972
+ },
2973
+ {
2974
+ "displayName": "Status",
2975
+ "name": "status",
2976
+ "description": "Filter the actions by status. Can be used multiple times. The response will only\ncontain actions matching the specified statuses.\n",
2977
+ "default": "[\n null\n]",
2978
+ "type": "json",
2979
+ "routing": {
2980
+ "send": {
2981
+ "type": "query",
2982
+ "property": "status",
2983
+ "value": "={{ $value }}",
2984
+ "propertyInDotNotation": false
2985
+ }
2986
+ },
2987
+ "displayOptions": {
2988
+ "show": {
2989
+ "resource": [
2990
+ "Servers"
2991
+ ],
2992
+ "operation": [
2993
+ "List Server Actions"
2994
+ ]
2995
+ }
2996
+ }
2997
+ },
2998
+ {
2999
+ "displayName": "Page",
3000
+ "name": "page",
3001
+ "description": "Page number to return. For more information, see \"Pagination\".",
3002
+ "default": 1,
3003
+ "type": "number",
3004
+ "routing": {
3005
+ "send": {
3006
+ "type": "query",
3007
+ "property": "page",
3008
+ "value": "={{ $value }}",
3009
+ "propertyInDotNotation": false
3010
+ }
3011
+ },
3012
+ "displayOptions": {
3013
+ "show": {
3014
+ "resource": [
3015
+ "Servers"
3016
+ ],
3017
+ "operation": [
3018
+ "List Server Actions"
3019
+ ]
3020
+ }
3021
+ }
3022
+ },
3023
+ {
3024
+ "displayName": "Per Page",
3025
+ "name": "per_page",
3026
+ "description": "Maximum number of entries returned per page. For more information, see \"Pagination\".",
3027
+ "default": 25,
3028
+ "type": "number",
3029
+ "routing": {
3030
+ "send": {
3031
+ "type": "query",
3032
+ "property": "per_page",
3033
+ "value": "={{ $value }}",
3034
+ "propertyInDotNotation": false
3035
+ }
3036
+ },
3037
+ "displayOptions": {
3038
+ "show": {
3039
+ "resource": [
3040
+ "Servers"
3041
+ ],
3042
+ "operation": [
3043
+ "List Server Actions"
3044
+ ]
3045
+ }
3046
+ }
3047
+ },
3048
+ {
3049
+ "displayName": "GET /servers/actions/{id}",
3050
+ "name": "operation",
3051
+ "type": "notice",
3052
+ "typeOptions": {
3053
+ "theme": "info"
3054
+ },
3055
+ "default": "",
3056
+ "displayOptions": {
3057
+ "show": {
3058
+ "resource": [
3059
+ "Servers"
3060
+ ],
3061
+ "operation": [
3062
+ "Get Server Action"
3063
+ ]
3064
+ }
3065
+ }
3066
+ },
3067
+ {
3068
+ "displayName": "Id",
3069
+ "name": "id",
3070
+ "required": true,
3071
+ "description": "ID of the Action.",
3072
+ "default": 42,
3073
+ "type": "number",
3074
+ "displayOptions": {
3075
+ "show": {
3076
+ "resource": [
3077
+ "Servers"
3078
+ ],
3079
+ "operation": [
3080
+ "Get Server Action"
3081
+ ]
3082
+ }
3083
+ }
3084
+ },
3085
+ ];
3086
+ //# sourceMappingURL=index.js.map