@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,4783 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.accountDescription = void 0;
4
+ exports.accountDescription = [
5
+ {
6
+ "displayName": "Operation",
7
+ "name": "operation",
8
+ "type": "options",
9
+ "noDataExpression": true,
10
+ "displayOptions": {
11
+ "show": {
12
+ "resource": [
13
+ "Account"
14
+ ]
15
+ }
16
+ },
17
+ "options": [
18
+ {
19
+ "name": "Get Account",
20
+ "value": "Get Account",
21
+ "action": "Account View",
22
+ "description": "Returns the contact and billing information related to your Account.\n",
23
+ "routing": {
24
+ "request": {
25
+ "method": "GET",
26
+ "url": "=/account"
27
+ }
28
+ }
29
+ },
30
+ {
31
+ "name": "Update Account",
32
+ "value": "Update Account",
33
+ "action": "Account Update",
34
+ "description": "Updates contact and billing information related to your Account.\n",
35
+ "routing": {
36
+ "request": {
37
+ "method": "PUT",
38
+ "url": "=/account"
39
+ }
40
+ }
41
+ },
42
+ {
43
+ "name": "Cancel Account",
44
+ "value": "Cancel Account",
45
+ "action": "Account Cancel",
46
+ "description": "Cancels an active Linode account. This action will cause Linode to attempt to charge the credit card on file for the remaining balance. An error will occur if Linode fails to charge the credit card on file. Restricted users will not be able to cancel an account.\n",
47
+ "routing": {
48
+ "request": {
49
+ "method": "POST",
50
+ "url": "=/account/cancel"
51
+ }
52
+ }
53
+ },
54
+ {
55
+ "name": "Get Events",
56
+ "value": "Get Events",
57
+ "action": "Events List",
58
+ "description": "Returns a collection of Event objects representing actions taken on your Account from the last 90 days. The Events returned depend on your grants.\n",
59
+ "routing": {
60
+ "request": {
61
+ "method": "GET",
62
+ "url": "=/account/events"
63
+ }
64
+ }
65
+ },
66
+ {
67
+ "name": "Get Event",
68
+ "value": "Get Event",
69
+ "action": "Event View",
70
+ "description": "Returns a single Event object.\n",
71
+ "routing": {
72
+ "request": {
73
+ "method": "GET",
74
+ "url": "=/account/events/{{$parameter[\"eventId\"]}}"
75
+ }
76
+ }
77
+ },
78
+ {
79
+ "name": "Event Read",
80
+ "value": "Event Read",
81
+ "action": "Event Mark as Read",
82
+ "description": "Marks a single Event as read.",
83
+ "routing": {
84
+ "request": {
85
+ "method": "POST",
86
+ "url": "=/account/events/{{$parameter[\"eventId\"]}}/read"
87
+ }
88
+ }
89
+ },
90
+ {
91
+ "name": "Event Seen",
92
+ "value": "Event Seen",
93
+ "action": "Event Mark as Seen",
94
+ "description": "Marks all Events up to and including this Event by ID as seen.\n",
95
+ "routing": {
96
+ "request": {
97
+ "method": "POST",
98
+ "url": "=/account/events/{{$parameter[\"eventId\"]}}/seen"
99
+ }
100
+ }
101
+ },
102
+ {
103
+ "name": "Get Invoices",
104
+ "value": "Get Invoices",
105
+ "action": "Invoices List",
106
+ "description": "Returns a paginated list of Invoices against your Account.\n",
107
+ "routing": {
108
+ "request": {
109
+ "method": "GET",
110
+ "url": "=/account/invoices"
111
+ }
112
+ }
113
+ },
114
+ {
115
+ "name": "Get Invoice",
116
+ "value": "Get Invoice",
117
+ "action": "Invoice View",
118
+ "description": "Returns a single Invoice object.",
119
+ "routing": {
120
+ "request": {
121
+ "method": "GET",
122
+ "url": "=/account/invoices/{{$parameter[\"invoiceId\"]}}"
123
+ }
124
+ }
125
+ },
126
+ {
127
+ "name": "Get Invoice Items",
128
+ "value": "Get Invoice Items",
129
+ "action": "Invoice Items List",
130
+ "description": "Returns a paginated list of Invoice items.",
131
+ "routing": {
132
+ "request": {
133
+ "method": "GET",
134
+ "url": "=/account/invoices/{{$parameter[\"invoiceId\"]}}/items"
135
+ }
136
+ }
137
+ },
138
+ {
139
+ "name": "Get Account Logins",
140
+ "value": "Get Account Logins",
141
+ "action": "User Logins List All",
142
+ "description": "Returns a collection of successful logins for all users on the account during the last 90 days. This command can only be accessed by the unrestricted users of an account.\n",
143
+ "routing": {
144
+ "request": {
145
+ "method": "GET",
146
+ "url": "=/account/logins"
147
+ }
148
+ }
149
+ },
150
+ {
151
+ "name": "Get Account Login",
152
+ "value": "Get Account Login",
153
+ "action": "Login View",
154
+ "description": "Returns a Login object that displays information about a successful login. The logins that can be viewed can be for any user on the account, and are not limited to only the logins of the user that is accessing this API endpoint. This command can only be accessed by the unrestricted users of the account.\n",
155
+ "routing": {
156
+ "request": {
157
+ "method": "GET",
158
+ "url": "=/account/logins/{{$parameter[\"loginId\"]}}"
159
+ }
160
+ }
161
+ },
162
+ {
163
+ "name": "Get Maintenance",
164
+ "value": "Get Maintenance",
165
+ "action": "Maintenance List",
166
+ "description": "Returns a collection of Maintenance objects for any entity a user has permissions to view. Cancelled Maintenance objects are not returned.\n\nCurrently, Linodes are the only entities available for viewing.\n",
167
+ "routing": {
168
+ "request": {
169
+ "method": "GET",
170
+ "url": "=/account/maintenance"
171
+ }
172
+ }
173
+ },
174
+ {
175
+ "name": "Get Notifications",
176
+ "value": "Get Notifications",
177
+ "action": "Notifications List",
178
+ "description": "Returns a collection of Notification objects representing important, often time-sensitive items related to your Account.\nYou cannot interact directly with Notifications, and a Notification will disappear when the circumstances causing it have been resolved. For example, if you have an important Ticket open, you must respond to the Ticket to dismiss the Notification.\n",
179
+ "routing": {
180
+ "request": {
181
+ "method": "GET",
182
+ "url": "=/account/notifications"
183
+ }
184
+ }
185
+ },
186
+ {
187
+ "name": "Get Clients",
188
+ "value": "Get Clients",
189
+ "action": "OAuth Clients List",
190
+ "description": "Returns a paginated list of OAuth Clients registered to your Account. OAuth Clients allow users to log into applications you write or host using their Linode Account, and may allow them to grant some level of access to their Linodes or other entities to your application.\n",
191
+ "routing": {
192
+ "request": {
193
+ "method": "GET",
194
+ "url": "=/account/oauth-clients"
195
+ }
196
+ }
197
+ },
198
+ {
199
+ "name": "Create Client",
200
+ "value": "Create Client",
201
+ "action": "OAuth Client Create",
202
+ "description": "Creates an OAuth Client, which can be used to allow users (using their Linode account) to log in to your own application, and optionally grant your application some amount of access to their Linodes or other entities.\n",
203
+ "routing": {
204
+ "request": {
205
+ "method": "POST",
206
+ "url": "=/account/oauth-clients"
207
+ }
208
+ }
209
+ },
210
+ {
211
+ "name": "Delete Client",
212
+ "value": "Delete Client",
213
+ "action": "OAuth Client Delete",
214
+ "description": "Deletes an OAuth Client registered with Linode. The Client ID and Client secret will no longer be accepted by <a target=\"_top\" href=\"https://login.linode.com\">https://login.linode.com</a>, and all tokens issued to this client will be invalidated (meaning that if your application was using a token, it will no longer work).\n",
215
+ "routing": {
216
+ "request": {
217
+ "method": "DELETE",
218
+ "url": "=/account/oauth-clients/{{$parameter[\"clientId\"]}}"
219
+ }
220
+ }
221
+ },
222
+ {
223
+ "name": "Get Client",
224
+ "value": "Get Client",
225
+ "action": "OAuth Client View",
226
+ "description": "Returns information about a single OAuth client.\n",
227
+ "routing": {
228
+ "request": {
229
+ "method": "GET",
230
+ "url": "=/account/oauth-clients/{{$parameter[\"clientId\"]}}"
231
+ }
232
+ }
233
+ },
234
+ {
235
+ "name": "Update Client",
236
+ "value": "Update Client",
237
+ "action": "OAuth Client Update",
238
+ "description": "Update information about an OAuth Client on your Account. This can be especially useful to update the `redirect_uri` of your client in the event that the callback url changed in your application.\n",
239
+ "routing": {
240
+ "request": {
241
+ "method": "PUT",
242
+ "url": "=/account/oauth-clients/{{$parameter[\"clientId\"]}}"
243
+ }
244
+ }
245
+ },
246
+ {
247
+ "name": "Reset Client Secret",
248
+ "value": "Reset Client Secret",
249
+ "action": "OAuth Client Secret Reset",
250
+ "description": "Resets the OAuth Client secret for a client you own, and returns the OAuth Client with the plaintext secret. This secret is not supposed to be publicly known or disclosed anywhere. This can be used to generate a new secret in case the one you have has been leaked, or to get a new secret if you lost the original. The old secret is expired immediately, and logins to your client with the old secret will fail.\n",
251
+ "routing": {
252
+ "request": {
253
+ "method": "POST",
254
+ "url": "=/account/oauth-clients/{{$parameter[\"clientId\"]}}/reset-secret"
255
+ }
256
+ }
257
+ },
258
+ {
259
+ "name": "Get Client Thumbnail",
260
+ "value": "Get Client Thumbnail",
261
+ "action": "OAuth Client Thumbnail View",
262
+ "description": "Returns the thumbnail for this OAuth Client. This is a publicly-viewable endpoint, and can be accessed without authentication.\n",
263
+ "routing": {
264
+ "request": {
265
+ "method": "GET",
266
+ "url": "=/account/oauth-clients/{{$parameter[\"clientId\"]}}/thumbnail"
267
+ }
268
+ }
269
+ },
270
+ {
271
+ "name": "Set Client Thumbnail",
272
+ "value": "Set Client Thumbnail",
273
+ "action": "OAuth Client Thumbnail Update",
274
+ "description": "Upload a thumbnail for a client you own. You must upload an image file that will be returned when the thumbnail is retrieved. This image will be publicly-viewable.\n",
275
+ "routing": {
276
+ "request": {
277
+ "method": "PUT",
278
+ "url": "=/account/oauth-clients/{{$parameter[\"clientId\"]}}/thumbnail"
279
+ }
280
+ }
281
+ },
282
+ {
283
+ "name": "Get Payment Methods",
284
+ "value": "Get Payment Methods",
285
+ "action": "Payment Methods List",
286
+ "description": "Returns a paginated list of Payment Methods for this Account.\n",
287
+ "routing": {
288
+ "request": {
289
+ "method": "GET",
290
+ "url": "=/account/payment-methods"
291
+ }
292
+ }
293
+ },
294
+ {
295
+ "name": "Create Payment Method",
296
+ "value": "Create Payment Method",
297
+ "action": "Payment Method Add",
298
+ "description": "Adds a Payment Method to your Account with the option to set it as the default method.\n\n* Adding a default Payment Method removes the default status from any other Payment Method.\n\n* An Account can have up to 6 active Payment Methods.\n\n* Up to 60 Payment Methods can be added each day.\n\n* Prior to adding a Payment Method, ensure that your billing address information is up-to-date\nwith a valid `zip` by using the Account Update ([PUT /account](/docs/api/account/#account-update)) endpoint.\n\n* A `payment_method_add` event is generated when a payment is successfully submitted.\n",
299
+ "routing": {
300
+ "request": {
301
+ "method": "POST",
302
+ "url": "=/account/payment-methods"
303
+ }
304
+ }
305
+ },
306
+ {
307
+ "name": "Delete Payment Method",
308
+ "value": "Delete Payment Method",
309
+ "action": "Payment Method Delete",
310
+ "description": "Deactivate the specified Payment Method.\n\nThe default Payment Method can not be deleted. To add a new default Payment Method, access the Payment Method\nAdd ([POST /account/payment-methods](/docs/api/account/#payment-method-add)) endpoint. To designate an existing\nPayment Method as the default method, access the Payment Method Make Default\n([POST /account/payment-methods/{paymentMethodId}/make-default](/docs/api/account/#payment-method-make-default))\nendpoint.\n",
311
+ "routing": {
312
+ "request": {
313
+ "method": "DELETE",
314
+ "url": "=/account/payment-methods/{{$parameter[\"paymentMethodId\"]}}"
315
+ }
316
+ }
317
+ },
318
+ {
319
+ "name": "Get Payment Method",
320
+ "value": "Get Payment Method",
321
+ "action": "Payment Method View",
322
+ "description": "View the details of the specified Payment Method.\n",
323
+ "routing": {
324
+ "request": {
325
+ "method": "GET",
326
+ "url": "=/account/payment-methods/{{$parameter[\"paymentMethodId\"]}}"
327
+ }
328
+ }
329
+ },
330
+ {
331
+ "name": "Make Payment Method Default",
332
+ "value": "Make Payment Method Default",
333
+ "action": "Payment Method Make Default",
334
+ "description": "Make the specified Payment Method the default method for automatically processing payments.\n\nRemoves the default status from any other Payment Method.\n",
335
+ "routing": {
336
+ "request": {
337
+ "method": "POST",
338
+ "url": "=/account/payment-methods/{{$parameter[\"paymentMethodId\"]}}/make-default"
339
+ }
340
+ }
341
+ },
342
+ {
343
+ "name": "Get Payments",
344
+ "value": "Get Payments",
345
+ "action": "Payments List",
346
+ "description": "Returns a paginated list of Payments made on this Account.\n",
347
+ "routing": {
348
+ "request": {
349
+ "method": "GET",
350
+ "url": "=/account/payments"
351
+ }
352
+ }
353
+ },
354
+ {
355
+ "name": "Create Payment",
356
+ "value": "Create Payment",
357
+ "action": "Payment Make",
358
+ "description": "Makes a Payment to your Account.\n\n* The requested amount is charged to the default Payment Method if no `payment_method_id` is specified.\n\n* A `payment_submitted` event is generated when a payment is successfully submitted.\n",
359
+ "routing": {
360
+ "request": {
361
+ "method": "POST",
362
+ "url": "=/account/payments"
363
+ }
364
+ }
365
+ },
366
+ {
367
+ "name": "Get Payment",
368
+ "value": "Get Payment",
369
+ "action": "Payment View",
370
+ "description": "Returns information about a specific Payment.\n",
371
+ "routing": {
372
+ "request": {
373
+ "method": "GET",
374
+ "url": "=/account/payments/{{$parameter[\"paymentId\"]}}"
375
+ }
376
+ }
377
+ },
378
+ {
379
+ "name": "Create Promo Credit",
380
+ "value": "Create Promo Credit",
381
+ "action": "Promo Credit Add",
382
+ "description": "Adds an expiring Promo Credit to your account.\n\nThe following restrictions apply:\n\n* Your account must be less than 90 days old.\n* There must not be an existing Promo Credit already on your account.\n* The requesting User must be unrestricted. Use the User Update\n ([PUT /account/users/{username}](/docs/api/account/#user-update)) to change a User's restricted status.\n* The `promo_code` must be valid and unexpired.\n",
383
+ "routing": {
384
+ "request": {
385
+ "method": "POST",
386
+ "url": "=/account/promo-codes"
387
+ }
388
+ }
389
+ },
390
+ {
391
+ "name": "Get Service Transfers",
392
+ "value": "Get Service Transfers",
393
+ "action": "Service Transfers List",
394
+ "description": "Returns a collection of all created and accepted Service Transfers for this account, regardless of the user that created or accepted the transfer.\n\nThis command can only be accessed by the unrestricted users of an account.\n",
395
+ "routing": {
396
+ "request": {
397
+ "method": "GET",
398
+ "url": "=/account/service-transfers"
399
+ }
400
+ }
401
+ },
402
+ {
403
+ "name": "Create Service Transfer",
404
+ "value": "Create Service Transfer",
405
+ "action": "Service Transfer Create",
406
+ "description": "Creates a transfer request for the specified services. A request can contain any of the specified service types\nand any number of each service type. At this time, only Linodes can be transferred.\n\nWhen created successfully, a confirmation email is sent to the account that created this transfer containing a\ntransfer token and instructions on completing the transfer.\n\nWhen a transfer is [accepted](/docs/api/account/#service-transfer-accept), the requested services are moved to\nthe receiving account. Linode services will not experience interruptions due to the transfer process. Backups\nfor Linodes are transferred as well.\n\nDNS records that are associated with requested services will not be transferred or updated. Please ensure that\nassociated DNS records have been updated or communicated to the recipient prior to the transfer.\n\nA transfer can take up to three hours to complete once accepted. When a transfer is\ncompleted, billing for transferred services ends for the sending account and begins for the receiving account.\n\nThis command can only be accessed by the unrestricted users of an account.\n\nThere are several conditions that must be met in order to successfully create a transfer request:\n\n1. The account creating the transfer must not have a past due balance or active Terms of Service violation.\n\n1. The service must be owned by the account that is creating the transfer.\n\n1. The service must not be assigned to another Service Transfer that is pending or that has been accepted and is\nincomplete.\n\n1. Linodes must not:\n\n * be assigned to a NodeBalancer, Firewall, VLAN, or Managed Service.\n\n * have any attached Block Storage Volumes.\n\n * have any shared IP addresses.\n\n * have any assigned /56, /64, or /116 IPv6 ranges.\n",
407
+ "routing": {
408
+ "request": {
409
+ "method": "POST",
410
+ "url": "=/account/service-transfers"
411
+ }
412
+ }
413
+ },
414
+ {
415
+ "name": "Delete Service Transfer",
416
+ "value": "Delete Service Transfer",
417
+ "action": "Service Transfer Cancel",
418
+ "description": "Cancels the Service Transfer for the provided token. Once cancelled, a transfer cannot be accepted or otherwise\nacted on in any way. If cancelled in error, the transfer must be\n[created](/docs/api/account/#service-transfer-create) again.\n\nWhen cancelled, an email notification for the cancellation is sent to the account that created\nthis transfer. Transfers can not be cancelled if they are expired or have been accepted.\n\nThis command can only be accessed by the unrestricted users of the account that created this transfer.\n",
419
+ "routing": {
420
+ "request": {
421
+ "method": "DELETE",
422
+ "url": "=/account/service-transfers/{{$parameter[\"token\"]}}"
423
+ }
424
+ }
425
+ },
426
+ {
427
+ "name": "Get Service Transfer",
428
+ "value": "Get Service Transfer",
429
+ "action": "Service Transfer View",
430
+ "description": "Returns the details of the Service Transfer for the provided token.\n\nWhile a transfer is pending, any unrestricted user *of any account* can access this command. After a\ntransfer has been accepted, it can only be viewed by unrestricted users of the accounts that created and\naccepted the transfer. If cancelled or expired, only unrestricted users of the account that created the\ntransfer can view it.\n",
431
+ "routing": {
432
+ "request": {
433
+ "method": "GET",
434
+ "url": "=/account/service-transfers/{{$parameter[\"token\"]}}"
435
+ }
436
+ }
437
+ },
438
+ {
439
+ "name": "Accept Service Transfer",
440
+ "value": "Accept Service Transfer",
441
+ "action": "Service Transfer Accept",
442
+ "description": "Accept a Service Transfer for the provided token to receive the services included in the transfer to your\naccount. At this time, only Linodes can be transferred.\n\nWhen accepted, email confirmations are sent to the accounts that created and accepted the transfer. A transfer\ncan take up to three hours to complete once accepted. Once a transfer is completed, billing for transferred\nservices ends for the sending account and begins for the receiving account.\n\nThis command can only be accessed by the unrestricted users of the account that receives the transfer. Users\nof the same account that created a transfer cannot accept the transfer.\n\nThere are several conditions that must be met in order to accept a transfer request:\n\n1. Only transfers with a `pending` status can be accepted.\n\n1. The account accepting the transfer must have a registered payment method and must not have a past due\n balance or other account limitations for the services to be transferred.\n\n1. Both the account that created the transfer and the account that is accepting the transfer must not have any\nactive Terms of Service violations.\n\n1. The service must still be owned by the account that created the transfer.\n\n1. Linodes must not:\n\n * be assigned to a NodeBalancer, Firewall, VLAN, or Managed Service.\n\n * have any attached Block Storage Volumes.\n\n * have any shared IP addresses.\n\n * have any assigned /56, /64, or /116 IPv6 ranges.\n\nAny and all of the above conditions must be cured and maintained by the relevant account prior to the\ntransfer's expiration to allow the transfer to be accepted by the receiving account.\n",
443
+ "routing": {
444
+ "request": {
445
+ "method": "POST",
446
+ "url": "=/account/service-transfers/{{$parameter[\"token\"]}}/accept"
447
+ }
448
+ }
449
+ },
450
+ {
451
+ "name": "Get Account Settings",
452
+ "value": "Get Account Settings",
453
+ "action": "Account Settings View",
454
+ "description": "Returns information related to your Account settings: Managed service subscription, Longview subscription, and network helper.\n",
455
+ "routing": {
456
+ "request": {
457
+ "method": "GET",
458
+ "url": "=/account/settings"
459
+ }
460
+ }
461
+ },
462
+ {
463
+ "name": "Update Account Settings",
464
+ "value": "Update Account Settings",
465
+ "action": "Account Settings Update",
466
+ "description": "Updates your Account settings.\n\nTo update your Longview subscription plan, send a request to [Update Longview Plan](/docs/api/longview/#longview-plan-update).\n",
467
+ "routing": {
468
+ "request": {
469
+ "method": "PUT",
470
+ "url": "=/account/settings"
471
+ }
472
+ }
473
+ },
474
+ {
475
+ "name": "Enable Account Managed",
476
+ "value": "Enable Account Managed",
477
+ "action": "Linode Managed Enable",
478
+ "description": "Enables Linode Managed for the entire account and sends a welcome email to the account's associated email address. Linode Managed can monitor any service or software stack reachable over TCP or HTTP. See our [Linode Managed guide](/docs/guides/linode-managed/) to learn more.\n",
479
+ "routing": {
480
+ "request": {
481
+ "method": "POST",
482
+ "url": "=/account/settings/managed-enable"
483
+ }
484
+ }
485
+ },
486
+ {
487
+ "name": "Get Transfer",
488
+ "value": "Get Transfer",
489
+ "action": "Network Utilization View",
490
+ "description": "Returns a Transfer object showing your network utilization, in GB, for the current month.\n",
491
+ "routing": {
492
+ "request": {
493
+ "method": "GET",
494
+ "url": "=/account/transfer"
495
+ }
496
+ }
497
+ },
498
+ {
499
+ "name": "Get Users",
500
+ "value": "Get Users",
501
+ "action": "Users List",
502
+ "description": "Returns a paginated list of Users on your Account.\n\nThis command can only be accessed by the unrestricted users of an account.\n\nUsers may access all or part of your Account based on their restricted status and grants. An unrestricted User may access everything on the account, whereas restricted User may only access entities or perform actions they've been given specific grants to.\n",
503
+ "routing": {
504
+ "request": {
505
+ "method": "GET",
506
+ "url": "=/account/users"
507
+ }
508
+ }
509
+ },
510
+ {
511
+ "name": "Create User",
512
+ "value": "Create User",
513
+ "action": "User Create",
514
+ "description": "Creates a User on your Account. Once created, a confirmation message containing\npassword creation and login instructions is sent to the User's email address.\n\nThis command can only be accessed by the unrestricted users of an account.\n\nThe User's account access is determined by whether or not they are restricted,\nand what grants they have been given.\n",
515
+ "routing": {
516
+ "request": {
517
+ "method": "POST",
518
+ "url": "=/account/users"
519
+ }
520
+ }
521
+ },
522
+ {
523
+ "name": "Delete User",
524
+ "value": "Delete User",
525
+ "action": "User Delete",
526
+ "description": "Deletes a User. The deleted User will be immediately logged out and\nmay no longer log in or perform any actions. All of the User's Grants\nwill be removed.\n\nThis command can only be accessed by the unrestricted users of an account.\n",
527
+ "routing": {
528
+ "request": {
529
+ "method": "DELETE",
530
+ "url": "=/account/users/{{$parameter[\"username\"]}}"
531
+ }
532
+ }
533
+ },
534
+ {
535
+ "name": "Get User",
536
+ "value": "Get User",
537
+ "action": "User View",
538
+ "description": "Returns information about a single User on your Account.\n\nThis command can only be accessed by the unrestricted users of an account.\n",
539
+ "routing": {
540
+ "request": {
541
+ "method": "GET",
542
+ "url": "=/account/users/{{$parameter[\"username\"]}}"
543
+ }
544
+ }
545
+ },
546
+ {
547
+ "name": "Update User",
548
+ "value": "Update User",
549
+ "action": "User Update",
550
+ "description": "Update information about a User on your Account. This can be used to\nchange the restricted status of a User. When making a User restricted,\nno grants will be configured by default and you must then set up grants\nin order for the User to access anything on the Account.\n\nThis command can only be accessed by the unrestricted users of an account.\n",
551
+ "routing": {
552
+ "request": {
553
+ "method": "PUT",
554
+ "url": "=/account/users/{{$parameter[\"username\"]}}"
555
+ }
556
+ }
557
+ },
558
+ {
559
+ "name": "Get User Grants",
560
+ "value": "Get User Grants",
561
+ "action": "User's Grants View",
562
+ "description": "Returns the full grants structure for the specified account User\n(other than the account owner, see below for details). This includes all entities\non the Account alongside the level of access this User has to each of them.\n\nThis command can only be accessed by the unrestricted users of an account.\n\nThe current authenticated User, including the account owner, may view their\nown grants at the [/profile/grants](/docs/api/profile/#grants-list)\nendpoint, but will not see entities that they do not have access to.\n",
563
+ "routing": {
564
+ "request": {
565
+ "method": "GET",
566
+ "url": "=/account/users/{{$parameter[\"username\"]}}/grants"
567
+ }
568
+ }
569
+ },
570
+ {
571
+ "name": "Update User Grants",
572
+ "value": "Update User Grants",
573
+ "action": "User's Grants Update",
574
+ "description": "Update the grants a User has. This can be used to give a User access\nto new entities or actions, or take access away. You do not need to\ninclude the grant for every entity on the Account in this request; any\nthat are not included will remain unchanged.\n\nThis command can only be accessed by the unrestricted users of an account.\n",
575
+ "routing": {
576
+ "request": {
577
+ "method": "PUT",
578
+ "url": "=/account/users/{{$parameter[\"username\"]}}/grants"
579
+ }
580
+ }
581
+ }
582
+ ],
583
+ "default": ""
584
+ },
585
+ {
586
+ "displayName": "GET /account",
587
+ "name": "operation",
588
+ "type": "notice",
589
+ "typeOptions": {
590
+ "theme": "info"
591
+ },
592
+ "default": "",
593
+ "displayOptions": {
594
+ "show": {
595
+ "resource": [
596
+ "Account"
597
+ ],
598
+ "operation": [
599
+ "Get Account"
600
+ ]
601
+ }
602
+ }
603
+ },
604
+ {
605
+ "displayName": "Bearer Token",
606
+ "name": "security_personalaccesstoken",
607
+ "type": "string",
608
+ "default": "",
609
+ "description": "HTTP bearer authentication for personalAccessToken",
610
+ "required": false,
611
+ "routing": {
612
+ "request": {
613
+ "headers": {
614
+ "Authorization": "={{ 'Bearer ' + $value }}"
615
+ }
616
+ }
617
+ },
618
+ "displayOptions": {
619
+ "show": {
620
+ "resource": [
621
+ "Account"
622
+ ],
623
+ "operation": [
624
+ "Get Account"
625
+ ]
626
+ }
627
+ }
628
+ },
629
+ {
630
+ "displayName": "PUT /account",
631
+ "name": "operation",
632
+ "type": "notice",
633
+ "typeOptions": {
634
+ "theme": "info"
635
+ },
636
+ "default": "",
637
+ "displayOptions": {
638
+ "show": {
639
+ "resource": [
640
+ "Account"
641
+ ],
642
+ "operation": [
643
+ "Update Account"
644
+ ]
645
+ }
646
+ }
647
+ },
648
+ {
649
+ "displayName": "Active Promotions",
650
+ "name": "active_promotions",
651
+ "type": "json",
652
+ "default": "[\n {\n \"credit_monthly_cap\": \"10.00\",\n \"credit_remaining\": \"50.00\",\n \"description\": \"Receive up to $10 off your services every month for 6 months! Unused credits will expire once this promotion period ends.\",\n \"expire_dt\": \"2018-01-31T23:59:59\",\n \"image_url\": \"https://linode.com/10_a_month_promotion.svg\",\n \"service_type\": \"all\",\n \"summary\": \"$10 off your Linode a month!\",\n \"this_month_credit_remaining\": \"10.00\"\n }\n]",
653
+ "routing": {
654
+ "send": {
655
+ "property": "active_promotions",
656
+ "propertyInDotNotation": false,
657
+ "type": "body",
658
+ "value": "={{ JSON.parse($value) }}"
659
+ }
660
+ },
661
+ "displayOptions": {
662
+ "show": {
663
+ "resource": [
664
+ "Account"
665
+ ],
666
+ "operation": [
667
+ "Update Account"
668
+ ]
669
+ }
670
+ }
671
+ },
672
+ {
673
+ "displayName": "Active Since",
674
+ "name": "active_since",
675
+ "type": "string",
676
+ "default": "2018-01-01T00:01:01",
677
+ "description": "The datetime of when the account was activated.",
678
+ "routing": {
679
+ "send": {
680
+ "property": "active_since",
681
+ "propertyInDotNotation": false,
682
+ "type": "body",
683
+ "value": "={{ $value }}"
684
+ }
685
+ },
686
+ "displayOptions": {
687
+ "show": {
688
+ "resource": [
689
+ "Account"
690
+ ],
691
+ "operation": [
692
+ "Update Account"
693
+ ]
694
+ }
695
+ }
696
+ },
697
+ {
698
+ "displayName": "Address 1",
699
+ "name": "address_1",
700
+ "type": "string",
701
+ "default": "123 Main Street",
702
+ "description": "First line of this Account's billing address.",
703
+ "routing": {
704
+ "send": {
705
+ "property": "address_1",
706
+ "propertyInDotNotation": false,
707
+ "type": "body",
708
+ "value": "={{ $value }}"
709
+ }
710
+ },
711
+ "displayOptions": {
712
+ "show": {
713
+ "resource": [
714
+ "Account"
715
+ ],
716
+ "operation": [
717
+ "Update Account"
718
+ ]
719
+ }
720
+ }
721
+ },
722
+ {
723
+ "displayName": "Address 2",
724
+ "name": "address_2",
725
+ "type": "string",
726
+ "default": "Suite A",
727
+ "description": "Second line of this Account's billing address.",
728
+ "routing": {
729
+ "send": {
730
+ "property": "address_2",
731
+ "propertyInDotNotation": false,
732
+ "type": "body",
733
+ "value": "={{ $value }}"
734
+ }
735
+ },
736
+ "displayOptions": {
737
+ "show": {
738
+ "resource": [
739
+ "Account"
740
+ ],
741
+ "operation": [
742
+ "Update Account"
743
+ ]
744
+ }
745
+ }
746
+ },
747
+ {
748
+ "displayName": "Balance",
749
+ "name": "balance",
750
+ "type": "number",
751
+ "default": 200,
752
+ "description": "This Account's balance, in US dollars.",
753
+ "routing": {
754
+ "send": {
755
+ "property": "balance",
756
+ "propertyInDotNotation": false,
757
+ "type": "body",
758
+ "value": "={{ $value }}"
759
+ }
760
+ },
761
+ "displayOptions": {
762
+ "show": {
763
+ "resource": [
764
+ "Account"
765
+ ],
766
+ "operation": [
767
+ "Update Account"
768
+ ]
769
+ }
770
+ }
771
+ },
772
+ {
773
+ "displayName": "Balance Uninvoiced",
774
+ "name": "balance_uninvoiced",
775
+ "type": "number",
776
+ "default": 145,
777
+ "description": "This Account's current estimated invoice in US dollars. This is not your final invoice balance. Transfer charges are not included in the estimate.\n",
778
+ "routing": {
779
+ "send": {
780
+ "property": "balance_uninvoiced",
781
+ "propertyInDotNotation": false,
782
+ "type": "body",
783
+ "value": "={{ $value }}"
784
+ }
785
+ },
786
+ "displayOptions": {
787
+ "show": {
788
+ "resource": [
789
+ "Account"
790
+ ],
791
+ "operation": [
792
+ "Update Account"
793
+ ]
794
+ }
795
+ }
796
+ },
797
+ {
798
+ "displayName": "Billing Source",
799
+ "name": "billing_source",
800
+ "type": "options",
801
+ "default": "akamai",
802
+ "description": "The source of service charges for this Account, as determined by its relationship with Akamai.\nAccounts that are associated with Akamai-specific customers return a value of `akamai`.\nAll other Accounts return a value of `linode`.\n",
803
+ "options": [
804
+ {
805
+ "name": "Akamai",
806
+ "value": "akamai"
807
+ },
808
+ {
809
+ "name": "Linode",
810
+ "value": "linode"
811
+ }
812
+ ],
813
+ "routing": {
814
+ "send": {
815
+ "property": "billing_source",
816
+ "propertyInDotNotation": false,
817
+ "type": "body",
818
+ "value": "={{ $value }}"
819
+ }
820
+ },
821
+ "displayOptions": {
822
+ "show": {
823
+ "resource": [
824
+ "Account"
825
+ ],
826
+ "operation": [
827
+ "Update Account"
828
+ ]
829
+ }
830
+ }
831
+ },
832
+ {
833
+ "displayName": "Capabilities",
834
+ "name": "capabilities",
835
+ "type": "json",
836
+ "default": "[\n \"Linodes\",\n \"NodeBalancers\",\n \"Block Storage\",\n \"Object Storage\"\n]",
837
+ "description": "A list of capabilities your account supports.\n",
838
+ "routing": {
839
+ "send": {
840
+ "property": "capabilities",
841
+ "propertyInDotNotation": false,
842
+ "type": "body",
843
+ "value": "={{ JSON.parse($value) }}"
844
+ }
845
+ },
846
+ "displayOptions": {
847
+ "show": {
848
+ "resource": [
849
+ "Account"
850
+ ],
851
+ "operation": [
852
+ "Update Account"
853
+ ]
854
+ }
855
+ }
856
+ },
857
+ {
858
+ "displayName": "City",
859
+ "name": "city",
860
+ "type": "string",
861
+ "default": "Philadelphia",
862
+ "description": "The city for this Account's billing address.",
863
+ "routing": {
864
+ "send": {
865
+ "property": "city",
866
+ "propertyInDotNotation": false,
867
+ "type": "body",
868
+ "value": "={{ $value }}"
869
+ }
870
+ },
871
+ "displayOptions": {
872
+ "show": {
873
+ "resource": [
874
+ "Account"
875
+ ],
876
+ "operation": [
877
+ "Update Account"
878
+ ]
879
+ }
880
+ }
881
+ },
882
+ {
883
+ "displayName": "Company",
884
+ "name": "company",
885
+ "type": "string",
886
+ "default": "Linode LLC",
887
+ "description": "The company name associated with this Account.",
888
+ "routing": {
889
+ "send": {
890
+ "property": "company",
891
+ "propertyInDotNotation": false,
892
+ "type": "body",
893
+ "value": "={{ $value }}"
894
+ }
895
+ },
896
+ "displayOptions": {
897
+ "show": {
898
+ "resource": [
899
+ "Account"
900
+ ],
901
+ "operation": [
902
+ "Update Account"
903
+ ]
904
+ }
905
+ }
906
+ },
907
+ {
908
+ "displayName": "Country",
909
+ "name": "country",
910
+ "type": "string",
911
+ "default": "US",
912
+ "description": "The two-letter ISO 3166 country code of this Account's billing address.\n",
913
+ "routing": {
914
+ "send": {
915
+ "property": "country",
916
+ "propertyInDotNotation": false,
917
+ "type": "body",
918
+ "value": "={{ $value }}"
919
+ }
920
+ },
921
+ "displayOptions": {
922
+ "show": {
923
+ "resource": [
924
+ "Account"
925
+ ],
926
+ "operation": [
927
+ "Update Account"
928
+ ]
929
+ }
930
+ }
931
+ },
932
+ {
933
+ "displayName": "Credit Card",
934
+ "name": "credit_card",
935
+ "type": "json",
936
+ "default": "{\n \"expiry\": \"11/2022\",\n \"last_four\": 1111\n}",
937
+ "description": "Credit Card information associated with this Account.",
938
+ "routing": {
939
+ "send": {
940
+ "property": "credit_card",
941
+ "propertyInDotNotation": false,
942
+ "type": "body",
943
+ "value": "={{ JSON.parse($value) }}"
944
+ }
945
+ },
946
+ "displayOptions": {
947
+ "show": {
948
+ "resource": [
949
+ "Account"
950
+ ],
951
+ "operation": [
952
+ "Update Account"
953
+ ]
954
+ }
955
+ }
956
+ },
957
+ {
958
+ "displayName": "Email",
959
+ "name": "email",
960
+ "type": "string",
961
+ "default": "john.smith@linode.com",
962
+ "description": "The email address of the person associated with this Account.",
963
+ "routing": {
964
+ "send": {
965
+ "property": "email",
966
+ "propertyInDotNotation": false,
967
+ "type": "body",
968
+ "value": "={{ $value }}"
969
+ }
970
+ },
971
+ "displayOptions": {
972
+ "show": {
973
+ "resource": [
974
+ "Account"
975
+ ],
976
+ "operation": [
977
+ "Update Account"
978
+ ]
979
+ }
980
+ }
981
+ },
982
+ {
983
+ "displayName": "Euuid",
984
+ "name": "euuid",
985
+ "type": "string",
986
+ "default": "E1AF5EEC-526F-487D-B317EBEB34C87D71",
987
+ "description": "An external unique identifier for this account.\n",
988
+ "routing": {
989
+ "send": {
990
+ "property": "euuid",
991
+ "propertyInDotNotation": false,
992
+ "type": "body",
993
+ "value": "={{ $value }}"
994
+ }
995
+ },
996
+ "displayOptions": {
997
+ "show": {
998
+ "resource": [
999
+ "Account"
1000
+ ],
1001
+ "operation": [
1002
+ "Update Account"
1003
+ ]
1004
+ }
1005
+ }
1006
+ },
1007
+ {
1008
+ "displayName": "First Name",
1009
+ "name": "first_name",
1010
+ "type": "string",
1011
+ "default": "John",
1012
+ "description": "The first name of the person associated with this Account.",
1013
+ "routing": {
1014
+ "send": {
1015
+ "property": "first_name",
1016
+ "propertyInDotNotation": false,
1017
+ "type": "body",
1018
+ "value": "={{ $value }}"
1019
+ }
1020
+ },
1021
+ "displayOptions": {
1022
+ "show": {
1023
+ "resource": [
1024
+ "Account"
1025
+ ],
1026
+ "operation": [
1027
+ "Update Account"
1028
+ ]
1029
+ }
1030
+ }
1031
+ },
1032
+ {
1033
+ "displayName": "Last Name",
1034
+ "name": "last_name",
1035
+ "type": "string",
1036
+ "default": "Smith",
1037
+ "description": "The last name of the person associated with this Account.",
1038
+ "routing": {
1039
+ "send": {
1040
+ "property": "last_name",
1041
+ "propertyInDotNotation": false,
1042
+ "type": "body",
1043
+ "value": "={{ $value }}"
1044
+ }
1045
+ },
1046
+ "displayOptions": {
1047
+ "show": {
1048
+ "resource": [
1049
+ "Account"
1050
+ ],
1051
+ "operation": [
1052
+ "Update Account"
1053
+ ]
1054
+ }
1055
+ }
1056
+ },
1057
+ {
1058
+ "displayName": "Phone",
1059
+ "name": "phone",
1060
+ "type": "string",
1061
+ "default": "215-555-1212",
1062
+ "description": "The phone number associated with this Account.",
1063
+ "routing": {
1064
+ "send": {
1065
+ "property": "phone",
1066
+ "propertyInDotNotation": false,
1067
+ "type": "body",
1068
+ "value": "={{ $value }}"
1069
+ }
1070
+ },
1071
+ "displayOptions": {
1072
+ "show": {
1073
+ "resource": [
1074
+ "Account"
1075
+ ],
1076
+ "operation": [
1077
+ "Update Account"
1078
+ ]
1079
+ }
1080
+ }
1081
+ },
1082
+ {
1083
+ "displayName": "State",
1084
+ "name": "state",
1085
+ "type": "string",
1086
+ "default": "PA",
1087
+ "description": "If billing address is in the United States (US) or Canada (CA), only the two-letter ISO 3166 State or Province code are accepted. If entering a US military address, state abbreviations (AA, AE, AP) should be entered. If the address is outside the US or CA, this is the Province associated with the Account's billing address.\n",
1088
+ "routing": {
1089
+ "send": {
1090
+ "property": "state",
1091
+ "propertyInDotNotation": false,
1092
+ "type": "body",
1093
+ "value": "={{ $value }}"
1094
+ }
1095
+ },
1096
+ "displayOptions": {
1097
+ "show": {
1098
+ "resource": [
1099
+ "Account"
1100
+ ],
1101
+ "operation": [
1102
+ "Update Account"
1103
+ ]
1104
+ }
1105
+ }
1106
+ },
1107
+ {
1108
+ "displayName": "Tax ID",
1109
+ "name": "tax_id",
1110
+ "type": "string",
1111
+ "default": "ATU99999999",
1112
+ "description": "The tax identification number associated with this Account, for tax calculations in some countries. If you do not live in a country that collects tax, this should be an empty string (`\"\"`).\n",
1113
+ "routing": {
1114
+ "send": {
1115
+ "property": "tax_id",
1116
+ "propertyInDotNotation": false,
1117
+ "type": "body",
1118
+ "value": "={{ $value }}"
1119
+ }
1120
+ },
1121
+ "displayOptions": {
1122
+ "show": {
1123
+ "resource": [
1124
+ "Account"
1125
+ ],
1126
+ "operation": [
1127
+ "Update Account"
1128
+ ]
1129
+ }
1130
+ }
1131
+ },
1132
+ {
1133
+ "displayName": "Zip",
1134
+ "name": "zip",
1135
+ "type": "string",
1136
+ "default": "19102-1234",
1137
+ "description": "The zip code of this Account's billing address. The following restrictions apply:\n\n- May only consist of letters, numbers, spaces, and hyphens.\n- Must not contain more than 9 letter or number characters.\n",
1138
+ "routing": {
1139
+ "send": {
1140
+ "property": "zip",
1141
+ "propertyInDotNotation": false,
1142
+ "type": "body",
1143
+ "value": "={{ $value }}"
1144
+ }
1145
+ },
1146
+ "displayOptions": {
1147
+ "show": {
1148
+ "resource": [
1149
+ "Account"
1150
+ ],
1151
+ "operation": [
1152
+ "Update Account"
1153
+ ]
1154
+ }
1155
+ }
1156
+ },
1157
+ {
1158
+ "displayName": "Bearer Token",
1159
+ "name": "security_personalaccesstoken",
1160
+ "type": "string",
1161
+ "default": "",
1162
+ "description": "HTTP bearer authentication for personalAccessToken",
1163
+ "required": false,
1164
+ "routing": {
1165
+ "request": {
1166
+ "headers": {
1167
+ "Authorization": "={{ 'Bearer ' + $value }}"
1168
+ }
1169
+ }
1170
+ },
1171
+ "displayOptions": {
1172
+ "show": {
1173
+ "resource": [
1174
+ "Account"
1175
+ ],
1176
+ "operation": [
1177
+ "Update Account"
1178
+ ]
1179
+ }
1180
+ }
1181
+ },
1182
+ {
1183
+ "displayName": "POST /account/cancel",
1184
+ "name": "operation",
1185
+ "type": "notice",
1186
+ "typeOptions": {
1187
+ "theme": "info"
1188
+ },
1189
+ "default": "",
1190
+ "displayOptions": {
1191
+ "show": {
1192
+ "resource": [
1193
+ "Account"
1194
+ ],
1195
+ "operation": [
1196
+ "Cancel Account"
1197
+ ]
1198
+ }
1199
+ }
1200
+ },
1201
+ {
1202
+ "displayName": "Comments",
1203
+ "name": "comments",
1204
+ "type": "string",
1205
+ "default": "I'm consolidating multiple accounts into one.",
1206
+ "description": "Any reason for cancelling the account, and any other comments you might have about your Linode service.\n",
1207
+ "routing": {
1208
+ "send": {
1209
+ "property": "comments",
1210
+ "propertyInDotNotation": false,
1211
+ "type": "body",
1212
+ "value": "={{ $value }}"
1213
+ }
1214
+ },
1215
+ "displayOptions": {
1216
+ "show": {
1217
+ "resource": [
1218
+ "Account"
1219
+ ],
1220
+ "operation": [
1221
+ "Cancel Account"
1222
+ ]
1223
+ }
1224
+ }
1225
+ },
1226
+ {
1227
+ "displayName": "Bearer Token",
1228
+ "name": "security_personalaccesstoken",
1229
+ "type": "string",
1230
+ "default": "",
1231
+ "description": "HTTP bearer authentication for personalAccessToken",
1232
+ "required": false,
1233
+ "routing": {
1234
+ "request": {
1235
+ "headers": {
1236
+ "Authorization": "={{ 'Bearer ' + $value }}"
1237
+ }
1238
+ }
1239
+ },
1240
+ "displayOptions": {
1241
+ "show": {
1242
+ "resource": [
1243
+ "Account"
1244
+ ],
1245
+ "operation": [
1246
+ "Cancel Account"
1247
+ ]
1248
+ }
1249
+ }
1250
+ },
1251
+ {
1252
+ "displayName": "GET /account/events",
1253
+ "name": "operation",
1254
+ "type": "notice",
1255
+ "typeOptions": {
1256
+ "theme": "info"
1257
+ },
1258
+ "default": "",
1259
+ "displayOptions": {
1260
+ "show": {
1261
+ "resource": [
1262
+ "Account"
1263
+ ],
1264
+ "operation": [
1265
+ "Get Events"
1266
+ ]
1267
+ }
1268
+ }
1269
+ },
1270
+ {
1271
+ "displayName": "Page",
1272
+ "name": "page",
1273
+ "description": "The page of a collection to return.",
1274
+ "default": 1,
1275
+ "type": "number",
1276
+ "routing": {
1277
+ "send": {
1278
+ "type": "query",
1279
+ "property": "page",
1280
+ "value": "={{ $value }}",
1281
+ "propertyInDotNotation": false
1282
+ }
1283
+ },
1284
+ "displayOptions": {
1285
+ "show": {
1286
+ "resource": [
1287
+ "Account"
1288
+ ],
1289
+ "operation": [
1290
+ "Get Events"
1291
+ ]
1292
+ }
1293
+ }
1294
+ },
1295
+ {
1296
+ "displayName": "Page Size",
1297
+ "name": "page_size",
1298
+ "description": "The number of items to return per page.",
1299
+ "default": 100,
1300
+ "type": "number",
1301
+ "routing": {
1302
+ "send": {
1303
+ "type": "query",
1304
+ "property": "page_size",
1305
+ "value": "={{ $value }}",
1306
+ "propertyInDotNotation": false
1307
+ }
1308
+ },
1309
+ "displayOptions": {
1310
+ "show": {
1311
+ "resource": [
1312
+ "Account"
1313
+ ],
1314
+ "operation": [
1315
+ "Get Events"
1316
+ ]
1317
+ }
1318
+ }
1319
+ },
1320
+ {
1321
+ "displayName": "Bearer Token",
1322
+ "name": "security_personalaccesstoken",
1323
+ "type": "string",
1324
+ "default": "",
1325
+ "description": "HTTP bearer authentication for personalAccessToken",
1326
+ "required": false,
1327
+ "routing": {
1328
+ "request": {
1329
+ "headers": {
1330
+ "Authorization": "={{ 'Bearer ' + $value }}"
1331
+ }
1332
+ }
1333
+ },
1334
+ "displayOptions": {
1335
+ "show": {
1336
+ "resource": [
1337
+ "Account"
1338
+ ],
1339
+ "operation": [
1340
+ "Get Events"
1341
+ ]
1342
+ }
1343
+ }
1344
+ },
1345
+ {
1346
+ "displayName": "GET /account/events/{eventId}",
1347
+ "name": "operation",
1348
+ "type": "notice",
1349
+ "typeOptions": {
1350
+ "theme": "info"
1351
+ },
1352
+ "default": "",
1353
+ "displayOptions": {
1354
+ "show": {
1355
+ "resource": [
1356
+ "Account"
1357
+ ],
1358
+ "operation": [
1359
+ "Get Event"
1360
+ ]
1361
+ }
1362
+ }
1363
+ },
1364
+ {
1365
+ "displayName": "Bearer Token",
1366
+ "name": "security_personalaccesstoken",
1367
+ "type": "string",
1368
+ "default": "",
1369
+ "description": "HTTP bearer authentication for personalAccessToken",
1370
+ "required": false,
1371
+ "routing": {
1372
+ "request": {
1373
+ "headers": {
1374
+ "Authorization": "={{ 'Bearer ' + $value }}"
1375
+ }
1376
+ }
1377
+ },
1378
+ "displayOptions": {
1379
+ "show": {
1380
+ "resource": [
1381
+ "Account"
1382
+ ],
1383
+ "operation": [
1384
+ "Get Event"
1385
+ ]
1386
+ }
1387
+ }
1388
+ },
1389
+ {
1390
+ "displayName": "POST /account/events/{eventId}/read",
1391
+ "name": "operation",
1392
+ "type": "notice",
1393
+ "typeOptions": {
1394
+ "theme": "info"
1395
+ },
1396
+ "default": "",
1397
+ "displayOptions": {
1398
+ "show": {
1399
+ "resource": [
1400
+ "Account"
1401
+ ],
1402
+ "operation": [
1403
+ "Event Read"
1404
+ ]
1405
+ }
1406
+ }
1407
+ },
1408
+ {
1409
+ "displayName": "Bearer Token",
1410
+ "name": "security_personalaccesstoken",
1411
+ "type": "string",
1412
+ "default": "",
1413
+ "description": "HTTP bearer authentication for personalAccessToken",
1414
+ "required": false,
1415
+ "routing": {
1416
+ "request": {
1417
+ "headers": {
1418
+ "Authorization": "={{ 'Bearer ' + $value }}"
1419
+ }
1420
+ }
1421
+ },
1422
+ "displayOptions": {
1423
+ "show": {
1424
+ "resource": [
1425
+ "Account"
1426
+ ],
1427
+ "operation": [
1428
+ "Event Read"
1429
+ ]
1430
+ }
1431
+ }
1432
+ },
1433
+ {
1434
+ "displayName": "POST /account/events/{eventId}/seen",
1435
+ "name": "operation",
1436
+ "type": "notice",
1437
+ "typeOptions": {
1438
+ "theme": "info"
1439
+ },
1440
+ "default": "",
1441
+ "displayOptions": {
1442
+ "show": {
1443
+ "resource": [
1444
+ "Account"
1445
+ ],
1446
+ "operation": [
1447
+ "Event Seen"
1448
+ ]
1449
+ }
1450
+ }
1451
+ },
1452
+ {
1453
+ "displayName": "Bearer Token",
1454
+ "name": "security_personalaccesstoken",
1455
+ "type": "string",
1456
+ "default": "",
1457
+ "description": "HTTP bearer authentication for personalAccessToken",
1458
+ "required": false,
1459
+ "routing": {
1460
+ "request": {
1461
+ "headers": {
1462
+ "Authorization": "={{ 'Bearer ' + $value }}"
1463
+ }
1464
+ }
1465
+ },
1466
+ "displayOptions": {
1467
+ "show": {
1468
+ "resource": [
1469
+ "Account"
1470
+ ],
1471
+ "operation": [
1472
+ "Event Seen"
1473
+ ]
1474
+ }
1475
+ }
1476
+ },
1477
+ {
1478
+ "displayName": "GET /account/invoices",
1479
+ "name": "operation",
1480
+ "type": "notice",
1481
+ "typeOptions": {
1482
+ "theme": "info"
1483
+ },
1484
+ "default": "",
1485
+ "displayOptions": {
1486
+ "show": {
1487
+ "resource": [
1488
+ "Account"
1489
+ ],
1490
+ "operation": [
1491
+ "Get Invoices"
1492
+ ]
1493
+ }
1494
+ }
1495
+ },
1496
+ {
1497
+ "displayName": "Page",
1498
+ "name": "page",
1499
+ "description": "The page of a collection to return.",
1500
+ "default": 1,
1501
+ "type": "number",
1502
+ "routing": {
1503
+ "send": {
1504
+ "type": "query",
1505
+ "property": "page",
1506
+ "value": "={{ $value }}",
1507
+ "propertyInDotNotation": false
1508
+ }
1509
+ },
1510
+ "displayOptions": {
1511
+ "show": {
1512
+ "resource": [
1513
+ "Account"
1514
+ ],
1515
+ "operation": [
1516
+ "Get Invoices"
1517
+ ]
1518
+ }
1519
+ }
1520
+ },
1521
+ {
1522
+ "displayName": "Page Size",
1523
+ "name": "page_size",
1524
+ "description": "The number of items to return per page.",
1525
+ "default": 100,
1526
+ "type": "number",
1527
+ "routing": {
1528
+ "send": {
1529
+ "type": "query",
1530
+ "property": "page_size",
1531
+ "value": "={{ $value }}",
1532
+ "propertyInDotNotation": false
1533
+ }
1534
+ },
1535
+ "displayOptions": {
1536
+ "show": {
1537
+ "resource": [
1538
+ "Account"
1539
+ ],
1540
+ "operation": [
1541
+ "Get Invoices"
1542
+ ]
1543
+ }
1544
+ }
1545
+ },
1546
+ {
1547
+ "displayName": "Bearer Token",
1548
+ "name": "security_personalaccesstoken",
1549
+ "type": "string",
1550
+ "default": "",
1551
+ "description": "HTTP bearer authentication for personalAccessToken",
1552
+ "required": false,
1553
+ "routing": {
1554
+ "request": {
1555
+ "headers": {
1556
+ "Authorization": "={{ 'Bearer ' + $value }}"
1557
+ }
1558
+ }
1559
+ },
1560
+ "displayOptions": {
1561
+ "show": {
1562
+ "resource": [
1563
+ "Account"
1564
+ ],
1565
+ "operation": [
1566
+ "Get Invoices"
1567
+ ]
1568
+ }
1569
+ }
1570
+ },
1571
+ {
1572
+ "displayName": "GET /account/invoices/{invoiceId}",
1573
+ "name": "operation",
1574
+ "type": "notice",
1575
+ "typeOptions": {
1576
+ "theme": "info"
1577
+ },
1578
+ "default": "",
1579
+ "displayOptions": {
1580
+ "show": {
1581
+ "resource": [
1582
+ "Account"
1583
+ ],
1584
+ "operation": [
1585
+ "Get Invoice"
1586
+ ]
1587
+ }
1588
+ }
1589
+ },
1590
+ {
1591
+ "displayName": "Bearer Token",
1592
+ "name": "security_personalaccesstoken",
1593
+ "type": "string",
1594
+ "default": "",
1595
+ "description": "HTTP bearer authentication for personalAccessToken",
1596
+ "required": false,
1597
+ "routing": {
1598
+ "request": {
1599
+ "headers": {
1600
+ "Authorization": "={{ 'Bearer ' + $value }}"
1601
+ }
1602
+ }
1603
+ },
1604
+ "displayOptions": {
1605
+ "show": {
1606
+ "resource": [
1607
+ "Account"
1608
+ ],
1609
+ "operation": [
1610
+ "Get Invoice"
1611
+ ]
1612
+ }
1613
+ }
1614
+ },
1615
+ {
1616
+ "displayName": "GET /account/invoices/{invoiceId}/items",
1617
+ "name": "operation",
1618
+ "type": "notice",
1619
+ "typeOptions": {
1620
+ "theme": "info"
1621
+ },
1622
+ "default": "",
1623
+ "displayOptions": {
1624
+ "show": {
1625
+ "resource": [
1626
+ "Account"
1627
+ ],
1628
+ "operation": [
1629
+ "Get Invoice Items"
1630
+ ]
1631
+ }
1632
+ }
1633
+ },
1634
+ {
1635
+ "displayName": "Page",
1636
+ "name": "page",
1637
+ "description": "The page of a collection to return.",
1638
+ "default": 1,
1639
+ "type": "number",
1640
+ "routing": {
1641
+ "send": {
1642
+ "type": "query",
1643
+ "property": "page",
1644
+ "value": "={{ $value }}",
1645
+ "propertyInDotNotation": false
1646
+ }
1647
+ },
1648
+ "displayOptions": {
1649
+ "show": {
1650
+ "resource": [
1651
+ "Account"
1652
+ ],
1653
+ "operation": [
1654
+ "Get Invoice Items"
1655
+ ]
1656
+ }
1657
+ }
1658
+ },
1659
+ {
1660
+ "displayName": "Page Size",
1661
+ "name": "page_size",
1662
+ "description": "The number of items to return per page.",
1663
+ "default": 100,
1664
+ "type": "number",
1665
+ "routing": {
1666
+ "send": {
1667
+ "type": "query",
1668
+ "property": "page_size",
1669
+ "value": "={{ $value }}",
1670
+ "propertyInDotNotation": false
1671
+ }
1672
+ },
1673
+ "displayOptions": {
1674
+ "show": {
1675
+ "resource": [
1676
+ "Account"
1677
+ ],
1678
+ "operation": [
1679
+ "Get Invoice Items"
1680
+ ]
1681
+ }
1682
+ }
1683
+ },
1684
+ {
1685
+ "displayName": "Bearer Token",
1686
+ "name": "security_personalaccesstoken",
1687
+ "type": "string",
1688
+ "default": "",
1689
+ "description": "HTTP bearer authentication for personalAccessToken",
1690
+ "required": false,
1691
+ "routing": {
1692
+ "request": {
1693
+ "headers": {
1694
+ "Authorization": "={{ 'Bearer ' + $value }}"
1695
+ }
1696
+ }
1697
+ },
1698
+ "displayOptions": {
1699
+ "show": {
1700
+ "resource": [
1701
+ "Account"
1702
+ ],
1703
+ "operation": [
1704
+ "Get Invoice Items"
1705
+ ]
1706
+ }
1707
+ }
1708
+ },
1709
+ {
1710
+ "displayName": "GET /account/logins",
1711
+ "name": "operation",
1712
+ "type": "notice",
1713
+ "typeOptions": {
1714
+ "theme": "info"
1715
+ },
1716
+ "default": "",
1717
+ "displayOptions": {
1718
+ "show": {
1719
+ "resource": [
1720
+ "Account"
1721
+ ],
1722
+ "operation": [
1723
+ "Get Account Logins"
1724
+ ]
1725
+ }
1726
+ }
1727
+ },
1728
+ {
1729
+ "displayName": "Bearer Token",
1730
+ "name": "security_personalaccesstoken",
1731
+ "type": "string",
1732
+ "default": "",
1733
+ "description": "HTTP bearer authentication for personalAccessToken",
1734
+ "required": false,
1735
+ "routing": {
1736
+ "request": {
1737
+ "headers": {
1738
+ "Authorization": "={{ 'Bearer ' + $value }}"
1739
+ }
1740
+ }
1741
+ },
1742
+ "displayOptions": {
1743
+ "show": {
1744
+ "resource": [
1745
+ "Account"
1746
+ ],
1747
+ "operation": [
1748
+ "Get Account Logins"
1749
+ ]
1750
+ }
1751
+ }
1752
+ },
1753
+ {
1754
+ "displayName": "GET /account/logins/{loginId}",
1755
+ "name": "operation",
1756
+ "type": "notice",
1757
+ "typeOptions": {
1758
+ "theme": "info"
1759
+ },
1760
+ "default": "",
1761
+ "displayOptions": {
1762
+ "show": {
1763
+ "resource": [
1764
+ "Account"
1765
+ ],
1766
+ "operation": [
1767
+ "Get Account Login"
1768
+ ]
1769
+ }
1770
+ }
1771
+ },
1772
+ {
1773
+ "displayName": "Bearer Token",
1774
+ "name": "security_personalaccesstoken",
1775
+ "type": "string",
1776
+ "default": "",
1777
+ "description": "HTTP bearer authentication for personalAccessToken",
1778
+ "required": false,
1779
+ "routing": {
1780
+ "request": {
1781
+ "headers": {
1782
+ "Authorization": "={{ 'Bearer ' + $value }}"
1783
+ }
1784
+ }
1785
+ },
1786
+ "displayOptions": {
1787
+ "show": {
1788
+ "resource": [
1789
+ "Account"
1790
+ ],
1791
+ "operation": [
1792
+ "Get Account Login"
1793
+ ]
1794
+ }
1795
+ }
1796
+ },
1797
+ {
1798
+ "displayName": "GET /account/maintenance",
1799
+ "name": "operation",
1800
+ "type": "notice",
1801
+ "typeOptions": {
1802
+ "theme": "info"
1803
+ },
1804
+ "default": "",
1805
+ "displayOptions": {
1806
+ "show": {
1807
+ "resource": [
1808
+ "Account"
1809
+ ],
1810
+ "operation": [
1811
+ "Get Maintenance"
1812
+ ]
1813
+ }
1814
+ }
1815
+ },
1816
+ {
1817
+ "displayName": "Bearer Token",
1818
+ "name": "security_personalaccesstoken",
1819
+ "type": "string",
1820
+ "default": "",
1821
+ "description": "HTTP bearer authentication for personalAccessToken",
1822
+ "required": false,
1823
+ "routing": {
1824
+ "request": {
1825
+ "headers": {
1826
+ "Authorization": "={{ 'Bearer ' + $value }}"
1827
+ }
1828
+ }
1829
+ },
1830
+ "displayOptions": {
1831
+ "show": {
1832
+ "resource": [
1833
+ "Account"
1834
+ ],
1835
+ "operation": [
1836
+ "Get Maintenance"
1837
+ ]
1838
+ }
1839
+ }
1840
+ },
1841
+ {
1842
+ "displayName": "GET /account/notifications",
1843
+ "name": "operation",
1844
+ "type": "notice",
1845
+ "typeOptions": {
1846
+ "theme": "info"
1847
+ },
1848
+ "default": "",
1849
+ "displayOptions": {
1850
+ "show": {
1851
+ "resource": [
1852
+ "Account"
1853
+ ],
1854
+ "operation": [
1855
+ "Get Notifications"
1856
+ ]
1857
+ }
1858
+ }
1859
+ },
1860
+ {
1861
+ "displayName": "Bearer Token",
1862
+ "name": "security_personalaccesstoken",
1863
+ "type": "string",
1864
+ "default": "",
1865
+ "description": "HTTP bearer authentication for personalAccessToken",
1866
+ "required": false,
1867
+ "routing": {
1868
+ "request": {
1869
+ "headers": {
1870
+ "Authorization": "={{ 'Bearer ' + $value }}"
1871
+ }
1872
+ }
1873
+ },
1874
+ "displayOptions": {
1875
+ "show": {
1876
+ "resource": [
1877
+ "Account"
1878
+ ],
1879
+ "operation": [
1880
+ "Get Notifications"
1881
+ ]
1882
+ }
1883
+ }
1884
+ },
1885
+ {
1886
+ "displayName": "GET /account/oauth-clients",
1887
+ "name": "operation",
1888
+ "type": "notice",
1889
+ "typeOptions": {
1890
+ "theme": "info"
1891
+ },
1892
+ "default": "",
1893
+ "displayOptions": {
1894
+ "show": {
1895
+ "resource": [
1896
+ "Account"
1897
+ ],
1898
+ "operation": [
1899
+ "Get Clients"
1900
+ ]
1901
+ }
1902
+ }
1903
+ },
1904
+ {
1905
+ "displayName": "Page",
1906
+ "name": "page",
1907
+ "description": "The page of a collection to return.",
1908
+ "default": 1,
1909
+ "type": "number",
1910
+ "routing": {
1911
+ "send": {
1912
+ "type": "query",
1913
+ "property": "page",
1914
+ "value": "={{ $value }}",
1915
+ "propertyInDotNotation": false
1916
+ }
1917
+ },
1918
+ "displayOptions": {
1919
+ "show": {
1920
+ "resource": [
1921
+ "Account"
1922
+ ],
1923
+ "operation": [
1924
+ "Get Clients"
1925
+ ]
1926
+ }
1927
+ }
1928
+ },
1929
+ {
1930
+ "displayName": "Page Size",
1931
+ "name": "page_size",
1932
+ "description": "The number of items to return per page.",
1933
+ "default": 100,
1934
+ "type": "number",
1935
+ "routing": {
1936
+ "send": {
1937
+ "type": "query",
1938
+ "property": "page_size",
1939
+ "value": "={{ $value }}",
1940
+ "propertyInDotNotation": false
1941
+ }
1942
+ },
1943
+ "displayOptions": {
1944
+ "show": {
1945
+ "resource": [
1946
+ "Account"
1947
+ ],
1948
+ "operation": [
1949
+ "Get Clients"
1950
+ ]
1951
+ }
1952
+ }
1953
+ },
1954
+ {
1955
+ "displayName": "Bearer Token",
1956
+ "name": "security_personalaccesstoken",
1957
+ "type": "string",
1958
+ "default": "",
1959
+ "description": "HTTP bearer authentication for personalAccessToken",
1960
+ "required": false,
1961
+ "routing": {
1962
+ "request": {
1963
+ "headers": {
1964
+ "Authorization": "={{ 'Bearer ' + $value }}"
1965
+ }
1966
+ }
1967
+ },
1968
+ "displayOptions": {
1969
+ "show": {
1970
+ "resource": [
1971
+ "Account"
1972
+ ],
1973
+ "operation": [
1974
+ "Get Clients"
1975
+ ]
1976
+ }
1977
+ }
1978
+ },
1979
+ {
1980
+ "displayName": "POST /account/oauth-clients",
1981
+ "name": "operation",
1982
+ "type": "notice",
1983
+ "typeOptions": {
1984
+ "theme": "info"
1985
+ },
1986
+ "default": "",
1987
+ "displayOptions": {
1988
+ "show": {
1989
+ "resource": [
1990
+ "Account"
1991
+ ],
1992
+ "operation": [
1993
+ "Create Client"
1994
+ ]
1995
+ }
1996
+ }
1997
+ },
1998
+ {
1999
+ "displayName": "ID",
2000
+ "name": "id",
2001
+ "type": "string",
2002
+ "default": "2737bf16b39ab5d7b4a1",
2003
+ "description": "The OAuth Client ID. This is used to identify the client, and is a publicly-known value (it is not a secret).\n",
2004
+ "routing": {
2005
+ "send": {
2006
+ "property": "id",
2007
+ "propertyInDotNotation": false,
2008
+ "type": "body",
2009
+ "value": "={{ $value }}"
2010
+ }
2011
+ },
2012
+ "displayOptions": {
2013
+ "show": {
2014
+ "resource": [
2015
+ "Account"
2016
+ ],
2017
+ "operation": [
2018
+ "Create Client"
2019
+ ]
2020
+ }
2021
+ }
2022
+ },
2023
+ {
2024
+ "displayName": "Label",
2025
+ "name": "label",
2026
+ "type": "string",
2027
+ "default": "Test_Client_1",
2028
+ "description": "The name of this application. This will be presented to users when they are asked to grant it access to their Account.\n",
2029
+ "routing": {
2030
+ "send": {
2031
+ "property": "label",
2032
+ "propertyInDotNotation": false,
2033
+ "type": "body",
2034
+ "value": "={{ $value }}"
2035
+ }
2036
+ },
2037
+ "displayOptions": {
2038
+ "show": {
2039
+ "resource": [
2040
+ "Account"
2041
+ ],
2042
+ "operation": [
2043
+ "Create Client"
2044
+ ]
2045
+ }
2046
+ }
2047
+ },
2048
+ {
2049
+ "displayName": "Public",
2050
+ "name": "public",
2051
+ "type": "boolean",
2052
+ "default": false,
2053
+ "description": "If this is a public or private OAuth Client. Public clients have a slightly different authentication workflow than private clients. See the <a target=\"_top\" href=\"https://oauth.net/2/\">OAuth spec</a> for more details.\n",
2054
+ "routing": {
2055
+ "send": {
2056
+ "property": "public",
2057
+ "propertyInDotNotation": false,
2058
+ "type": "body",
2059
+ "value": "={{ $value }}"
2060
+ }
2061
+ },
2062
+ "displayOptions": {
2063
+ "show": {
2064
+ "resource": [
2065
+ "Account"
2066
+ ],
2067
+ "operation": [
2068
+ "Create Client"
2069
+ ]
2070
+ }
2071
+ }
2072
+ },
2073
+ {
2074
+ "displayName": "Redirect Uri",
2075
+ "name": "redirect_uri",
2076
+ "type": "string",
2077
+ "default": "https://example.org/oauth/callback",
2078
+ "description": "The location a successful log in from <a target=\"_top\" href=\"https://login.linode.com\">https://login.linode.com</a> should be redirected to for this client. The receiver of this redirect should be ready to accept an OAuth exchange code and finish the OAuth exchange.\n",
2079
+ "routing": {
2080
+ "send": {
2081
+ "property": "redirect_uri",
2082
+ "propertyInDotNotation": false,
2083
+ "type": "body",
2084
+ "value": "={{ $value }}"
2085
+ }
2086
+ },
2087
+ "displayOptions": {
2088
+ "show": {
2089
+ "resource": [
2090
+ "Account"
2091
+ ],
2092
+ "operation": [
2093
+ "Create Client"
2094
+ ]
2095
+ }
2096
+ }
2097
+ },
2098
+ {
2099
+ "displayName": "Secret",
2100
+ "name": "secret",
2101
+ "type": "string",
2102
+ "default": "<REDACTED>",
2103
+ "description": "The OAuth Client secret, used in the OAuth exchange. This is returned as `<REDACTED>` except when an OAuth Client is created or its secret is reset. This is a secret, and should not be shared or disclosed publicly.\n",
2104
+ "routing": {
2105
+ "send": {
2106
+ "property": "secret",
2107
+ "propertyInDotNotation": false,
2108
+ "type": "body",
2109
+ "value": "={{ $value }}"
2110
+ }
2111
+ },
2112
+ "displayOptions": {
2113
+ "show": {
2114
+ "resource": [
2115
+ "Account"
2116
+ ],
2117
+ "operation": [
2118
+ "Create Client"
2119
+ ]
2120
+ }
2121
+ }
2122
+ },
2123
+ {
2124
+ "displayName": "Status",
2125
+ "name": "status",
2126
+ "type": "options",
2127
+ "default": "active",
2128
+ "description": "The status of this application. `active` by default.\n",
2129
+ "options": [
2130
+ {
2131
+ "name": "Active",
2132
+ "value": "active"
2133
+ },
2134
+ {
2135
+ "name": "Disabled",
2136
+ "value": "disabled"
2137
+ },
2138
+ {
2139
+ "name": "Suspended",
2140
+ "value": "suspended"
2141
+ }
2142
+ ],
2143
+ "routing": {
2144
+ "send": {
2145
+ "property": "status",
2146
+ "propertyInDotNotation": false,
2147
+ "type": "body",
2148
+ "value": "={{ $value }}"
2149
+ }
2150
+ },
2151
+ "displayOptions": {
2152
+ "show": {
2153
+ "resource": [
2154
+ "Account"
2155
+ ],
2156
+ "operation": [
2157
+ "Create Client"
2158
+ ]
2159
+ }
2160
+ }
2161
+ },
2162
+ {
2163
+ "displayName": "Thumbnail URL",
2164
+ "name": "thumbnail_url",
2165
+ "type": "string",
2166
+ "default": "https://api.linode.com/v4/account/clients/2737bf16b39ab5d7b4a1/thumbnail",
2167
+ "description": "The URL where this client's thumbnail may be viewed, or `null` if this client does not have a thumbnail set.\n",
2168
+ "routing": {
2169
+ "send": {
2170
+ "property": "thumbnail_url",
2171
+ "propertyInDotNotation": false,
2172
+ "type": "body",
2173
+ "value": "={{ $value }}"
2174
+ }
2175
+ },
2176
+ "displayOptions": {
2177
+ "show": {
2178
+ "resource": [
2179
+ "Account"
2180
+ ],
2181
+ "operation": [
2182
+ "Create Client"
2183
+ ]
2184
+ }
2185
+ }
2186
+ },
2187
+ {
2188
+ "displayName": "Bearer Token",
2189
+ "name": "security_personalaccesstoken",
2190
+ "type": "string",
2191
+ "default": "",
2192
+ "description": "HTTP bearer authentication for personalAccessToken",
2193
+ "required": false,
2194
+ "routing": {
2195
+ "request": {
2196
+ "headers": {
2197
+ "Authorization": "={{ 'Bearer ' + $value }}"
2198
+ }
2199
+ }
2200
+ },
2201
+ "displayOptions": {
2202
+ "show": {
2203
+ "resource": [
2204
+ "Account"
2205
+ ],
2206
+ "operation": [
2207
+ "Create Client"
2208
+ ]
2209
+ }
2210
+ }
2211
+ },
2212
+ {
2213
+ "displayName": "DELETE /account/oauth-clients/{clientId}",
2214
+ "name": "operation",
2215
+ "type": "notice",
2216
+ "typeOptions": {
2217
+ "theme": "info"
2218
+ },
2219
+ "default": "",
2220
+ "displayOptions": {
2221
+ "show": {
2222
+ "resource": [
2223
+ "Account"
2224
+ ],
2225
+ "operation": [
2226
+ "Delete Client"
2227
+ ]
2228
+ }
2229
+ }
2230
+ },
2231
+ {
2232
+ "displayName": "Bearer Token",
2233
+ "name": "security_personalaccesstoken",
2234
+ "type": "string",
2235
+ "default": "",
2236
+ "description": "HTTP bearer authentication for personalAccessToken",
2237
+ "required": false,
2238
+ "routing": {
2239
+ "request": {
2240
+ "headers": {
2241
+ "Authorization": "={{ 'Bearer ' + $value }}"
2242
+ }
2243
+ }
2244
+ },
2245
+ "displayOptions": {
2246
+ "show": {
2247
+ "resource": [
2248
+ "Account"
2249
+ ],
2250
+ "operation": [
2251
+ "Delete Client"
2252
+ ]
2253
+ }
2254
+ }
2255
+ },
2256
+ {
2257
+ "displayName": "GET /account/oauth-clients/{clientId}",
2258
+ "name": "operation",
2259
+ "type": "notice",
2260
+ "typeOptions": {
2261
+ "theme": "info"
2262
+ },
2263
+ "default": "",
2264
+ "displayOptions": {
2265
+ "show": {
2266
+ "resource": [
2267
+ "Account"
2268
+ ],
2269
+ "operation": [
2270
+ "Get Client"
2271
+ ]
2272
+ }
2273
+ }
2274
+ },
2275
+ {
2276
+ "displayName": "Bearer Token",
2277
+ "name": "security_personalaccesstoken",
2278
+ "type": "string",
2279
+ "default": "",
2280
+ "description": "HTTP bearer authentication for personalAccessToken",
2281
+ "required": false,
2282
+ "routing": {
2283
+ "request": {
2284
+ "headers": {
2285
+ "Authorization": "={{ 'Bearer ' + $value }}"
2286
+ }
2287
+ }
2288
+ },
2289
+ "displayOptions": {
2290
+ "show": {
2291
+ "resource": [
2292
+ "Account"
2293
+ ],
2294
+ "operation": [
2295
+ "Get Client"
2296
+ ]
2297
+ }
2298
+ }
2299
+ },
2300
+ {
2301
+ "displayName": "PUT /account/oauth-clients/{clientId}",
2302
+ "name": "operation",
2303
+ "type": "notice",
2304
+ "typeOptions": {
2305
+ "theme": "info"
2306
+ },
2307
+ "default": "",
2308
+ "displayOptions": {
2309
+ "show": {
2310
+ "resource": [
2311
+ "Account"
2312
+ ],
2313
+ "operation": [
2314
+ "Update Client"
2315
+ ]
2316
+ }
2317
+ }
2318
+ },
2319
+ {
2320
+ "displayName": "ID",
2321
+ "name": "id",
2322
+ "type": "string",
2323
+ "default": "2737bf16b39ab5d7b4a1",
2324
+ "description": "The OAuth Client ID. This is used to identify the client, and is a publicly-known value (it is not a secret).\n",
2325
+ "routing": {
2326
+ "send": {
2327
+ "property": "id",
2328
+ "propertyInDotNotation": false,
2329
+ "type": "body",
2330
+ "value": "={{ $value }}"
2331
+ }
2332
+ },
2333
+ "displayOptions": {
2334
+ "show": {
2335
+ "resource": [
2336
+ "Account"
2337
+ ],
2338
+ "operation": [
2339
+ "Update Client"
2340
+ ]
2341
+ }
2342
+ }
2343
+ },
2344
+ {
2345
+ "displayName": "Label",
2346
+ "name": "label",
2347
+ "type": "string",
2348
+ "default": "Test_Client_1",
2349
+ "description": "The name of this application. This will be presented to users when they are asked to grant it access to their Account.\n",
2350
+ "routing": {
2351
+ "send": {
2352
+ "property": "label",
2353
+ "propertyInDotNotation": false,
2354
+ "type": "body",
2355
+ "value": "={{ $value }}"
2356
+ }
2357
+ },
2358
+ "displayOptions": {
2359
+ "show": {
2360
+ "resource": [
2361
+ "Account"
2362
+ ],
2363
+ "operation": [
2364
+ "Update Client"
2365
+ ]
2366
+ }
2367
+ }
2368
+ },
2369
+ {
2370
+ "displayName": "Public",
2371
+ "name": "public",
2372
+ "type": "boolean",
2373
+ "default": false,
2374
+ "description": "If this is a public or private OAuth Client. Public clients have a slightly different authentication workflow than private clients. See the <a target=\"_top\" href=\"https://oauth.net/2/\">OAuth spec</a> for more details.\n",
2375
+ "routing": {
2376
+ "send": {
2377
+ "property": "public",
2378
+ "propertyInDotNotation": false,
2379
+ "type": "body",
2380
+ "value": "={{ $value }}"
2381
+ }
2382
+ },
2383
+ "displayOptions": {
2384
+ "show": {
2385
+ "resource": [
2386
+ "Account"
2387
+ ],
2388
+ "operation": [
2389
+ "Update Client"
2390
+ ]
2391
+ }
2392
+ }
2393
+ },
2394
+ {
2395
+ "displayName": "Redirect Uri",
2396
+ "name": "redirect_uri",
2397
+ "type": "string",
2398
+ "default": "https://example.org/oauth/callback",
2399
+ "description": "The location a successful log in from <a target=\"_top\" href=\"https://login.linode.com\">https://login.linode.com</a> should be redirected to for this client. The receiver of this redirect should be ready to accept an OAuth exchange code and finish the OAuth exchange.\n",
2400
+ "routing": {
2401
+ "send": {
2402
+ "property": "redirect_uri",
2403
+ "propertyInDotNotation": false,
2404
+ "type": "body",
2405
+ "value": "={{ $value }}"
2406
+ }
2407
+ },
2408
+ "displayOptions": {
2409
+ "show": {
2410
+ "resource": [
2411
+ "Account"
2412
+ ],
2413
+ "operation": [
2414
+ "Update Client"
2415
+ ]
2416
+ }
2417
+ }
2418
+ },
2419
+ {
2420
+ "displayName": "Secret",
2421
+ "name": "secret",
2422
+ "type": "string",
2423
+ "default": "<REDACTED>",
2424
+ "description": "The OAuth Client secret, used in the OAuth exchange. This is returned as `<REDACTED>` except when an OAuth Client is created or its secret is reset. This is a secret, and should not be shared or disclosed publicly.\n",
2425
+ "routing": {
2426
+ "send": {
2427
+ "property": "secret",
2428
+ "propertyInDotNotation": false,
2429
+ "type": "body",
2430
+ "value": "={{ $value }}"
2431
+ }
2432
+ },
2433
+ "displayOptions": {
2434
+ "show": {
2435
+ "resource": [
2436
+ "Account"
2437
+ ],
2438
+ "operation": [
2439
+ "Update Client"
2440
+ ]
2441
+ }
2442
+ }
2443
+ },
2444
+ {
2445
+ "displayName": "Status",
2446
+ "name": "status",
2447
+ "type": "options",
2448
+ "default": "active",
2449
+ "description": "The status of this application. `active` by default.\n",
2450
+ "options": [
2451
+ {
2452
+ "name": "Active",
2453
+ "value": "active"
2454
+ },
2455
+ {
2456
+ "name": "Disabled",
2457
+ "value": "disabled"
2458
+ },
2459
+ {
2460
+ "name": "Suspended",
2461
+ "value": "suspended"
2462
+ }
2463
+ ],
2464
+ "routing": {
2465
+ "send": {
2466
+ "property": "status",
2467
+ "propertyInDotNotation": false,
2468
+ "type": "body",
2469
+ "value": "={{ $value }}"
2470
+ }
2471
+ },
2472
+ "displayOptions": {
2473
+ "show": {
2474
+ "resource": [
2475
+ "Account"
2476
+ ],
2477
+ "operation": [
2478
+ "Update Client"
2479
+ ]
2480
+ }
2481
+ }
2482
+ },
2483
+ {
2484
+ "displayName": "Thumbnail URL",
2485
+ "name": "thumbnail_url",
2486
+ "type": "string",
2487
+ "default": "https://api.linode.com/v4/account/clients/2737bf16b39ab5d7b4a1/thumbnail",
2488
+ "description": "The URL where this client's thumbnail may be viewed, or `null` if this client does not have a thumbnail set.\n",
2489
+ "routing": {
2490
+ "send": {
2491
+ "property": "thumbnail_url",
2492
+ "propertyInDotNotation": false,
2493
+ "type": "body",
2494
+ "value": "={{ $value }}"
2495
+ }
2496
+ },
2497
+ "displayOptions": {
2498
+ "show": {
2499
+ "resource": [
2500
+ "Account"
2501
+ ],
2502
+ "operation": [
2503
+ "Update Client"
2504
+ ]
2505
+ }
2506
+ }
2507
+ },
2508
+ {
2509
+ "displayName": "Bearer Token",
2510
+ "name": "security_personalaccesstoken",
2511
+ "type": "string",
2512
+ "default": "",
2513
+ "description": "HTTP bearer authentication for personalAccessToken",
2514
+ "required": false,
2515
+ "routing": {
2516
+ "request": {
2517
+ "headers": {
2518
+ "Authorization": "={{ 'Bearer ' + $value }}"
2519
+ }
2520
+ }
2521
+ },
2522
+ "displayOptions": {
2523
+ "show": {
2524
+ "resource": [
2525
+ "Account"
2526
+ ],
2527
+ "operation": [
2528
+ "Update Client"
2529
+ ]
2530
+ }
2531
+ }
2532
+ },
2533
+ {
2534
+ "displayName": "POST /account/oauth-clients/{clientId}/reset-secret",
2535
+ "name": "operation",
2536
+ "type": "notice",
2537
+ "typeOptions": {
2538
+ "theme": "info"
2539
+ },
2540
+ "default": "",
2541
+ "displayOptions": {
2542
+ "show": {
2543
+ "resource": [
2544
+ "Account"
2545
+ ],
2546
+ "operation": [
2547
+ "Reset Client Secret"
2548
+ ]
2549
+ }
2550
+ }
2551
+ },
2552
+ {
2553
+ "displayName": "Bearer Token",
2554
+ "name": "security_personalaccesstoken",
2555
+ "type": "string",
2556
+ "default": "",
2557
+ "description": "HTTP bearer authentication for personalAccessToken",
2558
+ "required": false,
2559
+ "routing": {
2560
+ "request": {
2561
+ "headers": {
2562
+ "Authorization": "={{ 'Bearer ' + $value }}"
2563
+ }
2564
+ }
2565
+ },
2566
+ "displayOptions": {
2567
+ "show": {
2568
+ "resource": [
2569
+ "Account"
2570
+ ],
2571
+ "operation": [
2572
+ "Reset Client Secret"
2573
+ ]
2574
+ }
2575
+ }
2576
+ },
2577
+ {
2578
+ "displayName": "GET /account/oauth-clients/{clientId}/thumbnail",
2579
+ "name": "operation",
2580
+ "type": "notice",
2581
+ "typeOptions": {
2582
+ "theme": "info"
2583
+ },
2584
+ "default": "",
2585
+ "displayOptions": {
2586
+ "show": {
2587
+ "resource": [
2588
+ "Account"
2589
+ ],
2590
+ "operation": [
2591
+ "Get Client Thumbnail"
2592
+ ]
2593
+ }
2594
+ }
2595
+ },
2596
+ {
2597
+ "displayName": "PUT /account/oauth-clients/{clientId}/thumbnail",
2598
+ "name": "operation",
2599
+ "type": "notice",
2600
+ "typeOptions": {
2601
+ "theme": "info"
2602
+ },
2603
+ "default": "",
2604
+ "displayOptions": {
2605
+ "show": {
2606
+ "resource": [
2607
+ "Account"
2608
+ ],
2609
+ "operation": [
2610
+ "Set Client Thumbnail"
2611
+ ]
2612
+ }
2613
+ }
2614
+ },
2615
+ {
2616
+ "displayName": "PUT /account/oauth-clients/{clientId}/thumbnail<br/><br/>There's no body available for request, kindly use HTTP Request node to send body",
2617
+ "name": "operation",
2618
+ "type": "notice",
2619
+ "default": "",
2620
+ "displayOptions": {
2621
+ "show": {
2622
+ "resource": [
2623
+ "Account"
2624
+ ],
2625
+ "operation": [
2626
+ "Set Client Thumbnail"
2627
+ ]
2628
+ }
2629
+ }
2630
+ },
2631
+ {
2632
+ "displayName": "Bearer Token",
2633
+ "name": "security_personalaccesstoken",
2634
+ "type": "string",
2635
+ "default": "",
2636
+ "description": "HTTP bearer authentication for personalAccessToken",
2637
+ "required": false,
2638
+ "routing": {
2639
+ "request": {
2640
+ "headers": {
2641
+ "Authorization": "={{ 'Bearer ' + $value }}"
2642
+ }
2643
+ }
2644
+ },
2645
+ "displayOptions": {
2646
+ "show": {
2647
+ "resource": [
2648
+ "Account"
2649
+ ],
2650
+ "operation": [
2651
+ "Set Client Thumbnail"
2652
+ ]
2653
+ }
2654
+ }
2655
+ },
2656
+ {
2657
+ "displayName": "GET /account/payment-methods",
2658
+ "name": "operation",
2659
+ "type": "notice",
2660
+ "typeOptions": {
2661
+ "theme": "info"
2662
+ },
2663
+ "default": "",
2664
+ "displayOptions": {
2665
+ "show": {
2666
+ "resource": [
2667
+ "Account"
2668
+ ],
2669
+ "operation": [
2670
+ "Get Payment Methods"
2671
+ ]
2672
+ }
2673
+ }
2674
+ },
2675
+ {
2676
+ "displayName": "Page",
2677
+ "name": "page",
2678
+ "description": "The page of a collection to return.",
2679
+ "default": 1,
2680
+ "type": "number",
2681
+ "routing": {
2682
+ "send": {
2683
+ "type": "query",
2684
+ "property": "page",
2685
+ "value": "={{ $value }}",
2686
+ "propertyInDotNotation": false
2687
+ }
2688
+ },
2689
+ "displayOptions": {
2690
+ "show": {
2691
+ "resource": [
2692
+ "Account"
2693
+ ],
2694
+ "operation": [
2695
+ "Get Payment Methods"
2696
+ ]
2697
+ }
2698
+ }
2699
+ },
2700
+ {
2701
+ "displayName": "Page Size",
2702
+ "name": "page_size",
2703
+ "description": "The number of items to return per page.",
2704
+ "default": 100,
2705
+ "type": "number",
2706
+ "routing": {
2707
+ "send": {
2708
+ "type": "query",
2709
+ "property": "page_size",
2710
+ "value": "={{ $value }}",
2711
+ "propertyInDotNotation": false
2712
+ }
2713
+ },
2714
+ "displayOptions": {
2715
+ "show": {
2716
+ "resource": [
2717
+ "Account"
2718
+ ],
2719
+ "operation": [
2720
+ "Get Payment Methods"
2721
+ ]
2722
+ }
2723
+ }
2724
+ },
2725
+ {
2726
+ "displayName": "Bearer Token",
2727
+ "name": "security_personalaccesstoken",
2728
+ "type": "string",
2729
+ "default": "",
2730
+ "description": "HTTP bearer authentication for personalAccessToken",
2731
+ "required": false,
2732
+ "routing": {
2733
+ "request": {
2734
+ "headers": {
2735
+ "Authorization": "={{ 'Bearer ' + $value }}"
2736
+ }
2737
+ }
2738
+ },
2739
+ "displayOptions": {
2740
+ "show": {
2741
+ "resource": [
2742
+ "Account"
2743
+ ],
2744
+ "operation": [
2745
+ "Get Payment Methods"
2746
+ ]
2747
+ }
2748
+ }
2749
+ },
2750
+ {
2751
+ "displayName": "POST /account/payment-methods",
2752
+ "name": "operation",
2753
+ "type": "notice",
2754
+ "typeOptions": {
2755
+ "theme": "info"
2756
+ },
2757
+ "default": "",
2758
+ "displayOptions": {
2759
+ "show": {
2760
+ "resource": [
2761
+ "Account"
2762
+ ],
2763
+ "operation": [
2764
+ "Create Payment Method"
2765
+ ]
2766
+ }
2767
+ }
2768
+ },
2769
+ {
2770
+ "required": true,
2771
+ "displayName": "Data",
2772
+ "name": "data",
2773
+ "type": "json",
2774
+ "default": "{\n \"card_number\": 4111111111111111,\n \"cvv\": \"123\",\n \"expiry_month\": 12,\n \"expiry_year\": 2020\n}",
2775
+ "description": "An object representing the credit card information you have on file with\nLinode to make Payments against your Account.\n",
2776
+ "routing": {
2777
+ "send": {
2778
+ "property": "data",
2779
+ "propertyInDotNotation": false,
2780
+ "type": "body",
2781
+ "value": "={{ JSON.parse($value) }}"
2782
+ }
2783
+ },
2784
+ "displayOptions": {
2785
+ "show": {
2786
+ "resource": [
2787
+ "Account"
2788
+ ],
2789
+ "operation": [
2790
+ "Create Payment Method"
2791
+ ]
2792
+ }
2793
+ }
2794
+ },
2795
+ {
2796
+ "required": true,
2797
+ "displayName": "Is Default",
2798
+ "name": "is_default",
2799
+ "type": "boolean",
2800
+ "default": true,
2801
+ "description": "Whether this Payment Method is the default method for automatically processing service charges.\n",
2802
+ "routing": {
2803
+ "send": {
2804
+ "property": "is_default",
2805
+ "propertyInDotNotation": false,
2806
+ "type": "body",
2807
+ "value": "={{ $value }}"
2808
+ }
2809
+ },
2810
+ "displayOptions": {
2811
+ "show": {
2812
+ "resource": [
2813
+ "Account"
2814
+ ],
2815
+ "operation": [
2816
+ "Create Payment Method"
2817
+ ]
2818
+ }
2819
+ }
2820
+ },
2821
+ {
2822
+ "required": true,
2823
+ "displayName": "Type",
2824
+ "name": "type",
2825
+ "type": "options",
2826
+ "default": "credit_card",
2827
+ "description": "The type of Payment Method.\n\nAlternative Payment Methods including Google Pay and PayPal can be added using the Cloud Manager. See the [Manage Payment Methods](/docs/products/platform/billing/guides/payment-methods/) guide\nfor details and instructions.\n",
2828
+ "options": [
2829
+ {
2830
+ "name": "Credit Card",
2831
+ "value": "credit_card"
2832
+ }
2833
+ ],
2834
+ "routing": {
2835
+ "send": {
2836
+ "property": "type",
2837
+ "propertyInDotNotation": false,
2838
+ "type": "body",
2839
+ "value": "={{ $value }}"
2840
+ }
2841
+ },
2842
+ "displayOptions": {
2843
+ "show": {
2844
+ "resource": [
2845
+ "Account"
2846
+ ],
2847
+ "operation": [
2848
+ "Create Payment Method"
2849
+ ]
2850
+ }
2851
+ }
2852
+ },
2853
+ {
2854
+ "displayName": "Bearer Token",
2855
+ "name": "security_personalaccesstoken",
2856
+ "type": "string",
2857
+ "default": "",
2858
+ "description": "HTTP bearer authentication for personalAccessToken",
2859
+ "required": false,
2860
+ "routing": {
2861
+ "request": {
2862
+ "headers": {
2863
+ "Authorization": "={{ 'Bearer ' + $value }}"
2864
+ }
2865
+ }
2866
+ },
2867
+ "displayOptions": {
2868
+ "show": {
2869
+ "resource": [
2870
+ "Account"
2871
+ ],
2872
+ "operation": [
2873
+ "Create Payment Method"
2874
+ ]
2875
+ }
2876
+ }
2877
+ },
2878
+ {
2879
+ "displayName": "DELETE /account/payment-methods/{paymentMethodId}",
2880
+ "name": "operation",
2881
+ "type": "notice",
2882
+ "typeOptions": {
2883
+ "theme": "info"
2884
+ },
2885
+ "default": "",
2886
+ "displayOptions": {
2887
+ "show": {
2888
+ "resource": [
2889
+ "Account"
2890
+ ],
2891
+ "operation": [
2892
+ "Delete Payment Method"
2893
+ ]
2894
+ }
2895
+ }
2896
+ },
2897
+ {
2898
+ "displayName": "Bearer Token",
2899
+ "name": "security_personalaccesstoken",
2900
+ "type": "string",
2901
+ "default": "",
2902
+ "description": "HTTP bearer authentication for personalAccessToken",
2903
+ "required": false,
2904
+ "routing": {
2905
+ "request": {
2906
+ "headers": {
2907
+ "Authorization": "={{ 'Bearer ' + $value }}"
2908
+ }
2909
+ }
2910
+ },
2911
+ "displayOptions": {
2912
+ "show": {
2913
+ "resource": [
2914
+ "Account"
2915
+ ],
2916
+ "operation": [
2917
+ "Delete Payment Method"
2918
+ ]
2919
+ }
2920
+ }
2921
+ },
2922
+ {
2923
+ "displayName": "GET /account/payment-methods/{paymentMethodId}",
2924
+ "name": "operation",
2925
+ "type": "notice",
2926
+ "typeOptions": {
2927
+ "theme": "info"
2928
+ },
2929
+ "default": "",
2930
+ "displayOptions": {
2931
+ "show": {
2932
+ "resource": [
2933
+ "Account"
2934
+ ],
2935
+ "operation": [
2936
+ "Get Payment Method"
2937
+ ]
2938
+ }
2939
+ }
2940
+ },
2941
+ {
2942
+ "displayName": "Bearer Token",
2943
+ "name": "security_personalaccesstoken",
2944
+ "type": "string",
2945
+ "default": "",
2946
+ "description": "HTTP bearer authentication for personalAccessToken",
2947
+ "required": false,
2948
+ "routing": {
2949
+ "request": {
2950
+ "headers": {
2951
+ "Authorization": "={{ 'Bearer ' + $value }}"
2952
+ }
2953
+ }
2954
+ },
2955
+ "displayOptions": {
2956
+ "show": {
2957
+ "resource": [
2958
+ "Account"
2959
+ ],
2960
+ "operation": [
2961
+ "Get Payment Method"
2962
+ ]
2963
+ }
2964
+ }
2965
+ },
2966
+ {
2967
+ "displayName": "POST /account/payment-methods/{paymentMethodId}/make-default",
2968
+ "name": "operation",
2969
+ "type": "notice",
2970
+ "typeOptions": {
2971
+ "theme": "info"
2972
+ },
2973
+ "default": "",
2974
+ "displayOptions": {
2975
+ "show": {
2976
+ "resource": [
2977
+ "Account"
2978
+ ],
2979
+ "operation": [
2980
+ "Make Payment Method Default"
2981
+ ]
2982
+ }
2983
+ }
2984
+ },
2985
+ {
2986
+ "displayName": "Bearer Token",
2987
+ "name": "security_personalaccesstoken",
2988
+ "type": "string",
2989
+ "default": "",
2990
+ "description": "HTTP bearer authentication for personalAccessToken",
2991
+ "required": false,
2992
+ "routing": {
2993
+ "request": {
2994
+ "headers": {
2995
+ "Authorization": "={{ 'Bearer ' + $value }}"
2996
+ }
2997
+ }
2998
+ },
2999
+ "displayOptions": {
3000
+ "show": {
3001
+ "resource": [
3002
+ "Account"
3003
+ ],
3004
+ "operation": [
3005
+ "Make Payment Method Default"
3006
+ ]
3007
+ }
3008
+ }
3009
+ },
3010
+ {
3011
+ "displayName": "GET /account/payments",
3012
+ "name": "operation",
3013
+ "type": "notice",
3014
+ "typeOptions": {
3015
+ "theme": "info"
3016
+ },
3017
+ "default": "",
3018
+ "displayOptions": {
3019
+ "show": {
3020
+ "resource": [
3021
+ "Account"
3022
+ ],
3023
+ "operation": [
3024
+ "Get Payments"
3025
+ ]
3026
+ }
3027
+ }
3028
+ },
3029
+ {
3030
+ "displayName": "Page",
3031
+ "name": "page",
3032
+ "description": "The page of a collection to return.",
3033
+ "default": 1,
3034
+ "type": "number",
3035
+ "routing": {
3036
+ "send": {
3037
+ "type": "query",
3038
+ "property": "page",
3039
+ "value": "={{ $value }}",
3040
+ "propertyInDotNotation": false
3041
+ }
3042
+ },
3043
+ "displayOptions": {
3044
+ "show": {
3045
+ "resource": [
3046
+ "Account"
3047
+ ],
3048
+ "operation": [
3049
+ "Get Payments"
3050
+ ]
3051
+ }
3052
+ }
3053
+ },
3054
+ {
3055
+ "displayName": "Page Size",
3056
+ "name": "page_size",
3057
+ "description": "The number of items to return per page.",
3058
+ "default": 100,
3059
+ "type": "number",
3060
+ "routing": {
3061
+ "send": {
3062
+ "type": "query",
3063
+ "property": "page_size",
3064
+ "value": "={{ $value }}",
3065
+ "propertyInDotNotation": false
3066
+ }
3067
+ },
3068
+ "displayOptions": {
3069
+ "show": {
3070
+ "resource": [
3071
+ "Account"
3072
+ ],
3073
+ "operation": [
3074
+ "Get Payments"
3075
+ ]
3076
+ }
3077
+ }
3078
+ },
3079
+ {
3080
+ "displayName": "Bearer Token",
3081
+ "name": "security_personalaccesstoken",
3082
+ "type": "string",
3083
+ "default": "",
3084
+ "description": "HTTP bearer authentication for personalAccessToken",
3085
+ "required": false,
3086
+ "routing": {
3087
+ "request": {
3088
+ "headers": {
3089
+ "Authorization": "={{ 'Bearer ' + $value }}"
3090
+ }
3091
+ }
3092
+ },
3093
+ "displayOptions": {
3094
+ "show": {
3095
+ "resource": [
3096
+ "Account"
3097
+ ],
3098
+ "operation": [
3099
+ "Get Payments"
3100
+ ]
3101
+ }
3102
+ }
3103
+ },
3104
+ {
3105
+ "displayName": "POST /account/payments",
3106
+ "name": "operation",
3107
+ "type": "notice",
3108
+ "typeOptions": {
3109
+ "theme": "info"
3110
+ },
3111
+ "default": "",
3112
+ "displayOptions": {
3113
+ "show": {
3114
+ "resource": [
3115
+ "Account"
3116
+ ],
3117
+ "operation": [
3118
+ "Create Payment"
3119
+ ]
3120
+ }
3121
+ }
3122
+ },
3123
+ {
3124
+ "displayName": "Cvv",
3125
+ "name": "cvv",
3126
+ "type": "string",
3127
+ "default": "123",
3128
+ "description": "CVV (Card Verification Value) of the credit card to be used for the Payment. Required if paying by credit card.\n",
3129
+ "routing": {
3130
+ "send": {
3131
+ "property": "cvv",
3132
+ "propertyInDotNotation": false,
3133
+ "type": "body",
3134
+ "value": "={{ $value }}"
3135
+ }
3136
+ },
3137
+ "displayOptions": {
3138
+ "show": {
3139
+ "resource": [
3140
+ "Account"
3141
+ ],
3142
+ "operation": [
3143
+ "Create Payment"
3144
+ ]
3145
+ }
3146
+ }
3147
+ },
3148
+ {
3149
+ "displayName": "Payment Method ID",
3150
+ "name": "payment_method_id",
3151
+ "type": "number",
3152
+ "default": 123,
3153
+ "description": "The ID of the Payment Method to apply to the Payment.\n",
3154
+ "routing": {
3155
+ "send": {
3156
+ "property": "payment_method_id",
3157
+ "propertyInDotNotation": false,
3158
+ "type": "body",
3159
+ "value": "={{ $value }}"
3160
+ }
3161
+ },
3162
+ "displayOptions": {
3163
+ "show": {
3164
+ "resource": [
3165
+ "Account"
3166
+ ],
3167
+ "operation": [
3168
+ "Create Payment"
3169
+ ]
3170
+ }
3171
+ }
3172
+ },
3173
+ {
3174
+ "required": true,
3175
+ "displayName": "Usd",
3176
+ "name": "usd",
3177
+ "type": "string",
3178
+ "default": "$120.50",
3179
+ "description": "The amount in US Dollars of the Payment.\n\n* Can begin with or without `$`.\n* Commas (`,`) are not accepted.\n* Must end with a decimal expression, such as `.00` or `.99`.\n* Minimum: `$5.00` or the Account balance, whichever is lower.\n* Maximum: `$2000.00` or the Account balance up to `$50000.00`, whichever is greater.\n",
3180
+ "routing": {
3181
+ "send": {
3182
+ "property": "usd",
3183
+ "propertyInDotNotation": false,
3184
+ "type": "body",
3185
+ "value": "={{ $value }}"
3186
+ }
3187
+ },
3188
+ "displayOptions": {
3189
+ "show": {
3190
+ "resource": [
3191
+ "Account"
3192
+ ],
3193
+ "operation": [
3194
+ "Create Payment"
3195
+ ]
3196
+ }
3197
+ }
3198
+ },
3199
+ {
3200
+ "displayName": "Bearer Token",
3201
+ "name": "security_personalaccesstoken",
3202
+ "type": "string",
3203
+ "default": "",
3204
+ "description": "HTTP bearer authentication for personalAccessToken",
3205
+ "required": false,
3206
+ "routing": {
3207
+ "request": {
3208
+ "headers": {
3209
+ "Authorization": "={{ 'Bearer ' + $value }}"
3210
+ }
3211
+ }
3212
+ },
3213
+ "displayOptions": {
3214
+ "show": {
3215
+ "resource": [
3216
+ "Account"
3217
+ ],
3218
+ "operation": [
3219
+ "Create Payment"
3220
+ ]
3221
+ }
3222
+ }
3223
+ },
3224
+ {
3225
+ "displayName": "GET /account/payments/{paymentId}",
3226
+ "name": "operation",
3227
+ "type": "notice",
3228
+ "typeOptions": {
3229
+ "theme": "info"
3230
+ },
3231
+ "default": "",
3232
+ "displayOptions": {
3233
+ "show": {
3234
+ "resource": [
3235
+ "Account"
3236
+ ],
3237
+ "operation": [
3238
+ "Get Payment"
3239
+ ]
3240
+ }
3241
+ }
3242
+ },
3243
+ {
3244
+ "displayName": "Bearer Token",
3245
+ "name": "security_personalaccesstoken",
3246
+ "type": "string",
3247
+ "default": "",
3248
+ "description": "HTTP bearer authentication for personalAccessToken",
3249
+ "required": false,
3250
+ "routing": {
3251
+ "request": {
3252
+ "headers": {
3253
+ "Authorization": "={{ 'Bearer ' + $value }}"
3254
+ }
3255
+ }
3256
+ },
3257
+ "displayOptions": {
3258
+ "show": {
3259
+ "resource": [
3260
+ "Account"
3261
+ ],
3262
+ "operation": [
3263
+ "Get Payment"
3264
+ ]
3265
+ }
3266
+ }
3267
+ },
3268
+ {
3269
+ "displayName": "POST /account/promo-codes",
3270
+ "name": "operation",
3271
+ "type": "notice",
3272
+ "typeOptions": {
3273
+ "theme": "info"
3274
+ },
3275
+ "default": "",
3276
+ "displayOptions": {
3277
+ "show": {
3278
+ "resource": [
3279
+ "Account"
3280
+ ],
3281
+ "operation": [
3282
+ "Create Promo Credit"
3283
+ ]
3284
+ }
3285
+ }
3286
+ },
3287
+ {
3288
+ "required": true,
3289
+ "displayName": "Promo Code",
3290
+ "name": "promo_code",
3291
+ "type": "string",
3292
+ "default": "",
3293
+ "description": "The Promo Code.\n",
3294
+ "routing": {
3295
+ "send": {
3296
+ "property": "promo_code",
3297
+ "propertyInDotNotation": false,
3298
+ "type": "body",
3299
+ "value": "={{ $value }}"
3300
+ }
3301
+ },
3302
+ "displayOptions": {
3303
+ "show": {
3304
+ "resource": [
3305
+ "Account"
3306
+ ],
3307
+ "operation": [
3308
+ "Create Promo Credit"
3309
+ ]
3310
+ }
3311
+ }
3312
+ },
3313
+ {
3314
+ "displayName": "Bearer Token",
3315
+ "name": "security_personalaccesstoken",
3316
+ "type": "string",
3317
+ "default": "",
3318
+ "description": "HTTP bearer authentication for personalAccessToken",
3319
+ "required": false,
3320
+ "routing": {
3321
+ "request": {
3322
+ "headers": {
3323
+ "Authorization": "={{ 'Bearer ' + $value }}"
3324
+ }
3325
+ }
3326
+ },
3327
+ "displayOptions": {
3328
+ "show": {
3329
+ "resource": [
3330
+ "Account"
3331
+ ],
3332
+ "operation": [
3333
+ "Create Promo Credit"
3334
+ ]
3335
+ }
3336
+ }
3337
+ },
3338
+ {
3339
+ "displayName": "GET /account/service-transfers",
3340
+ "name": "operation",
3341
+ "type": "notice",
3342
+ "typeOptions": {
3343
+ "theme": "info"
3344
+ },
3345
+ "default": "",
3346
+ "displayOptions": {
3347
+ "show": {
3348
+ "resource": [
3349
+ "Account"
3350
+ ],
3351
+ "operation": [
3352
+ "Get Service Transfers"
3353
+ ]
3354
+ }
3355
+ }
3356
+ },
3357
+ {
3358
+ "displayName": "Page",
3359
+ "name": "page",
3360
+ "description": "The page of a collection to return.",
3361
+ "default": 1,
3362
+ "type": "number",
3363
+ "routing": {
3364
+ "send": {
3365
+ "type": "query",
3366
+ "property": "page",
3367
+ "value": "={{ $value }}",
3368
+ "propertyInDotNotation": false
3369
+ }
3370
+ },
3371
+ "displayOptions": {
3372
+ "show": {
3373
+ "resource": [
3374
+ "Account"
3375
+ ],
3376
+ "operation": [
3377
+ "Get Service Transfers"
3378
+ ]
3379
+ }
3380
+ }
3381
+ },
3382
+ {
3383
+ "displayName": "Page Size",
3384
+ "name": "page_size",
3385
+ "description": "The number of items to return per page.",
3386
+ "default": 100,
3387
+ "type": "number",
3388
+ "routing": {
3389
+ "send": {
3390
+ "type": "query",
3391
+ "property": "page_size",
3392
+ "value": "={{ $value }}",
3393
+ "propertyInDotNotation": false
3394
+ }
3395
+ },
3396
+ "displayOptions": {
3397
+ "show": {
3398
+ "resource": [
3399
+ "Account"
3400
+ ],
3401
+ "operation": [
3402
+ "Get Service Transfers"
3403
+ ]
3404
+ }
3405
+ }
3406
+ },
3407
+ {
3408
+ "displayName": "Bearer Token",
3409
+ "name": "security_personalaccesstoken",
3410
+ "type": "string",
3411
+ "default": "",
3412
+ "description": "HTTP bearer authentication for personalAccessToken",
3413
+ "required": false,
3414
+ "routing": {
3415
+ "request": {
3416
+ "headers": {
3417
+ "Authorization": "={{ 'Bearer ' + $value }}"
3418
+ }
3419
+ }
3420
+ },
3421
+ "displayOptions": {
3422
+ "show": {
3423
+ "resource": [
3424
+ "Account"
3425
+ ],
3426
+ "operation": [
3427
+ "Get Service Transfers"
3428
+ ]
3429
+ }
3430
+ }
3431
+ },
3432
+ {
3433
+ "displayName": "POST /account/service-transfers",
3434
+ "name": "operation",
3435
+ "type": "notice",
3436
+ "typeOptions": {
3437
+ "theme": "info"
3438
+ },
3439
+ "default": "",
3440
+ "displayOptions": {
3441
+ "show": {
3442
+ "resource": [
3443
+ "Account"
3444
+ ],
3445
+ "operation": [
3446
+ "Create Service Transfer"
3447
+ ]
3448
+ }
3449
+ }
3450
+ },
3451
+ {
3452
+ "required": true,
3453
+ "displayName": "Entities",
3454
+ "name": "entities",
3455
+ "type": "json",
3456
+ "default": "{\n \"linodes\": [\n 111,\n 222\n ]\n}",
3457
+ "description": "A collection of the services to include in this transfer request, separated by type.\n",
3458
+ "routing": {
3459
+ "send": {
3460
+ "property": "entities",
3461
+ "propertyInDotNotation": false,
3462
+ "type": "body",
3463
+ "value": "={{ JSON.parse($value) }}"
3464
+ }
3465
+ },
3466
+ "displayOptions": {
3467
+ "show": {
3468
+ "resource": [
3469
+ "Account"
3470
+ ],
3471
+ "operation": [
3472
+ "Create Service Transfer"
3473
+ ]
3474
+ }
3475
+ }
3476
+ },
3477
+ {
3478
+ "displayName": "Bearer Token",
3479
+ "name": "security_personalaccesstoken",
3480
+ "type": "string",
3481
+ "default": "",
3482
+ "description": "HTTP bearer authentication for personalAccessToken",
3483
+ "required": false,
3484
+ "routing": {
3485
+ "request": {
3486
+ "headers": {
3487
+ "Authorization": "={{ 'Bearer ' + $value }}"
3488
+ }
3489
+ }
3490
+ },
3491
+ "displayOptions": {
3492
+ "show": {
3493
+ "resource": [
3494
+ "Account"
3495
+ ],
3496
+ "operation": [
3497
+ "Create Service Transfer"
3498
+ ]
3499
+ }
3500
+ }
3501
+ },
3502
+ {
3503
+ "displayName": "DELETE /account/service-transfers/{token}",
3504
+ "name": "operation",
3505
+ "type": "notice",
3506
+ "typeOptions": {
3507
+ "theme": "info"
3508
+ },
3509
+ "default": "",
3510
+ "displayOptions": {
3511
+ "show": {
3512
+ "resource": [
3513
+ "Account"
3514
+ ],
3515
+ "operation": [
3516
+ "Delete Service Transfer"
3517
+ ]
3518
+ }
3519
+ }
3520
+ },
3521
+ {
3522
+ "displayName": "Bearer Token",
3523
+ "name": "security_personalaccesstoken",
3524
+ "type": "string",
3525
+ "default": "",
3526
+ "description": "HTTP bearer authentication for personalAccessToken",
3527
+ "required": false,
3528
+ "routing": {
3529
+ "request": {
3530
+ "headers": {
3531
+ "Authorization": "={{ 'Bearer ' + $value }}"
3532
+ }
3533
+ }
3534
+ },
3535
+ "displayOptions": {
3536
+ "show": {
3537
+ "resource": [
3538
+ "Account"
3539
+ ],
3540
+ "operation": [
3541
+ "Delete Service Transfer"
3542
+ ]
3543
+ }
3544
+ }
3545
+ },
3546
+ {
3547
+ "displayName": "GET /account/service-transfers/{token}",
3548
+ "name": "operation",
3549
+ "type": "notice",
3550
+ "typeOptions": {
3551
+ "theme": "info"
3552
+ },
3553
+ "default": "",
3554
+ "displayOptions": {
3555
+ "show": {
3556
+ "resource": [
3557
+ "Account"
3558
+ ],
3559
+ "operation": [
3560
+ "Get Service Transfer"
3561
+ ]
3562
+ }
3563
+ }
3564
+ },
3565
+ {
3566
+ "displayName": "Bearer Token",
3567
+ "name": "security_personalaccesstoken",
3568
+ "type": "string",
3569
+ "default": "",
3570
+ "description": "HTTP bearer authentication for personalAccessToken",
3571
+ "required": false,
3572
+ "routing": {
3573
+ "request": {
3574
+ "headers": {
3575
+ "Authorization": "={{ 'Bearer ' + $value }}"
3576
+ }
3577
+ }
3578
+ },
3579
+ "displayOptions": {
3580
+ "show": {
3581
+ "resource": [
3582
+ "Account"
3583
+ ],
3584
+ "operation": [
3585
+ "Get Service Transfer"
3586
+ ]
3587
+ }
3588
+ }
3589
+ },
3590
+ {
3591
+ "displayName": "POST /account/service-transfers/{token}/accept",
3592
+ "name": "operation",
3593
+ "type": "notice",
3594
+ "typeOptions": {
3595
+ "theme": "info"
3596
+ },
3597
+ "default": "",
3598
+ "displayOptions": {
3599
+ "show": {
3600
+ "resource": [
3601
+ "Account"
3602
+ ],
3603
+ "operation": [
3604
+ "Accept Service Transfer"
3605
+ ]
3606
+ }
3607
+ }
3608
+ },
3609
+ {
3610
+ "displayName": "Bearer Token",
3611
+ "name": "security_personalaccesstoken",
3612
+ "type": "string",
3613
+ "default": "",
3614
+ "description": "HTTP bearer authentication for personalAccessToken",
3615
+ "required": false,
3616
+ "routing": {
3617
+ "request": {
3618
+ "headers": {
3619
+ "Authorization": "={{ 'Bearer ' + $value }}"
3620
+ }
3621
+ }
3622
+ },
3623
+ "displayOptions": {
3624
+ "show": {
3625
+ "resource": [
3626
+ "Account"
3627
+ ],
3628
+ "operation": [
3629
+ "Accept Service Transfer"
3630
+ ]
3631
+ }
3632
+ }
3633
+ },
3634
+ {
3635
+ "displayName": "GET /account/settings",
3636
+ "name": "operation",
3637
+ "type": "notice",
3638
+ "typeOptions": {
3639
+ "theme": "info"
3640
+ },
3641
+ "default": "",
3642
+ "displayOptions": {
3643
+ "show": {
3644
+ "resource": [
3645
+ "Account"
3646
+ ],
3647
+ "operation": [
3648
+ "Get Account Settings"
3649
+ ]
3650
+ }
3651
+ }
3652
+ },
3653
+ {
3654
+ "displayName": "Bearer Token",
3655
+ "name": "security_personalaccesstoken",
3656
+ "type": "string",
3657
+ "default": "",
3658
+ "description": "HTTP bearer authentication for personalAccessToken",
3659
+ "required": false,
3660
+ "routing": {
3661
+ "request": {
3662
+ "headers": {
3663
+ "Authorization": "={{ 'Bearer ' + $value }}"
3664
+ }
3665
+ }
3666
+ },
3667
+ "displayOptions": {
3668
+ "show": {
3669
+ "resource": [
3670
+ "Account"
3671
+ ],
3672
+ "operation": [
3673
+ "Get Account Settings"
3674
+ ]
3675
+ }
3676
+ }
3677
+ },
3678
+ {
3679
+ "displayName": "PUT /account/settings",
3680
+ "name": "operation",
3681
+ "type": "notice",
3682
+ "typeOptions": {
3683
+ "theme": "info"
3684
+ },
3685
+ "default": "",
3686
+ "displayOptions": {
3687
+ "show": {
3688
+ "resource": [
3689
+ "Account"
3690
+ ],
3691
+ "operation": [
3692
+ "Update Account Settings"
3693
+ ]
3694
+ }
3695
+ }
3696
+ },
3697
+ {
3698
+ "displayName": "Backups Enabled",
3699
+ "name": "backups_enabled",
3700
+ "type": "boolean",
3701
+ "default": true,
3702
+ "description": "Account-wide backups default. If `true`, all Linodes created will automatically be enrolled in the Backups service. If `false`, Linodes will not be enrolled by default, but may still be enrolled on creation or later.\n",
3703
+ "routing": {
3704
+ "send": {
3705
+ "property": "backups_enabled",
3706
+ "propertyInDotNotation": false,
3707
+ "type": "body",
3708
+ "value": "={{ $value }}"
3709
+ }
3710
+ },
3711
+ "displayOptions": {
3712
+ "show": {
3713
+ "resource": [
3714
+ "Account"
3715
+ ],
3716
+ "operation": [
3717
+ "Update Account Settings"
3718
+ ]
3719
+ }
3720
+ }
3721
+ },
3722
+ {
3723
+ "displayName": "Longview Subscription",
3724
+ "name": "longview_subscription",
3725
+ "type": "string",
3726
+ "default": "longview-3",
3727
+ "description": "The Longview Pro tier you are currently subscribed to. The value must be a [Longview Subscription](/docs/api/longview/#longview-subscriptions-list) ID or `null` for Longview Free.\n",
3728
+ "routing": {
3729
+ "send": {
3730
+ "property": "longview_subscription",
3731
+ "propertyInDotNotation": false,
3732
+ "type": "body",
3733
+ "value": "={{ $value }}"
3734
+ }
3735
+ },
3736
+ "displayOptions": {
3737
+ "show": {
3738
+ "resource": [
3739
+ "Account"
3740
+ ],
3741
+ "operation": [
3742
+ "Update Account Settings"
3743
+ ]
3744
+ }
3745
+ }
3746
+ },
3747
+ {
3748
+ "displayName": "Managed",
3749
+ "name": "managed",
3750
+ "type": "boolean",
3751
+ "default": true,
3752
+ "description": "Our 24/7 incident response service. This robust, multi-homed monitoring system distributes monitoring checks to ensure that your servers remain online and available at all times. Linode Managed can monitor any service or software stack reachable over TCP or HTTP. Once you add a service to Linode Managed, we'll monitor it for connectivity, response, and total request time.\n",
3753
+ "routing": {
3754
+ "send": {
3755
+ "property": "managed",
3756
+ "propertyInDotNotation": false,
3757
+ "type": "body",
3758
+ "value": "={{ $value }}"
3759
+ }
3760
+ },
3761
+ "displayOptions": {
3762
+ "show": {
3763
+ "resource": [
3764
+ "Account"
3765
+ ],
3766
+ "operation": [
3767
+ "Update Account Settings"
3768
+ ]
3769
+ }
3770
+ }
3771
+ },
3772
+ {
3773
+ "displayName": "Network Helper",
3774
+ "name": "network_helper",
3775
+ "type": "boolean",
3776
+ "default": false,
3777
+ "description": "Enables network helper across all users by default for new Linodes and Linode Configs.\n",
3778
+ "routing": {
3779
+ "send": {
3780
+ "property": "network_helper",
3781
+ "propertyInDotNotation": false,
3782
+ "type": "body",
3783
+ "value": "={{ $value }}"
3784
+ }
3785
+ },
3786
+ "displayOptions": {
3787
+ "show": {
3788
+ "resource": [
3789
+ "Account"
3790
+ ],
3791
+ "operation": [
3792
+ "Update Account Settings"
3793
+ ]
3794
+ }
3795
+ }
3796
+ },
3797
+ {
3798
+ "displayName": "Object Storage",
3799
+ "name": "object_storage",
3800
+ "type": "options",
3801
+ "default": "active",
3802
+ "description": "A string describing the status of this account's Object Storage service enrollment.\n",
3803
+ "options": [
3804
+ {
3805
+ "name": "Disabled",
3806
+ "value": "disabled"
3807
+ },
3808
+ {
3809
+ "name": "Suspended",
3810
+ "value": "suspended"
3811
+ },
3812
+ {
3813
+ "name": "Active",
3814
+ "value": "active"
3815
+ }
3816
+ ],
3817
+ "routing": {
3818
+ "send": {
3819
+ "property": "object_storage",
3820
+ "propertyInDotNotation": false,
3821
+ "type": "body",
3822
+ "value": "={{ $value }}"
3823
+ }
3824
+ },
3825
+ "displayOptions": {
3826
+ "show": {
3827
+ "resource": [
3828
+ "Account"
3829
+ ],
3830
+ "operation": [
3831
+ "Update Account Settings"
3832
+ ]
3833
+ }
3834
+ }
3835
+ },
3836
+ {
3837
+ "displayName": "Bearer Token",
3838
+ "name": "security_personalaccesstoken",
3839
+ "type": "string",
3840
+ "default": "",
3841
+ "description": "HTTP bearer authentication for personalAccessToken",
3842
+ "required": false,
3843
+ "routing": {
3844
+ "request": {
3845
+ "headers": {
3846
+ "Authorization": "={{ 'Bearer ' + $value }}"
3847
+ }
3848
+ }
3849
+ },
3850
+ "displayOptions": {
3851
+ "show": {
3852
+ "resource": [
3853
+ "Account"
3854
+ ],
3855
+ "operation": [
3856
+ "Update Account Settings"
3857
+ ]
3858
+ }
3859
+ }
3860
+ },
3861
+ {
3862
+ "displayName": "POST /account/settings/managed-enable",
3863
+ "name": "operation",
3864
+ "type": "notice",
3865
+ "typeOptions": {
3866
+ "theme": "info"
3867
+ },
3868
+ "default": "",
3869
+ "displayOptions": {
3870
+ "show": {
3871
+ "resource": [
3872
+ "Account"
3873
+ ],
3874
+ "operation": [
3875
+ "Enable Account Managed"
3876
+ ]
3877
+ }
3878
+ }
3879
+ },
3880
+ {
3881
+ "displayName": "Bearer Token",
3882
+ "name": "security_personalaccesstoken",
3883
+ "type": "string",
3884
+ "default": "",
3885
+ "description": "HTTP bearer authentication for personalAccessToken",
3886
+ "required": false,
3887
+ "routing": {
3888
+ "request": {
3889
+ "headers": {
3890
+ "Authorization": "={{ 'Bearer ' + $value }}"
3891
+ }
3892
+ }
3893
+ },
3894
+ "displayOptions": {
3895
+ "show": {
3896
+ "resource": [
3897
+ "Account"
3898
+ ],
3899
+ "operation": [
3900
+ "Enable Account Managed"
3901
+ ]
3902
+ }
3903
+ }
3904
+ },
3905
+ {
3906
+ "displayName": "GET /account/transfer",
3907
+ "name": "operation",
3908
+ "type": "notice",
3909
+ "typeOptions": {
3910
+ "theme": "info"
3911
+ },
3912
+ "default": "",
3913
+ "displayOptions": {
3914
+ "show": {
3915
+ "resource": [
3916
+ "Account"
3917
+ ],
3918
+ "operation": [
3919
+ "Get Transfer"
3920
+ ]
3921
+ }
3922
+ }
3923
+ },
3924
+ {
3925
+ "displayName": "Bearer Token",
3926
+ "name": "security_personalaccesstoken",
3927
+ "type": "string",
3928
+ "default": "",
3929
+ "description": "HTTP bearer authentication for personalAccessToken",
3930
+ "required": false,
3931
+ "routing": {
3932
+ "request": {
3933
+ "headers": {
3934
+ "Authorization": "={{ 'Bearer ' + $value }}"
3935
+ }
3936
+ }
3937
+ },
3938
+ "displayOptions": {
3939
+ "show": {
3940
+ "resource": [
3941
+ "Account"
3942
+ ],
3943
+ "operation": [
3944
+ "Get Transfer"
3945
+ ]
3946
+ }
3947
+ }
3948
+ },
3949
+ {
3950
+ "displayName": "GET /account/users",
3951
+ "name": "operation",
3952
+ "type": "notice",
3953
+ "typeOptions": {
3954
+ "theme": "info"
3955
+ },
3956
+ "default": "",
3957
+ "displayOptions": {
3958
+ "show": {
3959
+ "resource": [
3960
+ "Account"
3961
+ ],
3962
+ "operation": [
3963
+ "Get Users"
3964
+ ]
3965
+ }
3966
+ }
3967
+ },
3968
+ {
3969
+ "displayName": "Page",
3970
+ "name": "page",
3971
+ "description": "The page of a collection to return.",
3972
+ "default": 1,
3973
+ "type": "number",
3974
+ "routing": {
3975
+ "send": {
3976
+ "type": "query",
3977
+ "property": "page",
3978
+ "value": "={{ $value }}",
3979
+ "propertyInDotNotation": false
3980
+ }
3981
+ },
3982
+ "displayOptions": {
3983
+ "show": {
3984
+ "resource": [
3985
+ "Account"
3986
+ ],
3987
+ "operation": [
3988
+ "Get Users"
3989
+ ]
3990
+ }
3991
+ }
3992
+ },
3993
+ {
3994
+ "displayName": "Page Size",
3995
+ "name": "page_size",
3996
+ "description": "The number of items to return per page.",
3997
+ "default": 100,
3998
+ "type": "number",
3999
+ "routing": {
4000
+ "send": {
4001
+ "type": "query",
4002
+ "property": "page_size",
4003
+ "value": "={{ $value }}",
4004
+ "propertyInDotNotation": false
4005
+ }
4006
+ },
4007
+ "displayOptions": {
4008
+ "show": {
4009
+ "resource": [
4010
+ "Account"
4011
+ ],
4012
+ "operation": [
4013
+ "Get Users"
4014
+ ]
4015
+ }
4016
+ }
4017
+ },
4018
+ {
4019
+ "displayName": "Bearer Token",
4020
+ "name": "security_personalaccesstoken",
4021
+ "type": "string",
4022
+ "default": "",
4023
+ "description": "HTTP bearer authentication for personalAccessToken",
4024
+ "required": false,
4025
+ "routing": {
4026
+ "request": {
4027
+ "headers": {
4028
+ "Authorization": "={{ 'Bearer ' + $value }}"
4029
+ }
4030
+ }
4031
+ },
4032
+ "displayOptions": {
4033
+ "show": {
4034
+ "resource": [
4035
+ "Account"
4036
+ ],
4037
+ "operation": [
4038
+ "Get Users"
4039
+ ]
4040
+ }
4041
+ }
4042
+ },
4043
+ {
4044
+ "displayName": "POST /account/users",
4045
+ "name": "operation",
4046
+ "type": "notice",
4047
+ "typeOptions": {
4048
+ "theme": "info"
4049
+ },
4050
+ "default": "",
4051
+ "displayOptions": {
4052
+ "show": {
4053
+ "resource": [
4054
+ "Account"
4055
+ ],
4056
+ "operation": [
4057
+ "Create User"
4058
+ ]
4059
+ }
4060
+ }
4061
+ },
4062
+ {
4063
+ "displayName": "Email",
4064
+ "name": "email",
4065
+ "type": "string",
4066
+ "default": "example_user@linode.com",
4067
+ "description": "The email address for the User. Linode sends emails to this address for account management communications. May be used for other communications as configured.\n",
4068
+ "routing": {
4069
+ "send": {
4070
+ "property": "email",
4071
+ "propertyInDotNotation": false,
4072
+ "type": "body",
4073
+ "value": "={{ $value }}"
4074
+ }
4075
+ },
4076
+ "displayOptions": {
4077
+ "show": {
4078
+ "resource": [
4079
+ "Account"
4080
+ ],
4081
+ "operation": [
4082
+ "Create User"
4083
+ ]
4084
+ }
4085
+ }
4086
+ },
4087
+ {
4088
+ "displayName": "Restricted",
4089
+ "name": "restricted",
4090
+ "type": "boolean",
4091
+ "default": true,
4092
+ "description": "If true, the User must be granted access to perform actions or access entities on this Account. See User Grants View ([GET /account/users/{username}/grants](/docs/api/account/#users-grants-view)) for details on how to configure grants for a restricted User.\n",
4093
+ "routing": {
4094
+ "send": {
4095
+ "property": "restricted",
4096
+ "propertyInDotNotation": false,
4097
+ "type": "body",
4098
+ "value": "={{ $value }}"
4099
+ }
4100
+ },
4101
+ "displayOptions": {
4102
+ "show": {
4103
+ "resource": [
4104
+ "Account"
4105
+ ],
4106
+ "operation": [
4107
+ "Create User"
4108
+ ]
4109
+ }
4110
+ }
4111
+ },
4112
+ {
4113
+ "displayName": "SSH Keys",
4114
+ "name": "ssh_keys",
4115
+ "type": "json",
4116
+ "default": "[\n \"home-pc\",\n \"laptop\"\n]",
4117
+ "description": "A list of SSH Key labels added by this User.\n\nUsers can add keys with the SSH Key Add ([POST /profile/sshkeys](/docs/api/profile/#ssh-key-add)) command.\n\nThese keys are deployed when this User is included in the `authorized_users`\nfield of the following requests:\n- Linode Create ([POST /linode/instances](/docs/api/linode-instances/#linode-create))\n- Linode Rebuild ([POST /linode/instances/{linodeId}/rebuild](/docs/api/linode-instances/#linode-rebuild))\n- Disk Create ([POST /linode/instances/{linodeId}/disks](/docs/api/linode-instances/#disk-create))\n",
4118
+ "routing": {
4119
+ "send": {
4120
+ "property": "ssh_keys",
4121
+ "propertyInDotNotation": false,
4122
+ "type": "body",
4123
+ "value": "={{ JSON.parse($value) }}"
4124
+ }
4125
+ },
4126
+ "displayOptions": {
4127
+ "show": {
4128
+ "resource": [
4129
+ "Account"
4130
+ ],
4131
+ "operation": [
4132
+ "Create User"
4133
+ ]
4134
+ }
4135
+ }
4136
+ },
4137
+ {
4138
+ "displayName": "Tfa Enabled",
4139
+ "name": "tfa_enabled",
4140
+ "type": "boolean",
4141
+ "default": true,
4142
+ "description": "A boolean value indicating if the User has Two Factor Authentication (TFA) enabled. See the Create Two Factor Secret ([POST /profile/tfa-enable](/docs/api/profile/#two-factor-secret-create)) endpoint to enable TFA.\n",
4143
+ "routing": {
4144
+ "send": {
4145
+ "property": "tfa_enabled",
4146
+ "propertyInDotNotation": false,
4147
+ "type": "body",
4148
+ "value": "={{ $value }}"
4149
+ }
4150
+ },
4151
+ "displayOptions": {
4152
+ "show": {
4153
+ "resource": [
4154
+ "Account"
4155
+ ],
4156
+ "operation": [
4157
+ "Create User"
4158
+ ]
4159
+ }
4160
+ }
4161
+ },
4162
+ {
4163
+ "displayName": "Username",
4164
+ "name": "username",
4165
+ "type": "string",
4166
+ "default": "example_user",
4167
+ "description": "The User's username. This is used for logging in, and may also be displayed alongside actions the User performs (for example, in Events or public StackScripts).\n",
4168
+ "routing": {
4169
+ "send": {
4170
+ "property": "username",
4171
+ "propertyInDotNotation": false,
4172
+ "type": "body",
4173
+ "value": "={{ $value }}"
4174
+ }
4175
+ },
4176
+ "displayOptions": {
4177
+ "show": {
4178
+ "resource": [
4179
+ "Account"
4180
+ ],
4181
+ "operation": [
4182
+ "Create User"
4183
+ ]
4184
+ }
4185
+ }
4186
+ },
4187
+ {
4188
+ "displayName": "Bearer Token",
4189
+ "name": "security_personalaccesstoken",
4190
+ "type": "string",
4191
+ "default": "",
4192
+ "description": "HTTP bearer authentication for personalAccessToken",
4193
+ "required": false,
4194
+ "routing": {
4195
+ "request": {
4196
+ "headers": {
4197
+ "Authorization": "={{ 'Bearer ' + $value }}"
4198
+ }
4199
+ }
4200
+ },
4201
+ "displayOptions": {
4202
+ "show": {
4203
+ "resource": [
4204
+ "Account"
4205
+ ],
4206
+ "operation": [
4207
+ "Create User"
4208
+ ]
4209
+ }
4210
+ }
4211
+ },
4212
+ {
4213
+ "displayName": "DELETE /account/users/{username}",
4214
+ "name": "operation",
4215
+ "type": "notice",
4216
+ "typeOptions": {
4217
+ "theme": "info"
4218
+ },
4219
+ "default": "",
4220
+ "displayOptions": {
4221
+ "show": {
4222
+ "resource": [
4223
+ "Account"
4224
+ ],
4225
+ "operation": [
4226
+ "Delete User"
4227
+ ]
4228
+ }
4229
+ }
4230
+ },
4231
+ {
4232
+ "displayName": "Bearer Token",
4233
+ "name": "security_personalaccesstoken",
4234
+ "type": "string",
4235
+ "default": "",
4236
+ "description": "HTTP bearer authentication for personalAccessToken",
4237
+ "required": false,
4238
+ "routing": {
4239
+ "request": {
4240
+ "headers": {
4241
+ "Authorization": "={{ 'Bearer ' + $value }}"
4242
+ }
4243
+ }
4244
+ },
4245
+ "displayOptions": {
4246
+ "show": {
4247
+ "resource": [
4248
+ "Account"
4249
+ ],
4250
+ "operation": [
4251
+ "Delete User"
4252
+ ]
4253
+ }
4254
+ }
4255
+ },
4256
+ {
4257
+ "displayName": "GET /account/users/{username}",
4258
+ "name": "operation",
4259
+ "type": "notice",
4260
+ "typeOptions": {
4261
+ "theme": "info"
4262
+ },
4263
+ "default": "",
4264
+ "displayOptions": {
4265
+ "show": {
4266
+ "resource": [
4267
+ "Account"
4268
+ ],
4269
+ "operation": [
4270
+ "Get User"
4271
+ ]
4272
+ }
4273
+ }
4274
+ },
4275
+ {
4276
+ "displayName": "Bearer Token",
4277
+ "name": "security_personalaccesstoken",
4278
+ "type": "string",
4279
+ "default": "",
4280
+ "description": "HTTP bearer authentication for personalAccessToken",
4281
+ "required": false,
4282
+ "routing": {
4283
+ "request": {
4284
+ "headers": {
4285
+ "Authorization": "={{ 'Bearer ' + $value }}"
4286
+ }
4287
+ }
4288
+ },
4289
+ "displayOptions": {
4290
+ "show": {
4291
+ "resource": [
4292
+ "Account"
4293
+ ],
4294
+ "operation": [
4295
+ "Get User"
4296
+ ]
4297
+ }
4298
+ }
4299
+ },
4300
+ {
4301
+ "displayName": "PUT /account/users/{username}",
4302
+ "name": "operation",
4303
+ "type": "notice",
4304
+ "typeOptions": {
4305
+ "theme": "info"
4306
+ },
4307
+ "default": "",
4308
+ "displayOptions": {
4309
+ "show": {
4310
+ "resource": [
4311
+ "Account"
4312
+ ],
4313
+ "operation": [
4314
+ "Update User"
4315
+ ]
4316
+ }
4317
+ }
4318
+ },
4319
+ {
4320
+ "displayName": "Email",
4321
+ "name": "email",
4322
+ "type": "string",
4323
+ "default": "example_user@linode.com",
4324
+ "description": "The email address for the User. Linode sends emails to this address for account management communications. May be used for other communications as configured.\n",
4325
+ "routing": {
4326
+ "send": {
4327
+ "property": "email",
4328
+ "propertyInDotNotation": false,
4329
+ "type": "body",
4330
+ "value": "={{ $value }}"
4331
+ }
4332
+ },
4333
+ "displayOptions": {
4334
+ "show": {
4335
+ "resource": [
4336
+ "Account"
4337
+ ],
4338
+ "operation": [
4339
+ "Update User"
4340
+ ]
4341
+ }
4342
+ }
4343
+ },
4344
+ {
4345
+ "displayName": "Restricted",
4346
+ "name": "restricted",
4347
+ "type": "boolean",
4348
+ "default": true,
4349
+ "description": "If true, the User must be granted access to perform actions or access entities on this Account. See User Grants View ([GET /account/users/{username}/grants](/docs/api/account/#users-grants-view)) for details on how to configure grants for a restricted User.\n",
4350
+ "routing": {
4351
+ "send": {
4352
+ "property": "restricted",
4353
+ "propertyInDotNotation": false,
4354
+ "type": "body",
4355
+ "value": "={{ $value }}"
4356
+ }
4357
+ },
4358
+ "displayOptions": {
4359
+ "show": {
4360
+ "resource": [
4361
+ "Account"
4362
+ ],
4363
+ "operation": [
4364
+ "Update User"
4365
+ ]
4366
+ }
4367
+ }
4368
+ },
4369
+ {
4370
+ "displayName": "SSH Keys",
4371
+ "name": "ssh_keys",
4372
+ "type": "json",
4373
+ "default": "[\n \"home-pc\",\n \"laptop\"\n]",
4374
+ "description": "A list of SSH Key labels added by this User.\n\nUsers can add keys with the SSH Key Add ([POST /profile/sshkeys](/docs/api/profile/#ssh-key-add)) command.\n\nThese keys are deployed when this User is included in the `authorized_users`\nfield of the following requests:\n- Linode Create ([POST /linode/instances](/docs/api/linode-instances/#linode-create))\n- Linode Rebuild ([POST /linode/instances/{linodeId}/rebuild](/docs/api/linode-instances/#linode-rebuild))\n- Disk Create ([POST /linode/instances/{linodeId}/disks](/docs/api/linode-instances/#disk-create))\n",
4375
+ "routing": {
4376
+ "send": {
4377
+ "property": "ssh_keys",
4378
+ "propertyInDotNotation": false,
4379
+ "type": "body",
4380
+ "value": "={{ JSON.parse($value) }}"
4381
+ }
4382
+ },
4383
+ "displayOptions": {
4384
+ "show": {
4385
+ "resource": [
4386
+ "Account"
4387
+ ],
4388
+ "operation": [
4389
+ "Update User"
4390
+ ]
4391
+ }
4392
+ }
4393
+ },
4394
+ {
4395
+ "displayName": "Tfa Enabled",
4396
+ "name": "tfa_enabled",
4397
+ "type": "boolean",
4398
+ "default": true,
4399
+ "description": "A boolean value indicating if the User has Two Factor Authentication (TFA) enabled. See the Create Two Factor Secret ([POST /profile/tfa-enable](/docs/api/profile/#two-factor-secret-create)) endpoint to enable TFA.\n",
4400
+ "routing": {
4401
+ "send": {
4402
+ "property": "tfa_enabled",
4403
+ "propertyInDotNotation": false,
4404
+ "type": "body",
4405
+ "value": "={{ $value }}"
4406
+ }
4407
+ },
4408
+ "displayOptions": {
4409
+ "show": {
4410
+ "resource": [
4411
+ "Account"
4412
+ ],
4413
+ "operation": [
4414
+ "Update User"
4415
+ ]
4416
+ }
4417
+ }
4418
+ },
4419
+ {
4420
+ "displayName": "Username",
4421
+ "name": "username",
4422
+ "type": "string",
4423
+ "default": "example_user",
4424
+ "description": "The User's username. This is used for logging in, and may also be displayed alongside actions the User performs (for example, in Events or public StackScripts).\n",
4425
+ "routing": {
4426
+ "send": {
4427
+ "property": "username",
4428
+ "propertyInDotNotation": false,
4429
+ "type": "body",
4430
+ "value": "={{ $value }}"
4431
+ }
4432
+ },
4433
+ "displayOptions": {
4434
+ "show": {
4435
+ "resource": [
4436
+ "Account"
4437
+ ],
4438
+ "operation": [
4439
+ "Update User"
4440
+ ]
4441
+ }
4442
+ }
4443
+ },
4444
+ {
4445
+ "displayName": "Bearer Token",
4446
+ "name": "security_personalaccesstoken",
4447
+ "type": "string",
4448
+ "default": "",
4449
+ "description": "HTTP bearer authentication for personalAccessToken",
4450
+ "required": false,
4451
+ "routing": {
4452
+ "request": {
4453
+ "headers": {
4454
+ "Authorization": "={{ 'Bearer ' + $value }}"
4455
+ }
4456
+ }
4457
+ },
4458
+ "displayOptions": {
4459
+ "show": {
4460
+ "resource": [
4461
+ "Account"
4462
+ ],
4463
+ "operation": [
4464
+ "Update User"
4465
+ ]
4466
+ }
4467
+ }
4468
+ },
4469
+ {
4470
+ "displayName": "GET /account/users/{username}/grants",
4471
+ "name": "operation",
4472
+ "type": "notice",
4473
+ "typeOptions": {
4474
+ "theme": "info"
4475
+ },
4476
+ "default": "",
4477
+ "displayOptions": {
4478
+ "show": {
4479
+ "resource": [
4480
+ "Account"
4481
+ ],
4482
+ "operation": [
4483
+ "Get User Grants"
4484
+ ]
4485
+ }
4486
+ }
4487
+ },
4488
+ {
4489
+ "displayName": "Bearer Token",
4490
+ "name": "security_personalaccesstoken",
4491
+ "type": "string",
4492
+ "default": "",
4493
+ "description": "HTTP bearer authentication for personalAccessToken",
4494
+ "required": false,
4495
+ "routing": {
4496
+ "request": {
4497
+ "headers": {
4498
+ "Authorization": "={{ 'Bearer ' + $value }}"
4499
+ }
4500
+ }
4501
+ },
4502
+ "displayOptions": {
4503
+ "show": {
4504
+ "resource": [
4505
+ "Account"
4506
+ ],
4507
+ "operation": [
4508
+ "Get User Grants"
4509
+ ]
4510
+ }
4511
+ }
4512
+ },
4513
+ {
4514
+ "displayName": "PUT /account/users/{username}/grants",
4515
+ "name": "operation",
4516
+ "type": "notice",
4517
+ "typeOptions": {
4518
+ "theme": "info"
4519
+ },
4520
+ "default": "",
4521
+ "displayOptions": {
4522
+ "show": {
4523
+ "resource": [
4524
+ "Account"
4525
+ ],
4526
+ "operation": [
4527
+ "Update User Grants"
4528
+ ]
4529
+ }
4530
+ }
4531
+ },
4532
+ {
4533
+ "displayName": "Database",
4534
+ "name": "database",
4535
+ "type": "json",
4536
+ "default": "[\n {\n \"id\": 123,\n \"label\": \"example-entity\",\n \"permissions\": \"read_only\"\n }\n]",
4537
+ "description": "The grants this User has for each Database that is owned by this Account.\n",
4538
+ "routing": {
4539
+ "send": {
4540
+ "property": "database",
4541
+ "propertyInDotNotation": false,
4542
+ "type": "body",
4543
+ "value": "={{ JSON.parse($value) }}"
4544
+ }
4545
+ },
4546
+ "displayOptions": {
4547
+ "show": {
4548
+ "resource": [
4549
+ "Account"
4550
+ ],
4551
+ "operation": [
4552
+ "Update User Grants"
4553
+ ]
4554
+ }
4555
+ }
4556
+ },
4557
+ {
4558
+ "displayName": "Domain",
4559
+ "name": "domain",
4560
+ "type": "json",
4561
+ "default": "[\n {\n \"id\": 123,\n \"label\": \"example-entity\",\n \"permissions\": \"read_only\"\n }\n]",
4562
+ "description": "The grants this User has for each Domain that is owned by this Account.\n",
4563
+ "routing": {
4564
+ "send": {
4565
+ "property": "domain",
4566
+ "propertyInDotNotation": false,
4567
+ "type": "body",
4568
+ "value": "={{ JSON.parse($value) }}"
4569
+ }
4570
+ },
4571
+ "displayOptions": {
4572
+ "show": {
4573
+ "resource": [
4574
+ "Account"
4575
+ ],
4576
+ "operation": [
4577
+ "Update User Grants"
4578
+ ]
4579
+ }
4580
+ }
4581
+ },
4582
+ {
4583
+ "displayName": "Global",
4584
+ "name": "global",
4585
+ "type": "json",
4586
+ "default": "{\n \"account_access\": \"read_only\",\n \"add_databases\": true,\n \"add_domains\": true,\n \"add_firewalls\": true,\n \"add_images\": true,\n \"add_linodes\": true,\n \"add_longview\": true,\n \"add_nodebalancers\": true,\n \"add_stackscripts\": true,\n \"add_volumes\": true,\n \"cancel_account\": false,\n \"longview_subscription\": true\n}",
4587
+ "description": "A structure containing the Account-level grants a User has.\n",
4588
+ "routing": {
4589
+ "send": {
4590
+ "property": "global",
4591
+ "propertyInDotNotation": false,
4592
+ "type": "body",
4593
+ "value": "={{ JSON.parse($value) }}"
4594
+ }
4595
+ },
4596
+ "displayOptions": {
4597
+ "show": {
4598
+ "resource": [
4599
+ "Account"
4600
+ ],
4601
+ "operation": [
4602
+ "Update User Grants"
4603
+ ]
4604
+ }
4605
+ }
4606
+ },
4607
+ {
4608
+ "displayName": "Image",
4609
+ "name": "image",
4610
+ "type": "json",
4611
+ "default": "[\n {\n \"id\": 123,\n \"label\": \"example-entity\",\n \"permissions\": \"read_only\"\n }\n]",
4612
+ "description": "The grants this User has for each Image that is owned by this Account.\n",
4613
+ "routing": {
4614
+ "send": {
4615
+ "property": "image",
4616
+ "propertyInDotNotation": false,
4617
+ "type": "body",
4618
+ "value": "={{ JSON.parse($value) }}"
4619
+ }
4620
+ },
4621
+ "displayOptions": {
4622
+ "show": {
4623
+ "resource": [
4624
+ "Account"
4625
+ ],
4626
+ "operation": [
4627
+ "Update User Grants"
4628
+ ]
4629
+ }
4630
+ }
4631
+ },
4632
+ {
4633
+ "displayName": "Linode",
4634
+ "name": "linode",
4635
+ "type": "json",
4636
+ "default": "[\n {\n \"id\": 123,\n \"label\": \"example-entity\",\n \"permissions\": \"read_only\"\n }\n]",
4637
+ "description": "The grants this User has for each Linode that is owned by this Account.\n",
4638
+ "routing": {
4639
+ "send": {
4640
+ "property": "linode",
4641
+ "propertyInDotNotation": false,
4642
+ "type": "body",
4643
+ "value": "={{ JSON.parse($value) }}"
4644
+ }
4645
+ },
4646
+ "displayOptions": {
4647
+ "show": {
4648
+ "resource": [
4649
+ "Account"
4650
+ ],
4651
+ "operation": [
4652
+ "Update User Grants"
4653
+ ]
4654
+ }
4655
+ }
4656
+ },
4657
+ {
4658
+ "displayName": "Longview",
4659
+ "name": "longview",
4660
+ "type": "json",
4661
+ "default": "[\n {\n \"id\": 123,\n \"label\": \"example-entity\",\n \"permissions\": \"read_only\"\n }\n]",
4662
+ "description": "The grants this User has for each Longview Client that is owned by this Account.\n",
4663
+ "routing": {
4664
+ "send": {
4665
+ "property": "longview",
4666
+ "propertyInDotNotation": false,
4667
+ "type": "body",
4668
+ "value": "={{ JSON.parse($value) }}"
4669
+ }
4670
+ },
4671
+ "displayOptions": {
4672
+ "show": {
4673
+ "resource": [
4674
+ "Account"
4675
+ ],
4676
+ "operation": [
4677
+ "Update User Grants"
4678
+ ]
4679
+ }
4680
+ }
4681
+ },
4682
+ {
4683
+ "displayName": "Nodebalancer",
4684
+ "name": "nodebalancer",
4685
+ "type": "json",
4686
+ "default": "[\n {\n \"id\": 123,\n \"label\": \"example-entity\",\n \"permissions\": \"read_only\"\n }\n]",
4687
+ "description": "The grants this User has for each NodeBalancer that is owned by this Account.\n",
4688
+ "routing": {
4689
+ "send": {
4690
+ "property": "nodebalancer",
4691
+ "propertyInDotNotation": false,
4692
+ "type": "body",
4693
+ "value": "={{ JSON.parse($value) }}"
4694
+ }
4695
+ },
4696
+ "displayOptions": {
4697
+ "show": {
4698
+ "resource": [
4699
+ "Account"
4700
+ ],
4701
+ "operation": [
4702
+ "Update User Grants"
4703
+ ]
4704
+ }
4705
+ }
4706
+ },
4707
+ {
4708
+ "displayName": "Stackscript",
4709
+ "name": "stackscript",
4710
+ "type": "json",
4711
+ "default": "[\n {\n \"id\": 123,\n \"label\": \"example-entity\",\n \"permissions\": \"read_only\"\n }\n]",
4712
+ "description": "The grants this User has for each StackScript that is owned by this Account.\n",
4713
+ "routing": {
4714
+ "send": {
4715
+ "property": "stackscript",
4716
+ "propertyInDotNotation": false,
4717
+ "type": "body",
4718
+ "value": "={{ JSON.parse($value) }}"
4719
+ }
4720
+ },
4721
+ "displayOptions": {
4722
+ "show": {
4723
+ "resource": [
4724
+ "Account"
4725
+ ],
4726
+ "operation": [
4727
+ "Update User Grants"
4728
+ ]
4729
+ }
4730
+ }
4731
+ },
4732
+ {
4733
+ "displayName": "Volume",
4734
+ "name": "volume",
4735
+ "type": "json",
4736
+ "default": "[\n {\n \"id\": 123,\n \"label\": \"example-entity\",\n \"permissions\": \"read_only\"\n }\n]",
4737
+ "description": "The grants this User has for each Block Storage Volume that is owned by this Account.\n",
4738
+ "routing": {
4739
+ "send": {
4740
+ "property": "volume",
4741
+ "propertyInDotNotation": false,
4742
+ "type": "body",
4743
+ "value": "={{ JSON.parse($value) }}"
4744
+ }
4745
+ },
4746
+ "displayOptions": {
4747
+ "show": {
4748
+ "resource": [
4749
+ "Account"
4750
+ ],
4751
+ "operation": [
4752
+ "Update User Grants"
4753
+ ]
4754
+ }
4755
+ }
4756
+ },
4757
+ {
4758
+ "displayName": "Bearer Token",
4759
+ "name": "security_personalaccesstoken",
4760
+ "type": "string",
4761
+ "default": "",
4762
+ "description": "HTTP bearer authentication for personalAccessToken",
4763
+ "required": false,
4764
+ "routing": {
4765
+ "request": {
4766
+ "headers": {
4767
+ "Authorization": "={{ 'Bearer ' + $value }}"
4768
+ }
4769
+ }
4770
+ },
4771
+ "displayOptions": {
4772
+ "show": {
4773
+ "resource": [
4774
+ "Account"
4775
+ ],
4776
+ "operation": [
4777
+ "Update User Grants"
4778
+ ]
4779
+ }
4780
+ }
4781
+ },
4782
+ ];
4783
+ //# sourceMappingURL=index.js.map