@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,2053 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.objectStorageDescription = void 0;
4
+ exports.objectStorageDescription = [
5
+ {
6
+ "displayName": "Operation",
7
+ "name": "operation",
8
+ "type": "options",
9
+ "noDataExpression": true,
10
+ "displayOptions": {
11
+ "show": {
12
+ "resource": [
13
+ "Object Storage"
14
+ ]
15
+ }
16
+ },
17
+ "options": [
18
+ {
19
+ "name": "Get Object Storage Buckets",
20
+ "value": "Get Object Storage Buckets",
21
+ "action": "Object Storage Buckets List",
22
+ "description": "Returns a paginated list of all Object Storage Buckets that you own.\n\n\nThis endpoint is available for convenience. It is recommended that instead you\nuse the more [fully-featured S3 API](https://docs.ceph.com/en/latest/radosgw/s3/serviceops/#list-buckets) directly.\n",
23
+ "routing": {
24
+ "request": {
25
+ "method": "GET",
26
+ "url": "=/object-storage/buckets"
27
+ }
28
+ }
29
+ },
30
+ {
31
+ "name": "Create Object Storage Bucket",
32
+ "value": "Create Object Storage Bucket",
33
+ "action": "Object Storage Bucket Create",
34
+ "description": "Creates an Object Storage Bucket in the specified cluster.\n\nAccounts with negative balances cannot access this command.\n\nIf the bucket already exists and is owned by you, this endpoint returns a `200` response with that bucket as if it had just been created.\n\nThis endpoint is available for convenience. It is recommended that instead you use the more [fully-featured S3 API](https://docs.ceph.com/en/latest/radosgw/s3/bucketops/#put-bucket) directly.\n",
35
+ "routing": {
36
+ "request": {
37
+ "method": "POST",
38
+ "url": "=/object-storage/buckets"
39
+ }
40
+ }
41
+ },
42
+ {
43
+ "name": "Get Object Storage Bucketin Cluster",
44
+ "value": "Get Object Storage Bucketin Cluster",
45
+ "action": "Object Storage Buckets in Cluster List",
46
+ "description": "Returns a list of Buckets in this cluster belonging to this Account.\n\n\nThis endpoint is available for convenience. It is recommended that instead you\nuse the more [fully-featured S3 API](https://docs.ceph.com/en/latest/radosgw/s3/bucketops/#get-bucket) directly.\n",
47
+ "routing": {
48
+ "request": {
49
+ "method": "GET",
50
+ "url": "=/object-storage/buckets/{{$parameter[\"clusterId\"]}}"
51
+ }
52
+ }
53
+ },
54
+ {
55
+ "name": "Delete Object Storage Bucket",
56
+ "value": "Delete Object Storage Bucket",
57
+ "action": "Object Storage Bucket Remove",
58
+ "description": "Removes a single bucket.\n\nBucket objects must be removed prior to removing the bucket. While buckets containing objects _may_ be\ndeleted using the [s3cmd command-line tool](/docs/products/storage/object-storage/guides/s3cmd/#delete-a-bucket), such operations\ncan fail if the bucket contains too many objects. The recommended\nway to empty large buckets is to use the [S3 API to configure lifecycle policies](https://docs.ceph.com/en/latest/radosgw/bucketpolicy/#) that\nremove all objects, then delete the bucket.\n\nThis endpoint is available for convenience. It is recommended that instead you\nuse the more [fully-featured S3 API](https://docs.ceph.com/en/latest/radosgw/s3/bucketops/#delete-bucket) directly.\n",
59
+ "routing": {
60
+ "request": {
61
+ "method": "DELETE",
62
+ "url": "=/object-storage/buckets/{{$parameter[\"clusterId\"]}}/{{$parameter[\"bucket\"]}}"
63
+ }
64
+ }
65
+ },
66
+ {
67
+ "name": "Get Object Storage Bucket",
68
+ "value": "Get Object Storage Bucket",
69
+ "action": "Object Storage Bucket View",
70
+ "description": "Returns a single Object Storage Bucket.\n\n\nThis endpoint is available for convenience. It is recommended that instead you\nuse the more [fully-featured S3 API](https://docs.ceph.com/en/latest/radosgw/s3/bucketops/#get-bucket) directly.\n",
71
+ "routing": {
72
+ "request": {
73
+ "method": "GET",
74
+ "url": "=/object-storage/buckets/{{$parameter[\"clusterId\"]}}/{{$parameter[\"bucket\"]}}"
75
+ }
76
+ }
77
+ },
78
+ {
79
+ "name": "Modify Object Storage Bucket Access",
80
+ "value": "Modify Object Storage Bucket Access",
81
+ "action": "Object Storage Bucket Access Modify",
82
+ "description": "Allows changing basic Cross-origin Resource Sharing (CORS) and Access Control Level (ACL) settings.\nOnly allows enabling/disabling CORS for all origins, and/or setting canned ACLs.\n\n\nFor more fine-grained control of both systems, please use the more [fully-featured S3 API](https://docs.ceph.com/en/latest/radosgw/s3/bucketops/#put-bucket-acl) directly.\n",
83
+ "routing": {
84
+ "request": {
85
+ "method": "POST",
86
+ "url": "=/object-storage/buckets/{{$parameter[\"clusterId\"]}}/{{$parameter[\"bucket\"]}}/access"
87
+ }
88
+ }
89
+ },
90
+ {
91
+ "name": "Update Object Storage Bucket Access",
92
+ "value": "Update Object Storage Bucket Access",
93
+ "action": "Object Storage Bucket Access Update",
94
+ "description": "Allows changing basic Cross-origin Resource Sharing (CORS) and Access Control Level (ACL) settings.\nOnly allows enabling/disabling CORS for all origins, and/or setting canned ACLs.\n\n\nFor more fine-grained control of both systems, please use the more [fully-featured S3 API](https://docs.ceph.com/en/latest/radosgw/s3/bucketops/#put-bucket-acl) directly.\n",
95
+ "routing": {
96
+ "request": {
97
+ "method": "PUT",
98
+ "url": "=/object-storage/buckets/{{$parameter[\"clusterId\"]}}/{{$parameter[\"bucket\"]}}/access"
99
+ }
100
+ }
101
+ },
102
+ {
103
+ "name": "View Object Storage Bucket ACL",
104
+ "value": "View Object Storage Bucket ACL",
105
+ "action": "Object Storage Object ACL Config View",
106
+ "description": "View an Object's configured Access Control List (ACL) in this Object Storage bucket.\nACLs define who can access your buckets and objects and specify the level of access\ngranted to those users.\n\n\nThis endpoint is available for convenience. It is recommended that instead you\nuse the more [fully-featured S3 API](https://docs.ceph.com/en/latest/radosgw/s3/objectops/#get-object-acl) directly.\n",
107
+ "routing": {
108
+ "request": {
109
+ "method": "GET",
110
+ "url": "=/object-storage/buckets/{{$parameter[\"clusterId\"]}}/{{$parameter[\"bucket\"]}}/object-acl"
111
+ }
112
+ }
113
+ },
114
+ {
115
+ "name": "Update Object Storage Bucket ACL",
116
+ "value": "Update Object Storage Bucket ACL",
117
+ "action": "Object Storage Object ACL Config Update",
118
+ "description": "Update an Object's configured Access Control List (ACL) in this Object Storage bucket.\nACLs define who can access your buckets and objects and specify the level of access\ngranted to those users.\n\n\nThis endpoint is available for convenience. It is recommended that instead you\nuse the more [fully-featured S3 API](https://docs.ceph.com/en/latest/radosgw/s3/objectops/#set-object-acl) directly.\n",
119
+ "routing": {
120
+ "request": {
121
+ "method": "PUT",
122
+ "url": "=/object-storage/buckets/{{$parameter[\"clusterId\"]}}/{{$parameter[\"bucket\"]}}/object-acl"
123
+ }
124
+ }
125
+ },
126
+ {
127
+ "name": "Get Object Storage Bucket Content",
128
+ "value": "Get Object Storage Bucket Content",
129
+ "action": "Object Storage Bucket Contents List",
130
+ "description": "Returns the contents of a bucket. The contents are paginated using a `marker`,\nwhich is the name of the last object on the previous page. Objects may\nbe filtered by `prefix` and `delimiter` as well; see Query Parameters for more\ninformation.\n\n\nThis endpoint is available for convenience. It is recommended that instead you\nuse the more [fully-featured S3 API](https://docs.ceph.com/en/latest/radosgw/s3/objectops/#get-object) directly.\n",
131
+ "routing": {
132
+ "request": {
133
+ "method": "GET",
134
+ "url": "=/object-storage/buckets/{{$parameter[\"clusterId\"]}}/{{$parameter[\"bucket\"]}}/object-list"
135
+ }
136
+ }
137
+ },
138
+ {
139
+ "name": "Create Object Storage Object URL",
140
+ "value": "Create Object Storage Object URL",
141
+ "action": "Object Storage Object URL Create",
142
+ "description": "Creates a pre-signed URL to access a single Object in a bucket. This\ncan be used to share objects, and also to create/delete objects by using\nthe appropriate HTTP method in your request body's `method` parameter.\n\n\nThis endpoint is available for convenience. It is recommended that instead you\nuse the more [fully-featured S3 API](https://docs.ceph.com/en/latest/radosgw/s3/)\ndirectly.\n",
143
+ "routing": {
144
+ "request": {
145
+ "method": "POST",
146
+ "url": "=/object-storage/buckets/{{$parameter[\"clusterId\"]}}/{{$parameter[\"bucket\"]}}/object-url"
147
+ }
148
+ }
149
+ },
150
+ {
151
+ "name": "Delete Object Storage SSL",
152
+ "value": "Delete Object Storage SSL",
153
+ "action": "Object Storage TLS/SSL Cert Delete",
154
+ "description": "Deletes this Object Storage bucket's user uploaded TLS/SSL certificate and private key.\n",
155
+ "routing": {
156
+ "request": {
157
+ "method": "DELETE",
158
+ "url": "=/object-storage/buckets/{{$parameter[\"clusterId\"]}}/{{$parameter[\"bucket\"]}}/ssl"
159
+ }
160
+ }
161
+ },
162
+ {
163
+ "name": "Get Object Storage SSL",
164
+ "value": "Get Object Storage SSL",
165
+ "action": "Object Storage TLS/SSL Cert View",
166
+ "description": "Returns a boolean value indicating if this bucket has a corresponding TLS/SSL certificate that was\nuploaded by an Account user.\n",
167
+ "routing": {
168
+ "request": {
169
+ "method": "GET",
170
+ "url": "=/object-storage/buckets/{{$parameter[\"clusterId\"]}}/{{$parameter[\"bucket\"]}}/ssl"
171
+ }
172
+ }
173
+ },
174
+ {
175
+ "name": "Create Object Storage SSL",
176
+ "value": "Create Object Storage SSL",
177
+ "action": "Object Storage TLS/SSL Cert Upload",
178
+ "description": "Upload a TLS/SSL certificate and private key to be served when you visit your Object Storage bucket via HTTPS.\nYour TLS/SSL certificate and private key are stored encrypted at rest.\n\n\nTo replace an expired certificate, [delete your current certificate](/docs/api/object-storage/#object-storage-tlsssl-cert-delete)\nand upload a new one.\n",
179
+ "routing": {
180
+ "request": {
181
+ "method": "POST",
182
+ "url": "=/object-storage/buckets/{{$parameter[\"clusterId\"]}}/{{$parameter[\"bucket\"]}}/ssl"
183
+ }
184
+ }
185
+ },
186
+ {
187
+ "name": "Cancel Object Storage",
188
+ "value": "Cancel Object Storage",
189
+ "action": "Object Storage Cancel",
190
+ "description": "Cancel Object Storage on an Account.\n\n**Warning**: Removes all buckets and their contents from your Account. This data is irretrievable once removed.\n",
191
+ "routing": {
192
+ "request": {
193
+ "method": "POST",
194
+ "url": "=/object-storage/cancel"
195
+ }
196
+ }
197
+ },
198
+ {
199
+ "name": "Get Object Storage Clusters",
200
+ "value": "Get Object Storage Clusters",
201
+ "action": "Clusters List",
202
+ "description": "Returns a paginated list of Object Storage Clusters that are available for\nuse. Users can connect to the clusters with third party clients to create buckets\nand upload objects.\n",
203
+ "routing": {
204
+ "request": {
205
+ "method": "GET",
206
+ "url": "=/object-storage/clusters"
207
+ }
208
+ }
209
+ },
210
+ {
211
+ "name": "Get Object Storage Cluster",
212
+ "value": "Get Object Storage Cluster",
213
+ "action": "Cluster View",
214
+ "description": "Returns a single Object Storage Cluster.\n",
215
+ "routing": {
216
+ "request": {
217
+ "method": "GET",
218
+ "url": "=/object-storage/clusters/{{$parameter[\"clusterId\"]}}"
219
+ }
220
+ }
221
+ },
222
+ {
223
+ "name": "Get Object Storage Keys",
224
+ "value": "Get Object Storage Keys",
225
+ "action": "Object Storage Keys List",
226
+ "description": "Returns a paginated list of Object Storage Keys for authenticating to\nthe Object Storage S3 API.\n",
227
+ "routing": {
228
+ "request": {
229
+ "method": "GET",
230
+ "url": "=/object-storage/keys"
231
+ }
232
+ }
233
+ },
234
+ {
235
+ "name": "Create Object Storage Keys",
236
+ "value": "Create Object Storage Keys",
237
+ "action": "Object Storage Key Create",
238
+ "description": "Provisions a new Object Storage Key on your account.\n\nAccounts with negative balances cannot access this command.\n\n* To create a Limited Access Key with specific permissions, send a `bucket_access` array.\n\n* To create a Limited Access Key without access to any buckets, send an empty `bucket_access` array.\n\n* To create an Access Key with unlimited access to all clusters and all buckets, omit the `bucket_access` array.\n",
239
+ "routing": {
240
+ "request": {
241
+ "method": "POST",
242
+ "url": "=/object-storage/keys"
243
+ }
244
+ }
245
+ },
246
+ {
247
+ "name": "Delete Object Storage Key",
248
+ "value": "Delete Object Storage Key",
249
+ "action": "Object Storage Key Revoke",
250
+ "description": "Revokes an Object Storage Key. This keypair will no longer be usable by third-party clients.\n",
251
+ "routing": {
252
+ "request": {
253
+ "method": "DELETE",
254
+ "url": "=/object-storage/keys/{{$parameter[\"keyId\"]}}"
255
+ }
256
+ }
257
+ },
258
+ {
259
+ "name": "Get Object Storage Key",
260
+ "value": "Get Object Storage Key",
261
+ "action": "Object Storage Key View",
262
+ "description": "Returns a single Object Storage Key provisioned for your account.\n",
263
+ "routing": {
264
+ "request": {
265
+ "method": "GET",
266
+ "url": "=/object-storage/keys/{{$parameter[\"keyId\"]}}"
267
+ }
268
+ }
269
+ },
270
+ {
271
+ "name": "Update Object Storage Key",
272
+ "value": "Update Object Storage Key",
273
+ "action": "Object Storage Key Update",
274
+ "description": "Updates an Object Storage Key on your account.\n",
275
+ "routing": {
276
+ "request": {
277
+ "method": "PUT",
278
+ "url": "=/object-storage/keys/{{$parameter[\"keyId\"]}}"
279
+ }
280
+ }
281
+ },
282
+ {
283
+ "name": "Get Object Storage Transfer",
284
+ "value": "Get Object Storage Transfer",
285
+ "action": "Object Storage Transfer View",
286
+ "description": "The amount of outbound data transfer used by your account's Object Storage buckets.\nObject Storage adds 1 terabyte of outbound data transfer to your data transfer pool.\nSee the [Object Storage Overview](/docs/products/storage/object-storage/#pricing)\nguide for details on Object Storage transfer quotas.\n",
287
+ "routing": {
288
+ "request": {
289
+ "method": "GET",
290
+ "url": "=/object-storage/transfer"
291
+ }
292
+ }
293
+ }
294
+ ],
295
+ "default": ""
296
+ },
297
+ {
298
+ "displayName": "GET /object-storage/buckets",
299
+ "name": "operation",
300
+ "type": "notice",
301
+ "typeOptions": {
302
+ "theme": "info"
303
+ },
304
+ "default": "",
305
+ "displayOptions": {
306
+ "show": {
307
+ "resource": [
308
+ "Object Storage"
309
+ ],
310
+ "operation": [
311
+ "Get Object Storage Buckets"
312
+ ]
313
+ }
314
+ }
315
+ },
316
+ {
317
+ "displayName": "Bearer Token",
318
+ "name": "security_personalaccesstoken",
319
+ "type": "string",
320
+ "default": "",
321
+ "description": "HTTP bearer authentication for personalAccessToken",
322
+ "required": false,
323
+ "routing": {
324
+ "request": {
325
+ "headers": {
326
+ "Authorization": "={{ 'Bearer ' + $value }}"
327
+ }
328
+ }
329
+ },
330
+ "displayOptions": {
331
+ "show": {
332
+ "resource": [
333
+ "Object Storage"
334
+ ],
335
+ "operation": [
336
+ "Get Object Storage Buckets"
337
+ ]
338
+ }
339
+ }
340
+ },
341
+ {
342
+ "displayName": "POST /object-storage/buckets",
343
+ "name": "operation",
344
+ "type": "notice",
345
+ "typeOptions": {
346
+ "theme": "info"
347
+ },
348
+ "default": "",
349
+ "displayOptions": {
350
+ "show": {
351
+ "resource": [
352
+ "Object Storage"
353
+ ],
354
+ "operation": [
355
+ "Create Object Storage Bucket"
356
+ ]
357
+ }
358
+ }
359
+ },
360
+ {
361
+ "displayName": "Acl",
362
+ "name": "acl",
363
+ "type": "options",
364
+ "default": "private",
365
+ "description": "The Access Control Level of the bucket using a canned ACL string. For more fine-grained control of ACLs, use the S3 API directly.\n",
366
+ "options": [
367
+ {
368
+ "name": "Private",
369
+ "value": "private"
370
+ },
371
+ {
372
+ "name": "Public Read",
373
+ "value": "public-read"
374
+ },
375
+ {
376
+ "name": "Authenticated Read",
377
+ "value": "authenticated-read"
378
+ },
379
+ {
380
+ "name": "Public Read Write",
381
+ "value": "public-read-write"
382
+ }
383
+ ],
384
+ "routing": {
385
+ "send": {
386
+ "property": "acl",
387
+ "propertyInDotNotation": false,
388
+ "type": "body",
389
+ "value": "={{ $value }}"
390
+ }
391
+ },
392
+ "displayOptions": {
393
+ "show": {
394
+ "resource": [
395
+ "Object Storage"
396
+ ],
397
+ "operation": [
398
+ "Create Object Storage Bucket"
399
+ ]
400
+ }
401
+ }
402
+ },
403
+ {
404
+ "required": true,
405
+ "displayName": "Cluster",
406
+ "name": "cluster",
407
+ "type": "string",
408
+ "default": "us-east-1",
409
+ "description": "The ID of the Object Storage Cluster where this bucket should be created.\n",
410
+ "routing": {
411
+ "send": {
412
+ "property": "cluster",
413
+ "propertyInDotNotation": false,
414
+ "type": "body",
415
+ "value": "={{ $value }}"
416
+ }
417
+ },
418
+ "displayOptions": {
419
+ "show": {
420
+ "resource": [
421
+ "Object Storage"
422
+ ],
423
+ "operation": [
424
+ "Create Object Storage Bucket"
425
+ ]
426
+ }
427
+ }
428
+ },
429
+ {
430
+ "displayName": "CORS Enabled",
431
+ "name": "cors_enabled",
432
+ "type": "boolean",
433
+ "default": true,
434
+ "description": "If true, the bucket will be created with CORS enabled for all origins. For more fine-grained controls of CORS, use the S3 API directly.\n",
435
+ "routing": {
436
+ "send": {
437
+ "property": "cors_enabled",
438
+ "propertyInDotNotation": false,
439
+ "type": "body",
440
+ "value": "={{ $value }}"
441
+ }
442
+ },
443
+ "displayOptions": {
444
+ "show": {
445
+ "resource": [
446
+ "Object Storage"
447
+ ],
448
+ "operation": [
449
+ "Create Object Storage Bucket"
450
+ ]
451
+ }
452
+ }
453
+ },
454
+ {
455
+ "required": true,
456
+ "displayName": "Label",
457
+ "name": "label",
458
+ "type": "string",
459
+ "default": "example-bucket",
460
+ "description": "The name for this bucket. Must be unique in the cluster you are creating the bucket in, or an error will be returned. Labels will be reserved only for the cluster that active buckets are created and stored in. If you want to reserve this bucket's label in another cluster, you must create a new bucket with the same label in the new cluster.\n",
461
+ "routing": {
462
+ "send": {
463
+ "property": "label",
464
+ "propertyInDotNotation": false,
465
+ "type": "body",
466
+ "value": "={{ $value }}"
467
+ }
468
+ },
469
+ "displayOptions": {
470
+ "show": {
471
+ "resource": [
472
+ "Object Storage"
473
+ ],
474
+ "operation": [
475
+ "Create Object Storage Bucket"
476
+ ]
477
+ }
478
+ }
479
+ },
480
+ {
481
+ "displayName": "Bearer Token",
482
+ "name": "security_personalaccesstoken",
483
+ "type": "string",
484
+ "default": "",
485
+ "description": "HTTP bearer authentication for personalAccessToken",
486
+ "required": false,
487
+ "routing": {
488
+ "request": {
489
+ "headers": {
490
+ "Authorization": "={{ 'Bearer ' + $value }}"
491
+ }
492
+ }
493
+ },
494
+ "displayOptions": {
495
+ "show": {
496
+ "resource": [
497
+ "Object Storage"
498
+ ],
499
+ "operation": [
500
+ "Create Object Storage Bucket"
501
+ ]
502
+ }
503
+ }
504
+ },
505
+ {
506
+ "displayName": "GET /object-storage/buckets/{clusterId}",
507
+ "name": "operation",
508
+ "type": "notice",
509
+ "typeOptions": {
510
+ "theme": "info"
511
+ },
512
+ "default": "",
513
+ "displayOptions": {
514
+ "show": {
515
+ "resource": [
516
+ "Object Storage"
517
+ ],
518
+ "operation": [
519
+ "Get Object Storage Bucketin Cluster"
520
+ ]
521
+ }
522
+ }
523
+ },
524
+ {
525
+ "displayName": "Bearer Token",
526
+ "name": "security_personalaccesstoken",
527
+ "type": "string",
528
+ "default": "",
529
+ "description": "HTTP bearer authentication for personalAccessToken",
530
+ "required": false,
531
+ "routing": {
532
+ "request": {
533
+ "headers": {
534
+ "Authorization": "={{ 'Bearer ' + $value }}"
535
+ }
536
+ }
537
+ },
538
+ "displayOptions": {
539
+ "show": {
540
+ "resource": [
541
+ "Object Storage"
542
+ ],
543
+ "operation": [
544
+ "Get Object Storage Bucketin Cluster"
545
+ ]
546
+ }
547
+ }
548
+ },
549
+ {
550
+ "displayName": "DELETE /object-storage/buckets/{clusterId}/{bucket}",
551
+ "name": "operation",
552
+ "type": "notice",
553
+ "typeOptions": {
554
+ "theme": "info"
555
+ },
556
+ "default": "",
557
+ "displayOptions": {
558
+ "show": {
559
+ "resource": [
560
+ "Object Storage"
561
+ ],
562
+ "operation": [
563
+ "Delete Object Storage Bucket"
564
+ ]
565
+ }
566
+ }
567
+ },
568
+ {
569
+ "displayName": "Bearer Token",
570
+ "name": "security_personalaccesstoken",
571
+ "type": "string",
572
+ "default": "",
573
+ "description": "HTTP bearer authentication for personalAccessToken",
574
+ "required": false,
575
+ "routing": {
576
+ "request": {
577
+ "headers": {
578
+ "Authorization": "={{ 'Bearer ' + $value }}"
579
+ }
580
+ }
581
+ },
582
+ "displayOptions": {
583
+ "show": {
584
+ "resource": [
585
+ "Object Storage"
586
+ ],
587
+ "operation": [
588
+ "Delete Object Storage Bucket"
589
+ ]
590
+ }
591
+ }
592
+ },
593
+ {
594
+ "displayName": "GET /object-storage/buckets/{clusterId}/{bucket}",
595
+ "name": "operation",
596
+ "type": "notice",
597
+ "typeOptions": {
598
+ "theme": "info"
599
+ },
600
+ "default": "",
601
+ "displayOptions": {
602
+ "show": {
603
+ "resource": [
604
+ "Object Storage"
605
+ ],
606
+ "operation": [
607
+ "Get Object Storage Bucket"
608
+ ]
609
+ }
610
+ }
611
+ },
612
+ {
613
+ "displayName": "Bearer Token",
614
+ "name": "security_personalaccesstoken",
615
+ "type": "string",
616
+ "default": "",
617
+ "description": "HTTP bearer authentication for personalAccessToken",
618
+ "required": false,
619
+ "routing": {
620
+ "request": {
621
+ "headers": {
622
+ "Authorization": "={{ 'Bearer ' + $value }}"
623
+ }
624
+ }
625
+ },
626
+ "displayOptions": {
627
+ "show": {
628
+ "resource": [
629
+ "Object Storage"
630
+ ],
631
+ "operation": [
632
+ "Get Object Storage Bucket"
633
+ ]
634
+ }
635
+ }
636
+ },
637
+ {
638
+ "displayName": "POST /object-storage/buckets/{clusterId}/{bucket}/access",
639
+ "name": "operation",
640
+ "type": "notice",
641
+ "typeOptions": {
642
+ "theme": "info"
643
+ },
644
+ "default": "",
645
+ "displayOptions": {
646
+ "show": {
647
+ "resource": [
648
+ "Object Storage"
649
+ ],
650
+ "operation": [
651
+ "Modify Object Storage Bucket Access"
652
+ ]
653
+ }
654
+ }
655
+ },
656
+ {
657
+ "displayName": "Acl",
658
+ "name": "acl",
659
+ "type": "options",
660
+ "default": "private",
661
+ "description": "The Access Control Level of the bucket, as a canned ACL string. For more fine-grained control of ACLs, use the S3 API directly.\n",
662
+ "options": [
663
+ {
664
+ "name": "Private",
665
+ "value": "private"
666
+ },
667
+ {
668
+ "name": "Public Read",
669
+ "value": "public-read"
670
+ },
671
+ {
672
+ "name": "Authenticated Read",
673
+ "value": "authenticated-read"
674
+ },
675
+ {
676
+ "name": "Public Read Write",
677
+ "value": "public-read-write"
678
+ },
679
+ {
680
+ "name": "Custom",
681
+ "value": "custom"
682
+ }
683
+ ],
684
+ "routing": {
685
+ "send": {
686
+ "property": "acl",
687
+ "propertyInDotNotation": false,
688
+ "type": "body",
689
+ "value": "={{ $value }}"
690
+ }
691
+ },
692
+ "displayOptions": {
693
+ "show": {
694
+ "resource": [
695
+ "Object Storage"
696
+ ],
697
+ "operation": [
698
+ "Modify Object Storage Bucket Access"
699
+ ]
700
+ }
701
+ }
702
+ },
703
+ {
704
+ "displayName": "CORS Enabled",
705
+ "name": "cors_enabled",
706
+ "type": "boolean",
707
+ "default": true,
708
+ "description": "If true, the bucket will be created with CORS enabled for all origins. For more fine-grained controls of CORS, use the S3 API directly.\n",
709
+ "routing": {
710
+ "send": {
711
+ "property": "cors_enabled",
712
+ "propertyInDotNotation": false,
713
+ "type": "body",
714
+ "value": "={{ $value }}"
715
+ }
716
+ },
717
+ "displayOptions": {
718
+ "show": {
719
+ "resource": [
720
+ "Object Storage"
721
+ ],
722
+ "operation": [
723
+ "Modify Object Storage Bucket Access"
724
+ ]
725
+ }
726
+ }
727
+ },
728
+ {
729
+ "displayName": "Bearer Token",
730
+ "name": "security_personalaccesstoken",
731
+ "type": "string",
732
+ "default": "",
733
+ "description": "HTTP bearer authentication for personalAccessToken",
734
+ "required": false,
735
+ "routing": {
736
+ "request": {
737
+ "headers": {
738
+ "Authorization": "={{ 'Bearer ' + $value }}"
739
+ }
740
+ }
741
+ },
742
+ "displayOptions": {
743
+ "show": {
744
+ "resource": [
745
+ "Object Storage"
746
+ ],
747
+ "operation": [
748
+ "Modify Object Storage Bucket Access"
749
+ ]
750
+ }
751
+ }
752
+ },
753
+ {
754
+ "displayName": "PUT /object-storage/buckets/{clusterId}/{bucket}/access",
755
+ "name": "operation",
756
+ "type": "notice",
757
+ "typeOptions": {
758
+ "theme": "info"
759
+ },
760
+ "default": "",
761
+ "displayOptions": {
762
+ "show": {
763
+ "resource": [
764
+ "Object Storage"
765
+ ],
766
+ "operation": [
767
+ "Update Object Storage Bucket Access"
768
+ ]
769
+ }
770
+ }
771
+ },
772
+ {
773
+ "displayName": "Acl",
774
+ "name": "acl",
775
+ "type": "options",
776
+ "default": "private",
777
+ "description": "The Access Control Level of the bucket, as a canned ACL string. For more fine-grained control of ACLs, use the S3 API directly.\n",
778
+ "options": [
779
+ {
780
+ "name": "Private",
781
+ "value": "private"
782
+ },
783
+ {
784
+ "name": "Public Read",
785
+ "value": "public-read"
786
+ },
787
+ {
788
+ "name": "Authenticated Read",
789
+ "value": "authenticated-read"
790
+ },
791
+ {
792
+ "name": "Public Read Write",
793
+ "value": "public-read-write"
794
+ },
795
+ {
796
+ "name": "Custom",
797
+ "value": "custom"
798
+ }
799
+ ],
800
+ "routing": {
801
+ "send": {
802
+ "property": "acl",
803
+ "propertyInDotNotation": false,
804
+ "type": "body",
805
+ "value": "={{ $value }}"
806
+ }
807
+ },
808
+ "displayOptions": {
809
+ "show": {
810
+ "resource": [
811
+ "Object Storage"
812
+ ],
813
+ "operation": [
814
+ "Update Object Storage Bucket Access"
815
+ ]
816
+ }
817
+ }
818
+ },
819
+ {
820
+ "displayName": "CORS Enabled",
821
+ "name": "cors_enabled",
822
+ "type": "boolean",
823
+ "default": true,
824
+ "description": "If true, the bucket will be created with CORS enabled for all origins. For more fine-grained controls of CORS, use the S3 API directly.\n",
825
+ "routing": {
826
+ "send": {
827
+ "property": "cors_enabled",
828
+ "propertyInDotNotation": false,
829
+ "type": "body",
830
+ "value": "={{ $value }}"
831
+ }
832
+ },
833
+ "displayOptions": {
834
+ "show": {
835
+ "resource": [
836
+ "Object Storage"
837
+ ],
838
+ "operation": [
839
+ "Update Object Storage Bucket Access"
840
+ ]
841
+ }
842
+ }
843
+ },
844
+ {
845
+ "displayName": "Bearer Token",
846
+ "name": "security_personalaccesstoken",
847
+ "type": "string",
848
+ "default": "",
849
+ "description": "HTTP bearer authentication for personalAccessToken",
850
+ "required": false,
851
+ "routing": {
852
+ "request": {
853
+ "headers": {
854
+ "Authorization": "={{ 'Bearer ' + $value }}"
855
+ }
856
+ }
857
+ },
858
+ "displayOptions": {
859
+ "show": {
860
+ "resource": [
861
+ "Object Storage"
862
+ ],
863
+ "operation": [
864
+ "Update Object Storage Bucket Access"
865
+ ]
866
+ }
867
+ }
868
+ },
869
+ {
870
+ "displayName": "GET /object-storage/buckets/{clusterId}/{bucket}/object-acl",
871
+ "name": "operation",
872
+ "type": "notice",
873
+ "typeOptions": {
874
+ "theme": "info"
875
+ },
876
+ "default": "",
877
+ "displayOptions": {
878
+ "show": {
879
+ "resource": [
880
+ "Object Storage"
881
+ ],
882
+ "operation": [
883
+ "View Object Storage Bucket ACL"
884
+ ]
885
+ }
886
+ }
887
+ },
888
+ {
889
+ "displayName": "Name",
890
+ "name": "name",
891
+ "required": true,
892
+ "description": "The `name` of the object for which to retrieve its Access Control List (ACL). Use the [Object Storage Bucket Contents List](/docs/api/object-storage/#object-storage-bucket-contents-list) endpoint to access all object names in a bucket.\n",
893
+ "default": "",
894
+ "type": "string",
895
+ "routing": {
896
+ "send": {
897
+ "type": "query",
898
+ "property": "name",
899
+ "value": "={{ $value }}",
900
+ "propertyInDotNotation": false
901
+ }
902
+ },
903
+ "displayOptions": {
904
+ "show": {
905
+ "resource": [
906
+ "Object Storage"
907
+ ],
908
+ "operation": [
909
+ "View Object Storage Bucket ACL"
910
+ ]
911
+ }
912
+ }
913
+ },
914
+ {
915
+ "displayName": "Bearer Token",
916
+ "name": "security_personalaccesstoken",
917
+ "type": "string",
918
+ "default": "",
919
+ "description": "HTTP bearer authentication for personalAccessToken",
920
+ "required": false,
921
+ "routing": {
922
+ "request": {
923
+ "headers": {
924
+ "Authorization": "={{ 'Bearer ' + $value }}"
925
+ }
926
+ }
927
+ },
928
+ "displayOptions": {
929
+ "show": {
930
+ "resource": [
931
+ "Object Storage"
932
+ ],
933
+ "operation": [
934
+ "View Object Storage Bucket ACL"
935
+ ]
936
+ }
937
+ }
938
+ },
939
+ {
940
+ "displayName": "PUT /object-storage/buckets/{clusterId}/{bucket}/object-acl",
941
+ "name": "operation",
942
+ "type": "notice",
943
+ "typeOptions": {
944
+ "theme": "info"
945
+ },
946
+ "default": "",
947
+ "displayOptions": {
948
+ "show": {
949
+ "resource": [
950
+ "Object Storage"
951
+ ],
952
+ "operation": [
953
+ "Update Object Storage Bucket ACL"
954
+ ]
955
+ }
956
+ }
957
+ },
958
+ {
959
+ "required": true,
960
+ "displayName": "Acl",
961
+ "name": "acl",
962
+ "type": "options",
963
+ "default": "public-read",
964
+ "description": "The Access Control Level of the bucket, as a canned ACL string. For more fine-grained control of ACLs, use the S3 API directly.\n",
965
+ "options": [
966
+ {
967
+ "name": "Private",
968
+ "value": "private"
969
+ },
970
+ {
971
+ "name": "Public Read",
972
+ "value": "public-read"
973
+ },
974
+ {
975
+ "name": "Authenticated Read",
976
+ "value": "authenticated-read"
977
+ },
978
+ {
979
+ "name": "Public Read Write",
980
+ "value": "public-read-write"
981
+ },
982
+ {
983
+ "name": "Custom",
984
+ "value": "custom"
985
+ }
986
+ ],
987
+ "routing": {
988
+ "send": {
989
+ "property": "acl",
990
+ "propertyInDotNotation": false,
991
+ "type": "body",
992
+ "value": "={{ $value }}"
993
+ }
994
+ },
995
+ "displayOptions": {
996
+ "show": {
997
+ "resource": [
998
+ "Object Storage"
999
+ ],
1000
+ "operation": [
1001
+ "Update Object Storage Bucket ACL"
1002
+ ]
1003
+ }
1004
+ }
1005
+ },
1006
+ {
1007
+ "required": true,
1008
+ "displayName": "Name",
1009
+ "name": "name",
1010
+ "type": "string",
1011
+ "default": "",
1012
+ "description": "The `name` of the object for which to update its Access Control List (ACL). Use the [Object Storage Bucket Contents List](/docs/api/object-storage/#object-storage-bucket-contents-list) endpoint to access all object names in a bucket.\n",
1013
+ "routing": {
1014
+ "send": {
1015
+ "property": "name",
1016
+ "propertyInDotNotation": false,
1017
+ "type": "body",
1018
+ "value": "={{ $value }}"
1019
+ }
1020
+ },
1021
+ "displayOptions": {
1022
+ "show": {
1023
+ "resource": [
1024
+ "Object Storage"
1025
+ ],
1026
+ "operation": [
1027
+ "Update Object Storage Bucket ACL"
1028
+ ]
1029
+ }
1030
+ }
1031
+ },
1032
+ {
1033
+ "displayName": "Bearer Token",
1034
+ "name": "security_personalaccesstoken",
1035
+ "type": "string",
1036
+ "default": "",
1037
+ "description": "HTTP bearer authentication for personalAccessToken",
1038
+ "required": false,
1039
+ "routing": {
1040
+ "request": {
1041
+ "headers": {
1042
+ "Authorization": "={{ 'Bearer ' + $value }}"
1043
+ }
1044
+ }
1045
+ },
1046
+ "displayOptions": {
1047
+ "show": {
1048
+ "resource": [
1049
+ "Object Storage"
1050
+ ],
1051
+ "operation": [
1052
+ "Update Object Storage Bucket ACL"
1053
+ ]
1054
+ }
1055
+ }
1056
+ },
1057
+ {
1058
+ "displayName": "GET /object-storage/buckets/{clusterId}/{bucket}/object-list",
1059
+ "name": "operation",
1060
+ "type": "notice",
1061
+ "typeOptions": {
1062
+ "theme": "info"
1063
+ },
1064
+ "default": "",
1065
+ "displayOptions": {
1066
+ "show": {
1067
+ "resource": [
1068
+ "Object Storage"
1069
+ ],
1070
+ "operation": [
1071
+ "Get Object Storage Bucket Content"
1072
+ ]
1073
+ }
1074
+ }
1075
+ },
1076
+ {
1077
+ "displayName": "Marker",
1078
+ "name": "marker",
1079
+ "description": "The \"marker\" for this request, which can be used to paginate through large buckets. Its value should be the value of the `next_marker` property returned with the last page. Listing bucket contents *does not* support arbitrary page access. See the `next_marker` property in the responses section for more details.\n",
1080
+ "default": "",
1081
+ "type": "string",
1082
+ "routing": {
1083
+ "send": {
1084
+ "type": "query",
1085
+ "property": "marker",
1086
+ "value": "={{ $value }}",
1087
+ "propertyInDotNotation": false
1088
+ }
1089
+ },
1090
+ "displayOptions": {
1091
+ "show": {
1092
+ "resource": [
1093
+ "Object Storage"
1094
+ ],
1095
+ "operation": [
1096
+ "Get Object Storage Bucket Content"
1097
+ ]
1098
+ }
1099
+ }
1100
+ },
1101
+ {
1102
+ "displayName": "Delimiter",
1103
+ "name": "delimiter",
1104
+ "description": "The delimiter for object names; if given, object names will be returned up to the first occurrence of this character. This is most commonly used with the `/` character to allow bucket transversal in a manner similar to a filesystem, however any delimiter may be used. Use in conjunction with `prefix` to see object names past the first occurrence of the delimiter.\n",
1105
+ "default": "",
1106
+ "type": "string",
1107
+ "routing": {
1108
+ "send": {
1109
+ "type": "query",
1110
+ "property": "delimiter",
1111
+ "value": "={{ $value }}",
1112
+ "propertyInDotNotation": false
1113
+ }
1114
+ },
1115
+ "displayOptions": {
1116
+ "show": {
1117
+ "resource": [
1118
+ "Object Storage"
1119
+ ],
1120
+ "operation": [
1121
+ "Get Object Storage Bucket Content"
1122
+ ]
1123
+ }
1124
+ }
1125
+ },
1126
+ {
1127
+ "displayName": "Prefix",
1128
+ "name": "prefix",
1129
+ "description": "Filters objects returned to only those whose name start with the given prefix. Commonly used in conjunction with `delimiter` to allow transversal of bucket contents in a manner similar to a filesystem.\n",
1130
+ "default": "",
1131
+ "type": "string",
1132
+ "routing": {
1133
+ "send": {
1134
+ "type": "query",
1135
+ "property": "prefix",
1136
+ "value": "={{ $value }}",
1137
+ "propertyInDotNotation": false
1138
+ }
1139
+ },
1140
+ "displayOptions": {
1141
+ "show": {
1142
+ "resource": [
1143
+ "Object Storage"
1144
+ ],
1145
+ "operation": [
1146
+ "Get Object Storage Bucket Content"
1147
+ ]
1148
+ }
1149
+ }
1150
+ },
1151
+ {
1152
+ "displayName": "Page Size",
1153
+ "name": "page_size",
1154
+ "description": "The number of items to return per page.",
1155
+ "default": 100,
1156
+ "type": "number",
1157
+ "routing": {
1158
+ "send": {
1159
+ "type": "query",
1160
+ "property": "page_size",
1161
+ "value": "={{ $value }}",
1162
+ "propertyInDotNotation": false
1163
+ }
1164
+ },
1165
+ "displayOptions": {
1166
+ "show": {
1167
+ "resource": [
1168
+ "Object Storage"
1169
+ ],
1170
+ "operation": [
1171
+ "Get Object Storage Bucket Content"
1172
+ ]
1173
+ }
1174
+ }
1175
+ },
1176
+ {
1177
+ "displayName": "Bearer Token",
1178
+ "name": "security_personalaccesstoken",
1179
+ "type": "string",
1180
+ "default": "",
1181
+ "description": "HTTP bearer authentication for personalAccessToken",
1182
+ "required": false,
1183
+ "routing": {
1184
+ "request": {
1185
+ "headers": {
1186
+ "Authorization": "={{ 'Bearer ' + $value }}"
1187
+ }
1188
+ }
1189
+ },
1190
+ "displayOptions": {
1191
+ "show": {
1192
+ "resource": [
1193
+ "Object Storage"
1194
+ ],
1195
+ "operation": [
1196
+ "Get Object Storage Bucket Content"
1197
+ ]
1198
+ }
1199
+ }
1200
+ },
1201
+ {
1202
+ "displayName": "POST /object-storage/buckets/{clusterId}/{bucket}/object-url",
1203
+ "name": "operation",
1204
+ "type": "notice",
1205
+ "typeOptions": {
1206
+ "theme": "info"
1207
+ },
1208
+ "default": "",
1209
+ "displayOptions": {
1210
+ "show": {
1211
+ "resource": [
1212
+ "Object Storage"
1213
+ ],
1214
+ "operation": [
1215
+ "Create Object Storage Object URL"
1216
+ ]
1217
+ }
1218
+ }
1219
+ },
1220
+ {
1221
+ "displayName": "Content Type",
1222
+ "name": "content_type",
1223
+ "type": "string",
1224
+ "default": null,
1225
+ "description": "The expected `Content-type` header of the request this signed URL will be valid for. If provided, the `Content-type` header _must_ be sent with the request when this URL is used, and _must_ be the same as it was when the signed URL was created. Required for all methods *except* \"GET\" or \"DELETE\".\n",
1226
+ "routing": {
1227
+ "send": {
1228
+ "property": "content_type",
1229
+ "propertyInDotNotation": false,
1230
+ "type": "body",
1231
+ "value": "={{ $value }}"
1232
+ }
1233
+ },
1234
+ "displayOptions": {
1235
+ "show": {
1236
+ "resource": [
1237
+ "Object Storage"
1238
+ ],
1239
+ "operation": [
1240
+ "Create Object Storage Object URL"
1241
+ ]
1242
+ }
1243
+ }
1244
+ },
1245
+ {
1246
+ "displayName": "Expires In",
1247
+ "name": "expires_in",
1248
+ "type": "number",
1249
+ "default": null,
1250
+ "description": "How long this signed URL will be valid for, in seconds. If omitted, the URL will be valid for 3600 seconds (1 hour).\n",
1251
+ "routing": {
1252
+ "send": {
1253
+ "property": "expires_in",
1254
+ "propertyInDotNotation": false,
1255
+ "type": "body",
1256
+ "value": "={{ $value }}"
1257
+ }
1258
+ },
1259
+ "displayOptions": {
1260
+ "show": {
1261
+ "resource": [
1262
+ "Object Storage"
1263
+ ],
1264
+ "operation": [
1265
+ "Create Object Storage Object URL"
1266
+ ]
1267
+ }
1268
+ }
1269
+ },
1270
+ {
1271
+ "required": true,
1272
+ "displayName": "Method",
1273
+ "name": "method",
1274
+ "type": "string",
1275
+ "default": "GET",
1276
+ "description": "The HTTP method allowed to be used with the pre-signed URL.",
1277
+ "routing": {
1278
+ "send": {
1279
+ "property": "method",
1280
+ "propertyInDotNotation": false,
1281
+ "type": "body",
1282
+ "value": "={{ $value }}"
1283
+ }
1284
+ },
1285
+ "displayOptions": {
1286
+ "show": {
1287
+ "resource": [
1288
+ "Object Storage"
1289
+ ],
1290
+ "operation": [
1291
+ "Create Object Storage Object URL"
1292
+ ]
1293
+ }
1294
+ }
1295
+ },
1296
+ {
1297
+ "required": true,
1298
+ "displayName": "Name",
1299
+ "name": "name",
1300
+ "type": "string",
1301
+ "default": "example",
1302
+ "description": "The name of the object that will be accessed with the pre-signed URL. This object need not exist, and no error will be returned if it doesn't. This behavior is useful for generating pre-signed URLs to upload new objects to by setting the `method` to \"PUT\".\n",
1303
+ "routing": {
1304
+ "send": {
1305
+ "property": "name",
1306
+ "propertyInDotNotation": false,
1307
+ "type": "body",
1308
+ "value": "={{ $value }}"
1309
+ }
1310
+ },
1311
+ "displayOptions": {
1312
+ "show": {
1313
+ "resource": [
1314
+ "Object Storage"
1315
+ ],
1316
+ "operation": [
1317
+ "Create Object Storage Object URL"
1318
+ ]
1319
+ }
1320
+ }
1321
+ },
1322
+ {
1323
+ "displayName": "Bearer Token",
1324
+ "name": "security_personalaccesstoken",
1325
+ "type": "string",
1326
+ "default": "",
1327
+ "description": "HTTP bearer authentication for personalAccessToken",
1328
+ "required": false,
1329
+ "routing": {
1330
+ "request": {
1331
+ "headers": {
1332
+ "Authorization": "={{ 'Bearer ' + $value }}"
1333
+ }
1334
+ }
1335
+ },
1336
+ "displayOptions": {
1337
+ "show": {
1338
+ "resource": [
1339
+ "Object Storage"
1340
+ ],
1341
+ "operation": [
1342
+ "Create Object Storage Object URL"
1343
+ ]
1344
+ }
1345
+ }
1346
+ },
1347
+ {
1348
+ "displayName": "DELETE /object-storage/buckets/{clusterId}/{bucket}/ssl",
1349
+ "name": "operation",
1350
+ "type": "notice",
1351
+ "typeOptions": {
1352
+ "theme": "info"
1353
+ },
1354
+ "default": "",
1355
+ "displayOptions": {
1356
+ "show": {
1357
+ "resource": [
1358
+ "Object Storage"
1359
+ ],
1360
+ "operation": [
1361
+ "Delete Object Storage SSL"
1362
+ ]
1363
+ }
1364
+ }
1365
+ },
1366
+ {
1367
+ "displayName": "Bearer Token",
1368
+ "name": "security_personalaccesstoken",
1369
+ "type": "string",
1370
+ "default": "",
1371
+ "description": "HTTP bearer authentication for personalAccessToken",
1372
+ "required": false,
1373
+ "routing": {
1374
+ "request": {
1375
+ "headers": {
1376
+ "Authorization": "={{ 'Bearer ' + $value }}"
1377
+ }
1378
+ }
1379
+ },
1380
+ "displayOptions": {
1381
+ "show": {
1382
+ "resource": [
1383
+ "Object Storage"
1384
+ ],
1385
+ "operation": [
1386
+ "Delete Object Storage SSL"
1387
+ ]
1388
+ }
1389
+ }
1390
+ },
1391
+ {
1392
+ "displayName": "GET /object-storage/buckets/{clusterId}/{bucket}/ssl",
1393
+ "name": "operation",
1394
+ "type": "notice",
1395
+ "typeOptions": {
1396
+ "theme": "info"
1397
+ },
1398
+ "default": "",
1399
+ "displayOptions": {
1400
+ "show": {
1401
+ "resource": [
1402
+ "Object Storage"
1403
+ ],
1404
+ "operation": [
1405
+ "Get Object Storage SSL"
1406
+ ]
1407
+ }
1408
+ }
1409
+ },
1410
+ {
1411
+ "displayName": "Bearer Token",
1412
+ "name": "security_personalaccesstoken",
1413
+ "type": "string",
1414
+ "default": "",
1415
+ "description": "HTTP bearer authentication for personalAccessToken",
1416
+ "required": false,
1417
+ "routing": {
1418
+ "request": {
1419
+ "headers": {
1420
+ "Authorization": "={{ 'Bearer ' + $value }}"
1421
+ }
1422
+ }
1423
+ },
1424
+ "displayOptions": {
1425
+ "show": {
1426
+ "resource": [
1427
+ "Object Storage"
1428
+ ],
1429
+ "operation": [
1430
+ "Get Object Storage SSL"
1431
+ ]
1432
+ }
1433
+ }
1434
+ },
1435
+ {
1436
+ "displayName": "POST /object-storage/buckets/{clusterId}/{bucket}/ssl",
1437
+ "name": "operation",
1438
+ "type": "notice",
1439
+ "typeOptions": {
1440
+ "theme": "info"
1441
+ },
1442
+ "default": "",
1443
+ "displayOptions": {
1444
+ "show": {
1445
+ "resource": [
1446
+ "Object Storage"
1447
+ ],
1448
+ "operation": [
1449
+ "Create Object Storage SSL"
1450
+ ]
1451
+ }
1452
+ }
1453
+ },
1454
+ {
1455
+ "required": true,
1456
+ "displayName": "Certificate",
1457
+ "name": "certificate",
1458
+ "type": "string",
1459
+ "default": "-----BEGIN CERTIFICATE-----\nCERTIFICATE_INFORMATION\n-----END CERTIFICATE-----",
1460
+ "description": "Your Base64 encoded and PEM formatted SSL certificate.\n\nLine breaks must be represented as \"\\n\" in the string for requests (but not when using the Linode CLI)\n",
1461
+ "routing": {
1462
+ "send": {
1463
+ "property": "certificate",
1464
+ "propertyInDotNotation": false,
1465
+ "type": "body",
1466
+ "value": "={{ $value }}"
1467
+ }
1468
+ },
1469
+ "displayOptions": {
1470
+ "show": {
1471
+ "resource": [
1472
+ "Object Storage"
1473
+ ],
1474
+ "operation": [
1475
+ "Create Object Storage SSL"
1476
+ ]
1477
+ }
1478
+ }
1479
+ },
1480
+ {
1481
+ "required": true,
1482
+ "displayName": "Private Key",
1483
+ "name": "private_key",
1484
+ "type": "string",
1485
+ "default": "-----BEGIN PRIVATE KEY-----\nPRIVATE_KEY_INFORMATION\n-----END PRIVATE KEY-----",
1486
+ "description": "The private key associated with this TLS/SSL certificate.\n\nLine breaks must be represented as \"\\n\" in the string for requests (but not when using the Linode CLI)\n",
1487
+ "routing": {
1488
+ "send": {
1489
+ "property": "private_key",
1490
+ "propertyInDotNotation": false,
1491
+ "type": "body",
1492
+ "value": "={{ $value }}"
1493
+ }
1494
+ },
1495
+ "displayOptions": {
1496
+ "show": {
1497
+ "resource": [
1498
+ "Object Storage"
1499
+ ],
1500
+ "operation": [
1501
+ "Create Object Storage SSL"
1502
+ ]
1503
+ }
1504
+ }
1505
+ },
1506
+ {
1507
+ "displayName": "Bearer Token",
1508
+ "name": "security_personalaccesstoken",
1509
+ "type": "string",
1510
+ "default": "",
1511
+ "description": "HTTP bearer authentication for personalAccessToken",
1512
+ "required": false,
1513
+ "routing": {
1514
+ "request": {
1515
+ "headers": {
1516
+ "Authorization": "={{ 'Bearer ' + $value }}"
1517
+ }
1518
+ }
1519
+ },
1520
+ "displayOptions": {
1521
+ "show": {
1522
+ "resource": [
1523
+ "Object Storage"
1524
+ ],
1525
+ "operation": [
1526
+ "Create Object Storage SSL"
1527
+ ]
1528
+ }
1529
+ }
1530
+ },
1531
+ {
1532
+ "displayName": "POST /object-storage/cancel",
1533
+ "name": "operation",
1534
+ "type": "notice",
1535
+ "typeOptions": {
1536
+ "theme": "info"
1537
+ },
1538
+ "default": "",
1539
+ "displayOptions": {
1540
+ "show": {
1541
+ "resource": [
1542
+ "Object Storage"
1543
+ ],
1544
+ "operation": [
1545
+ "Cancel Object Storage"
1546
+ ]
1547
+ }
1548
+ }
1549
+ },
1550
+ {
1551
+ "displayName": "Bearer Token",
1552
+ "name": "security_personalaccesstoken",
1553
+ "type": "string",
1554
+ "default": "",
1555
+ "description": "HTTP bearer authentication for personalAccessToken",
1556
+ "required": false,
1557
+ "routing": {
1558
+ "request": {
1559
+ "headers": {
1560
+ "Authorization": "={{ 'Bearer ' + $value }}"
1561
+ }
1562
+ }
1563
+ },
1564
+ "displayOptions": {
1565
+ "show": {
1566
+ "resource": [
1567
+ "Object Storage"
1568
+ ],
1569
+ "operation": [
1570
+ "Cancel Object Storage"
1571
+ ]
1572
+ }
1573
+ }
1574
+ },
1575
+ {
1576
+ "displayName": "GET /object-storage/clusters",
1577
+ "name": "operation",
1578
+ "type": "notice",
1579
+ "typeOptions": {
1580
+ "theme": "info"
1581
+ },
1582
+ "default": "",
1583
+ "displayOptions": {
1584
+ "show": {
1585
+ "resource": [
1586
+ "Object Storage"
1587
+ ],
1588
+ "operation": [
1589
+ "Get Object Storage Clusters"
1590
+ ]
1591
+ }
1592
+ }
1593
+ },
1594
+ {
1595
+ "displayName": "GET /object-storage/clusters/{clusterId}",
1596
+ "name": "operation",
1597
+ "type": "notice",
1598
+ "typeOptions": {
1599
+ "theme": "info"
1600
+ },
1601
+ "default": "",
1602
+ "displayOptions": {
1603
+ "show": {
1604
+ "resource": [
1605
+ "Object Storage"
1606
+ ],
1607
+ "operation": [
1608
+ "Get Object Storage Cluster"
1609
+ ]
1610
+ }
1611
+ }
1612
+ },
1613
+ {
1614
+ "displayName": "GET /object-storage/keys",
1615
+ "name": "operation",
1616
+ "type": "notice",
1617
+ "typeOptions": {
1618
+ "theme": "info"
1619
+ },
1620
+ "default": "",
1621
+ "displayOptions": {
1622
+ "show": {
1623
+ "resource": [
1624
+ "Object Storage"
1625
+ ],
1626
+ "operation": [
1627
+ "Get Object Storage Keys"
1628
+ ]
1629
+ }
1630
+ }
1631
+ },
1632
+ {
1633
+ "displayName": "Bearer Token",
1634
+ "name": "security_personalaccesstoken",
1635
+ "type": "string",
1636
+ "default": "",
1637
+ "description": "HTTP bearer authentication for personalAccessToken",
1638
+ "required": false,
1639
+ "routing": {
1640
+ "request": {
1641
+ "headers": {
1642
+ "Authorization": "={{ 'Bearer ' + $value }}"
1643
+ }
1644
+ }
1645
+ },
1646
+ "displayOptions": {
1647
+ "show": {
1648
+ "resource": [
1649
+ "Object Storage"
1650
+ ],
1651
+ "operation": [
1652
+ "Get Object Storage Keys"
1653
+ ]
1654
+ }
1655
+ }
1656
+ },
1657
+ {
1658
+ "displayName": "POST /object-storage/keys",
1659
+ "name": "operation",
1660
+ "type": "notice",
1661
+ "typeOptions": {
1662
+ "theme": "info"
1663
+ },
1664
+ "default": "",
1665
+ "displayOptions": {
1666
+ "show": {
1667
+ "resource": [
1668
+ "Object Storage"
1669
+ ],
1670
+ "operation": [
1671
+ "Create Object Storage Keys"
1672
+ ]
1673
+ }
1674
+ }
1675
+ },
1676
+ {
1677
+ "displayName": "Access Key",
1678
+ "name": "access_key",
1679
+ "type": "string",
1680
+ "default": "KVAKUTGBA4WTR2NSJQ81",
1681
+ "description": "This keypair's access key. This is not secret.",
1682
+ "routing": {
1683
+ "send": {
1684
+ "property": "access_key",
1685
+ "propertyInDotNotation": false,
1686
+ "type": "body",
1687
+ "value": "={{ $value }}"
1688
+ }
1689
+ },
1690
+ "displayOptions": {
1691
+ "show": {
1692
+ "resource": [
1693
+ "Object Storage"
1694
+ ],
1695
+ "operation": [
1696
+ "Create Object Storage Keys"
1697
+ ]
1698
+ }
1699
+ }
1700
+ },
1701
+ {
1702
+ "displayName": "Bucket Access",
1703
+ "name": "bucket_access",
1704
+ "type": "json",
1705
+ "default": "[\n {\n \"bucket_name\": \"example-bucket\",\n \"cluster\": \"ap-south-1\",\n \"permissions\": \"read_only\"\n }\n]",
1706
+ "description": "Defines this key as a Limited Access Key. Limited Access Keys restrict this Object Storage key's access to only the bucket(s) declared in this array and define their bucket-level permissions.\n\n\n Limited Access Keys can:\n\n * [list all buckets](/docs/api/object-storage/#object-storage-buckets-list) available on this Account, but cannot perform any actions on a bucket unless it has access to the bucket.\n\n\n * [create new buckets](/docs/api/object-storage/#object-storage-bucket-create), but do not have any access to the buckets it creates, unless explicitly given access to them.\n\n\n **Note:** You can create an Object Storage Limited Access Key without access to any buckets.\n This is achieved by sending a request with an empty `bucket_access` array.\n\n\n **Note:** If this field is omitted, a regular unlimited access key is issued.\n",
1707
+ "routing": {
1708
+ "send": {
1709
+ "property": "bucket_access",
1710
+ "propertyInDotNotation": false,
1711
+ "type": "body",
1712
+ "value": "={{ JSON.parse($value) }}"
1713
+ }
1714
+ },
1715
+ "displayOptions": {
1716
+ "show": {
1717
+ "resource": [
1718
+ "Object Storage"
1719
+ ],
1720
+ "operation": [
1721
+ "Create Object Storage Keys"
1722
+ ]
1723
+ }
1724
+ }
1725
+ },
1726
+ {
1727
+ "displayName": "ID",
1728
+ "name": "id",
1729
+ "type": "number",
1730
+ "default": 123,
1731
+ "description": "This keypair's unique ID",
1732
+ "routing": {
1733
+ "send": {
1734
+ "property": "id",
1735
+ "propertyInDotNotation": false,
1736
+ "type": "body",
1737
+ "value": "={{ $value }}"
1738
+ }
1739
+ },
1740
+ "displayOptions": {
1741
+ "show": {
1742
+ "resource": [
1743
+ "Object Storage"
1744
+ ],
1745
+ "operation": [
1746
+ "Create Object Storage Keys"
1747
+ ]
1748
+ }
1749
+ }
1750
+ },
1751
+ {
1752
+ "displayName": "Label",
1753
+ "name": "label",
1754
+ "type": "string",
1755
+ "default": "my-key",
1756
+ "description": "The label given to this key. For display purposes only.",
1757
+ "routing": {
1758
+ "send": {
1759
+ "property": "label",
1760
+ "propertyInDotNotation": false,
1761
+ "type": "body",
1762
+ "value": "={{ $value }}"
1763
+ }
1764
+ },
1765
+ "displayOptions": {
1766
+ "show": {
1767
+ "resource": [
1768
+ "Object Storage"
1769
+ ],
1770
+ "operation": [
1771
+ "Create Object Storage Keys"
1772
+ ]
1773
+ }
1774
+ }
1775
+ },
1776
+ {
1777
+ "displayName": "Limited",
1778
+ "name": "limited",
1779
+ "type": "boolean",
1780
+ "default": true,
1781
+ "description": "Whether or not this key is a limited access key. Will return `false` if this key grants full access to all buckets on the user's account.",
1782
+ "routing": {
1783
+ "send": {
1784
+ "property": "limited",
1785
+ "propertyInDotNotation": false,
1786
+ "type": "body",
1787
+ "value": "={{ $value }}"
1788
+ }
1789
+ },
1790
+ "displayOptions": {
1791
+ "show": {
1792
+ "resource": [
1793
+ "Object Storage"
1794
+ ],
1795
+ "operation": [
1796
+ "Create Object Storage Keys"
1797
+ ]
1798
+ }
1799
+ }
1800
+ },
1801
+ {
1802
+ "displayName": "Secret Key",
1803
+ "name": "secret_key",
1804
+ "type": "string",
1805
+ "default": "OiA6F5r0niLs3QA2stbyq7mY5VCV7KqOzcmitmHw",
1806
+ "description": "This keypair's secret key. Only returned on key creation.",
1807
+ "routing": {
1808
+ "send": {
1809
+ "property": "secret_key",
1810
+ "propertyInDotNotation": false,
1811
+ "type": "body",
1812
+ "value": "={{ $value }}"
1813
+ }
1814
+ },
1815
+ "displayOptions": {
1816
+ "show": {
1817
+ "resource": [
1818
+ "Object Storage"
1819
+ ],
1820
+ "operation": [
1821
+ "Create Object Storage Keys"
1822
+ ]
1823
+ }
1824
+ }
1825
+ },
1826
+ {
1827
+ "displayName": "Bearer Token",
1828
+ "name": "security_personalaccesstoken",
1829
+ "type": "string",
1830
+ "default": "",
1831
+ "description": "HTTP bearer authentication for personalAccessToken",
1832
+ "required": false,
1833
+ "routing": {
1834
+ "request": {
1835
+ "headers": {
1836
+ "Authorization": "={{ 'Bearer ' + $value }}"
1837
+ }
1838
+ }
1839
+ },
1840
+ "displayOptions": {
1841
+ "show": {
1842
+ "resource": [
1843
+ "Object Storage"
1844
+ ],
1845
+ "operation": [
1846
+ "Create Object Storage Keys"
1847
+ ]
1848
+ }
1849
+ }
1850
+ },
1851
+ {
1852
+ "displayName": "DELETE /object-storage/keys/{keyId}",
1853
+ "name": "operation",
1854
+ "type": "notice",
1855
+ "typeOptions": {
1856
+ "theme": "info"
1857
+ },
1858
+ "default": "",
1859
+ "displayOptions": {
1860
+ "show": {
1861
+ "resource": [
1862
+ "Object Storage"
1863
+ ],
1864
+ "operation": [
1865
+ "Delete Object Storage Key"
1866
+ ]
1867
+ }
1868
+ }
1869
+ },
1870
+ {
1871
+ "displayName": "Bearer Token",
1872
+ "name": "security_personalaccesstoken",
1873
+ "type": "string",
1874
+ "default": "",
1875
+ "description": "HTTP bearer authentication for personalAccessToken",
1876
+ "required": false,
1877
+ "routing": {
1878
+ "request": {
1879
+ "headers": {
1880
+ "Authorization": "={{ 'Bearer ' + $value }}"
1881
+ }
1882
+ }
1883
+ },
1884
+ "displayOptions": {
1885
+ "show": {
1886
+ "resource": [
1887
+ "Object Storage"
1888
+ ],
1889
+ "operation": [
1890
+ "Delete Object Storage Key"
1891
+ ]
1892
+ }
1893
+ }
1894
+ },
1895
+ {
1896
+ "displayName": "GET /object-storage/keys/{keyId}",
1897
+ "name": "operation",
1898
+ "type": "notice",
1899
+ "typeOptions": {
1900
+ "theme": "info"
1901
+ },
1902
+ "default": "",
1903
+ "displayOptions": {
1904
+ "show": {
1905
+ "resource": [
1906
+ "Object Storage"
1907
+ ],
1908
+ "operation": [
1909
+ "Get Object Storage Key"
1910
+ ]
1911
+ }
1912
+ }
1913
+ },
1914
+ {
1915
+ "displayName": "Bearer Token",
1916
+ "name": "security_personalaccesstoken",
1917
+ "type": "string",
1918
+ "default": "",
1919
+ "description": "HTTP bearer authentication for personalAccessToken",
1920
+ "required": false,
1921
+ "routing": {
1922
+ "request": {
1923
+ "headers": {
1924
+ "Authorization": "={{ 'Bearer ' + $value }}"
1925
+ }
1926
+ }
1927
+ },
1928
+ "displayOptions": {
1929
+ "show": {
1930
+ "resource": [
1931
+ "Object Storage"
1932
+ ],
1933
+ "operation": [
1934
+ "Get Object Storage Key"
1935
+ ]
1936
+ }
1937
+ }
1938
+ },
1939
+ {
1940
+ "displayName": "PUT /object-storage/keys/{keyId}",
1941
+ "name": "operation",
1942
+ "type": "notice",
1943
+ "typeOptions": {
1944
+ "theme": "info"
1945
+ },
1946
+ "default": "",
1947
+ "displayOptions": {
1948
+ "show": {
1949
+ "resource": [
1950
+ "Object Storage"
1951
+ ],
1952
+ "operation": [
1953
+ "Update Object Storage Key"
1954
+ ]
1955
+ }
1956
+ }
1957
+ },
1958
+ {
1959
+ "displayName": "Label",
1960
+ "name": "label",
1961
+ "type": "string",
1962
+ "default": "my-key",
1963
+ "description": "The label for this keypair, for display purposes only.",
1964
+ "routing": {
1965
+ "send": {
1966
+ "property": "label",
1967
+ "propertyInDotNotation": false,
1968
+ "type": "body",
1969
+ "value": "={{ $value }}"
1970
+ }
1971
+ },
1972
+ "displayOptions": {
1973
+ "show": {
1974
+ "resource": [
1975
+ "Object Storage"
1976
+ ],
1977
+ "operation": [
1978
+ "Update Object Storage Key"
1979
+ ]
1980
+ }
1981
+ }
1982
+ },
1983
+ {
1984
+ "displayName": "Bearer Token",
1985
+ "name": "security_personalaccesstoken",
1986
+ "type": "string",
1987
+ "default": "",
1988
+ "description": "HTTP bearer authentication for personalAccessToken",
1989
+ "required": false,
1990
+ "routing": {
1991
+ "request": {
1992
+ "headers": {
1993
+ "Authorization": "={{ 'Bearer ' + $value }}"
1994
+ }
1995
+ }
1996
+ },
1997
+ "displayOptions": {
1998
+ "show": {
1999
+ "resource": [
2000
+ "Object Storage"
2001
+ ],
2002
+ "operation": [
2003
+ "Update Object Storage Key"
2004
+ ]
2005
+ }
2006
+ }
2007
+ },
2008
+ {
2009
+ "displayName": "GET /object-storage/transfer",
2010
+ "name": "operation",
2011
+ "type": "notice",
2012
+ "typeOptions": {
2013
+ "theme": "info"
2014
+ },
2015
+ "default": "",
2016
+ "displayOptions": {
2017
+ "show": {
2018
+ "resource": [
2019
+ "Object Storage"
2020
+ ],
2021
+ "operation": [
2022
+ "Get Object Storage Transfer"
2023
+ ]
2024
+ }
2025
+ }
2026
+ },
2027
+ {
2028
+ "displayName": "Bearer Token",
2029
+ "name": "security_personalaccesstoken",
2030
+ "type": "string",
2031
+ "default": "",
2032
+ "description": "HTTP bearer authentication for personalAccessToken",
2033
+ "required": false,
2034
+ "routing": {
2035
+ "request": {
2036
+ "headers": {
2037
+ "Authorization": "={{ 'Bearer ' + $value }}"
2038
+ }
2039
+ }
2040
+ },
2041
+ "displayOptions": {
2042
+ "show": {
2043
+ "resource": [
2044
+ "Object Storage"
2045
+ ],
2046
+ "operation": [
2047
+ "Get Object Storage Transfer"
2048
+ ]
2049
+ }
2050
+ }
2051
+ },
2052
+ ];
2053
+ //# sourceMappingURL=index.js.map