@n8n-dev/n8n-nodes-linode 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (73) hide show
  1. package/README.md +589 -0
  2. package/dist/banner.svg +91 -0
  3. package/dist/credentials/LinodeApi.credentials.d.ts +9 -0
  4. package/dist/credentials/LinodeApi.credentials.js +40 -0
  5. package/dist/credentials/LinodeApi.credentials.js.map +1 -0
  6. package/dist/icons/linode.dark.svg +18 -0
  7. package/dist/icons/linode.svg +18 -0
  8. package/dist/nodes/Linode/Linode.node.d.ts +4 -0
  9. package/dist/nodes/Linode/Linode.node.js +178 -0
  10. package/dist/nodes/Linode/Linode.node.js.map +1 -0
  11. package/dist/nodes/Linode/Linode.node.json +20 -0
  12. package/dist/nodes/Linode/linode.dark.svg +18 -0
  13. package/dist/nodes/Linode/linode.svg +18 -0
  14. package/dist/nodes/Linode/resources/account/index.d.ts +2 -0
  15. package/dist/nodes/Linode/resources/account/index.js +4783 -0
  16. package/dist/nodes/Linode/resources/account/index.js.map +1 -0
  17. package/dist/nodes/Linode/resources/databases/index.d.ts +2 -0
  18. package/dist/nodes/Linode/resources/databases/index.js +4009 -0
  19. package/dist/nodes/Linode/resources/databases/index.js.map +1 -0
  20. package/dist/nodes/Linode/resources/domains/index.d.ts +2 -0
  21. package/dist/nodes/Linode/resources/domains/index.js +2284 -0
  22. package/dist/nodes/Linode/resources/domains/index.js.map +1 -0
  23. package/dist/nodes/Linode/resources/images/index.d.ts +2 -0
  24. package/dist/nodes/Linode/resources/images/index.js +935 -0
  25. package/dist/nodes/Linode/resources/images/index.js.map +1 -0
  26. package/dist/nodes/Linode/resources/index.d.ts +18 -0
  27. package/dist/nodes/Linode/resources/index.js +40 -0
  28. package/dist/nodes/Linode/resources/index.js.map +1 -0
  29. package/dist/nodes/Linode/resources/linode-instances/index.d.ts +2 -0
  30. package/dist/nodes/Linode/resources/linode-instances/index.js +5610 -0
  31. package/dist/nodes/Linode/resources/linode-instances/index.js.map +1 -0
  32. package/dist/nodes/Linode/resources/linode-kubernetes-engine-lke/index.d.ts +2 -0
  33. package/dist/nodes/Linode/resources/linode-kubernetes-engine-lke/index.js +1788 -0
  34. package/dist/nodes/Linode/resources/linode-kubernetes-engine-lke/index.js.map +1 -0
  35. package/dist/nodes/Linode/resources/linode-types/index.d.ts +2 -0
  36. package/dist/nodes/Linode/resources/linode-types/index.js +84 -0
  37. package/dist/nodes/Linode/resources/linode-types/index.js.map +1 -0
  38. package/dist/nodes/Linode/resources/longview/index.d.ts +2 -0
  39. package/dist/nodes/Linode/resources/longview/index.js +969 -0
  40. package/dist/nodes/Linode/resources/longview/index.js.map +1 -0
  41. package/dist/nodes/Linode/resources/managed/index.d.ts +2 -0
  42. package/dist/nodes/Linode/resources/managed/index.js +2904 -0
  43. package/dist/nodes/Linode/resources/managed/index.js.map +1 -0
  44. package/dist/nodes/Linode/resources/networking/index.d.ts +2 -0
  45. package/dist/nodes/Linode/resources/networking/index.js +2365 -0
  46. package/dist/nodes/Linode/resources/networking/index.js.map +1 -0
  47. package/dist/nodes/Linode/resources/node-balancers/index.d.ts +2 -0
  48. package/dist/nodes/Linode/resources/node-balancers/index.js +3158 -0
  49. package/dist/nodes/Linode/resources/node-balancers/index.js.map +1 -0
  50. package/dist/nodes/Linode/resources/object-storage/index.d.ts +2 -0
  51. package/dist/nodes/Linode/resources/object-storage/index.js +2053 -0
  52. package/dist/nodes/Linode/resources/object-storage/index.js.map +1 -0
  53. package/dist/nodes/Linode/resources/profile/index.d.ts +2 -0
  54. package/dist/nodes/Linode/resources/profile/index.js +2684 -0
  55. package/dist/nodes/Linode/resources/profile/index.js.map +1 -0
  56. package/dist/nodes/Linode/resources/regions/index.d.ts +2 -0
  57. package/dist/nodes/Linode/resources/regions/index.js +84 -0
  58. package/dist/nodes/Linode/resources/regions/index.js.map +1 -0
  59. package/dist/nodes/Linode/resources/stack-scripts/index.d.ts +2 -0
  60. package/dist/nodes/Linode/resources/stack-scripts/index.js +1102 -0
  61. package/dist/nodes/Linode/resources/stack-scripts/index.js.map +1 -0
  62. package/dist/nodes/Linode/resources/support/index.d.ts +2 -0
  63. package/dist/nodes/Linode/resources/support/index.js +883 -0
  64. package/dist/nodes/Linode/resources/support/index.js.map +1 -0
  65. package/dist/nodes/Linode/resources/tags/index.d.ts +2 -0
  66. package/dist/nodes/Linode/resources/tags/index.js +472 -0
  67. package/dist/nodes/Linode/resources/tags/index.js.map +1 -0
  68. package/dist/nodes/Linode/resources/volumes/index.d.ts +2 -0
  69. package/dist/nodes/Linode/resources/volumes/index.js +953 -0
  70. package/dist/nodes/Linode/resources/volumes/index.js.map +1 -0
  71. package/dist/package.json +62 -0
  72. package/dist/tsconfig.tsbuildinfo +1 -0
  73. package/package.json +62 -0
@@ -0,0 +1,2904 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.managedDescription = void 0;
4
+ exports.managedDescription = [
5
+ {
6
+ "displayName": "Operation",
7
+ "name": "operation",
8
+ "type": "options",
9
+ "noDataExpression": true,
10
+ "displayOptions": {
11
+ "show": {
12
+ "resource": [
13
+ "Managed"
14
+ ]
15
+ }
16
+ },
17
+ "options": [
18
+ {
19
+ "name": "Get Managed Contacts",
20
+ "value": "Get Managed Contacts",
21
+ "action": "Managed Contacts List",
22
+ "description": "Returns a paginated list of Managed Contacts on your Account.\n\nThis command can only be accessed by the unrestricted users of an account.\n",
23
+ "routing": {
24
+ "request": {
25
+ "method": "GET",
26
+ "url": "=/managed/contacts"
27
+ }
28
+ }
29
+ },
30
+ {
31
+ "name": "Create Managed Contact",
32
+ "value": "Create Managed Contact",
33
+ "action": "Managed Contact Create",
34
+ "description": "Creates a Managed Contact. A Managed Contact is someone Linode\nspecial forces can contact in the course of attempting to resolve an issue\nwith a Managed Service.\n\nThis command can only be accessed by the unrestricted users of an account.\n",
35
+ "routing": {
36
+ "request": {
37
+ "method": "POST",
38
+ "url": "=/managed/contacts"
39
+ }
40
+ }
41
+ },
42
+ {
43
+ "name": "Delete Managed Contact",
44
+ "value": "Delete Managed Contact",
45
+ "action": "Managed Contact Delete",
46
+ "description": "Deletes a Managed Contact.\n\nThis command can only be accessed by the unrestricted users of an account.\n",
47
+ "routing": {
48
+ "request": {
49
+ "method": "DELETE",
50
+ "url": "=/managed/contacts/{{$parameter[\"contactId\"]}}"
51
+ }
52
+ }
53
+ },
54
+ {
55
+ "name": "Get Managed Contact",
56
+ "value": "Get Managed Contact",
57
+ "action": "Managed Contact View",
58
+ "description": "Returns a single Managed Contact.\n\nThis command can only be accessed by the unrestricted users of an account.\n",
59
+ "routing": {
60
+ "request": {
61
+ "method": "GET",
62
+ "url": "=/managed/contacts/{{$parameter[\"contactId\"]}}"
63
+ }
64
+ }
65
+ },
66
+ {
67
+ "name": "Update Managed Contact",
68
+ "value": "Update Managed Contact",
69
+ "action": "Managed Contact Update",
70
+ "description": "Updates information about a Managed Contact.\nThis command can only be accessed by the unrestricted users of an account.\n",
71
+ "routing": {
72
+ "request": {
73
+ "method": "PUT",
74
+ "url": "=/managed/contacts/{{$parameter[\"contactId\"]}}"
75
+ }
76
+ }
77
+ },
78
+ {
79
+ "name": "Get Managed Credentials",
80
+ "value": "Get Managed Credentials",
81
+ "action": "Managed Credentials List",
82
+ "description": "Returns a paginated list of Managed Credentials on your Account.\n\nThis command can only be accessed by the unrestricted users of an account.\n",
83
+ "routing": {
84
+ "request": {
85
+ "method": "GET",
86
+ "url": "=/managed/credentials"
87
+ }
88
+ }
89
+ },
90
+ {
91
+ "name": "Create Managed Credential",
92
+ "value": "Create Managed Credential",
93
+ "action": "Managed Credential Create",
94
+ "description": "Creates a Managed Credential. A Managed Credential is stored securely\nto allow Linode special forces to access your Managed Services and resolve\nissues.\n\nThis command can only be accessed by the unrestricted users of an account.\n",
95
+ "routing": {
96
+ "request": {
97
+ "method": "POST",
98
+ "url": "=/managed/credentials"
99
+ }
100
+ }
101
+ },
102
+ {
103
+ "name": "View Managed SSH Key",
104
+ "value": "View Managed SSH Key",
105
+ "action": "Managed SSH Key View",
106
+ "description": "Returns the unique SSH public key assigned to your Linode account's\nManaged service. If you [add this public key](/docs/guides/linode-managed/#adding-the-public-key) to a Linode on your account,\nLinode special forces will be able to log in to the Linode with this key\nwhen attempting to resolve issues.\n\nThis command can only be accessed by the unrestricted users of an account.\n",
107
+ "routing": {
108
+ "request": {
109
+ "method": "GET",
110
+ "url": "=/managed/credentials/sshkey"
111
+ }
112
+ }
113
+ },
114
+ {
115
+ "name": "Get Managed Credential",
116
+ "value": "Get Managed Credential",
117
+ "action": "Managed Credential View",
118
+ "description": "Returns a single Managed Credential.\n\nThis command can only be accessed by the unrestricted users of an account.\n",
119
+ "routing": {
120
+ "request": {
121
+ "method": "GET",
122
+ "url": "=/managed/credentials/{{$parameter[\"credentialId\"]}}"
123
+ }
124
+ }
125
+ },
126
+ {
127
+ "name": "Update Managed Credential",
128
+ "value": "Update Managed Credential",
129
+ "action": "Managed Credential Update",
130
+ "description": "Updates the label of a Managed Credential. This endpoint does not update the username and password for a Managed Credential. To do this, use the Managed Credential Username and Password Update ([POST /managed/credentials/{credentialId}/update](/docs/api/managed/#managed-credential-username-and-password-update)) endpoint instead.\nThis command can only be accessed by the unrestricted users of an account.\n",
131
+ "routing": {
132
+ "request": {
133
+ "method": "PUT",
134
+ "url": "=/managed/credentials/{{$parameter[\"credentialId\"]}}"
135
+ }
136
+ }
137
+ },
138
+ {
139
+ "name": "Delete Managed Credential",
140
+ "value": "Delete Managed Credential",
141
+ "action": "Managed Credential Delete",
142
+ "description": "Deletes a Managed Credential. Linode special forces will no longer\nhave access to this Credential when attempting to resolve issues.\n\nThis command can only be accessed by the unrestricted users of an account.\n",
143
+ "routing": {
144
+ "request": {
145
+ "method": "POST",
146
+ "url": "=/managed/credentials/{{$parameter[\"credentialId\"]}}/revoke"
147
+ }
148
+ }
149
+ },
150
+ {
151
+ "name": "Update Managed Credential Username Password",
152
+ "value": "Update Managed Credential Username Password",
153
+ "action": "Managed Credential Username and Password Update",
154
+ "description": "Updates the username and password for a Managed Credential.\n\nThis command can only be accessed by the unrestricted users of an account.\n",
155
+ "routing": {
156
+ "request": {
157
+ "method": "POST",
158
+ "url": "=/managed/credentials/{{$parameter[\"credentialId\"]}}/update"
159
+ }
160
+ }
161
+ },
162
+ {
163
+ "name": "Get Managed Issues",
164
+ "value": "Get Managed Issues",
165
+ "action": "Managed Issues List",
166
+ "description": "Returns a paginated list of recent and ongoing issues detected on your\nManaged Services.\n\nThis command can only be accessed by the unrestricted users of an account.\n",
167
+ "routing": {
168
+ "request": {
169
+ "method": "GET",
170
+ "url": "=/managed/issues"
171
+ }
172
+ }
173
+ },
174
+ {
175
+ "name": "Get Managed Issue",
176
+ "value": "Get Managed Issue",
177
+ "action": "Managed Issue View",
178
+ "description": "Returns a single Issue that is impacting or did impact one of your\nManaged Services.\n\nThis command can only be accessed by the unrestricted users of an account.\n",
179
+ "routing": {
180
+ "request": {
181
+ "method": "GET",
182
+ "url": "=/managed/issues/{{$parameter[\"issueId\"]}}"
183
+ }
184
+ }
185
+ },
186
+ {
187
+ "name": "Get Managed Linode Settings",
188
+ "value": "Get Managed Linode Settings",
189
+ "action": "Managed Linode Settings List",
190
+ "description": "Returns a paginated list of Managed Settings for your Linodes. There will\nbe one entry per Linode on your Account.\n\nThis command can only be accessed by the unrestricted users of an account.\n",
191
+ "routing": {
192
+ "request": {
193
+ "method": "GET",
194
+ "url": "=/managed/linode-settings"
195
+ }
196
+ }
197
+ },
198
+ {
199
+ "name": "Get Managed Linode Setting",
200
+ "value": "Get Managed Linode Setting",
201
+ "action": "Linode's Managed Settings View",
202
+ "description": "Returns a single Linode's Managed settings.\n\nThis command can only be accessed by the unrestricted users of an account.\n",
203
+ "routing": {
204
+ "request": {
205
+ "method": "GET",
206
+ "url": "=/managed/linode-settings/{{$parameter[\"linodeId\"]}}"
207
+ }
208
+ }
209
+ },
210
+ {
211
+ "name": "Update Managed Linode Setting",
212
+ "value": "Update Managed Linode Setting",
213
+ "action": "Linode's Managed Settings Update",
214
+ "description": "Updates a single Linode's Managed settings.\nThis command can only be accessed by the unrestricted users of an account.\n",
215
+ "routing": {
216
+ "request": {
217
+ "method": "PUT",
218
+ "url": "=/managed/linode-settings/{{$parameter[\"linodeId\"]}}"
219
+ }
220
+ }
221
+ },
222
+ {
223
+ "name": "Get Managed Services",
224
+ "value": "Get Managed Services",
225
+ "action": "Managed Services List",
226
+ "description": "Returns a paginated list of Managed Services on your Account. These\nare the services Linode Managed is monitoring and will report and attempt\nto resolve issues with.\n\nThis command can only be accessed by the unrestricted users of an account.\n",
227
+ "routing": {
228
+ "request": {
229
+ "method": "GET",
230
+ "url": "=/managed/services"
231
+ }
232
+ }
233
+ },
234
+ {
235
+ "name": "Create Managed Service",
236
+ "value": "Create Managed Service",
237
+ "action": "Managed Service Create",
238
+ "description": "Creates a Managed Service. Linode Managed will begin monitoring this\nservice and reporting and attempting to resolve any Issues.\n\nThis command can only be accessed by the unrestricted users of an account.\n",
239
+ "routing": {
240
+ "request": {
241
+ "method": "POST",
242
+ "url": "=/managed/services"
243
+ }
244
+ }
245
+ },
246
+ {
247
+ "name": "Delete Managed Service",
248
+ "value": "Delete Managed Service",
249
+ "action": "Managed Service Delete",
250
+ "description": "Deletes a Managed Service. This service will no longer be monitored by\nLinode Managed.\n\nThis command can only be accessed by the unrestricted users of an account.\n",
251
+ "routing": {
252
+ "request": {
253
+ "method": "DELETE",
254
+ "url": "=/managed/services/{{$parameter[\"serviceId\"]}}"
255
+ }
256
+ }
257
+ },
258
+ {
259
+ "name": "Get Managed Service",
260
+ "value": "Get Managed Service",
261
+ "action": "Managed Service View",
262
+ "description": "Returns information about a single Managed Service on your Account.\n\nThis command can only be accessed by the unrestricted users of an account.\n",
263
+ "routing": {
264
+ "request": {
265
+ "method": "GET",
266
+ "url": "=/managed/services/{{$parameter[\"serviceId\"]}}"
267
+ }
268
+ }
269
+ },
270
+ {
271
+ "name": "Update Managed Service",
272
+ "value": "Update Managed Service",
273
+ "action": "Managed Service Update",
274
+ "description": "Updates information about a Managed Service.\n\nThis command can only be accessed by the unrestricted users of an account.\n",
275
+ "routing": {
276
+ "request": {
277
+ "method": "PUT",
278
+ "url": "=/managed/services/{{$parameter[\"serviceId\"]}}"
279
+ }
280
+ }
281
+ },
282
+ {
283
+ "name": "Disable Managed Service",
284
+ "value": "Disable Managed Service",
285
+ "action": "Managed Service Disable",
286
+ "description": "Temporarily disables monitoring of a Managed Service.\n\nThis command can only be accessed by the unrestricted users of an account.\n",
287
+ "routing": {
288
+ "request": {
289
+ "method": "POST",
290
+ "url": "=/managed/services/{{$parameter[\"serviceId\"]}}/disable"
291
+ }
292
+ }
293
+ },
294
+ {
295
+ "name": "Enable Managed Service",
296
+ "value": "Enable Managed Service",
297
+ "action": "Managed Service Enable",
298
+ "description": "Enables monitoring of a Managed Service.\n\nThis command can only be accessed by the unrestricted users of an account.\n",
299
+ "routing": {
300
+ "request": {
301
+ "method": "POST",
302
+ "url": "=/managed/services/{{$parameter[\"serviceId\"]}}/enable"
303
+ }
304
+ }
305
+ },
306
+ {
307
+ "name": "Get Managed Stats",
308
+ "value": "Get Managed Stats",
309
+ "action": "Managed Stats List",
310
+ "description": "Returns a list of Managed Stats on your Account in the form of x and y data points.\nYou can use these data points to plot your own graph visualizations. These stats\nreflect the last 24 hours of combined usage across all managed Linodes on your account\ngiving you a high-level snapshot of data for the following:\n\n\n* cpu\n* disk\n* swap\n* network in\n* network out\n\nThis command can only be accessed by the unrestricted users of an account.\n",
311
+ "routing": {
312
+ "request": {
313
+ "method": "GET",
314
+ "url": "=/managed/stats"
315
+ }
316
+ }
317
+ }
318
+ ],
319
+ "default": ""
320
+ },
321
+ {
322
+ "displayName": "GET /managed/contacts",
323
+ "name": "operation",
324
+ "type": "notice",
325
+ "typeOptions": {
326
+ "theme": "info"
327
+ },
328
+ "default": "",
329
+ "displayOptions": {
330
+ "show": {
331
+ "resource": [
332
+ "Managed"
333
+ ],
334
+ "operation": [
335
+ "Get Managed Contacts"
336
+ ]
337
+ }
338
+ }
339
+ },
340
+ {
341
+ "displayName": "Page",
342
+ "name": "page",
343
+ "description": "The page of a collection to return.",
344
+ "default": 1,
345
+ "type": "number",
346
+ "routing": {
347
+ "send": {
348
+ "type": "query",
349
+ "property": "page",
350
+ "value": "={{ $value }}",
351
+ "propertyInDotNotation": false
352
+ }
353
+ },
354
+ "displayOptions": {
355
+ "show": {
356
+ "resource": [
357
+ "Managed"
358
+ ],
359
+ "operation": [
360
+ "Get Managed Contacts"
361
+ ]
362
+ }
363
+ }
364
+ },
365
+ {
366
+ "displayName": "Page Size",
367
+ "name": "page_size",
368
+ "description": "The number of items to return per page.",
369
+ "default": 100,
370
+ "type": "number",
371
+ "routing": {
372
+ "send": {
373
+ "type": "query",
374
+ "property": "page_size",
375
+ "value": "={{ $value }}",
376
+ "propertyInDotNotation": false
377
+ }
378
+ },
379
+ "displayOptions": {
380
+ "show": {
381
+ "resource": [
382
+ "Managed"
383
+ ],
384
+ "operation": [
385
+ "Get Managed Contacts"
386
+ ]
387
+ }
388
+ }
389
+ },
390
+ {
391
+ "displayName": "Bearer Token",
392
+ "name": "security_personalaccesstoken",
393
+ "type": "string",
394
+ "default": "",
395
+ "description": "HTTP bearer authentication for personalAccessToken",
396
+ "required": false,
397
+ "routing": {
398
+ "request": {
399
+ "headers": {
400
+ "Authorization": "={{ 'Bearer ' + $value }}"
401
+ }
402
+ }
403
+ },
404
+ "displayOptions": {
405
+ "show": {
406
+ "resource": [
407
+ "Managed"
408
+ ],
409
+ "operation": [
410
+ "Get Managed Contacts"
411
+ ]
412
+ }
413
+ }
414
+ },
415
+ {
416
+ "displayName": "POST /managed/contacts",
417
+ "name": "operation",
418
+ "type": "notice",
419
+ "typeOptions": {
420
+ "theme": "info"
421
+ },
422
+ "default": "",
423
+ "displayOptions": {
424
+ "show": {
425
+ "resource": [
426
+ "Managed"
427
+ ],
428
+ "operation": [
429
+ "Create Managed Contact"
430
+ ]
431
+ }
432
+ }
433
+ },
434
+ {
435
+ "displayName": "Email",
436
+ "name": "email",
437
+ "type": "string",
438
+ "default": "john.doe@example.org",
439
+ "description": "The address to email this Contact to alert them of issues.\n",
440
+ "routing": {
441
+ "send": {
442
+ "property": "email",
443
+ "propertyInDotNotation": false,
444
+ "type": "body",
445
+ "value": "={{ $value }}"
446
+ }
447
+ },
448
+ "displayOptions": {
449
+ "show": {
450
+ "resource": [
451
+ "Managed"
452
+ ],
453
+ "operation": [
454
+ "Create Managed Contact"
455
+ ]
456
+ }
457
+ }
458
+ },
459
+ {
460
+ "displayName": "Group",
461
+ "name": "group",
462
+ "type": "string",
463
+ "default": "on-call",
464
+ "description": "A grouping for this Contact. This is for display purposes only.\n",
465
+ "routing": {
466
+ "send": {
467
+ "property": "group",
468
+ "propertyInDotNotation": false,
469
+ "type": "body",
470
+ "value": "={{ $value }}"
471
+ }
472
+ },
473
+ "displayOptions": {
474
+ "show": {
475
+ "resource": [
476
+ "Managed"
477
+ ],
478
+ "operation": [
479
+ "Create Managed Contact"
480
+ ]
481
+ }
482
+ }
483
+ },
484
+ {
485
+ "displayName": "ID",
486
+ "name": "id",
487
+ "type": "number",
488
+ "default": 567,
489
+ "description": "This Contact's unique ID.\n",
490
+ "routing": {
491
+ "send": {
492
+ "property": "id",
493
+ "propertyInDotNotation": false,
494
+ "type": "body",
495
+ "value": "={{ $value }}"
496
+ }
497
+ },
498
+ "displayOptions": {
499
+ "show": {
500
+ "resource": [
501
+ "Managed"
502
+ ],
503
+ "operation": [
504
+ "Create Managed Contact"
505
+ ]
506
+ }
507
+ }
508
+ },
509
+ {
510
+ "displayName": "Name",
511
+ "name": "name",
512
+ "type": "string",
513
+ "default": "John Doe",
514
+ "description": "The name of this Contact.\n",
515
+ "routing": {
516
+ "send": {
517
+ "property": "name",
518
+ "propertyInDotNotation": false,
519
+ "type": "body",
520
+ "value": "={{ $value }}"
521
+ }
522
+ },
523
+ "displayOptions": {
524
+ "show": {
525
+ "resource": [
526
+ "Managed"
527
+ ],
528
+ "operation": [
529
+ "Create Managed Contact"
530
+ ]
531
+ }
532
+ }
533
+ },
534
+ {
535
+ "displayName": "Phone",
536
+ "name": "phone",
537
+ "type": "json",
538
+ "default": "{\n \"primary\": \"123-456-7890\",\n \"secondary\": null\n}",
539
+ "description": "Information about how to reach this Contact by phone.\n",
540
+ "routing": {
541
+ "send": {
542
+ "property": "phone",
543
+ "propertyInDotNotation": false,
544
+ "type": "body",
545
+ "value": "={{ JSON.parse($value) }}"
546
+ }
547
+ },
548
+ "displayOptions": {
549
+ "show": {
550
+ "resource": [
551
+ "Managed"
552
+ ],
553
+ "operation": [
554
+ "Create Managed Contact"
555
+ ]
556
+ }
557
+ }
558
+ },
559
+ {
560
+ "displayName": "Updated",
561
+ "name": "updated",
562
+ "type": "string",
563
+ "default": "2018-01-01T00:01:01",
564
+ "description": "When this Contact was last updated.\n",
565
+ "routing": {
566
+ "send": {
567
+ "property": "updated",
568
+ "propertyInDotNotation": false,
569
+ "type": "body",
570
+ "value": "={{ $value }}"
571
+ }
572
+ },
573
+ "displayOptions": {
574
+ "show": {
575
+ "resource": [
576
+ "Managed"
577
+ ],
578
+ "operation": [
579
+ "Create Managed Contact"
580
+ ]
581
+ }
582
+ }
583
+ },
584
+ {
585
+ "displayName": "Bearer Token",
586
+ "name": "security_personalaccesstoken",
587
+ "type": "string",
588
+ "default": "",
589
+ "description": "HTTP bearer authentication for personalAccessToken",
590
+ "required": false,
591
+ "routing": {
592
+ "request": {
593
+ "headers": {
594
+ "Authorization": "={{ 'Bearer ' + $value }}"
595
+ }
596
+ }
597
+ },
598
+ "displayOptions": {
599
+ "show": {
600
+ "resource": [
601
+ "Managed"
602
+ ],
603
+ "operation": [
604
+ "Create Managed Contact"
605
+ ]
606
+ }
607
+ }
608
+ },
609
+ {
610
+ "displayName": "DELETE /managed/contacts/{contactId}",
611
+ "name": "operation",
612
+ "type": "notice",
613
+ "typeOptions": {
614
+ "theme": "info"
615
+ },
616
+ "default": "",
617
+ "displayOptions": {
618
+ "show": {
619
+ "resource": [
620
+ "Managed"
621
+ ],
622
+ "operation": [
623
+ "Delete Managed Contact"
624
+ ]
625
+ }
626
+ }
627
+ },
628
+ {
629
+ "displayName": "Bearer Token",
630
+ "name": "security_personalaccesstoken",
631
+ "type": "string",
632
+ "default": "",
633
+ "description": "HTTP bearer authentication for personalAccessToken",
634
+ "required": false,
635
+ "routing": {
636
+ "request": {
637
+ "headers": {
638
+ "Authorization": "={{ 'Bearer ' + $value }}"
639
+ }
640
+ }
641
+ },
642
+ "displayOptions": {
643
+ "show": {
644
+ "resource": [
645
+ "Managed"
646
+ ],
647
+ "operation": [
648
+ "Delete Managed Contact"
649
+ ]
650
+ }
651
+ }
652
+ },
653
+ {
654
+ "displayName": "GET /managed/contacts/{contactId}",
655
+ "name": "operation",
656
+ "type": "notice",
657
+ "typeOptions": {
658
+ "theme": "info"
659
+ },
660
+ "default": "",
661
+ "displayOptions": {
662
+ "show": {
663
+ "resource": [
664
+ "Managed"
665
+ ],
666
+ "operation": [
667
+ "Get Managed Contact"
668
+ ]
669
+ }
670
+ }
671
+ },
672
+ {
673
+ "displayName": "Bearer Token",
674
+ "name": "security_personalaccesstoken",
675
+ "type": "string",
676
+ "default": "",
677
+ "description": "HTTP bearer authentication for personalAccessToken",
678
+ "required": false,
679
+ "routing": {
680
+ "request": {
681
+ "headers": {
682
+ "Authorization": "={{ 'Bearer ' + $value }}"
683
+ }
684
+ }
685
+ },
686
+ "displayOptions": {
687
+ "show": {
688
+ "resource": [
689
+ "Managed"
690
+ ],
691
+ "operation": [
692
+ "Get Managed Contact"
693
+ ]
694
+ }
695
+ }
696
+ },
697
+ {
698
+ "displayName": "PUT /managed/contacts/{contactId}",
699
+ "name": "operation",
700
+ "type": "notice",
701
+ "typeOptions": {
702
+ "theme": "info"
703
+ },
704
+ "default": "",
705
+ "displayOptions": {
706
+ "show": {
707
+ "resource": [
708
+ "Managed"
709
+ ],
710
+ "operation": [
711
+ "Update Managed Contact"
712
+ ]
713
+ }
714
+ }
715
+ },
716
+ {
717
+ "displayName": "Email",
718
+ "name": "email",
719
+ "type": "string",
720
+ "default": "john.doe@example.org",
721
+ "description": "The address to email this Contact to alert them of issues.\n",
722
+ "routing": {
723
+ "send": {
724
+ "property": "email",
725
+ "propertyInDotNotation": false,
726
+ "type": "body",
727
+ "value": "={{ $value }}"
728
+ }
729
+ },
730
+ "displayOptions": {
731
+ "show": {
732
+ "resource": [
733
+ "Managed"
734
+ ],
735
+ "operation": [
736
+ "Update Managed Contact"
737
+ ]
738
+ }
739
+ }
740
+ },
741
+ {
742
+ "displayName": "Group",
743
+ "name": "group",
744
+ "type": "string",
745
+ "default": "on-call",
746
+ "description": "A grouping for this Contact. This is for display purposes only.\n",
747
+ "routing": {
748
+ "send": {
749
+ "property": "group",
750
+ "propertyInDotNotation": false,
751
+ "type": "body",
752
+ "value": "={{ $value }}"
753
+ }
754
+ },
755
+ "displayOptions": {
756
+ "show": {
757
+ "resource": [
758
+ "Managed"
759
+ ],
760
+ "operation": [
761
+ "Update Managed Contact"
762
+ ]
763
+ }
764
+ }
765
+ },
766
+ {
767
+ "displayName": "ID",
768
+ "name": "id",
769
+ "type": "number",
770
+ "default": 567,
771
+ "description": "This Contact's unique ID.\n",
772
+ "routing": {
773
+ "send": {
774
+ "property": "id",
775
+ "propertyInDotNotation": false,
776
+ "type": "body",
777
+ "value": "={{ $value }}"
778
+ }
779
+ },
780
+ "displayOptions": {
781
+ "show": {
782
+ "resource": [
783
+ "Managed"
784
+ ],
785
+ "operation": [
786
+ "Update Managed Contact"
787
+ ]
788
+ }
789
+ }
790
+ },
791
+ {
792
+ "displayName": "Name",
793
+ "name": "name",
794
+ "type": "string",
795
+ "default": "John Doe",
796
+ "description": "The name of this Contact.\n",
797
+ "routing": {
798
+ "send": {
799
+ "property": "name",
800
+ "propertyInDotNotation": false,
801
+ "type": "body",
802
+ "value": "={{ $value }}"
803
+ }
804
+ },
805
+ "displayOptions": {
806
+ "show": {
807
+ "resource": [
808
+ "Managed"
809
+ ],
810
+ "operation": [
811
+ "Update Managed Contact"
812
+ ]
813
+ }
814
+ }
815
+ },
816
+ {
817
+ "displayName": "Phone",
818
+ "name": "phone",
819
+ "type": "json",
820
+ "default": "{\n \"primary\": \"123-456-7890\",\n \"secondary\": null\n}",
821
+ "description": "Information about how to reach this Contact by phone.\n",
822
+ "routing": {
823
+ "send": {
824
+ "property": "phone",
825
+ "propertyInDotNotation": false,
826
+ "type": "body",
827
+ "value": "={{ JSON.parse($value) }}"
828
+ }
829
+ },
830
+ "displayOptions": {
831
+ "show": {
832
+ "resource": [
833
+ "Managed"
834
+ ],
835
+ "operation": [
836
+ "Update Managed Contact"
837
+ ]
838
+ }
839
+ }
840
+ },
841
+ {
842
+ "displayName": "Updated",
843
+ "name": "updated",
844
+ "type": "string",
845
+ "default": "2018-01-01T00:01:01",
846
+ "description": "When this Contact was last updated.\n",
847
+ "routing": {
848
+ "send": {
849
+ "property": "updated",
850
+ "propertyInDotNotation": false,
851
+ "type": "body",
852
+ "value": "={{ $value }}"
853
+ }
854
+ },
855
+ "displayOptions": {
856
+ "show": {
857
+ "resource": [
858
+ "Managed"
859
+ ],
860
+ "operation": [
861
+ "Update Managed Contact"
862
+ ]
863
+ }
864
+ }
865
+ },
866
+ {
867
+ "displayName": "Bearer Token",
868
+ "name": "security_personalaccesstoken",
869
+ "type": "string",
870
+ "default": "",
871
+ "description": "HTTP bearer authentication for personalAccessToken",
872
+ "required": false,
873
+ "routing": {
874
+ "request": {
875
+ "headers": {
876
+ "Authorization": "={{ 'Bearer ' + $value }}"
877
+ }
878
+ }
879
+ },
880
+ "displayOptions": {
881
+ "show": {
882
+ "resource": [
883
+ "Managed"
884
+ ],
885
+ "operation": [
886
+ "Update Managed Contact"
887
+ ]
888
+ }
889
+ }
890
+ },
891
+ {
892
+ "displayName": "GET /managed/credentials",
893
+ "name": "operation",
894
+ "type": "notice",
895
+ "typeOptions": {
896
+ "theme": "info"
897
+ },
898
+ "default": "",
899
+ "displayOptions": {
900
+ "show": {
901
+ "resource": [
902
+ "Managed"
903
+ ],
904
+ "operation": [
905
+ "Get Managed Credentials"
906
+ ]
907
+ }
908
+ }
909
+ },
910
+ {
911
+ "displayName": "Page",
912
+ "name": "page",
913
+ "description": "The page of a collection to return.",
914
+ "default": 1,
915
+ "type": "number",
916
+ "routing": {
917
+ "send": {
918
+ "type": "query",
919
+ "property": "page",
920
+ "value": "={{ $value }}",
921
+ "propertyInDotNotation": false
922
+ }
923
+ },
924
+ "displayOptions": {
925
+ "show": {
926
+ "resource": [
927
+ "Managed"
928
+ ],
929
+ "operation": [
930
+ "Get Managed Credentials"
931
+ ]
932
+ }
933
+ }
934
+ },
935
+ {
936
+ "displayName": "Page Size",
937
+ "name": "page_size",
938
+ "description": "The number of items to return per page.",
939
+ "default": 100,
940
+ "type": "number",
941
+ "routing": {
942
+ "send": {
943
+ "type": "query",
944
+ "property": "page_size",
945
+ "value": "={{ $value }}",
946
+ "propertyInDotNotation": false
947
+ }
948
+ },
949
+ "displayOptions": {
950
+ "show": {
951
+ "resource": [
952
+ "Managed"
953
+ ],
954
+ "operation": [
955
+ "Get Managed Credentials"
956
+ ]
957
+ }
958
+ }
959
+ },
960
+ {
961
+ "displayName": "Bearer Token",
962
+ "name": "security_personalaccesstoken",
963
+ "type": "string",
964
+ "default": "",
965
+ "description": "HTTP bearer authentication for personalAccessToken",
966
+ "required": false,
967
+ "routing": {
968
+ "request": {
969
+ "headers": {
970
+ "Authorization": "={{ 'Bearer ' + $value }}"
971
+ }
972
+ }
973
+ },
974
+ "displayOptions": {
975
+ "show": {
976
+ "resource": [
977
+ "Managed"
978
+ ],
979
+ "operation": [
980
+ "Get Managed Credentials"
981
+ ]
982
+ }
983
+ }
984
+ },
985
+ {
986
+ "displayName": "POST /managed/credentials",
987
+ "name": "operation",
988
+ "type": "notice",
989
+ "typeOptions": {
990
+ "theme": "info"
991
+ },
992
+ "default": "",
993
+ "displayOptions": {
994
+ "show": {
995
+ "resource": [
996
+ "Managed"
997
+ ],
998
+ "operation": [
999
+ "Create Managed Credential"
1000
+ ]
1001
+ }
1002
+ }
1003
+ },
1004
+ {
1005
+ "displayName": "Password",
1006
+ "name": "password",
1007
+ "type": "string",
1008
+ "default": "s3cur3P@ssw0rd",
1009
+ "description": "The password to use when accessing the Managed Service.\n",
1010
+ "routing": {
1011
+ "send": {
1012
+ "property": "password",
1013
+ "propertyInDotNotation": false,
1014
+ "type": "body",
1015
+ "value": "={{ $value }}"
1016
+ }
1017
+ },
1018
+ "displayOptions": {
1019
+ "show": {
1020
+ "resource": [
1021
+ "Managed"
1022
+ ],
1023
+ "operation": [
1024
+ "Create Managed Credential"
1025
+ ]
1026
+ }
1027
+ }
1028
+ },
1029
+ {
1030
+ "displayName": "Username",
1031
+ "name": "username",
1032
+ "type": "string",
1033
+ "default": "johndoe",
1034
+ "description": "The username to use when accessing the Managed Service.\n",
1035
+ "routing": {
1036
+ "send": {
1037
+ "property": "username",
1038
+ "propertyInDotNotation": false,
1039
+ "type": "body",
1040
+ "value": "={{ $value }}"
1041
+ }
1042
+ },
1043
+ "displayOptions": {
1044
+ "show": {
1045
+ "resource": [
1046
+ "Managed"
1047
+ ],
1048
+ "operation": [
1049
+ "Create Managed Credential"
1050
+ ]
1051
+ }
1052
+ }
1053
+ },
1054
+ {
1055
+ "displayName": "Bearer Token",
1056
+ "name": "security_personalaccesstoken",
1057
+ "type": "string",
1058
+ "default": "",
1059
+ "description": "HTTP bearer authentication for personalAccessToken",
1060
+ "required": false,
1061
+ "routing": {
1062
+ "request": {
1063
+ "headers": {
1064
+ "Authorization": "={{ 'Bearer ' + $value }}"
1065
+ }
1066
+ }
1067
+ },
1068
+ "displayOptions": {
1069
+ "show": {
1070
+ "resource": [
1071
+ "Managed"
1072
+ ],
1073
+ "operation": [
1074
+ "Create Managed Credential"
1075
+ ]
1076
+ }
1077
+ }
1078
+ },
1079
+ {
1080
+ "displayName": "GET /managed/credentials/sshkey",
1081
+ "name": "operation",
1082
+ "type": "notice",
1083
+ "typeOptions": {
1084
+ "theme": "info"
1085
+ },
1086
+ "default": "",
1087
+ "displayOptions": {
1088
+ "show": {
1089
+ "resource": [
1090
+ "Managed"
1091
+ ],
1092
+ "operation": [
1093
+ "View Managed SSH Key"
1094
+ ]
1095
+ }
1096
+ }
1097
+ },
1098
+ {
1099
+ "displayName": "Bearer Token",
1100
+ "name": "security_personalaccesstoken",
1101
+ "type": "string",
1102
+ "default": "",
1103
+ "description": "HTTP bearer authentication for personalAccessToken",
1104
+ "required": false,
1105
+ "routing": {
1106
+ "request": {
1107
+ "headers": {
1108
+ "Authorization": "={{ 'Bearer ' + $value }}"
1109
+ }
1110
+ }
1111
+ },
1112
+ "displayOptions": {
1113
+ "show": {
1114
+ "resource": [
1115
+ "Managed"
1116
+ ],
1117
+ "operation": [
1118
+ "View Managed SSH Key"
1119
+ ]
1120
+ }
1121
+ }
1122
+ },
1123
+ {
1124
+ "displayName": "GET /managed/credentials/{credentialId}",
1125
+ "name": "operation",
1126
+ "type": "notice",
1127
+ "typeOptions": {
1128
+ "theme": "info"
1129
+ },
1130
+ "default": "",
1131
+ "displayOptions": {
1132
+ "show": {
1133
+ "resource": [
1134
+ "Managed"
1135
+ ],
1136
+ "operation": [
1137
+ "Get Managed Credential"
1138
+ ]
1139
+ }
1140
+ }
1141
+ },
1142
+ {
1143
+ "displayName": "Bearer Token",
1144
+ "name": "security_personalaccesstoken",
1145
+ "type": "string",
1146
+ "default": "",
1147
+ "description": "HTTP bearer authentication for personalAccessToken",
1148
+ "required": false,
1149
+ "routing": {
1150
+ "request": {
1151
+ "headers": {
1152
+ "Authorization": "={{ 'Bearer ' + $value }}"
1153
+ }
1154
+ }
1155
+ },
1156
+ "displayOptions": {
1157
+ "show": {
1158
+ "resource": [
1159
+ "Managed"
1160
+ ],
1161
+ "operation": [
1162
+ "Get Managed Credential"
1163
+ ]
1164
+ }
1165
+ }
1166
+ },
1167
+ {
1168
+ "displayName": "PUT /managed/credentials/{credentialId}",
1169
+ "name": "operation",
1170
+ "type": "notice",
1171
+ "typeOptions": {
1172
+ "theme": "info"
1173
+ },
1174
+ "default": "",
1175
+ "displayOptions": {
1176
+ "show": {
1177
+ "resource": [
1178
+ "Managed"
1179
+ ],
1180
+ "operation": [
1181
+ "Update Managed Credential"
1182
+ ]
1183
+ }
1184
+ }
1185
+ },
1186
+ {
1187
+ "displayName": "ID",
1188
+ "name": "id",
1189
+ "type": "number",
1190
+ "default": 9991,
1191
+ "description": "This Credential's unique ID.\n",
1192
+ "routing": {
1193
+ "send": {
1194
+ "property": "id",
1195
+ "propertyInDotNotation": false,
1196
+ "type": "body",
1197
+ "value": "={{ $value }}"
1198
+ }
1199
+ },
1200
+ "displayOptions": {
1201
+ "show": {
1202
+ "resource": [
1203
+ "Managed"
1204
+ ],
1205
+ "operation": [
1206
+ "Update Managed Credential"
1207
+ ]
1208
+ }
1209
+ }
1210
+ },
1211
+ {
1212
+ "displayName": "Label",
1213
+ "name": "label",
1214
+ "type": "string",
1215
+ "default": "prod-password-1",
1216
+ "description": "The unique label for this Credential. This is for display purposes only.\n",
1217
+ "routing": {
1218
+ "send": {
1219
+ "property": "label",
1220
+ "propertyInDotNotation": false,
1221
+ "type": "body",
1222
+ "value": "={{ $value }}"
1223
+ }
1224
+ },
1225
+ "displayOptions": {
1226
+ "show": {
1227
+ "resource": [
1228
+ "Managed"
1229
+ ],
1230
+ "operation": [
1231
+ "Update Managed Credential"
1232
+ ]
1233
+ }
1234
+ }
1235
+ },
1236
+ {
1237
+ "displayName": "Last Decrypted",
1238
+ "name": "last_decrypted",
1239
+ "type": "string",
1240
+ "default": "2018-01-01T00:01:01",
1241
+ "description": "The date this Credential was last decrypted by a member of Linode special forces.\n",
1242
+ "routing": {
1243
+ "send": {
1244
+ "property": "last_decrypted",
1245
+ "propertyInDotNotation": false,
1246
+ "type": "body",
1247
+ "value": "={{ $value }}"
1248
+ }
1249
+ },
1250
+ "displayOptions": {
1251
+ "show": {
1252
+ "resource": [
1253
+ "Managed"
1254
+ ],
1255
+ "operation": [
1256
+ "Update Managed Credential"
1257
+ ]
1258
+ }
1259
+ }
1260
+ },
1261
+ {
1262
+ "displayName": "Bearer Token",
1263
+ "name": "security_personalaccesstoken",
1264
+ "type": "string",
1265
+ "default": "",
1266
+ "description": "HTTP bearer authentication for personalAccessToken",
1267
+ "required": false,
1268
+ "routing": {
1269
+ "request": {
1270
+ "headers": {
1271
+ "Authorization": "={{ 'Bearer ' + $value }}"
1272
+ }
1273
+ }
1274
+ },
1275
+ "displayOptions": {
1276
+ "show": {
1277
+ "resource": [
1278
+ "Managed"
1279
+ ],
1280
+ "operation": [
1281
+ "Update Managed Credential"
1282
+ ]
1283
+ }
1284
+ }
1285
+ },
1286
+ {
1287
+ "displayName": "POST /managed/credentials/{credentialId}/revoke",
1288
+ "name": "operation",
1289
+ "type": "notice",
1290
+ "typeOptions": {
1291
+ "theme": "info"
1292
+ },
1293
+ "default": "",
1294
+ "displayOptions": {
1295
+ "show": {
1296
+ "resource": [
1297
+ "Managed"
1298
+ ],
1299
+ "operation": [
1300
+ "Delete Managed Credential"
1301
+ ]
1302
+ }
1303
+ }
1304
+ },
1305
+ {
1306
+ "displayName": "Bearer Token",
1307
+ "name": "security_personalaccesstoken",
1308
+ "type": "string",
1309
+ "default": "",
1310
+ "description": "HTTP bearer authentication for personalAccessToken",
1311
+ "required": false,
1312
+ "routing": {
1313
+ "request": {
1314
+ "headers": {
1315
+ "Authorization": "={{ 'Bearer ' + $value }}"
1316
+ }
1317
+ }
1318
+ },
1319
+ "displayOptions": {
1320
+ "show": {
1321
+ "resource": [
1322
+ "Managed"
1323
+ ],
1324
+ "operation": [
1325
+ "Delete Managed Credential"
1326
+ ]
1327
+ }
1328
+ }
1329
+ },
1330
+ {
1331
+ "displayName": "POST /managed/credentials/{credentialId}/update",
1332
+ "name": "operation",
1333
+ "type": "notice",
1334
+ "typeOptions": {
1335
+ "theme": "info"
1336
+ },
1337
+ "default": "",
1338
+ "displayOptions": {
1339
+ "show": {
1340
+ "resource": [
1341
+ "Managed"
1342
+ ],
1343
+ "operation": [
1344
+ "Update Managed Credential Username Password"
1345
+ ]
1346
+ }
1347
+ }
1348
+ },
1349
+ {
1350
+ "required": true,
1351
+ "displayName": "Password",
1352
+ "name": "password",
1353
+ "type": "string",
1354
+ "default": "s3cur3P@ssw0rd",
1355
+ "description": "The password to use when accessing the Managed Service.\n",
1356
+ "routing": {
1357
+ "send": {
1358
+ "property": "password",
1359
+ "propertyInDotNotation": false,
1360
+ "type": "body",
1361
+ "value": "={{ $value }}"
1362
+ }
1363
+ },
1364
+ "displayOptions": {
1365
+ "show": {
1366
+ "resource": [
1367
+ "Managed"
1368
+ ],
1369
+ "operation": [
1370
+ "Update Managed Credential Username Password"
1371
+ ]
1372
+ }
1373
+ }
1374
+ },
1375
+ {
1376
+ "displayName": "Username",
1377
+ "name": "username",
1378
+ "type": "string",
1379
+ "default": "johndoe",
1380
+ "description": "The username to use when accessing the Managed Service.\n",
1381
+ "routing": {
1382
+ "send": {
1383
+ "property": "username",
1384
+ "propertyInDotNotation": false,
1385
+ "type": "body",
1386
+ "value": "={{ $value }}"
1387
+ }
1388
+ },
1389
+ "displayOptions": {
1390
+ "show": {
1391
+ "resource": [
1392
+ "Managed"
1393
+ ],
1394
+ "operation": [
1395
+ "Update Managed Credential Username Password"
1396
+ ]
1397
+ }
1398
+ }
1399
+ },
1400
+ {
1401
+ "displayName": "Bearer Token",
1402
+ "name": "security_personalaccesstoken",
1403
+ "type": "string",
1404
+ "default": "",
1405
+ "description": "HTTP bearer authentication for personalAccessToken",
1406
+ "required": false,
1407
+ "routing": {
1408
+ "request": {
1409
+ "headers": {
1410
+ "Authorization": "={{ 'Bearer ' + $value }}"
1411
+ }
1412
+ }
1413
+ },
1414
+ "displayOptions": {
1415
+ "show": {
1416
+ "resource": [
1417
+ "Managed"
1418
+ ],
1419
+ "operation": [
1420
+ "Update Managed Credential Username Password"
1421
+ ]
1422
+ }
1423
+ }
1424
+ },
1425
+ {
1426
+ "displayName": "GET /managed/issues",
1427
+ "name": "operation",
1428
+ "type": "notice",
1429
+ "typeOptions": {
1430
+ "theme": "info"
1431
+ },
1432
+ "default": "",
1433
+ "displayOptions": {
1434
+ "show": {
1435
+ "resource": [
1436
+ "Managed"
1437
+ ],
1438
+ "operation": [
1439
+ "Get Managed Issues"
1440
+ ]
1441
+ }
1442
+ }
1443
+ },
1444
+ {
1445
+ "displayName": "Page",
1446
+ "name": "page",
1447
+ "description": "The page of a collection to return.",
1448
+ "default": 1,
1449
+ "type": "number",
1450
+ "routing": {
1451
+ "send": {
1452
+ "type": "query",
1453
+ "property": "page",
1454
+ "value": "={{ $value }}",
1455
+ "propertyInDotNotation": false
1456
+ }
1457
+ },
1458
+ "displayOptions": {
1459
+ "show": {
1460
+ "resource": [
1461
+ "Managed"
1462
+ ],
1463
+ "operation": [
1464
+ "Get Managed Issues"
1465
+ ]
1466
+ }
1467
+ }
1468
+ },
1469
+ {
1470
+ "displayName": "Page Size",
1471
+ "name": "page_size",
1472
+ "description": "The number of items to return per page.",
1473
+ "default": 100,
1474
+ "type": "number",
1475
+ "routing": {
1476
+ "send": {
1477
+ "type": "query",
1478
+ "property": "page_size",
1479
+ "value": "={{ $value }}",
1480
+ "propertyInDotNotation": false
1481
+ }
1482
+ },
1483
+ "displayOptions": {
1484
+ "show": {
1485
+ "resource": [
1486
+ "Managed"
1487
+ ],
1488
+ "operation": [
1489
+ "Get Managed Issues"
1490
+ ]
1491
+ }
1492
+ }
1493
+ },
1494
+ {
1495
+ "displayName": "Bearer Token",
1496
+ "name": "security_personalaccesstoken",
1497
+ "type": "string",
1498
+ "default": "",
1499
+ "description": "HTTP bearer authentication for personalAccessToken",
1500
+ "required": false,
1501
+ "routing": {
1502
+ "request": {
1503
+ "headers": {
1504
+ "Authorization": "={{ 'Bearer ' + $value }}"
1505
+ }
1506
+ }
1507
+ },
1508
+ "displayOptions": {
1509
+ "show": {
1510
+ "resource": [
1511
+ "Managed"
1512
+ ],
1513
+ "operation": [
1514
+ "Get Managed Issues"
1515
+ ]
1516
+ }
1517
+ }
1518
+ },
1519
+ {
1520
+ "displayName": "GET /managed/issues/{issueId}",
1521
+ "name": "operation",
1522
+ "type": "notice",
1523
+ "typeOptions": {
1524
+ "theme": "info"
1525
+ },
1526
+ "default": "",
1527
+ "displayOptions": {
1528
+ "show": {
1529
+ "resource": [
1530
+ "Managed"
1531
+ ],
1532
+ "operation": [
1533
+ "Get Managed Issue"
1534
+ ]
1535
+ }
1536
+ }
1537
+ },
1538
+ {
1539
+ "displayName": "Bearer Token",
1540
+ "name": "security_personalaccesstoken",
1541
+ "type": "string",
1542
+ "default": "",
1543
+ "description": "HTTP bearer authentication for personalAccessToken",
1544
+ "required": false,
1545
+ "routing": {
1546
+ "request": {
1547
+ "headers": {
1548
+ "Authorization": "={{ 'Bearer ' + $value }}"
1549
+ }
1550
+ }
1551
+ },
1552
+ "displayOptions": {
1553
+ "show": {
1554
+ "resource": [
1555
+ "Managed"
1556
+ ],
1557
+ "operation": [
1558
+ "Get Managed Issue"
1559
+ ]
1560
+ }
1561
+ }
1562
+ },
1563
+ {
1564
+ "displayName": "GET /managed/linode-settings",
1565
+ "name": "operation",
1566
+ "type": "notice",
1567
+ "typeOptions": {
1568
+ "theme": "info"
1569
+ },
1570
+ "default": "",
1571
+ "displayOptions": {
1572
+ "show": {
1573
+ "resource": [
1574
+ "Managed"
1575
+ ],
1576
+ "operation": [
1577
+ "Get Managed Linode Settings"
1578
+ ]
1579
+ }
1580
+ }
1581
+ },
1582
+ {
1583
+ "displayName": "Page",
1584
+ "name": "page",
1585
+ "description": "The page of a collection to return.",
1586
+ "default": 1,
1587
+ "type": "number",
1588
+ "routing": {
1589
+ "send": {
1590
+ "type": "query",
1591
+ "property": "page",
1592
+ "value": "={{ $value }}",
1593
+ "propertyInDotNotation": false
1594
+ }
1595
+ },
1596
+ "displayOptions": {
1597
+ "show": {
1598
+ "resource": [
1599
+ "Managed"
1600
+ ],
1601
+ "operation": [
1602
+ "Get Managed Linode Settings"
1603
+ ]
1604
+ }
1605
+ }
1606
+ },
1607
+ {
1608
+ "displayName": "Page Size",
1609
+ "name": "page_size",
1610
+ "description": "The number of items to return per page.",
1611
+ "default": 100,
1612
+ "type": "number",
1613
+ "routing": {
1614
+ "send": {
1615
+ "type": "query",
1616
+ "property": "page_size",
1617
+ "value": "={{ $value }}",
1618
+ "propertyInDotNotation": false
1619
+ }
1620
+ },
1621
+ "displayOptions": {
1622
+ "show": {
1623
+ "resource": [
1624
+ "Managed"
1625
+ ],
1626
+ "operation": [
1627
+ "Get Managed Linode Settings"
1628
+ ]
1629
+ }
1630
+ }
1631
+ },
1632
+ {
1633
+ "displayName": "Bearer Token",
1634
+ "name": "security_personalaccesstoken",
1635
+ "type": "string",
1636
+ "default": "",
1637
+ "description": "HTTP bearer authentication for personalAccessToken",
1638
+ "required": false,
1639
+ "routing": {
1640
+ "request": {
1641
+ "headers": {
1642
+ "Authorization": "={{ 'Bearer ' + $value }}"
1643
+ }
1644
+ }
1645
+ },
1646
+ "displayOptions": {
1647
+ "show": {
1648
+ "resource": [
1649
+ "Managed"
1650
+ ],
1651
+ "operation": [
1652
+ "Get Managed Linode Settings"
1653
+ ]
1654
+ }
1655
+ }
1656
+ },
1657
+ {
1658
+ "displayName": "GET /managed/linode-settings/{linodeId}",
1659
+ "name": "operation",
1660
+ "type": "notice",
1661
+ "typeOptions": {
1662
+ "theme": "info"
1663
+ },
1664
+ "default": "",
1665
+ "displayOptions": {
1666
+ "show": {
1667
+ "resource": [
1668
+ "Managed"
1669
+ ],
1670
+ "operation": [
1671
+ "Get Managed Linode Setting"
1672
+ ]
1673
+ }
1674
+ }
1675
+ },
1676
+ {
1677
+ "displayName": "Bearer Token",
1678
+ "name": "security_personalaccesstoken",
1679
+ "type": "string",
1680
+ "default": "",
1681
+ "description": "HTTP bearer authentication for personalAccessToken",
1682
+ "required": false,
1683
+ "routing": {
1684
+ "request": {
1685
+ "headers": {
1686
+ "Authorization": "={{ 'Bearer ' + $value }}"
1687
+ }
1688
+ }
1689
+ },
1690
+ "displayOptions": {
1691
+ "show": {
1692
+ "resource": [
1693
+ "Managed"
1694
+ ],
1695
+ "operation": [
1696
+ "Get Managed Linode Setting"
1697
+ ]
1698
+ }
1699
+ }
1700
+ },
1701
+ {
1702
+ "displayName": "PUT /managed/linode-settings/{linodeId}",
1703
+ "name": "operation",
1704
+ "type": "notice",
1705
+ "typeOptions": {
1706
+ "theme": "info"
1707
+ },
1708
+ "default": "",
1709
+ "displayOptions": {
1710
+ "show": {
1711
+ "resource": [
1712
+ "Managed"
1713
+ ],
1714
+ "operation": [
1715
+ "Update Managed Linode Setting"
1716
+ ]
1717
+ }
1718
+ }
1719
+ },
1720
+ {
1721
+ "displayName": "Group",
1722
+ "name": "group",
1723
+ "type": "string",
1724
+ "default": "linodes",
1725
+ "description": "The group of the Linode these Settings are for. This is for display purposes only.\n",
1726
+ "routing": {
1727
+ "send": {
1728
+ "property": "group",
1729
+ "propertyInDotNotation": false,
1730
+ "type": "body",
1731
+ "value": "={{ $value }}"
1732
+ }
1733
+ },
1734
+ "displayOptions": {
1735
+ "show": {
1736
+ "resource": [
1737
+ "Managed"
1738
+ ],
1739
+ "operation": [
1740
+ "Update Managed Linode Setting"
1741
+ ]
1742
+ }
1743
+ }
1744
+ },
1745
+ {
1746
+ "displayName": "ID",
1747
+ "name": "id",
1748
+ "type": "number",
1749
+ "default": 123,
1750
+ "description": "The ID of the Linode these Settings are for.\n",
1751
+ "routing": {
1752
+ "send": {
1753
+ "property": "id",
1754
+ "propertyInDotNotation": false,
1755
+ "type": "body",
1756
+ "value": "={{ $value }}"
1757
+ }
1758
+ },
1759
+ "displayOptions": {
1760
+ "show": {
1761
+ "resource": [
1762
+ "Managed"
1763
+ ],
1764
+ "operation": [
1765
+ "Update Managed Linode Setting"
1766
+ ]
1767
+ }
1768
+ }
1769
+ },
1770
+ {
1771
+ "displayName": "Label",
1772
+ "name": "label",
1773
+ "type": "string",
1774
+ "default": "linode123",
1775
+ "description": "The label of the Linode these Settings are for.\n",
1776
+ "routing": {
1777
+ "send": {
1778
+ "property": "label",
1779
+ "propertyInDotNotation": false,
1780
+ "type": "body",
1781
+ "value": "={{ $value }}"
1782
+ }
1783
+ },
1784
+ "displayOptions": {
1785
+ "show": {
1786
+ "resource": [
1787
+ "Managed"
1788
+ ],
1789
+ "operation": [
1790
+ "Update Managed Linode Setting"
1791
+ ]
1792
+ }
1793
+ }
1794
+ },
1795
+ {
1796
+ "displayName": "SSH",
1797
+ "name": "ssh",
1798
+ "type": "json",
1799
+ "default": "{\n \"access\": true,\n \"ip\": \"203.0.113.1\",\n \"port\": 22,\n \"user\": \"linode\"\n}",
1800
+ "description": "The SSH settings for this Linode.\n",
1801
+ "routing": {
1802
+ "send": {
1803
+ "property": "ssh",
1804
+ "propertyInDotNotation": false,
1805
+ "type": "body",
1806
+ "value": "={{ JSON.parse($value) }}"
1807
+ }
1808
+ },
1809
+ "displayOptions": {
1810
+ "show": {
1811
+ "resource": [
1812
+ "Managed"
1813
+ ],
1814
+ "operation": [
1815
+ "Update Managed Linode Setting"
1816
+ ]
1817
+ }
1818
+ }
1819
+ },
1820
+ {
1821
+ "displayName": "Bearer Token",
1822
+ "name": "security_personalaccesstoken",
1823
+ "type": "string",
1824
+ "default": "",
1825
+ "description": "HTTP bearer authentication for personalAccessToken",
1826
+ "required": false,
1827
+ "routing": {
1828
+ "request": {
1829
+ "headers": {
1830
+ "Authorization": "={{ 'Bearer ' + $value }}"
1831
+ }
1832
+ }
1833
+ },
1834
+ "displayOptions": {
1835
+ "show": {
1836
+ "resource": [
1837
+ "Managed"
1838
+ ],
1839
+ "operation": [
1840
+ "Update Managed Linode Setting"
1841
+ ]
1842
+ }
1843
+ }
1844
+ },
1845
+ {
1846
+ "displayName": "GET /managed/services",
1847
+ "name": "operation",
1848
+ "type": "notice",
1849
+ "typeOptions": {
1850
+ "theme": "info"
1851
+ },
1852
+ "default": "",
1853
+ "displayOptions": {
1854
+ "show": {
1855
+ "resource": [
1856
+ "Managed"
1857
+ ],
1858
+ "operation": [
1859
+ "Get Managed Services"
1860
+ ]
1861
+ }
1862
+ }
1863
+ },
1864
+ {
1865
+ "displayName": "Bearer Token",
1866
+ "name": "security_personalaccesstoken",
1867
+ "type": "string",
1868
+ "default": "",
1869
+ "description": "HTTP bearer authentication for personalAccessToken",
1870
+ "required": false,
1871
+ "routing": {
1872
+ "request": {
1873
+ "headers": {
1874
+ "Authorization": "={{ 'Bearer ' + $value }}"
1875
+ }
1876
+ }
1877
+ },
1878
+ "displayOptions": {
1879
+ "show": {
1880
+ "resource": [
1881
+ "Managed"
1882
+ ],
1883
+ "operation": [
1884
+ "Get Managed Services"
1885
+ ]
1886
+ }
1887
+ }
1888
+ },
1889
+ {
1890
+ "displayName": "POST /managed/services",
1891
+ "name": "operation",
1892
+ "type": "notice",
1893
+ "typeOptions": {
1894
+ "theme": "info"
1895
+ },
1896
+ "default": "",
1897
+ "displayOptions": {
1898
+ "show": {
1899
+ "resource": [
1900
+ "Managed"
1901
+ ],
1902
+ "operation": [
1903
+ "Create Managed Service"
1904
+ ]
1905
+ }
1906
+ }
1907
+ },
1908
+ {
1909
+ "displayName": "Address",
1910
+ "name": "address",
1911
+ "type": "string",
1912
+ "default": "https://example.org",
1913
+ "description": "The URL at which this Service is monitored.\n\nURL parameters such as `?no-cache=1` are preserved.\n\nURL fragments/anchors such as `#monitor` are **not** preserved.\n",
1914
+ "routing": {
1915
+ "send": {
1916
+ "property": "address",
1917
+ "propertyInDotNotation": false,
1918
+ "type": "body",
1919
+ "value": "={{ $value }}"
1920
+ }
1921
+ },
1922
+ "displayOptions": {
1923
+ "show": {
1924
+ "resource": [
1925
+ "Managed"
1926
+ ],
1927
+ "operation": [
1928
+ "Create Managed Service"
1929
+ ]
1930
+ }
1931
+ }
1932
+ },
1933
+ {
1934
+ "displayName": "Body",
1935
+ "name": "body",
1936
+ "type": "string",
1937
+ "default": "it worked",
1938
+ "description": "What to expect to find in the response body for the Service to be considered up.\n",
1939
+ "routing": {
1940
+ "send": {
1941
+ "property": "body",
1942
+ "propertyInDotNotation": false,
1943
+ "type": "body",
1944
+ "value": "={{ $value }}"
1945
+ }
1946
+ },
1947
+ "displayOptions": {
1948
+ "show": {
1949
+ "resource": [
1950
+ "Managed"
1951
+ ],
1952
+ "operation": [
1953
+ "Create Managed Service"
1954
+ ]
1955
+ }
1956
+ }
1957
+ },
1958
+ {
1959
+ "displayName": "Consultation Group",
1960
+ "name": "consultation_group",
1961
+ "type": "string",
1962
+ "default": "on-call",
1963
+ "description": "The group of ManagedContacts who should be notified or consulted with when an Issue is detected.\n",
1964
+ "routing": {
1965
+ "send": {
1966
+ "property": "consultation_group",
1967
+ "propertyInDotNotation": false,
1968
+ "type": "body",
1969
+ "value": "={{ $value }}"
1970
+ }
1971
+ },
1972
+ "displayOptions": {
1973
+ "show": {
1974
+ "resource": [
1975
+ "Managed"
1976
+ ],
1977
+ "operation": [
1978
+ "Create Managed Service"
1979
+ ]
1980
+ }
1981
+ }
1982
+ },
1983
+ {
1984
+ "displayName": "Created",
1985
+ "name": "created",
1986
+ "type": "string",
1987
+ "default": "2018-01-01T00:01:01",
1988
+ "description": "When this Managed Service was created.",
1989
+ "routing": {
1990
+ "send": {
1991
+ "property": "created",
1992
+ "propertyInDotNotation": false,
1993
+ "type": "body",
1994
+ "value": "={{ $value }}"
1995
+ }
1996
+ },
1997
+ "displayOptions": {
1998
+ "show": {
1999
+ "resource": [
2000
+ "Managed"
2001
+ ],
2002
+ "operation": [
2003
+ "Create Managed Service"
2004
+ ]
2005
+ }
2006
+ }
2007
+ },
2008
+ {
2009
+ "displayName": "Credentials",
2010
+ "name": "credentials",
2011
+ "type": "json",
2012
+ "default": "[\n 9991\n]",
2013
+ "description": "An array of ManagedCredential IDs that should be used when attempting to resolve issues with this Service.\n",
2014
+ "routing": {
2015
+ "send": {
2016
+ "property": "credentials",
2017
+ "propertyInDotNotation": false,
2018
+ "type": "body",
2019
+ "value": "={{ JSON.parse($value) }}"
2020
+ }
2021
+ },
2022
+ "displayOptions": {
2023
+ "show": {
2024
+ "resource": [
2025
+ "Managed"
2026
+ ],
2027
+ "operation": [
2028
+ "Create Managed Service"
2029
+ ]
2030
+ }
2031
+ }
2032
+ },
2033
+ {
2034
+ "displayName": "ID",
2035
+ "name": "id",
2036
+ "type": "number",
2037
+ "default": 9944,
2038
+ "description": "This Service's unique ID.\n",
2039
+ "routing": {
2040
+ "send": {
2041
+ "property": "id",
2042
+ "propertyInDotNotation": false,
2043
+ "type": "body",
2044
+ "value": "={{ $value }}"
2045
+ }
2046
+ },
2047
+ "displayOptions": {
2048
+ "show": {
2049
+ "resource": [
2050
+ "Managed"
2051
+ ],
2052
+ "operation": [
2053
+ "Create Managed Service"
2054
+ ]
2055
+ }
2056
+ }
2057
+ },
2058
+ {
2059
+ "displayName": "Label",
2060
+ "name": "label",
2061
+ "type": "string",
2062
+ "default": "prod-1",
2063
+ "description": "The label for this Service. This is for display purposes only.\n",
2064
+ "routing": {
2065
+ "send": {
2066
+ "property": "label",
2067
+ "propertyInDotNotation": false,
2068
+ "type": "body",
2069
+ "value": "={{ $value }}"
2070
+ }
2071
+ },
2072
+ "displayOptions": {
2073
+ "show": {
2074
+ "resource": [
2075
+ "Managed"
2076
+ ],
2077
+ "operation": [
2078
+ "Create Managed Service"
2079
+ ]
2080
+ }
2081
+ }
2082
+ },
2083
+ {
2084
+ "displayName": "Notes",
2085
+ "name": "notes",
2086
+ "type": "string",
2087
+ "default": "The service name is my-cool-application",
2088
+ "description": "Any information relevant to the Service that Linode special forces should know when attempting to resolve Issues.\n",
2089
+ "routing": {
2090
+ "send": {
2091
+ "property": "notes",
2092
+ "propertyInDotNotation": false,
2093
+ "type": "body",
2094
+ "value": "={{ $value }}"
2095
+ }
2096
+ },
2097
+ "displayOptions": {
2098
+ "show": {
2099
+ "resource": [
2100
+ "Managed"
2101
+ ],
2102
+ "operation": [
2103
+ "Create Managed Service"
2104
+ ]
2105
+ }
2106
+ }
2107
+ },
2108
+ {
2109
+ "displayName": "Region",
2110
+ "name": "region",
2111
+ "type": "string",
2112
+ "default": null,
2113
+ "description": "The Region in which this Service is located. This is required if address is a private IP, and may not be set otherwise.\n",
2114
+ "routing": {
2115
+ "send": {
2116
+ "property": "region",
2117
+ "propertyInDotNotation": false,
2118
+ "type": "body",
2119
+ "value": "={{ $value }}"
2120
+ }
2121
+ },
2122
+ "displayOptions": {
2123
+ "show": {
2124
+ "resource": [
2125
+ "Managed"
2126
+ ],
2127
+ "operation": [
2128
+ "Create Managed Service"
2129
+ ]
2130
+ }
2131
+ }
2132
+ },
2133
+ {
2134
+ "displayName": "Service Type",
2135
+ "name": "service_type",
2136
+ "type": "options",
2137
+ "default": "url",
2138
+ "description": "How this Service is monitored.\n",
2139
+ "options": [
2140
+ {
2141
+ "name": "URL",
2142
+ "value": "url"
2143
+ },
2144
+ {
2145
+ "name": "Tcp",
2146
+ "value": "tcp"
2147
+ }
2148
+ ],
2149
+ "routing": {
2150
+ "send": {
2151
+ "property": "service_type",
2152
+ "propertyInDotNotation": false,
2153
+ "type": "body",
2154
+ "value": "={{ $value }}"
2155
+ }
2156
+ },
2157
+ "displayOptions": {
2158
+ "show": {
2159
+ "resource": [
2160
+ "Managed"
2161
+ ],
2162
+ "operation": [
2163
+ "Create Managed Service"
2164
+ ]
2165
+ }
2166
+ }
2167
+ },
2168
+ {
2169
+ "displayName": "Status",
2170
+ "name": "status",
2171
+ "type": "options",
2172
+ "default": "ok",
2173
+ "description": "The current status of this Service.\n",
2174
+ "options": [
2175
+ {
2176
+ "name": "Disabled",
2177
+ "value": "disabled"
2178
+ },
2179
+ {
2180
+ "name": "Pending",
2181
+ "value": "pending"
2182
+ },
2183
+ {
2184
+ "name": "Ok",
2185
+ "value": "ok"
2186
+ },
2187
+ {
2188
+ "name": "Problem",
2189
+ "value": "problem"
2190
+ }
2191
+ ],
2192
+ "routing": {
2193
+ "send": {
2194
+ "property": "status",
2195
+ "propertyInDotNotation": false,
2196
+ "type": "body",
2197
+ "value": "={{ $value }}"
2198
+ }
2199
+ },
2200
+ "displayOptions": {
2201
+ "show": {
2202
+ "resource": [
2203
+ "Managed"
2204
+ ],
2205
+ "operation": [
2206
+ "Create Managed Service"
2207
+ ]
2208
+ }
2209
+ }
2210
+ },
2211
+ {
2212
+ "displayName": "Timeout",
2213
+ "name": "timeout",
2214
+ "type": "number",
2215
+ "default": 30,
2216
+ "description": "How long to wait, in seconds, for a response before considering the Service to be down.\n",
2217
+ "routing": {
2218
+ "send": {
2219
+ "property": "timeout",
2220
+ "propertyInDotNotation": false,
2221
+ "type": "body",
2222
+ "value": "={{ $value }}"
2223
+ }
2224
+ },
2225
+ "displayOptions": {
2226
+ "show": {
2227
+ "resource": [
2228
+ "Managed"
2229
+ ],
2230
+ "operation": [
2231
+ "Create Managed Service"
2232
+ ]
2233
+ }
2234
+ }
2235
+ },
2236
+ {
2237
+ "displayName": "Updated",
2238
+ "name": "updated",
2239
+ "type": "string",
2240
+ "default": "2018-03-01T00:01:01",
2241
+ "description": "When this Managed Service was last updated.",
2242
+ "routing": {
2243
+ "send": {
2244
+ "property": "updated",
2245
+ "propertyInDotNotation": false,
2246
+ "type": "body",
2247
+ "value": "={{ $value }}"
2248
+ }
2249
+ },
2250
+ "displayOptions": {
2251
+ "show": {
2252
+ "resource": [
2253
+ "Managed"
2254
+ ],
2255
+ "operation": [
2256
+ "Create Managed Service"
2257
+ ]
2258
+ }
2259
+ }
2260
+ },
2261
+ {
2262
+ "displayName": "Bearer Token",
2263
+ "name": "security_personalaccesstoken",
2264
+ "type": "string",
2265
+ "default": "",
2266
+ "description": "HTTP bearer authentication for personalAccessToken",
2267
+ "required": false,
2268
+ "routing": {
2269
+ "request": {
2270
+ "headers": {
2271
+ "Authorization": "={{ 'Bearer ' + $value }}"
2272
+ }
2273
+ }
2274
+ },
2275
+ "displayOptions": {
2276
+ "show": {
2277
+ "resource": [
2278
+ "Managed"
2279
+ ],
2280
+ "operation": [
2281
+ "Create Managed Service"
2282
+ ]
2283
+ }
2284
+ }
2285
+ },
2286
+ {
2287
+ "displayName": "DELETE /managed/services/{serviceId}",
2288
+ "name": "operation",
2289
+ "type": "notice",
2290
+ "typeOptions": {
2291
+ "theme": "info"
2292
+ },
2293
+ "default": "",
2294
+ "displayOptions": {
2295
+ "show": {
2296
+ "resource": [
2297
+ "Managed"
2298
+ ],
2299
+ "operation": [
2300
+ "Delete Managed Service"
2301
+ ]
2302
+ }
2303
+ }
2304
+ },
2305
+ {
2306
+ "displayName": "Bearer Token",
2307
+ "name": "security_personalaccesstoken",
2308
+ "type": "string",
2309
+ "default": "",
2310
+ "description": "HTTP bearer authentication for personalAccessToken",
2311
+ "required": false,
2312
+ "routing": {
2313
+ "request": {
2314
+ "headers": {
2315
+ "Authorization": "={{ 'Bearer ' + $value }}"
2316
+ }
2317
+ }
2318
+ },
2319
+ "displayOptions": {
2320
+ "show": {
2321
+ "resource": [
2322
+ "Managed"
2323
+ ],
2324
+ "operation": [
2325
+ "Delete Managed Service"
2326
+ ]
2327
+ }
2328
+ }
2329
+ },
2330
+ {
2331
+ "displayName": "GET /managed/services/{serviceId}",
2332
+ "name": "operation",
2333
+ "type": "notice",
2334
+ "typeOptions": {
2335
+ "theme": "info"
2336
+ },
2337
+ "default": "",
2338
+ "displayOptions": {
2339
+ "show": {
2340
+ "resource": [
2341
+ "Managed"
2342
+ ],
2343
+ "operation": [
2344
+ "Get Managed Service"
2345
+ ]
2346
+ }
2347
+ }
2348
+ },
2349
+ {
2350
+ "displayName": "Bearer Token",
2351
+ "name": "security_personalaccesstoken",
2352
+ "type": "string",
2353
+ "default": "",
2354
+ "description": "HTTP bearer authentication for personalAccessToken",
2355
+ "required": false,
2356
+ "routing": {
2357
+ "request": {
2358
+ "headers": {
2359
+ "Authorization": "={{ 'Bearer ' + $value }}"
2360
+ }
2361
+ }
2362
+ },
2363
+ "displayOptions": {
2364
+ "show": {
2365
+ "resource": [
2366
+ "Managed"
2367
+ ],
2368
+ "operation": [
2369
+ "Get Managed Service"
2370
+ ]
2371
+ }
2372
+ }
2373
+ },
2374
+ {
2375
+ "displayName": "PUT /managed/services/{serviceId}",
2376
+ "name": "operation",
2377
+ "type": "notice",
2378
+ "typeOptions": {
2379
+ "theme": "info"
2380
+ },
2381
+ "default": "",
2382
+ "displayOptions": {
2383
+ "show": {
2384
+ "resource": [
2385
+ "Managed"
2386
+ ],
2387
+ "operation": [
2388
+ "Update Managed Service"
2389
+ ]
2390
+ }
2391
+ }
2392
+ },
2393
+ {
2394
+ "displayName": "Address",
2395
+ "name": "address",
2396
+ "type": "string",
2397
+ "default": "https://example.org",
2398
+ "description": "The URL at which this Service is monitored.\n\nURL parameters such as `?no-cache=1` are preserved.\n\nURL fragments/anchors such as `#monitor` are **not** preserved.\n",
2399
+ "routing": {
2400
+ "send": {
2401
+ "property": "address",
2402
+ "propertyInDotNotation": false,
2403
+ "type": "body",
2404
+ "value": "={{ $value }}"
2405
+ }
2406
+ },
2407
+ "displayOptions": {
2408
+ "show": {
2409
+ "resource": [
2410
+ "Managed"
2411
+ ],
2412
+ "operation": [
2413
+ "Update Managed Service"
2414
+ ]
2415
+ }
2416
+ }
2417
+ },
2418
+ {
2419
+ "displayName": "Body",
2420
+ "name": "body",
2421
+ "type": "string",
2422
+ "default": "it worked",
2423
+ "description": "What to expect to find in the response body for the Service to be considered up.\n",
2424
+ "routing": {
2425
+ "send": {
2426
+ "property": "body",
2427
+ "propertyInDotNotation": false,
2428
+ "type": "body",
2429
+ "value": "={{ $value }}"
2430
+ }
2431
+ },
2432
+ "displayOptions": {
2433
+ "show": {
2434
+ "resource": [
2435
+ "Managed"
2436
+ ],
2437
+ "operation": [
2438
+ "Update Managed Service"
2439
+ ]
2440
+ }
2441
+ }
2442
+ },
2443
+ {
2444
+ "displayName": "Consultation Group",
2445
+ "name": "consultation_group",
2446
+ "type": "string",
2447
+ "default": "on-call",
2448
+ "description": "The group of ManagedContacts who should be notified or consulted with when an Issue is detected.\n",
2449
+ "routing": {
2450
+ "send": {
2451
+ "property": "consultation_group",
2452
+ "propertyInDotNotation": false,
2453
+ "type": "body",
2454
+ "value": "={{ $value }}"
2455
+ }
2456
+ },
2457
+ "displayOptions": {
2458
+ "show": {
2459
+ "resource": [
2460
+ "Managed"
2461
+ ],
2462
+ "operation": [
2463
+ "Update Managed Service"
2464
+ ]
2465
+ }
2466
+ }
2467
+ },
2468
+ {
2469
+ "displayName": "Created",
2470
+ "name": "created",
2471
+ "type": "string",
2472
+ "default": "2018-01-01T00:01:01",
2473
+ "description": "When this Managed Service was created.",
2474
+ "routing": {
2475
+ "send": {
2476
+ "property": "created",
2477
+ "propertyInDotNotation": false,
2478
+ "type": "body",
2479
+ "value": "={{ $value }}"
2480
+ }
2481
+ },
2482
+ "displayOptions": {
2483
+ "show": {
2484
+ "resource": [
2485
+ "Managed"
2486
+ ],
2487
+ "operation": [
2488
+ "Update Managed Service"
2489
+ ]
2490
+ }
2491
+ }
2492
+ },
2493
+ {
2494
+ "displayName": "Credentials",
2495
+ "name": "credentials",
2496
+ "type": "json",
2497
+ "default": "[\n 9991\n]",
2498
+ "description": "An array of ManagedCredential IDs that should be used when attempting to resolve issues with this Service.\n",
2499
+ "routing": {
2500
+ "send": {
2501
+ "property": "credentials",
2502
+ "propertyInDotNotation": false,
2503
+ "type": "body",
2504
+ "value": "={{ JSON.parse($value) }}"
2505
+ }
2506
+ },
2507
+ "displayOptions": {
2508
+ "show": {
2509
+ "resource": [
2510
+ "Managed"
2511
+ ],
2512
+ "operation": [
2513
+ "Update Managed Service"
2514
+ ]
2515
+ }
2516
+ }
2517
+ },
2518
+ {
2519
+ "displayName": "ID",
2520
+ "name": "id",
2521
+ "type": "number",
2522
+ "default": 9944,
2523
+ "description": "This Service's unique ID.\n",
2524
+ "routing": {
2525
+ "send": {
2526
+ "property": "id",
2527
+ "propertyInDotNotation": false,
2528
+ "type": "body",
2529
+ "value": "={{ $value }}"
2530
+ }
2531
+ },
2532
+ "displayOptions": {
2533
+ "show": {
2534
+ "resource": [
2535
+ "Managed"
2536
+ ],
2537
+ "operation": [
2538
+ "Update Managed Service"
2539
+ ]
2540
+ }
2541
+ }
2542
+ },
2543
+ {
2544
+ "displayName": "Label",
2545
+ "name": "label",
2546
+ "type": "string",
2547
+ "default": "prod-1",
2548
+ "description": "The label for this Service. This is for display purposes only.\n",
2549
+ "routing": {
2550
+ "send": {
2551
+ "property": "label",
2552
+ "propertyInDotNotation": false,
2553
+ "type": "body",
2554
+ "value": "={{ $value }}"
2555
+ }
2556
+ },
2557
+ "displayOptions": {
2558
+ "show": {
2559
+ "resource": [
2560
+ "Managed"
2561
+ ],
2562
+ "operation": [
2563
+ "Update Managed Service"
2564
+ ]
2565
+ }
2566
+ }
2567
+ },
2568
+ {
2569
+ "displayName": "Notes",
2570
+ "name": "notes",
2571
+ "type": "string",
2572
+ "default": "The service name is my-cool-application",
2573
+ "description": "Any information relevant to the Service that Linode special forces should know when attempting to resolve Issues.\n",
2574
+ "routing": {
2575
+ "send": {
2576
+ "property": "notes",
2577
+ "propertyInDotNotation": false,
2578
+ "type": "body",
2579
+ "value": "={{ $value }}"
2580
+ }
2581
+ },
2582
+ "displayOptions": {
2583
+ "show": {
2584
+ "resource": [
2585
+ "Managed"
2586
+ ],
2587
+ "operation": [
2588
+ "Update Managed Service"
2589
+ ]
2590
+ }
2591
+ }
2592
+ },
2593
+ {
2594
+ "displayName": "Region",
2595
+ "name": "region",
2596
+ "type": "string",
2597
+ "default": null,
2598
+ "description": "The Region in which this Service is located. This is required if address is a private IP, and may not be set otherwise.\n",
2599
+ "routing": {
2600
+ "send": {
2601
+ "property": "region",
2602
+ "propertyInDotNotation": false,
2603
+ "type": "body",
2604
+ "value": "={{ $value }}"
2605
+ }
2606
+ },
2607
+ "displayOptions": {
2608
+ "show": {
2609
+ "resource": [
2610
+ "Managed"
2611
+ ],
2612
+ "operation": [
2613
+ "Update Managed Service"
2614
+ ]
2615
+ }
2616
+ }
2617
+ },
2618
+ {
2619
+ "displayName": "Service Type",
2620
+ "name": "service_type",
2621
+ "type": "options",
2622
+ "default": "url",
2623
+ "description": "How this Service is monitored.\n",
2624
+ "options": [
2625
+ {
2626
+ "name": "URL",
2627
+ "value": "url"
2628
+ },
2629
+ {
2630
+ "name": "Tcp",
2631
+ "value": "tcp"
2632
+ }
2633
+ ],
2634
+ "routing": {
2635
+ "send": {
2636
+ "property": "service_type",
2637
+ "propertyInDotNotation": false,
2638
+ "type": "body",
2639
+ "value": "={{ $value }}"
2640
+ }
2641
+ },
2642
+ "displayOptions": {
2643
+ "show": {
2644
+ "resource": [
2645
+ "Managed"
2646
+ ],
2647
+ "operation": [
2648
+ "Update Managed Service"
2649
+ ]
2650
+ }
2651
+ }
2652
+ },
2653
+ {
2654
+ "displayName": "Status",
2655
+ "name": "status",
2656
+ "type": "options",
2657
+ "default": "ok",
2658
+ "description": "The current status of this Service.\n",
2659
+ "options": [
2660
+ {
2661
+ "name": "Disabled",
2662
+ "value": "disabled"
2663
+ },
2664
+ {
2665
+ "name": "Pending",
2666
+ "value": "pending"
2667
+ },
2668
+ {
2669
+ "name": "Ok",
2670
+ "value": "ok"
2671
+ },
2672
+ {
2673
+ "name": "Problem",
2674
+ "value": "problem"
2675
+ }
2676
+ ],
2677
+ "routing": {
2678
+ "send": {
2679
+ "property": "status",
2680
+ "propertyInDotNotation": false,
2681
+ "type": "body",
2682
+ "value": "={{ $value }}"
2683
+ }
2684
+ },
2685
+ "displayOptions": {
2686
+ "show": {
2687
+ "resource": [
2688
+ "Managed"
2689
+ ],
2690
+ "operation": [
2691
+ "Update Managed Service"
2692
+ ]
2693
+ }
2694
+ }
2695
+ },
2696
+ {
2697
+ "displayName": "Timeout",
2698
+ "name": "timeout",
2699
+ "type": "number",
2700
+ "default": 30,
2701
+ "description": "How long to wait, in seconds, for a response before considering the Service to be down.\n",
2702
+ "routing": {
2703
+ "send": {
2704
+ "property": "timeout",
2705
+ "propertyInDotNotation": false,
2706
+ "type": "body",
2707
+ "value": "={{ $value }}"
2708
+ }
2709
+ },
2710
+ "displayOptions": {
2711
+ "show": {
2712
+ "resource": [
2713
+ "Managed"
2714
+ ],
2715
+ "operation": [
2716
+ "Update Managed Service"
2717
+ ]
2718
+ }
2719
+ }
2720
+ },
2721
+ {
2722
+ "displayName": "Updated",
2723
+ "name": "updated",
2724
+ "type": "string",
2725
+ "default": "2018-03-01T00:01:01",
2726
+ "description": "When this Managed Service was last updated.",
2727
+ "routing": {
2728
+ "send": {
2729
+ "property": "updated",
2730
+ "propertyInDotNotation": false,
2731
+ "type": "body",
2732
+ "value": "={{ $value }}"
2733
+ }
2734
+ },
2735
+ "displayOptions": {
2736
+ "show": {
2737
+ "resource": [
2738
+ "Managed"
2739
+ ],
2740
+ "operation": [
2741
+ "Update Managed Service"
2742
+ ]
2743
+ }
2744
+ }
2745
+ },
2746
+ {
2747
+ "displayName": "Bearer Token",
2748
+ "name": "security_personalaccesstoken",
2749
+ "type": "string",
2750
+ "default": "",
2751
+ "description": "HTTP bearer authentication for personalAccessToken",
2752
+ "required": false,
2753
+ "routing": {
2754
+ "request": {
2755
+ "headers": {
2756
+ "Authorization": "={{ 'Bearer ' + $value }}"
2757
+ }
2758
+ }
2759
+ },
2760
+ "displayOptions": {
2761
+ "show": {
2762
+ "resource": [
2763
+ "Managed"
2764
+ ],
2765
+ "operation": [
2766
+ "Update Managed Service"
2767
+ ]
2768
+ }
2769
+ }
2770
+ },
2771
+ {
2772
+ "displayName": "POST /managed/services/{serviceId}/disable",
2773
+ "name": "operation",
2774
+ "type": "notice",
2775
+ "typeOptions": {
2776
+ "theme": "info"
2777
+ },
2778
+ "default": "",
2779
+ "displayOptions": {
2780
+ "show": {
2781
+ "resource": [
2782
+ "Managed"
2783
+ ],
2784
+ "operation": [
2785
+ "Disable Managed Service"
2786
+ ]
2787
+ }
2788
+ }
2789
+ },
2790
+ {
2791
+ "displayName": "Bearer Token",
2792
+ "name": "security_personalaccesstoken",
2793
+ "type": "string",
2794
+ "default": "",
2795
+ "description": "HTTP bearer authentication for personalAccessToken",
2796
+ "required": false,
2797
+ "routing": {
2798
+ "request": {
2799
+ "headers": {
2800
+ "Authorization": "={{ 'Bearer ' + $value }}"
2801
+ }
2802
+ }
2803
+ },
2804
+ "displayOptions": {
2805
+ "show": {
2806
+ "resource": [
2807
+ "Managed"
2808
+ ],
2809
+ "operation": [
2810
+ "Disable Managed Service"
2811
+ ]
2812
+ }
2813
+ }
2814
+ },
2815
+ {
2816
+ "displayName": "POST /managed/services/{serviceId}/enable",
2817
+ "name": "operation",
2818
+ "type": "notice",
2819
+ "typeOptions": {
2820
+ "theme": "info"
2821
+ },
2822
+ "default": "",
2823
+ "displayOptions": {
2824
+ "show": {
2825
+ "resource": [
2826
+ "Managed"
2827
+ ],
2828
+ "operation": [
2829
+ "Enable Managed Service"
2830
+ ]
2831
+ }
2832
+ }
2833
+ },
2834
+ {
2835
+ "displayName": "Bearer Token",
2836
+ "name": "security_personalaccesstoken",
2837
+ "type": "string",
2838
+ "default": "",
2839
+ "description": "HTTP bearer authentication for personalAccessToken",
2840
+ "required": false,
2841
+ "routing": {
2842
+ "request": {
2843
+ "headers": {
2844
+ "Authorization": "={{ 'Bearer ' + $value }}"
2845
+ }
2846
+ }
2847
+ },
2848
+ "displayOptions": {
2849
+ "show": {
2850
+ "resource": [
2851
+ "Managed"
2852
+ ],
2853
+ "operation": [
2854
+ "Enable Managed Service"
2855
+ ]
2856
+ }
2857
+ }
2858
+ },
2859
+ {
2860
+ "displayName": "GET /managed/stats",
2861
+ "name": "operation",
2862
+ "type": "notice",
2863
+ "typeOptions": {
2864
+ "theme": "info"
2865
+ },
2866
+ "default": "",
2867
+ "displayOptions": {
2868
+ "show": {
2869
+ "resource": [
2870
+ "Managed"
2871
+ ],
2872
+ "operation": [
2873
+ "Get Managed Stats"
2874
+ ]
2875
+ }
2876
+ }
2877
+ },
2878
+ {
2879
+ "displayName": "Bearer Token",
2880
+ "name": "security_personalaccesstoken",
2881
+ "type": "string",
2882
+ "default": "",
2883
+ "description": "HTTP bearer authentication for personalAccessToken",
2884
+ "required": false,
2885
+ "routing": {
2886
+ "request": {
2887
+ "headers": {
2888
+ "Authorization": "={{ 'Bearer ' + $value }}"
2889
+ }
2890
+ }
2891
+ },
2892
+ "displayOptions": {
2893
+ "show": {
2894
+ "resource": [
2895
+ "Managed"
2896
+ ],
2897
+ "operation": [
2898
+ "Get Managed Stats"
2899
+ ]
2900
+ }
2901
+ }
2902
+ },
2903
+ ];
2904
+ //# sourceMappingURL=index.js.map