@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,969 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.longviewDescription = void 0;
4
+ exports.longviewDescription = [
5
+ {
6
+ "displayName": "Operation",
7
+ "name": "operation",
8
+ "type": "options",
9
+ "noDataExpression": true,
10
+ "displayOptions": {
11
+ "show": {
12
+ "resource": [
13
+ "Longview"
14
+ ]
15
+ }
16
+ },
17
+ "options": [
18
+ {
19
+ "name": "Get Longview Clients",
20
+ "value": "Get Longview Clients",
21
+ "action": "Longview Clients List",
22
+ "description": "Returns a paginated list of Longview Clients you have access to. Longview Client is used to monitor stats on your Linode with the help of the Longview Client application.\n",
23
+ "routing": {
24
+ "request": {
25
+ "method": "GET",
26
+ "url": "=/longview/clients"
27
+ }
28
+ }
29
+ },
30
+ {
31
+ "name": "Create Longview Client",
32
+ "value": "Create Longview Client",
33
+ "action": "Longview Client Create",
34
+ "description": "Creates a Longview Client. This Client will not begin monitoring the status of your server until you configure the Longview Client application on your Linode using the returning `install_code` and `api_key`.\n",
35
+ "routing": {
36
+ "request": {
37
+ "method": "POST",
38
+ "url": "=/longview/clients"
39
+ }
40
+ }
41
+ },
42
+ {
43
+ "name": "Delete Longview Client",
44
+ "value": "Delete Longview Client",
45
+ "action": "Longview Client Delete",
46
+ "description": "Deletes a Longview Client from your Account.\n\n**All information stored for this client will be lost.**\n\nThis _does not_ uninstall the Longview Client application for your Linode - you must do that manually.\n",
47
+ "routing": {
48
+ "request": {
49
+ "method": "DELETE",
50
+ "url": "=/longview/clients/{{$parameter[\"clientId\"]}}"
51
+ }
52
+ }
53
+ },
54
+ {
55
+ "name": "Get Longview Client",
56
+ "value": "Get Longview Client",
57
+ "action": "Longview Client View",
58
+ "description": "Returns a single Longview Client you can access.\n",
59
+ "routing": {
60
+ "request": {
61
+ "method": "GET",
62
+ "url": "=/longview/clients/{{$parameter[\"clientId\"]}}"
63
+ }
64
+ }
65
+ },
66
+ {
67
+ "name": "Update Longview Client",
68
+ "value": "Update Longview Client",
69
+ "action": "Longview Client Update",
70
+ "description": "Updates a Longview Client. This cannot update how it monitors your server; use the Longview Client application on your Linode for monitoring configuration.\n",
71
+ "routing": {
72
+ "request": {
73
+ "method": "PUT",
74
+ "url": "=/longview/clients/{{$parameter[\"clientId\"]}}"
75
+ }
76
+ }
77
+ },
78
+ {
79
+ "name": "Get Longview Plan",
80
+ "value": "Get Longview Plan",
81
+ "action": "Longview Plan View",
82
+ "description": "Get the details of your current Longview plan. This returns a `LongviewSubscription` object for your current Longview Pro plan, or an empty set `{}` if your current plan is Longview Free.\n\nYou must have at least one of the following `global` [User Grants](/docs/api/account/#users-grants-view) in order to access this endpoint:\n\n - `\"account_access\": read_write`\n - `\"account_access\": read_only`\n - `\"longview_subscription\": true`\n - `\"add_longview\": true`\n\n\nTo update your subscription plan, send a request to [Update Longview Plan](/docs/api/longview/#longview-plan-update).\n",
83
+ "routing": {
84
+ "request": {
85
+ "method": "GET",
86
+ "url": "=/longview/plan"
87
+ }
88
+ }
89
+ },
90
+ {
91
+ "name": "Update Longview Plan",
92
+ "value": "Update Longview Plan",
93
+ "action": "Longview Plan Update",
94
+ "description": "Update your Longview plan to that of the given subcription ID. This returns a `LongviewSubscription` object for the updated Longview Pro plan, or an empty set `{}` if the updated plan is Longview Free.\n\nYou must have `\"longview_subscription\": true` configured as a `global` [User Grant](/docs/api/account/#users-grants-view) in order to access this endpoint.\n\nYou can send a request to the [List Longview Subscriptions](/docs/api/longview/#longview-subscriptions-list) endpoint to receive the details, including `id`'s, of each plan.\n",
95
+ "routing": {
96
+ "request": {
97
+ "method": "PUT",
98
+ "url": "=/longview/plan"
99
+ }
100
+ }
101
+ },
102
+ {
103
+ "name": "Get Longview Subscriptions",
104
+ "value": "Get Longview Subscriptions",
105
+ "action": "Longview Subscriptions List",
106
+ "description": "Returns a paginated list of available Longview Subscriptions. This is a public endpoint and requires no authentication.\n",
107
+ "routing": {
108
+ "request": {
109
+ "method": "GET",
110
+ "url": "=/longview/subscriptions"
111
+ }
112
+ }
113
+ },
114
+ {
115
+ "name": "Get Longview Subscription",
116
+ "value": "Get Longview Subscription",
117
+ "action": "Longview Subscription View",
118
+ "description": "Get the Longview plan details as a single `LongviewSubscription` object for the provided subscription ID. This is a public endpoint and requires no authentication.\n",
119
+ "routing": {
120
+ "request": {
121
+ "method": "GET",
122
+ "url": "=/longview/subscriptions/{{$parameter[\"subscriptionId\"]}}"
123
+ }
124
+ }
125
+ }
126
+ ],
127
+ "default": ""
128
+ },
129
+ {
130
+ "displayName": "GET /longview/clients",
131
+ "name": "operation",
132
+ "type": "notice",
133
+ "typeOptions": {
134
+ "theme": "info"
135
+ },
136
+ "default": "",
137
+ "displayOptions": {
138
+ "show": {
139
+ "resource": [
140
+ "Longview"
141
+ ],
142
+ "operation": [
143
+ "Get Longview Clients"
144
+ ]
145
+ }
146
+ }
147
+ },
148
+ {
149
+ "displayName": "Page",
150
+ "name": "page",
151
+ "description": "The page of a collection to return.",
152
+ "default": 1,
153
+ "type": "number",
154
+ "routing": {
155
+ "send": {
156
+ "type": "query",
157
+ "property": "page",
158
+ "value": "={{ $value }}",
159
+ "propertyInDotNotation": false
160
+ }
161
+ },
162
+ "displayOptions": {
163
+ "show": {
164
+ "resource": [
165
+ "Longview"
166
+ ],
167
+ "operation": [
168
+ "Get Longview Clients"
169
+ ]
170
+ }
171
+ }
172
+ },
173
+ {
174
+ "displayName": "Page Size",
175
+ "name": "page_size",
176
+ "description": "The number of items to return per page.",
177
+ "default": 100,
178
+ "type": "number",
179
+ "routing": {
180
+ "send": {
181
+ "type": "query",
182
+ "property": "page_size",
183
+ "value": "={{ $value }}",
184
+ "propertyInDotNotation": false
185
+ }
186
+ },
187
+ "displayOptions": {
188
+ "show": {
189
+ "resource": [
190
+ "Longview"
191
+ ],
192
+ "operation": [
193
+ "Get Longview Clients"
194
+ ]
195
+ }
196
+ }
197
+ },
198
+ {
199
+ "displayName": "Bearer Token",
200
+ "name": "security_personalaccesstoken",
201
+ "type": "string",
202
+ "default": "",
203
+ "description": "HTTP bearer authentication for personalAccessToken",
204
+ "required": false,
205
+ "routing": {
206
+ "request": {
207
+ "headers": {
208
+ "Authorization": "={{ 'Bearer ' + $value }}"
209
+ }
210
+ }
211
+ },
212
+ "displayOptions": {
213
+ "show": {
214
+ "resource": [
215
+ "Longview"
216
+ ],
217
+ "operation": [
218
+ "Get Longview Clients"
219
+ ]
220
+ }
221
+ }
222
+ },
223
+ {
224
+ "displayName": "POST /longview/clients",
225
+ "name": "operation",
226
+ "type": "notice",
227
+ "typeOptions": {
228
+ "theme": "info"
229
+ },
230
+ "default": "",
231
+ "displayOptions": {
232
+ "show": {
233
+ "resource": [
234
+ "Longview"
235
+ ],
236
+ "operation": [
237
+ "Create Longview Client"
238
+ ]
239
+ }
240
+ }
241
+ },
242
+ {
243
+ "displayName": "API Key",
244
+ "name": "api_key",
245
+ "type": "string",
246
+ "default": "BD1B4B54-D752-A76D-5A9BD8A17F39DB61",
247
+ "description": "The API key for this Client, used when configuring the Longview\nClient application on your Linode.\n\nReturns as `[REDACTED]` if you do not have read-write access to this client.\n",
248
+ "routing": {
249
+ "send": {
250
+ "property": "api_key",
251
+ "propertyInDotNotation": false,
252
+ "type": "body",
253
+ "value": "={{ $value }}"
254
+ }
255
+ },
256
+ "displayOptions": {
257
+ "show": {
258
+ "resource": [
259
+ "Longview"
260
+ ],
261
+ "operation": [
262
+ "Create Longview Client"
263
+ ]
264
+ }
265
+ }
266
+ },
267
+ {
268
+ "displayName": "Apps",
269
+ "name": "apps",
270
+ "type": "json",
271
+ "default": "{\n \"apache\": true,\n \"mysql\": true,\n \"nginx\": false\n}",
272
+ "description": "The apps this Client is monitoring on your Linode. This is configured when you install the Longview Client application, and is present here for information purposes only.\n",
273
+ "routing": {
274
+ "send": {
275
+ "property": "apps",
276
+ "propertyInDotNotation": false,
277
+ "type": "body",
278
+ "value": "={{ JSON.parse($value) }}"
279
+ }
280
+ },
281
+ "displayOptions": {
282
+ "show": {
283
+ "resource": [
284
+ "Longview"
285
+ ],
286
+ "operation": [
287
+ "Create Longview Client"
288
+ ]
289
+ }
290
+ }
291
+ },
292
+ {
293
+ "displayName": "Created",
294
+ "name": "created",
295
+ "type": "string",
296
+ "default": "2018-01-01T00:01:01",
297
+ "description": "When this Longview Client was created.\n",
298
+ "routing": {
299
+ "send": {
300
+ "property": "created",
301
+ "propertyInDotNotation": false,
302
+ "type": "body",
303
+ "value": "={{ $value }}"
304
+ }
305
+ },
306
+ "displayOptions": {
307
+ "show": {
308
+ "resource": [
309
+ "Longview"
310
+ ],
311
+ "operation": [
312
+ "Create Longview Client"
313
+ ]
314
+ }
315
+ }
316
+ },
317
+ {
318
+ "displayName": "ID",
319
+ "name": "id",
320
+ "type": "number",
321
+ "default": 789,
322
+ "description": "This Client's unique ID.\n",
323
+ "routing": {
324
+ "send": {
325
+ "property": "id",
326
+ "propertyInDotNotation": false,
327
+ "type": "body",
328
+ "value": "={{ $value }}"
329
+ }
330
+ },
331
+ "displayOptions": {
332
+ "show": {
333
+ "resource": [
334
+ "Longview"
335
+ ],
336
+ "operation": [
337
+ "Create Longview Client"
338
+ ]
339
+ }
340
+ }
341
+ },
342
+ {
343
+ "displayName": "Install Code",
344
+ "name": "install_code",
345
+ "type": "string",
346
+ "default": "BD1B5605-BF5E-D385-BA07AD518BE7F321",
347
+ "description": "The install code for this Client, used when configuring the Longview\nClient application on your Linode.\n\nReturns as `[REDACTED]` if you do not have read-write access to this client.\n",
348
+ "routing": {
349
+ "send": {
350
+ "property": "install_code",
351
+ "propertyInDotNotation": false,
352
+ "type": "body",
353
+ "value": "={{ $value }}"
354
+ }
355
+ },
356
+ "displayOptions": {
357
+ "show": {
358
+ "resource": [
359
+ "Longview"
360
+ ],
361
+ "operation": [
362
+ "Create Longview Client"
363
+ ]
364
+ }
365
+ }
366
+ },
367
+ {
368
+ "displayName": "Label",
369
+ "name": "label",
370
+ "type": "string",
371
+ "default": "client789",
372
+ "description": "This Client's unique label. This is for display purposes only.\n",
373
+ "routing": {
374
+ "send": {
375
+ "property": "label",
376
+ "propertyInDotNotation": false,
377
+ "type": "body",
378
+ "value": "={{ $value }}"
379
+ }
380
+ },
381
+ "displayOptions": {
382
+ "show": {
383
+ "resource": [
384
+ "Longview"
385
+ ],
386
+ "operation": [
387
+ "Create Longview Client"
388
+ ]
389
+ }
390
+ }
391
+ },
392
+ {
393
+ "displayName": "Updated",
394
+ "name": "updated",
395
+ "type": "string",
396
+ "default": "2018-01-01T00:01:01",
397
+ "description": "When this Longview Client was last updated.\n",
398
+ "routing": {
399
+ "send": {
400
+ "property": "updated",
401
+ "propertyInDotNotation": false,
402
+ "type": "body",
403
+ "value": "={{ $value }}"
404
+ }
405
+ },
406
+ "displayOptions": {
407
+ "show": {
408
+ "resource": [
409
+ "Longview"
410
+ ],
411
+ "operation": [
412
+ "Create Longview Client"
413
+ ]
414
+ }
415
+ }
416
+ },
417
+ {
418
+ "displayName": "Bearer Token",
419
+ "name": "security_personalaccesstoken",
420
+ "type": "string",
421
+ "default": "",
422
+ "description": "HTTP bearer authentication for personalAccessToken",
423
+ "required": false,
424
+ "routing": {
425
+ "request": {
426
+ "headers": {
427
+ "Authorization": "={{ 'Bearer ' + $value }}"
428
+ }
429
+ }
430
+ },
431
+ "displayOptions": {
432
+ "show": {
433
+ "resource": [
434
+ "Longview"
435
+ ],
436
+ "operation": [
437
+ "Create Longview Client"
438
+ ]
439
+ }
440
+ }
441
+ },
442
+ {
443
+ "displayName": "DELETE /longview/clients/{clientId}",
444
+ "name": "operation",
445
+ "type": "notice",
446
+ "typeOptions": {
447
+ "theme": "info"
448
+ },
449
+ "default": "",
450
+ "displayOptions": {
451
+ "show": {
452
+ "resource": [
453
+ "Longview"
454
+ ],
455
+ "operation": [
456
+ "Delete Longview Client"
457
+ ]
458
+ }
459
+ }
460
+ },
461
+ {
462
+ "displayName": "Bearer Token",
463
+ "name": "security_personalaccesstoken",
464
+ "type": "string",
465
+ "default": "",
466
+ "description": "HTTP bearer authentication for personalAccessToken",
467
+ "required": false,
468
+ "routing": {
469
+ "request": {
470
+ "headers": {
471
+ "Authorization": "={{ 'Bearer ' + $value }}"
472
+ }
473
+ }
474
+ },
475
+ "displayOptions": {
476
+ "show": {
477
+ "resource": [
478
+ "Longview"
479
+ ],
480
+ "operation": [
481
+ "Delete Longview Client"
482
+ ]
483
+ }
484
+ }
485
+ },
486
+ {
487
+ "displayName": "GET /longview/clients/{clientId}",
488
+ "name": "operation",
489
+ "type": "notice",
490
+ "typeOptions": {
491
+ "theme": "info"
492
+ },
493
+ "default": "",
494
+ "displayOptions": {
495
+ "show": {
496
+ "resource": [
497
+ "Longview"
498
+ ],
499
+ "operation": [
500
+ "Get Longview Client"
501
+ ]
502
+ }
503
+ }
504
+ },
505
+ {
506
+ "displayName": "Bearer Token",
507
+ "name": "security_personalaccesstoken",
508
+ "type": "string",
509
+ "default": "",
510
+ "description": "HTTP bearer authentication for personalAccessToken",
511
+ "required": false,
512
+ "routing": {
513
+ "request": {
514
+ "headers": {
515
+ "Authorization": "={{ 'Bearer ' + $value }}"
516
+ }
517
+ }
518
+ },
519
+ "displayOptions": {
520
+ "show": {
521
+ "resource": [
522
+ "Longview"
523
+ ],
524
+ "operation": [
525
+ "Get Longview Client"
526
+ ]
527
+ }
528
+ }
529
+ },
530
+ {
531
+ "displayName": "PUT /longview/clients/{clientId}",
532
+ "name": "operation",
533
+ "type": "notice",
534
+ "typeOptions": {
535
+ "theme": "info"
536
+ },
537
+ "default": "",
538
+ "displayOptions": {
539
+ "show": {
540
+ "resource": [
541
+ "Longview"
542
+ ],
543
+ "operation": [
544
+ "Update Longview Client"
545
+ ]
546
+ }
547
+ }
548
+ },
549
+ {
550
+ "displayName": "API Key",
551
+ "name": "api_key",
552
+ "type": "string",
553
+ "default": "BD1B4B54-D752-A76D-5A9BD8A17F39DB61",
554
+ "description": "The API key for this Client, used when configuring the Longview\nClient application on your Linode.\n\nReturns as `[REDACTED]` if you do not have read-write access to this client.\n",
555
+ "routing": {
556
+ "send": {
557
+ "property": "api_key",
558
+ "propertyInDotNotation": false,
559
+ "type": "body",
560
+ "value": "={{ $value }}"
561
+ }
562
+ },
563
+ "displayOptions": {
564
+ "show": {
565
+ "resource": [
566
+ "Longview"
567
+ ],
568
+ "operation": [
569
+ "Update Longview Client"
570
+ ]
571
+ }
572
+ }
573
+ },
574
+ {
575
+ "displayName": "Apps",
576
+ "name": "apps",
577
+ "type": "json",
578
+ "default": "{\n \"apache\": true,\n \"mysql\": true,\n \"nginx\": false\n}",
579
+ "description": "The apps this Client is monitoring on your Linode. This is configured when you install the Longview Client application, and is present here for information purposes only.\n",
580
+ "routing": {
581
+ "send": {
582
+ "property": "apps",
583
+ "propertyInDotNotation": false,
584
+ "type": "body",
585
+ "value": "={{ JSON.parse($value) }}"
586
+ }
587
+ },
588
+ "displayOptions": {
589
+ "show": {
590
+ "resource": [
591
+ "Longview"
592
+ ],
593
+ "operation": [
594
+ "Update Longview Client"
595
+ ]
596
+ }
597
+ }
598
+ },
599
+ {
600
+ "displayName": "Created",
601
+ "name": "created",
602
+ "type": "string",
603
+ "default": "2018-01-01T00:01:01",
604
+ "description": "When this Longview Client was created.\n",
605
+ "routing": {
606
+ "send": {
607
+ "property": "created",
608
+ "propertyInDotNotation": false,
609
+ "type": "body",
610
+ "value": "={{ $value }}"
611
+ }
612
+ },
613
+ "displayOptions": {
614
+ "show": {
615
+ "resource": [
616
+ "Longview"
617
+ ],
618
+ "operation": [
619
+ "Update Longview Client"
620
+ ]
621
+ }
622
+ }
623
+ },
624
+ {
625
+ "displayName": "ID",
626
+ "name": "id",
627
+ "type": "number",
628
+ "default": 789,
629
+ "description": "This Client's unique ID.\n",
630
+ "routing": {
631
+ "send": {
632
+ "property": "id",
633
+ "propertyInDotNotation": false,
634
+ "type": "body",
635
+ "value": "={{ $value }}"
636
+ }
637
+ },
638
+ "displayOptions": {
639
+ "show": {
640
+ "resource": [
641
+ "Longview"
642
+ ],
643
+ "operation": [
644
+ "Update Longview Client"
645
+ ]
646
+ }
647
+ }
648
+ },
649
+ {
650
+ "displayName": "Install Code",
651
+ "name": "install_code",
652
+ "type": "string",
653
+ "default": "BD1B5605-BF5E-D385-BA07AD518BE7F321",
654
+ "description": "The install code for this Client, used when configuring the Longview\nClient application on your Linode.\n\nReturns as `[REDACTED]` if you do not have read-write access to this client.\n",
655
+ "routing": {
656
+ "send": {
657
+ "property": "install_code",
658
+ "propertyInDotNotation": false,
659
+ "type": "body",
660
+ "value": "={{ $value }}"
661
+ }
662
+ },
663
+ "displayOptions": {
664
+ "show": {
665
+ "resource": [
666
+ "Longview"
667
+ ],
668
+ "operation": [
669
+ "Update Longview Client"
670
+ ]
671
+ }
672
+ }
673
+ },
674
+ {
675
+ "displayName": "Label",
676
+ "name": "label",
677
+ "type": "string",
678
+ "default": "client789",
679
+ "description": "This Client's unique label. This is for display purposes only.\n",
680
+ "routing": {
681
+ "send": {
682
+ "property": "label",
683
+ "propertyInDotNotation": false,
684
+ "type": "body",
685
+ "value": "={{ $value }}"
686
+ }
687
+ },
688
+ "displayOptions": {
689
+ "show": {
690
+ "resource": [
691
+ "Longview"
692
+ ],
693
+ "operation": [
694
+ "Update Longview Client"
695
+ ]
696
+ }
697
+ }
698
+ },
699
+ {
700
+ "displayName": "Updated",
701
+ "name": "updated",
702
+ "type": "string",
703
+ "default": "2018-01-01T00:01:01",
704
+ "description": "When this Longview Client was last updated.\n",
705
+ "routing": {
706
+ "send": {
707
+ "property": "updated",
708
+ "propertyInDotNotation": false,
709
+ "type": "body",
710
+ "value": "={{ $value }}"
711
+ }
712
+ },
713
+ "displayOptions": {
714
+ "show": {
715
+ "resource": [
716
+ "Longview"
717
+ ],
718
+ "operation": [
719
+ "Update Longview Client"
720
+ ]
721
+ }
722
+ }
723
+ },
724
+ {
725
+ "displayName": "Bearer Token",
726
+ "name": "security_personalaccesstoken",
727
+ "type": "string",
728
+ "default": "",
729
+ "description": "HTTP bearer authentication for personalAccessToken",
730
+ "required": false,
731
+ "routing": {
732
+ "request": {
733
+ "headers": {
734
+ "Authorization": "={{ 'Bearer ' + $value }}"
735
+ }
736
+ }
737
+ },
738
+ "displayOptions": {
739
+ "show": {
740
+ "resource": [
741
+ "Longview"
742
+ ],
743
+ "operation": [
744
+ "Update Longview Client"
745
+ ]
746
+ }
747
+ }
748
+ },
749
+ {
750
+ "displayName": "GET /longview/plan",
751
+ "name": "operation",
752
+ "type": "notice",
753
+ "typeOptions": {
754
+ "theme": "info"
755
+ },
756
+ "default": "",
757
+ "displayOptions": {
758
+ "show": {
759
+ "resource": [
760
+ "Longview"
761
+ ],
762
+ "operation": [
763
+ "Get Longview Plan"
764
+ ]
765
+ }
766
+ }
767
+ },
768
+ {
769
+ "displayName": "Bearer Token",
770
+ "name": "security_personalaccesstoken",
771
+ "type": "string",
772
+ "default": "",
773
+ "description": "HTTP bearer authentication for personalAccessToken",
774
+ "required": false,
775
+ "routing": {
776
+ "request": {
777
+ "headers": {
778
+ "Authorization": "={{ 'Bearer ' + $value }}"
779
+ }
780
+ }
781
+ },
782
+ "displayOptions": {
783
+ "show": {
784
+ "resource": [
785
+ "Longview"
786
+ ],
787
+ "operation": [
788
+ "Get Longview Plan"
789
+ ]
790
+ }
791
+ }
792
+ },
793
+ {
794
+ "displayName": "PUT /longview/plan",
795
+ "name": "operation",
796
+ "type": "notice",
797
+ "typeOptions": {
798
+ "theme": "info"
799
+ },
800
+ "default": "",
801
+ "displayOptions": {
802
+ "show": {
803
+ "resource": [
804
+ "Longview"
805
+ ],
806
+ "operation": [
807
+ "Update Longview Plan"
808
+ ]
809
+ }
810
+ }
811
+ },
812
+ {
813
+ "displayName": "Longview Subscription",
814
+ "name": "longview_subscription",
815
+ "type": "options",
816
+ "default": "longview-10",
817
+ "description": "The subscription ID for a particular Longview plan. A value of `null` corresponds to Longview Free.\n\nYou can send a request to the [List Longview Subscriptions](/docs/api/longview/#longview-subscriptions-list) endpoint to receive the details of each plan.\n",
818
+ "options": [
819
+ {
820
+ "name": "Longview 3",
821
+ "value": "longview-3"
822
+ },
823
+ {
824
+ "name": "Longview 10",
825
+ "value": "longview-10"
826
+ },
827
+ {
828
+ "name": "Longview 40",
829
+ "value": "longview-40"
830
+ },
831
+ {
832
+ "name": "Longview 100",
833
+ "value": "longview-100"
834
+ }
835
+ ],
836
+ "routing": {
837
+ "send": {
838
+ "property": "longview_subscription",
839
+ "propertyInDotNotation": false,
840
+ "type": "body",
841
+ "value": "={{ $value }}"
842
+ }
843
+ },
844
+ "displayOptions": {
845
+ "show": {
846
+ "resource": [
847
+ "Longview"
848
+ ],
849
+ "operation": [
850
+ "Update Longview Plan"
851
+ ]
852
+ }
853
+ }
854
+ },
855
+ {
856
+ "displayName": "Bearer Token",
857
+ "name": "security_personalaccesstoken",
858
+ "type": "string",
859
+ "default": "",
860
+ "description": "HTTP bearer authentication for personalAccessToken",
861
+ "required": false,
862
+ "routing": {
863
+ "request": {
864
+ "headers": {
865
+ "Authorization": "={{ 'Bearer ' + $value }}"
866
+ }
867
+ }
868
+ },
869
+ "displayOptions": {
870
+ "show": {
871
+ "resource": [
872
+ "Longview"
873
+ ],
874
+ "operation": [
875
+ "Update Longview Plan"
876
+ ]
877
+ }
878
+ }
879
+ },
880
+ {
881
+ "displayName": "GET /longview/subscriptions",
882
+ "name": "operation",
883
+ "type": "notice",
884
+ "typeOptions": {
885
+ "theme": "info"
886
+ },
887
+ "default": "",
888
+ "displayOptions": {
889
+ "show": {
890
+ "resource": [
891
+ "Longview"
892
+ ],
893
+ "operation": [
894
+ "Get Longview Subscriptions"
895
+ ]
896
+ }
897
+ }
898
+ },
899
+ {
900
+ "displayName": "Page",
901
+ "name": "page",
902
+ "description": "The page of a collection to return.",
903
+ "default": 1,
904
+ "type": "number",
905
+ "routing": {
906
+ "send": {
907
+ "type": "query",
908
+ "property": "page",
909
+ "value": "={{ $value }}",
910
+ "propertyInDotNotation": false
911
+ }
912
+ },
913
+ "displayOptions": {
914
+ "show": {
915
+ "resource": [
916
+ "Longview"
917
+ ],
918
+ "operation": [
919
+ "Get Longview Subscriptions"
920
+ ]
921
+ }
922
+ }
923
+ },
924
+ {
925
+ "displayName": "Page Size",
926
+ "name": "page_size",
927
+ "description": "The number of items to return per page.",
928
+ "default": 100,
929
+ "type": "number",
930
+ "routing": {
931
+ "send": {
932
+ "type": "query",
933
+ "property": "page_size",
934
+ "value": "={{ $value }}",
935
+ "propertyInDotNotation": false
936
+ }
937
+ },
938
+ "displayOptions": {
939
+ "show": {
940
+ "resource": [
941
+ "Longview"
942
+ ],
943
+ "operation": [
944
+ "Get Longview Subscriptions"
945
+ ]
946
+ }
947
+ }
948
+ },
949
+ {
950
+ "displayName": "GET /longview/subscriptions/{subscriptionId}",
951
+ "name": "operation",
952
+ "type": "notice",
953
+ "typeOptions": {
954
+ "theme": "info"
955
+ },
956
+ "default": "",
957
+ "displayOptions": {
958
+ "show": {
959
+ "resource": [
960
+ "Longview"
961
+ ],
962
+ "operation": [
963
+ "Get Longview Subscription"
964
+ ]
965
+ }
966
+ }
967
+ },
968
+ ];
969
+ //# sourceMappingURL=index.js.map