rclone-openapi 1.0.9 → 1.0.11
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.
- package/openapi.json +347 -10
- package/package.json +3 -2
- package/types.d.ts +2416 -2273
package/openapi.json
CHANGED
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
"summary": "Echo request parameters",
|
|
20
20
|
"description": "Returns all supplied parameters unchanged so you can verify RC connectivity.",
|
|
21
21
|
"tags": [],
|
|
22
|
+
"operationId": "rcNoop",
|
|
22
23
|
"parameters": [
|
|
23
24
|
{
|
|
24
25
|
"$ref": "#/components/parameters/Rc_NoopPostAdditionalParam"
|
|
@@ -45,6 +46,7 @@
|
|
|
45
46
|
"summary": "Remove trashed files",
|
|
46
47
|
"description": "Permanently removes trashed objects from the specified remote path.",
|
|
47
48
|
"tags": [],
|
|
49
|
+
"operationId": "operationsCleanup",
|
|
48
50
|
"parameters": [
|
|
49
51
|
{
|
|
50
52
|
"$ref": "#/components/parameters/Operations_CleanupPostFsParam"
|
|
@@ -74,6 +76,7 @@
|
|
|
74
76
|
"summary": "Copy a single file",
|
|
75
77
|
"description": "Copies one object from a source remote and path to a destination remote and path.",
|
|
76
78
|
"tags": [],
|
|
79
|
+
"operationId": "operationsCopyfile",
|
|
77
80
|
"parameters": [
|
|
78
81
|
{
|
|
79
82
|
"$ref": "#/components/parameters/Operations_CopyfilePostSrcFsParam"
|
|
@@ -112,6 +115,7 @@
|
|
|
112
115
|
"summary": "Copy from URL",
|
|
113
116
|
"description": "Downloads a public URL and stores it at the requested remote path.",
|
|
114
117
|
"tags": [],
|
|
118
|
+
"operationId": "operationsCopyurl",
|
|
115
119
|
"parameters": [
|
|
116
120
|
{
|
|
117
121
|
"$ref": "#/components/parameters/Operations_CopyurlPostFsParam"
|
|
@@ -150,6 +154,7 @@
|
|
|
150
154
|
"summary": "Delete objects in path",
|
|
151
155
|
"description": "Deletes matching files and directories for the provided remote, honouring filters and config overrides.",
|
|
152
156
|
"tags": [],
|
|
157
|
+
"operationId": "operationsDelete",
|
|
153
158
|
"parameters": [
|
|
154
159
|
{
|
|
155
160
|
"$ref": "#/components/parameters/Operations_DeletePostFsParam"
|
|
@@ -185,6 +190,7 @@
|
|
|
185
190
|
"summary": "Delete single file",
|
|
186
191
|
"description": "Removes a specific object from the remote.",
|
|
187
192
|
"tags": [],
|
|
193
|
+
"operationId": "operationsDeletefile",
|
|
188
194
|
"parameters": [
|
|
189
195
|
{
|
|
190
196
|
"$ref": "#/components/parameters/Operations_DeletefilePostFsParam"
|
|
@@ -217,6 +223,7 @@
|
|
|
217
223
|
"summary": "Describe remote capabilities",
|
|
218
224
|
"description": "Returns backend features, hash support, metadata descriptions, and other info for the remote.",
|
|
219
225
|
"tags": [],
|
|
226
|
+
"operationId": "operationsFsinfo",
|
|
220
227
|
"parameters": [
|
|
221
228
|
{
|
|
222
229
|
"$ref": "#/components/parameters/Operations_FsinfoPostFsParam"
|
|
@@ -246,6 +253,7 @@
|
|
|
246
253
|
"summary": "Generate hash sums",
|
|
247
254
|
"description": "Produces a hash sum listing for files under the given path using the requested hash algorithm.",
|
|
248
255
|
"tags": [],
|
|
256
|
+
"operationId": "operationsHashsum",
|
|
249
257
|
"parameters": [
|
|
250
258
|
{
|
|
251
259
|
"$ref": "#/components/parameters/Operations_HashsumPostFsParam"
|
|
@@ -284,6 +292,7 @@
|
|
|
284
292
|
"summary": "Move a single file",
|
|
285
293
|
"description": "Moves one object from a source remote and path to a destination remote and path.",
|
|
286
294
|
"tags": [],
|
|
295
|
+
"operationId": "operationsMovefile",
|
|
287
296
|
"parameters": [
|
|
288
297
|
{
|
|
289
298
|
"$ref": "#/components/parameters/Operations_MovefilePostSrcFsParam"
|
|
@@ -322,6 +331,7 @@
|
|
|
322
331
|
"summary": "Create or remove public link",
|
|
323
332
|
"description": "Creates a share URL for an object or removes an existing link when `unlink=true`.",
|
|
324
333
|
"tags": [],
|
|
334
|
+
"operationId": "operationsPubliclink",
|
|
325
335
|
"parameters": [
|
|
326
336
|
{
|
|
327
337
|
"$ref": "#/components/parameters/Operations_PubliclinkPostFsParam"
|
|
@@ -360,6 +370,7 @@
|
|
|
360
370
|
"summary": "Remove empty directories",
|
|
361
371
|
"description": "Deletes empty subdirectories beneath the specified path, optionally leaving the root.",
|
|
362
372
|
"tags": [],
|
|
373
|
+
"operationId": "operationsRmdirs",
|
|
363
374
|
"parameters": [
|
|
364
375
|
{
|
|
365
376
|
"$ref": "#/components/parameters/Operations_RmdirsPostFsParam"
|
|
@@ -395,6 +406,7 @@
|
|
|
395
406
|
"summary": "Change storage tier",
|
|
396
407
|
"description": "Updates the storage class or tier for every object in the specified remote path.",
|
|
397
408
|
"tags": [],
|
|
409
|
+
"operationId": "operationsSettier",
|
|
398
410
|
"parameters": [
|
|
399
411
|
{
|
|
400
412
|
"$ref": "#/components/parameters/Operations_SettierPostFsParam"
|
|
@@ -424,6 +436,7 @@
|
|
|
424
436
|
"summary": "Change file storage tier",
|
|
425
437
|
"description": "Updates the storage class or tier for a single object.",
|
|
426
438
|
"tags": [],
|
|
439
|
+
"operationId": "operationsSettierfile",
|
|
427
440
|
"parameters": [
|
|
428
441
|
{
|
|
429
442
|
"$ref": "#/components/parameters/Operations_SettierfilePostFsParam"
|
|
@@ -456,6 +469,7 @@
|
|
|
456
469
|
"summary": "Count remote size",
|
|
457
470
|
"description": "Reports total size, file count, and number of objects without size metadata.",
|
|
458
471
|
"tags": [],
|
|
472
|
+
"operationId": "operationsSize",
|
|
459
473
|
"parameters": [
|
|
460
474
|
{
|
|
461
475
|
"$ref": "#/components/parameters/Operations_SizePostFsParam"
|
|
@@ -485,6 +499,7 @@
|
|
|
485
499
|
"summary": "Get or update bandwidth limits",
|
|
486
500
|
"description": "Reads the current bandwidth limit or applies a new schedule string, just like `rclone rc core/bwlimit`.",
|
|
487
501
|
"tags": [],
|
|
502
|
+
"operationId": "coreBwlimit",
|
|
488
503
|
"parameters": [
|
|
489
504
|
{
|
|
490
505
|
"$ref": "#/components/parameters/Core_BwlimitPostRateParam"
|
|
@@ -514,6 +529,7 @@
|
|
|
514
529
|
"summary": "Run an rclone command",
|
|
515
530
|
"description": "Executes a standard rclone CLI command remotely and streams or returns its output.",
|
|
516
531
|
"tags": [],
|
|
532
|
+
"operationId": "coreCommand",
|
|
517
533
|
"parameters": [
|
|
518
534
|
{
|
|
519
535
|
"$ref": "#/components/parameters/Core_CommandPostCommandParam"
|
|
@@ -552,6 +568,7 @@
|
|
|
552
568
|
"summary": "Report disk usage",
|
|
553
569
|
"description": "Returns disk usage statistics for the supplied local directory (defaults to the cache dir).",
|
|
554
570
|
"tags": [],
|
|
571
|
+
"operationId": "coreDu",
|
|
555
572
|
"parameters": [
|
|
556
573
|
{
|
|
557
574
|
"$ref": "#/components/parameters/Core_DuPostDirParam"
|
|
@@ -581,6 +598,7 @@
|
|
|
581
598
|
"summary": "Force garbage collection",
|
|
582
599
|
"description": "Triggers Go's garbage collector to release unused memory.",
|
|
583
600
|
"tags": [],
|
|
601
|
+
"operationId": "coreGc",
|
|
584
602
|
"parameters": [
|
|
585
603
|
{
|
|
586
604
|
"$ref": "#/components/parameters/GlobalGroupParam"
|
|
@@ -607,6 +625,7 @@
|
|
|
607
625
|
"summary": "List stats groups",
|
|
608
626
|
"description": "Lists stats groups currently tracked by rclone.",
|
|
609
627
|
"tags": [],
|
|
628
|
+
"operationId": "coreGroupList",
|
|
610
629
|
"parameters": [
|
|
611
630
|
{
|
|
612
631
|
"$ref": "#/components/parameters/GlobalGroupParam"
|
|
@@ -651,6 +670,7 @@
|
|
|
651
670
|
"summary": "Fetch runtime memory stats",
|
|
652
671
|
"description": "Returns Go runtime memory statistics similar to `runtime.ReadMemStats`.",
|
|
653
672
|
"tags": [],
|
|
673
|
+
"operationId": "coreMemstats",
|
|
654
674
|
"parameters": [
|
|
655
675
|
{
|
|
656
676
|
"$ref": "#/components/parameters/GlobalGroupParam"
|
|
@@ -687,6 +707,7 @@
|
|
|
687
707
|
"summary": "Obscure a clear string",
|
|
688
708
|
"description": "Obscures a plain-text secret for inclusion in `rclone.conf`.",
|
|
689
709
|
"tags": [],
|
|
710
|
+
"operationId": "coreObscure",
|
|
690
711
|
"parameters": [
|
|
691
712
|
{
|
|
692
713
|
"$ref": "#/components/parameters/Core_ObscurePostClearParam"
|
|
@@ -731,6 +752,7 @@
|
|
|
731
752
|
"summary": "Return rclone PID",
|
|
732
753
|
"description": "Returns the process ID of the running rclone instance.",
|
|
733
754
|
"tags": [],
|
|
755
|
+
"operationId": "corePid",
|
|
734
756
|
"parameters": [
|
|
735
757
|
{
|
|
736
758
|
"$ref": "#/components/parameters/GlobalGroupParam"
|
|
@@ -772,6 +794,7 @@
|
|
|
772
794
|
"summary": "Terminate rclone",
|
|
773
795
|
"description": "Stops the rclone process, optionally supplying an exit code.",
|
|
774
796
|
"tags": [],
|
|
797
|
+
"operationId": "coreQuit",
|
|
775
798
|
"parameters": [
|
|
776
799
|
{
|
|
777
800
|
"$ref": "#/components/parameters/Core_QuitPostExitCodeParam"
|
|
@@ -801,6 +824,7 @@
|
|
|
801
824
|
"summary": "Delete stats group",
|
|
802
825
|
"description": "Deletes the counters associated with a specific stats group.",
|
|
803
826
|
"tags": [],
|
|
827
|
+
"operationId": "coreStatsDelete",
|
|
804
828
|
"parameters": [
|
|
805
829
|
{
|
|
806
830
|
"$ref": "#/components/parameters/Core_StatsDeletePostGroupParam"
|
|
@@ -830,6 +854,7 @@
|
|
|
830
854
|
"summary": "Reset stats counters",
|
|
831
855
|
"description": "Clears counters, errors, and finished transfers for the provided stats group or all groups.",
|
|
832
856
|
"tags": [],
|
|
857
|
+
"operationId": "coreStatsReset",
|
|
833
858
|
"parameters": [
|
|
834
859
|
{
|
|
835
860
|
"$ref": "#/components/parameters/Core_StatsResetPostGroupParam"
|
|
@@ -859,6 +884,7 @@
|
|
|
859
884
|
"summary": "List completed transfers",
|
|
860
885
|
"description": "Returns up to 100 recently completed transfers for the requested stats group.",
|
|
861
886
|
"tags": [],
|
|
887
|
+
"operationId": "coreTransferred",
|
|
862
888
|
"parameters": [
|
|
863
889
|
{
|
|
864
890
|
"$ref": "#/components/parameters/Core_TransferredPostGroupParam"
|
|
@@ -886,6 +912,7 @@
|
|
|
886
912
|
"/debug/set-block-profile-rate": {
|
|
887
913
|
"post": {
|
|
888
914
|
"tags": [],
|
|
915
|
+
"operationId": "debugSetBlockProfileRate",
|
|
889
916
|
"parameters": [
|
|
890
917
|
{
|
|
891
918
|
"$ref": "#/components/parameters/Debug_SetBlockProfileRatePostRateParam"
|
|
@@ -913,6 +940,7 @@
|
|
|
913
940
|
"/debug/set-gc-percent": {
|
|
914
941
|
"post": {
|
|
915
942
|
"tags": [],
|
|
943
|
+
"operationId": "debugSetGcPercent",
|
|
916
944
|
"parameters": [
|
|
917
945
|
{
|
|
918
946
|
"$ref": "#/components/parameters/Debug_SetGcPercentPostGcPercentParam"
|
|
@@ -940,6 +968,7 @@
|
|
|
940
968
|
"/debug/set-mutex-profile-fraction": {
|
|
941
969
|
"post": {
|
|
942
970
|
"tags": [],
|
|
971
|
+
"operationId": "debugSetMutexProfileFraction",
|
|
943
972
|
"parameters": [
|
|
944
973
|
{
|
|
945
974
|
"$ref": "#/components/parameters/Debug_SetMutexProfileFractionPostRateParam"
|
|
@@ -967,6 +996,7 @@
|
|
|
967
996
|
"/debug/set-soft-memory-limit": {
|
|
968
997
|
"post": {
|
|
969
998
|
"tags": [],
|
|
999
|
+
"operationId": "debugSetSoftMemoryLimit",
|
|
970
1000
|
"parameters": [
|
|
971
1001
|
{
|
|
972
1002
|
"$ref": "#/components/parameters/Debug_SetSoftMemoryLimitPostMemLimitParam"
|
|
@@ -994,6 +1024,7 @@
|
|
|
994
1024
|
"/fscache/clear": {
|
|
995
1025
|
"post": {
|
|
996
1026
|
"tags": [],
|
|
1027
|
+
"operationId": "fscacheClear",
|
|
997
1028
|
"parameters": [
|
|
998
1029
|
{
|
|
999
1030
|
"$ref": "#/components/parameters/GlobalGroupParam"
|
|
@@ -1018,6 +1049,7 @@
|
|
|
1018
1049
|
"/fscache/entries": {
|
|
1019
1050
|
"post": {
|
|
1020
1051
|
"tags": [],
|
|
1052
|
+
"operationId": "fscacheEntries",
|
|
1021
1053
|
"parameters": [
|
|
1022
1054
|
{
|
|
1023
1055
|
"$ref": "#/components/parameters/GlobalGroupParam"
|
|
@@ -1042,6 +1074,7 @@
|
|
|
1042
1074
|
"/mount/listmounts": {
|
|
1043
1075
|
"post": {
|
|
1044
1076
|
"tags": [],
|
|
1077
|
+
"operationId": "mountListmounts",
|
|
1045
1078
|
"parameters": [
|
|
1046
1079
|
{
|
|
1047
1080
|
"$ref": "#/components/parameters/GlobalGroupParam"
|
|
@@ -1066,6 +1099,7 @@
|
|
|
1066
1099
|
"/mount/mount": {
|
|
1067
1100
|
"post": {
|
|
1068
1101
|
"tags": [],
|
|
1102
|
+
"operationId": "mountMount",
|
|
1069
1103
|
"parameters": [
|
|
1070
1104
|
{
|
|
1071
1105
|
"$ref": "#/components/parameters/Mount_MountPostFsParam"
|
|
@@ -1111,6 +1145,7 @@
|
|
|
1111
1145
|
"/mount/types": {
|
|
1112
1146
|
"post": {
|
|
1113
1147
|
"tags": [],
|
|
1148
|
+
"operationId": "mountTypes",
|
|
1114
1149
|
"parameters": [
|
|
1115
1150
|
{
|
|
1116
1151
|
"$ref": "#/components/parameters/GlobalGroupParam"
|
|
@@ -1135,6 +1170,7 @@
|
|
|
1135
1170
|
"/mount/unmount": {
|
|
1136
1171
|
"post": {
|
|
1137
1172
|
"tags": [],
|
|
1173
|
+
"operationId": "mountUnmount",
|
|
1138
1174
|
"parameters": [
|
|
1139
1175
|
{
|
|
1140
1176
|
"$ref": "#/components/parameters/Mount_UnmountPostMountPointParam"
|
|
@@ -1162,6 +1198,7 @@
|
|
|
1162
1198
|
"/mount/unmountall": {
|
|
1163
1199
|
"post": {
|
|
1164
1200
|
"tags": [],
|
|
1201
|
+
"operationId": "mountUnmountall",
|
|
1165
1202
|
"parameters": [
|
|
1166
1203
|
{
|
|
1167
1204
|
"$ref": "#/components/parameters/GlobalGroupParam"
|
|
@@ -1188,6 +1225,7 @@
|
|
|
1188
1225
|
"summary": "Echo parameters (auth required)",
|
|
1189
1226
|
"description": "Same as `rc/noop`, but requires authentication to validate access control.",
|
|
1190
1227
|
"tags": [],
|
|
1228
|
+
"operationId": "rcNoopAuth",
|
|
1191
1229
|
"parameters": [
|
|
1192
1230
|
{
|
|
1193
1231
|
"$ref": "#/components/parameters/Rc_NoopauthPostAdditionalParam"
|
|
@@ -1214,6 +1252,7 @@
|
|
|
1214
1252
|
"summary": "Return a test error",
|
|
1215
1253
|
"description": "Always returns an error response incorporating the supplied parameters, useful for testing error handling.",
|
|
1216
1254
|
"tags": [],
|
|
1255
|
+
"operationId": "rcError",
|
|
1217
1256
|
"parameters": [
|
|
1218
1257
|
{
|
|
1219
1258
|
"$ref": "#/components/parameters/Rc_ErrorPostAdditionalParam"
|
|
@@ -1240,6 +1279,7 @@
|
|
|
1240
1279
|
"summary": "List RC commands",
|
|
1241
1280
|
"description": "Returns metadata about every available RC command, including whether authentication is required.",
|
|
1242
1281
|
"tags": [],
|
|
1282
|
+
"operationId": "rcList",
|
|
1243
1283
|
"parameters": [
|
|
1244
1284
|
{
|
|
1245
1285
|
"$ref": "#/components/parameters/GlobalGroupParam"
|
|
@@ -1266,6 +1306,7 @@
|
|
|
1266
1306
|
"summary": "Run backend command",
|
|
1267
1307
|
"description": "Invokes a backend-specific management command against an optional remote.",
|
|
1268
1308
|
"tags": [],
|
|
1309
|
+
"operationId": "backendCommand",
|
|
1269
1310
|
"parameters": [
|
|
1270
1311
|
{
|
|
1271
1312
|
"$ref": "#/components/parameters/Backend_CommandPostCommandParam"
|
|
@@ -1304,6 +1345,7 @@
|
|
|
1304
1345
|
"summary": "Expire cache entries",
|
|
1305
1346
|
"description": "Drops cached directory entries, and optionally cached file data, for the cache backend.",
|
|
1306
1347
|
"tags": [],
|
|
1348
|
+
"operationId": "cacheExpire",
|
|
1307
1349
|
"parameters": [
|
|
1308
1350
|
{
|
|
1309
1351
|
"$ref": "#/components/parameters/Cache_ExpirePostRemoteParam"
|
|
@@ -1336,6 +1378,7 @@
|
|
|
1336
1378
|
"summary": "Prefetch cache chunks",
|
|
1337
1379
|
"description": "Ensures specified file chunks are cached locally for a cache remote.",
|
|
1338
1380
|
"tags": [],
|
|
1381
|
+
"operationId": "cacheFetch",
|
|
1339
1382
|
"parameters": [
|
|
1340
1383
|
{
|
|
1341
1384
|
"$ref": "#/components/parameters/Cache_FetchPostChunksParam"
|
|
@@ -1368,6 +1411,7 @@
|
|
|
1368
1411
|
"summary": "Show cache stats",
|
|
1369
1412
|
"description": "Returns runtime statistics for the cache backend.",
|
|
1370
1413
|
"tags": [],
|
|
1414
|
+
"operationId": "cacheStats",
|
|
1371
1415
|
"parameters": [
|
|
1372
1416
|
{
|
|
1373
1417
|
"$ref": "#/components/parameters/GlobalGroupParam"
|
|
@@ -1394,6 +1438,7 @@
|
|
|
1394
1438
|
"summary": "Create remote configuration",
|
|
1395
1439
|
"description": "Creates a new remote in `rclone.conf`, mirroring `rclone config create`.",
|
|
1396
1440
|
"tags": [],
|
|
1441
|
+
"operationId": "configCreate",
|
|
1397
1442
|
"parameters": [
|
|
1398
1443
|
{
|
|
1399
1444
|
"$ref": "#/components/parameters/Config_CreatePostNameParam"
|
|
@@ -1432,6 +1477,7 @@
|
|
|
1432
1477
|
"summary": "Delete remote configuration",
|
|
1433
1478
|
"description": "Removes an existing remote from `rclone.conf`.",
|
|
1434
1479
|
"tags": [],
|
|
1480
|
+
"operationId": "configDelete",
|
|
1435
1481
|
"parameters": [
|
|
1436
1482
|
{
|
|
1437
1483
|
"$ref": "#/components/parameters/Config_DeletePostNameParam"
|
|
@@ -1461,6 +1507,7 @@
|
|
|
1461
1507
|
"summary": "Dump configuration",
|
|
1462
1508
|
"description": "Returns the contents of the config file as a JSON object keyed by remote name.",
|
|
1463
1509
|
"tags": [],
|
|
1510
|
+
"operationId": "configDump",
|
|
1464
1511
|
"parameters": [
|
|
1465
1512
|
{
|
|
1466
1513
|
"$ref": "#/components/parameters/GlobalGroupParam"
|
|
@@ -1487,6 +1534,7 @@
|
|
|
1487
1534
|
"summary": "Get remote configuration",
|
|
1488
1535
|
"description": "Returns the key/value settings for a single remote.",
|
|
1489
1536
|
"tags": [],
|
|
1537
|
+
"operationId": "configGet",
|
|
1490
1538
|
"parameters": [
|
|
1491
1539
|
{
|
|
1492
1540
|
"$ref": "#/components/parameters/Config_GetPostNameParam"
|
|
@@ -1516,6 +1564,7 @@
|
|
|
1516
1564
|
"summary": "List configured remotes",
|
|
1517
1565
|
"description": "Returns the names of all remotes defined in the config file.",
|
|
1518
1566
|
"tags": [],
|
|
1567
|
+
"operationId": "configListremotes",
|
|
1519
1568
|
"parameters": [
|
|
1520
1569
|
{
|
|
1521
1570
|
"$ref": "#/components/parameters/GlobalGroupParam"
|
|
@@ -1542,6 +1591,7 @@
|
|
|
1542
1591
|
"summary": "Update remote secrets",
|
|
1543
1592
|
"description": "Sets obscured password fields for a remote configuration.",
|
|
1544
1593
|
"tags": [],
|
|
1594
|
+
"operationId": "configPassword",
|
|
1545
1595
|
"parameters": [
|
|
1546
1596
|
{
|
|
1547
1597
|
"$ref": "#/components/parameters/Config_PasswordPostNameParam"
|
|
@@ -1574,6 +1624,7 @@
|
|
|
1574
1624
|
"summary": "Show config paths",
|
|
1575
1625
|
"description": "Returns the paths to the config file, cache directory, and temporary directory.",
|
|
1576
1626
|
"tags": [],
|
|
1627
|
+
"operationId": "configPaths",
|
|
1577
1628
|
"parameters": [
|
|
1578
1629
|
{
|
|
1579
1630
|
"$ref": "#/components/parameters/GlobalGroupParam"
|
|
@@ -1600,6 +1651,7 @@
|
|
|
1600
1651
|
"summary": "List backend providers",
|
|
1601
1652
|
"description": "Returns metadata describing each supported storage provider.",
|
|
1602
1653
|
"tags": [],
|
|
1654
|
+
"operationId": "configProviders",
|
|
1603
1655
|
"parameters": [
|
|
1604
1656
|
{
|
|
1605
1657
|
"$ref": "#/components/parameters/GlobalGroupParam"
|
|
@@ -1626,6 +1678,7 @@
|
|
|
1626
1678
|
"summary": "Set config path",
|
|
1627
1679
|
"description": "Points rclone at a specific `rclone.conf` file.",
|
|
1628
1680
|
"tags": [],
|
|
1681
|
+
"operationId": "configSetpath",
|
|
1629
1682
|
"parameters": [
|
|
1630
1683
|
{
|
|
1631
1684
|
"$ref": "#/components/parameters/Config_SetpathPostPathParam"
|
|
@@ -1655,6 +1708,7 @@
|
|
|
1655
1708
|
"summary": "Unlock encrypted config",
|
|
1656
1709
|
"description": "Unlocks the configuration file using the provided password.",
|
|
1657
1710
|
"tags": [],
|
|
1711
|
+
"operationId": "configUnlock",
|
|
1658
1712
|
"parameters": [
|
|
1659
1713
|
{
|
|
1660
1714
|
"$ref": "#/components/parameters/Config_UnlockPostConfigPasswordParam"
|
|
@@ -1684,6 +1738,7 @@
|
|
|
1684
1738
|
"summary": "Update remote configuration",
|
|
1685
1739
|
"description": "Updates an existing remote with new parameter values.",
|
|
1686
1740
|
"tags": [],
|
|
1741
|
+
"operationId": "configUpdate",
|
|
1687
1742
|
"parameters": [
|
|
1688
1743
|
{
|
|
1689
1744
|
"$ref": "#/components/parameters/Config_UpdatePostNameParam"
|
|
@@ -1719,6 +1774,7 @@
|
|
|
1719
1774
|
"summary": "Report rclone version",
|
|
1720
1775
|
"description": "Returns the running rclone version, build metadata, and Go runtime details.",
|
|
1721
1776
|
"tags": [],
|
|
1777
|
+
"operationId": "coreVersion",
|
|
1722
1778
|
"parameters": [
|
|
1723
1779
|
{
|
|
1724
1780
|
"$ref": "#/components/parameters/GlobalGroupParam"
|
|
@@ -1745,6 +1801,7 @@
|
|
|
1745
1801
|
"summary": "Current stats snapshot",
|
|
1746
1802
|
"description": "Returns active transfer statistics including bytes transferred, speed, and error counts.",
|
|
1747
1803
|
"tags": [],
|
|
1804
|
+
"operationId": "coreStats",
|
|
1748
1805
|
"parameters": [
|
|
1749
1806
|
{
|
|
1750
1807
|
"$ref": "#/components/parameters/Core_StatsPostGroupParam"
|
|
@@ -1777,6 +1834,7 @@
|
|
|
1777
1834
|
"summary": "List jobs",
|
|
1778
1835
|
"description": "Returns identifiers of active and recently completed asynchronous jobs.",
|
|
1779
1836
|
"tags": [],
|
|
1837
|
+
"operationId": "jobList",
|
|
1780
1838
|
"parameters": [
|
|
1781
1839
|
{
|
|
1782
1840
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
@@ -1800,6 +1858,7 @@
|
|
|
1800
1858
|
"summary": "Get job status",
|
|
1801
1859
|
"description": "Returns timing, success state, output, and progress for a specific job.",
|
|
1802
1860
|
"tags": [],
|
|
1861
|
+
"operationId": "jobStatus",
|
|
1803
1862
|
"parameters": [
|
|
1804
1863
|
{
|
|
1805
1864
|
"$ref": "#/components/parameters/Job_StatusPostJobidParam"
|
|
@@ -1826,6 +1885,7 @@
|
|
|
1826
1885
|
"summary": "Stop job",
|
|
1827
1886
|
"description": "Attempts to cancel a running job by ID.",
|
|
1828
1887
|
"tags": [],
|
|
1888
|
+
"operationId": "jobStop",
|
|
1829
1889
|
"parameters": [
|
|
1830
1890
|
{
|
|
1831
1891
|
"$ref": "#/components/parameters/Job_StopPostJobidParam"
|
|
@@ -1852,6 +1912,7 @@
|
|
|
1852
1912
|
"summary": "Stop jobs in group",
|
|
1853
1913
|
"description": "Cancels all active jobs associated with the provided stats group.",
|
|
1854
1914
|
"tags": [],
|
|
1915
|
+
"operationId": "jobStopgroup",
|
|
1855
1916
|
"parameters": [
|
|
1856
1917
|
{
|
|
1857
1918
|
"$ref": "#/components/parameters/Job_StopgroupPostGroupParam"
|
|
@@ -1878,6 +1939,7 @@
|
|
|
1878
1939
|
"summary": "List objects",
|
|
1879
1940
|
"description": "Lists objects and directories for a remote path, returning the same fields as `rclone lsjson`.",
|
|
1880
1941
|
"tags": [],
|
|
1942
|
+
"operationId": "operationsList",
|
|
1881
1943
|
"parameters": [
|
|
1882
1944
|
{
|
|
1883
1945
|
"$ref": "#/components/parameters/Operations_ListPostFsParam"
|
|
@@ -1943,6 +2005,7 @@
|
|
|
1943
2005
|
"summary": "Stat an object",
|
|
1944
2006
|
"description": "Returns metadata for a single file or directory, mirroring `rclone lsjson` on one entry.",
|
|
1945
2007
|
"tags": [],
|
|
2008
|
+
"operationId": "operationsStat",
|
|
1946
2009
|
"parameters": [
|
|
1947
2010
|
{
|
|
1948
2011
|
"$ref": "#/components/parameters/Operations_StatPostFsParam"
|
|
@@ -1978,6 +2041,7 @@
|
|
|
1978
2041
|
"summary": "Get remote quota",
|
|
1979
2042
|
"description": "Returns storage quota and usage details for the remote, equivalent to `rclone about`.",
|
|
1980
2043
|
"tags": [],
|
|
2044
|
+
"operationId": "operationsAbout",
|
|
1981
2045
|
"parameters": [
|
|
1982
2046
|
{
|
|
1983
2047
|
"$ref": "#/components/parameters/Operations_AboutPostFsParam"
|
|
@@ -2007,6 +2071,7 @@
|
|
|
2007
2071
|
"summary": "Upload files via multipart",
|
|
2008
2072
|
"description": "Accepts multipart/form-data payloads and writes the uploaded files to the specified remote path.",
|
|
2009
2073
|
"tags": [],
|
|
2074
|
+
"operationId": "operationsUploadfile",
|
|
2010
2075
|
"parameters": [
|
|
2011
2076
|
{
|
|
2012
2077
|
"$ref": "#/components/parameters/Operations_UploadfilePostFsParam"
|
|
@@ -2049,6 +2114,7 @@
|
|
|
2049
2114
|
"summary": "Purge directory",
|
|
2050
2115
|
"description": "Deletes a directory or container and all of its contents.",
|
|
2051
2116
|
"tags": [],
|
|
2117
|
+
"operationId": "operationsPurge",
|
|
2052
2118
|
"parameters": [
|
|
2053
2119
|
{
|
|
2054
2120
|
"$ref": "#/components/parameters/Operations_PurgePostFsParam"
|
|
@@ -2087,6 +2153,7 @@
|
|
|
2087
2153
|
"summary": "Create directory",
|
|
2088
2154
|
"description": "Creates the target directory or container if it does not exist.",
|
|
2089
2155
|
"tags": [],
|
|
2156
|
+
"operationId": "operationsMkdir",
|
|
2090
2157
|
"parameters": [
|
|
2091
2158
|
{
|
|
2092
2159
|
"$ref": "#/components/parameters/Operations_MkdirPostFsParam"
|
|
@@ -2119,6 +2186,7 @@
|
|
|
2119
2186
|
"summary": "Remove empty directory",
|
|
2120
2187
|
"description": "Deletes an empty directory or container.",
|
|
2121
2188
|
"tags": [],
|
|
2189
|
+
"operationId": "operationsRmdir",
|
|
2122
2190
|
"parameters": [
|
|
2123
2191
|
{
|
|
2124
2192
|
"$ref": "#/components/parameters/Operations_RmdirPostFsParam"
|
|
@@ -2151,6 +2219,7 @@
|
|
|
2151
2219
|
"summary": "Compare source and destination",
|
|
2152
2220
|
"description": "Compares source and destination trees, reporting matches, differences, and missing files.",
|
|
2153
2221
|
"tags": [],
|
|
2222
|
+
"operationId": "operationsCheck",
|
|
2154
2223
|
"parameters": [
|
|
2155
2224
|
{
|
|
2156
2225
|
"$ref": "#/components/parameters/Operations_CheckPostSrcFsParam"
|
|
@@ -2216,6 +2285,7 @@
|
|
|
2216
2285
|
"summary": "Sync source to destination",
|
|
2217
2286
|
"description": "Synchronises a source remote to a destination remote, making the destination match the source.",
|
|
2218
2287
|
"tags": [],
|
|
2288
|
+
"operationId": "syncSync",
|
|
2219
2289
|
"parameters": [
|
|
2220
2290
|
{
|
|
2221
2291
|
"$ref": "#/components/parameters/Sync_SyncPostSrcFsParam"
|
|
@@ -2257,6 +2327,7 @@
|
|
|
2257
2327
|
"summary": "Copy source to destination",
|
|
2258
2328
|
"description": "Copies objects from a source remote to a destination remote without deleting destination files.",
|
|
2259
2329
|
"tags": [],
|
|
2330
|
+
"operationId": "syncCopy",
|
|
2260
2331
|
"parameters": [
|
|
2261
2332
|
{
|
|
2262
2333
|
"$ref": "#/components/parameters/Sync_CopyPostSrcFsParam"
|
|
@@ -2298,6 +2369,7 @@
|
|
|
2298
2369
|
"summary": "Move source to destination",
|
|
2299
2370
|
"description": "Moves objects from a source remote to a destination remote, optionally cleaning up empty directories.",
|
|
2300
2371
|
"tags": [],
|
|
2372
|
+
"operationId": "syncMove",
|
|
2301
2373
|
"parameters": [
|
|
2302
2374
|
{
|
|
2303
2375
|
"$ref": "#/components/parameters/Sync_MovePostSrcFsParam"
|
|
@@ -2342,6 +2414,7 @@
|
|
|
2342
2414
|
"summary": "Bidirectional sync",
|
|
2343
2415
|
"description": "Performs a bidirectional synchronisation between two paths, supporting safety checks and recovery options.",
|
|
2344
2416
|
"tags": [],
|
|
2417
|
+
"operationId": "syncBisync",
|
|
2345
2418
|
"parameters": [
|
|
2346
2419
|
{
|
|
2347
2420
|
"$ref": "#/components/parameters/Sync_BisyncPostPath1Param"
|
|
@@ -2428,6 +2501,7 @@
|
|
|
2428
2501
|
"summary": "List option blocks",
|
|
2429
2502
|
"description": "Returns the names of option blocks that can be queried or updated.",
|
|
2430
2503
|
"tags": [],
|
|
2504
|
+
"operationId": "optionsBlocks",
|
|
2431
2505
|
"parameters": [
|
|
2432
2506
|
{
|
|
2433
2507
|
"$ref": "#/components/parameters/GlobalGroupParam"
|
|
@@ -2454,6 +2528,7 @@
|
|
|
2454
2528
|
"summary": "Get option values",
|
|
2455
2529
|
"description": "Returns the current global option values, optionally filtered by block.",
|
|
2456
2530
|
"tags": [],
|
|
2531
|
+
"operationId": "optionsGet",
|
|
2457
2532
|
"parameters": [
|
|
2458
2533
|
{
|
|
2459
2534
|
"$ref": "#/components/parameters/Options_GetPostBlocksParam"
|
|
@@ -2483,6 +2558,7 @@
|
|
|
2483
2558
|
"summary": "Describe options",
|
|
2484
2559
|
"description": "Returns metadata for options, including help text and defaults, grouped by block.",
|
|
2485
2560
|
"tags": [],
|
|
2561
|
+
"operationId": "optionsInfo",
|
|
2486
2562
|
"parameters": [
|
|
2487
2563
|
{
|
|
2488
2564
|
"$ref": "#/components/parameters/Options_InfoPostBlocksParam"
|
|
@@ -2512,6 +2588,7 @@
|
|
|
2512
2588
|
"summary": "Set option values",
|
|
2513
2589
|
"description": "Sets temporary option overrides for the running process by supplying key/value pairs grouped under option block names. Provide one or more query parameters whose names match the blocks you want to modify (for example `main`, `rc`, `http`). Each block parameter carries an object of option overrides.\n",
|
|
2514
2590
|
"tags": [],
|
|
2591
|
+
"operationId": "optionsSet",
|
|
2515
2592
|
"x-additionalQueryBlocksAllowed": true,
|
|
2516
2593
|
"parameters": [
|
|
2517
2594
|
{
|
|
@@ -2584,6 +2661,7 @@
|
|
|
2584
2661
|
"summary": "Show effective options",
|
|
2585
2662
|
"description": "Returns the current effective options for this request, including `_config` and `_filter` overrides.",
|
|
2586
2663
|
"tags": [],
|
|
2664
|
+
"operationId": "optionsLocal",
|
|
2587
2665
|
"parameters": [
|
|
2588
2666
|
{
|
|
2589
2667
|
"$ref": "#/components/parameters/GlobalGroupParam"
|
|
@@ -2610,6 +2688,7 @@
|
|
|
2610
2688
|
"summary": "List serve instances",
|
|
2611
2689
|
"description": "Returns all running `rclone serve` instances with their IDs and options.",
|
|
2612
2690
|
"tags": [],
|
|
2691
|
+
"operationId": "serveList",
|
|
2613
2692
|
"parameters": [
|
|
2614
2693
|
{
|
|
2615
2694
|
"$ref": "#/components/parameters/GlobalGroupParam"
|
|
@@ -2636,6 +2715,7 @@
|
|
|
2636
2715
|
"summary": "Start serve instance",
|
|
2637
2716
|
"description": "Launches a new `rclone serve` endpoint (http, webdav, ftp, etc.) with the provided parameters.",
|
|
2638
2717
|
"tags": [],
|
|
2718
|
+
"operationId": "serveStart",
|
|
2639
2719
|
"parameters": [
|
|
2640
2720
|
{
|
|
2641
2721
|
"$ref": "#/components/parameters/Serve_StartPostTypeParam"
|
|
@@ -2680,6 +2760,7 @@
|
|
|
2680
2760
|
"summary": "Stop serve instance",
|
|
2681
2761
|
"description": "Stops a running `serve` instance identified by its ID.",
|
|
2682
2762
|
"tags": [],
|
|
2763
|
+
"operationId": "serveStop",
|
|
2683
2764
|
"parameters": [
|
|
2684
2765
|
{
|
|
2685
2766
|
"$ref": "#/components/parameters/Serve_StopPostIdParam"
|
|
@@ -2709,6 +2790,7 @@
|
|
|
2709
2790
|
"summary": "Stop all serve instances",
|
|
2710
2791
|
"description": "Stops every active `serve` instance.",
|
|
2711
2792
|
"tags": [],
|
|
2793
|
+
"operationId": "serveStopall",
|
|
2712
2794
|
"parameters": [
|
|
2713
2795
|
{
|
|
2714
2796
|
"$ref": "#/components/parameters/GlobalGroupParam"
|
|
@@ -2735,6 +2817,7 @@
|
|
|
2735
2817
|
"summary": "List serve types",
|
|
2736
2818
|
"description": "Returns the list of supported `rclone serve` protocols.",
|
|
2737
2819
|
"tags": [],
|
|
2820
|
+
"operationId": "serveTypes",
|
|
2738
2821
|
"parameters": [
|
|
2739
2822
|
{
|
|
2740
2823
|
"$ref": "#/components/parameters/GlobalGroupParam"
|
|
@@ -2761,6 +2844,7 @@
|
|
|
2761
2844
|
"summary": "Forget cached paths",
|
|
2762
2845
|
"description": "Evicts specific files or directories from the VFS directory cache.",
|
|
2763
2846
|
"tags": [],
|
|
2847
|
+
"operationId": "vfsForget",
|
|
2764
2848
|
"parameters": [
|
|
2765
2849
|
{
|
|
2766
2850
|
"$ref": "#/components/parameters/Vfs_ForgetPostFsParam"
|
|
@@ -2793,6 +2877,7 @@
|
|
|
2793
2877
|
"summary": "List VFS instances",
|
|
2794
2878
|
"description": "Lists the active VFS instances and their identifiers.",
|
|
2795
2879
|
"tags": [],
|
|
2880
|
+
"operationId": "vfsList",
|
|
2796
2881
|
"parameters": [
|
|
2797
2882
|
{
|
|
2798
2883
|
"$ref": "#/components/parameters/Vfs_ListPostFsParam"
|
|
@@ -2822,6 +2907,7 @@
|
|
|
2822
2907
|
"summary": "Get or set poll interval",
|
|
2823
2908
|
"description": "Reads or updates the VFS poll interval duration, optionally waiting for the change to apply.",
|
|
2824
2909
|
"tags": [],
|
|
2910
|
+
"operationId": "vfsPollInterval",
|
|
2825
2911
|
"parameters": [
|
|
2826
2912
|
{
|
|
2827
2913
|
"$ref": "#/components/parameters/Vfs_PollIntervalPostFsParam"
|
|
@@ -2857,6 +2943,7 @@
|
|
|
2857
2943
|
"summary": "Inspect upload queue",
|
|
2858
2944
|
"description": "Returns the contents of the VFS upload queue.",
|
|
2859
2945
|
"tags": [],
|
|
2946
|
+
"operationId": "vfsQueue",
|
|
2860
2947
|
"parameters": [
|
|
2861
2948
|
{
|
|
2862
2949
|
"$ref": "#/components/parameters/Vfs_QueuePostFsParam"
|
|
@@ -2886,6 +2973,7 @@
|
|
|
2886
2973
|
"summary": "Adjust queue expiry",
|
|
2887
2974
|
"description": "Sets the expiry time of a queued VFS upload item, optionally relative to its current value.",
|
|
2888
2975
|
"tags": [],
|
|
2976
|
+
"operationId": "vfsQueueSetExpiry",
|
|
2889
2977
|
"parameters": [
|
|
2890
2978
|
{
|
|
2891
2979
|
"$ref": "#/components/parameters/Vfs_QueueSetExpiryPostFsParam"
|
|
@@ -2924,6 +3012,7 @@
|
|
|
2924
3012
|
"summary": "Refresh directory cache",
|
|
2925
3013
|
"description": "Refreshes one or more directories in the VFS cache, optionally recursively.",
|
|
2926
3014
|
"tags": [],
|
|
3015
|
+
"operationId": "vfsRefresh",
|
|
2927
3016
|
"parameters": [
|
|
2928
3017
|
{
|
|
2929
3018
|
"$ref": "#/components/parameters/Vfs_RefreshPostFsParam"
|
|
@@ -2959,6 +3048,7 @@
|
|
|
2959
3048
|
"summary": "Show VFS stats",
|
|
2960
3049
|
"description": "Returns VFS statistics including disk cache usage and metadata cache counters.",
|
|
2961
3050
|
"tags": [],
|
|
3051
|
+
"operationId": "vfsStats",
|
|
2962
3052
|
"parameters": [
|
|
2963
3053
|
{
|
|
2964
3054
|
"$ref": "#/components/parameters/Vfs_StatsPostFsParam"
|
|
@@ -2988,6 +3078,7 @@
|
|
|
2988
3078
|
"summary": "Install plugin",
|
|
2989
3079
|
"description": "Downloads and installs a plugin into the WebUI from the provided repository URL.",
|
|
2990
3080
|
"tags": [],
|
|
3081
|
+
"operationId": "pluginsctlAddPlugin",
|
|
2991
3082
|
"parameters": [
|
|
2992
3083
|
{
|
|
2993
3084
|
"$ref": "#/components/parameters/Pluginsctl_AddPluginPostUrlParam"
|
|
@@ -3017,6 +3108,7 @@
|
|
|
3017
3108
|
"summary": "Filter plugins by MIME type",
|
|
3018
3109
|
"description": "Returns plugins matching the requested MIME type and optional plugin type.",
|
|
3019
3110
|
"tags": [],
|
|
3111
|
+
"operationId": "pluginsctlGetPluginsForType",
|
|
3020
3112
|
"parameters": [
|
|
3021
3113
|
{
|
|
3022
3114
|
"$ref": "#/components/parameters/Pluginsctl_GetPluginsForTypePostTypeParam"
|
|
@@ -3049,6 +3141,7 @@
|
|
|
3049
3141
|
"summary": "List installed plugins",
|
|
3050
3142
|
"description": "Returns metadata for installed production and test plugins.",
|
|
3051
3143
|
"tags": [],
|
|
3144
|
+
"operationId": "pluginsctlListPlugins",
|
|
3052
3145
|
"parameters": [
|
|
3053
3146
|
{
|
|
3054
3147
|
"$ref": "#/components/parameters/GlobalGroupParam"
|
|
@@ -3075,6 +3168,7 @@
|
|
|
3075
3168
|
"summary": "List installed test plugins",
|
|
3076
3169
|
"description": "Returns metadata for installed test plugins.",
|
|
3077
3170
|
"tags": [],
|
|
3171
|
+
"operationId": "pluginsctlListTestPlugins",
|
|
3078
3172
|
"parameters": [
|
|
3079
3173
|
{
|
|
3080
3174
|
"$ref": "#/components/parameters/GlobalGroupParam"
|
|
@@ -3101,6 +3195,7 @@
|
|
|
3101
3195
|
"summary": "Remove plugin",
|
|
3102
3196
|
"description": "Uninstalls a plugin from the WebUI.",
|
|
3103
3197
|
"tags": [],
|
|
3198
|
+
"operationId": "pluginsctlRemovePlugin",
|
|
3104
3199
|
"parameters": [
|
|
3105
3200
|
{
|
|
3106
3201
|
"$ref": "#/components/parameters/Pluginsctl_RemovePluginPostNameParam"
|
|
@@ -3130,6 +3225,7 @@
|
|
|
3130
3225
|
"summary": "Remove test plugin",
|
|
3131
3226
|
"description": "Uninstalls a test plugin from the WebUI.",
|
|
3132
3227
|
"tags": [],
|
|
3228
|
+
"operationId": "pluginsctlRemoveTestPlugin",
|
|
3133
3229
|
"parameters": [
|
|
3134
3230
|
{
|
|
3135
3231
|
"$ref": "#/components/parameters/Pluginsctl_RemoveTestPluginPostNameParam"
|
|
@@ -6486,11 +6582,119 @@
|
|
|
6486
6582
|
"application/json": {
|
|
6487
6583
|
"schema": {
|
|
6488
6584
|
"type": "object",
|
|
6585
|
+
"required": [
|
|
6586
|
+
"dlna",
|
|
6587
|
+
"filter",
|
|
6588
|
+
"ftp",
|
|
6589
|
+
"http",
|
|
6590
|
+
"log",
|
|
6591
|
+
"main",
|
|
6592
|
+
"mount",
|
|
6593
|
+
"nfs",
|
|
6594
|
+
"proxy",
|
|
6595
|
+
"rc",
|
|
6596
|
+
"restic",
|
|
6597
|
+
"s3",
|
|
6598
|
+
"sftp",
|
|
6599
|
+
"vfs",
|
|
6600
|
+
"webdav"
|
|
6601
|
+
],
|
|
6602
|
+
"properties": {
|
|
6603
|
+
"dlna": {
|
|
6604
|
+
"type": "array",
|
|
6605
|
+
"items": {
|
|
6606
|
+
"$ref": "#/components/schemas/OptionsInfoOption"
|
|
6607
|
+
}
|
|
6608
|
+
},
|
|
6609
|
+
"filter": {
|
|
6610
|
+
"type": "array",
|
|
6611
|
+
"items": {
|
|
6612
|
+
"$ref": "#/components/schemas/OptionsInfoOption"
|
|
6613
|
+
}
|
|
6614
|
+
},
|
|
6615
|
+
"ftp": {
|
|
6616
|
+
"type": "array",
|
|
6617
|
+
"items": {
|
|
6618
|
+
"$ref": "#/components/schemas/OptionsInfoOption"
|
|
6619
|
+
}
|
|
6620
|
+
},
|
|
6621
|
+
"http": {
|
|
6622
|
+
"type": "array",
|
|
6623
|
+
"items": {
|
|
6624
|
+
"$ref": "#/components/schemas/OptionsInfoOption"
|
|
6625
|
+
}
|
|
6626
|
+
},
|
|
6627
|
+
"log": {
|
|
6628
|
+
"type": "array",
|
|
6629
|
+
"items": {
|
|
6630
|
+
"$ref": "#/components/schemas/OptionsInfoOption"
|
|
6631
|
+
}
|
|
6632
|
+
},
|
|
6633
|
+
"main": {
|
|
6634
|
+
"type": "array",
|
|
6635
|
+
"items": {
|
|
6636
|
+
"$ref": "#/components/schemas/OptionsInfoOption"
|
|
6637
|
+
}
|
|
6638
|
+
},
|
|
6639
|
+
"mount": {
|
|
6640
|
+
"type": "array",
|
|
6641
|
+
"items": {
|
|
6642
|
+
"$ref": "#/components/schemas/OptionsInfoOption"
|
|
6643
|
+
}
|
|
6644
|
+
},
|
|
6645
|
+
"nfs": {
|
|
6646
|
+
"type": "array",
|
|
6647
|
+
"items": {
|
|
6648
|
+
"$ref": "#/components/schemas/OptionsInfoOption"
|
|
6649
|
+
}
|
|
6650
|
+
},
|
|
6651
|
+
"proxy": {
|
|
6652
|
+
"type": "array",
|
|
6653
|
+
"items": {
|
|
6654
|
+
"$ref": "#/components/schemas/OptionsInfoOption"
|
|
6655
|
+
}
|
|
6656
|
+
},
|
|
6657
|
+
"rc": {
|
|
6658
|
+
"type": "array",
|
|
6659
|
+
"items": {
|
|
6660
|
+
"$ref": "#/components/schemas/OptionsInfoOption"
|
|
6661
|
+
}
|
|
6662
|
+
},
|
|
6663
|
+
"restic": {
|
|
6664
|
+
"type": "array",
|
|
6665
|
+
"items": {
|
|
6666
|
+
"$ref": "#/components/schemas/OptionsInfoOption"
|
|
6667
|
+
}
|
|
6668
|
+
},
|
|
6669
|
+
"s3": {
|
|
6670
|
+
"type": "array",
|
|
6671
|
+
"items": {
|
|
6672
|
+
"$ref": "#/components/schemas/OptionsInfoOption"
|
|
6673
|
+
}
|
|
6674
|
+
},
|
|
6675
|
+
"sftp": {
|
|
6676
|
+
"type": "array",
|
|
6677
|
+
"items": {
|
|
6678
|
+
"$ref": "#/components/schemas/OptionsInfoOption"
|
|
6679
|
+
}
|
|
6680
|
+
},
|
|
6681
|
+
"vfs": {
|
|
6682
|
+
"type": "array",
|
|
6683
|
+
"items": {
|
|
6684
|
+
"$ref": "#/components/schemas/OptionsInfoOption"
|
|
6685
|
+
}
|
|
6686
|
+
},
|
|
6687
|
+
"webdav": {
|
|
6688
|
+
"type": "array",
|
|
6689
|
+
"items": {
|
|
6690
|
+
"$ref": "#/components/schemas/OptionsInfoOption"
|
|
6691
|
+
}
|
|
6692
|
+
}
|
|
6693
|
+
},
|
|
6489
6694
|
"additionalProperties": {
|
|
6490
6695
|
"type": "array",
|
|
6491
6696
|
"items": {
|
|
6492
|
-
"
|
|
6493
|
-
"additionalProperties": true
|
|
6697
|
+
"$ref": "#/components/schemas/OptionsInfoOption"
|
|
6494
6698
|
}
|
|
6495
6699
|
}
|
|
6496
6700
|
}
|
|
@@ -7479,12 +7683,10 @@
|
|
|
7479
7683
|
"type": "boolean"
|
|
7480
7684
|
},
|
|
7481
7685
|
"MetadataInfo": {
|
|
7482
|
-
"
|
|
7686
|
+
"nullable": true,
|
|
7687
|
+
"allOf": [
|
|
7483
7688
|
{
|
|
7484
7689
|
"$ref": "#/components/schemas/ConfigProviderMetadataInfo"
|
|
7485
|
-
},
|
|
7486
|
-
{
|
|
7487
|
-
"type": "null"
|
|
7488
7690
|
}
|
|
7489
7691
|
]
|
|
7490
7692
|
},
|
|
@@ -7563,6 +7765,143 @@
|
|
|
7563
7765
|
},
|
|
7564
7766
|
"additionalProperties": true
|
|
7565
7767
|
},
|
|
7768
|
+
"OptionsInfoOptionExample": {
|
|
7769
|
+
"type": "object",
|
|
7770
|
+
"properties": {
|
|
7771
|
+
"Value": {
|
|
7772
|
+
"type": "string"
|
|
7773
|
+
},
|
|
7774
|
+
"Help": {
|
|
7775
|
+
"type": "string"
|
|
7776
|
+
}
|
|
7777
|
+
},
|
|
7778
|
+
"required": [
|
|
7779
|
+
"Value",
|
|
7780
|
+
"Help"
|
|
7781
|
+
],
|
|
7782
|
+
"additionalProperties": true
|
|
7783
|
+
},
|
|
7784
|
+
"OptionsInfoOption": {
|
|
7785
|
+
"type": "object",
|
|
7786
|
+
"properties": {
|
|
7787
|
+
"Name": {
|
|
7788
|
+
"type": "string"
|
|
7789
|
+
},
|
|
7790
|
+
"FieldName": {
|
|
7791
|
+
"type": "string"
|
|
7792
|
+
},
|
|
7793
|
+
"Help": {
|
|
7794
|
+
"type": "string"
|
|
7795
|
+
},
|
|
7796
|
+
"Default": {
|
|
7797
|
+
"description": "Default value for this option.",
|
|
7798
|
+
"anyOf": [
|
|
7799
|
+
{
|
|
7800
|
+
"type": "array",
|
|
7801
|
+
"items": {
|
|
7802
|
+
"type": "string"
|
|
7803
|
+
}
|
|
7804
|
+
},
|
|
7805
|
+
{
|
|
7806
|
+
"type": "boolean"
|
|
7807
|
+
},
|
|
7808
|
+
{
|
|
7809
|
+
"type": "number"
|
|
7810
|
+
},
|
|
7811
|
+
{
|
|
7812
|
+
"type": "string"
|
|
7813
|
+
},
|
|
7814
|
+
{
|
|
7815
|
+
"type": "object",
|
|
7816
|
+
"properties": {
|
|
7817
|
+
"Value": {
|
|
7818
|
+
"type": "boolean"
|
|
7819
|
+
},
|
|
7820
|
+
"Valid": {
|
|
7821
|
+
"type": "boolean"
|
|
7822
|
+
}
|
|
7823
|
+
},
|
|
7824
|
+
"required": [
|
|
7825
|
+
"Value",
|
|
7826
|
+
"Valid"
|
|
7827
|
+
],
|
|
7828
|
+
"additionalProperties": false
|
|
7829
|
+
}
|
|
7830
|
+
]
|
|
7831
|
+
},
|
|
7832
|
+
"Value": {
|
|
7833
|
+
"nullable": true,
|
|
7834
|
+
"anyOf": [
|
|
7835
|
+
{
|
|
7836
|
+
"type": "boolean"
|
|
7837
|
+
},
|
|
7838
|
+
{
|
|
7839
|
+
"type": "number"
|
|
7840
|
+
}
|
|
7841
|
+
]
|
|
7842
|
+
},
|
|
7843
|
+
"Hide": {
|
|
7844
|
+
"type": "integer"
|
|
7845
|
+
},
|
|
7846
|
+
"Required": {
|
|
7847
|
+
"type": "boolean"
|
|
7848
|
+
},
|
|
7849
|
+
"IsPassword": {
|
|
7850
|
+
"type": "boolean"
|
|
7851
|
+
},
|
|
7852
|
+
"NoPrefix": {
|
|
7853
|
+
"type": "boolean"
|
|
7854
|
+
},
|
|
7855
|
+
"Advanced": {
|
|
7856
|
+
"type": "boolean"
|
|
7857
|
+
},
|
|
7858
|
+
"Exclusive": {
|
|
7859
|
+
"type": "boolean"
|
|
7860
|
+
},
|
|
7861
|
+
"Sensitive": {
|
|
7862
|
+
"type": "boolean"
|
|
7863
|
+
},
|
|
7864
|
+
"DefaultStr": {
|
|
7865
|
+
"type": "string"
|
|
7866
|
+
},
|
|
7867
|
+
"ValueStr": {
|
|
7868
|
+
"type": "string"
|
|
7869
|
+
},
|
|
7870
|
+
"Type": {
|
|
7871
|
+
"type": "string"
|
|
7872
|
+
},
|
|
7873
|
+
"Groups": {
|
|
7874
|
+
"type": "string"
|
|
7875
|
+
},
|
|
7876
|
+
"ShortOpt": {
|
|
7877
|
+
"type": "string"
|
|
7878
|
+
},
|
|
7879
|
+
"Examples": {
|
|
7880
|
+
"type": "array",
|
|
7881
|
+
"items": {
|
|
7882
|
+
"$ref": "#/components/schemas/OptionsInfoOptionExample"
|
|
7883
|
+
}
|
|
7884
|
+
}
|
|
7885
|
+
},
|
|
7886
|
+
"required": [
|
|
7887
|
+
"Name",
|
|
7888
|
+
"FieldName",
|
|
7889
|
+
"Help",
|
|
7890
|
+
"Default",
|
|
7891
|
+
"Value",
|
|
7892
|
+
"Hide",
|
|
7893
|
+
"Required",
|
|
7894
|
+
"IsPassword",
|
|
7895
|
+
"NoPrefix",
|
|
7896
|
+
"Advanced",
|
|
7897
|
+
"Exclusive",
|
|
7898
|
+
"Sensitive",
|
|
7899
|
+
"DefaultStr",
|
|
7900
|
+
"ValueStr",
|
|
7901
|
+
"Type"
|
|
7902
|
+
],
|
|
7903
|
+
"additionalProperties": true
|
|
7904
|
+
},
|
|
7566
7905
|
"ConfigProviderOption": {
|
|
7567
7906
|
"type": "object",
|
|
7568
7907
|
"properties": {
|
|
@@ -7681,11 +8020,9 @@
|
|
|
7681
8020
|
{
|
|
7682
8021
|
"type": "object",
|
|
7683
8022
|
"additionalProperties": true
|
|
7684
|
-
},
|
|
7685
|
-
{
|
|
7686
|
-
"type": "null"
|
|
7687
8023
|
}
|
|
7688
|
-
]
|
|
8024
|
+
],
|
|
8025
|
+
"nullable": true
|
|
7689
8026
|
},
|
|
7690
8027
|
"ConfigProviderOptionType": {
|
|
7691
8028
|
"type": "string",
|