rclone-openapi 1.72.1 → 1.73.4
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/README.md +1 -0
- package/openapi.json +3611 -9
- package/openapi.yaml +3086 -758
- package/package.json +5 -4
- package/types.d.ts +1839 -310
package/openapi.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"openapi": "3.1.0",
|
|
3
3
|
"info": {
|
|
4
4
|
"title": "Rclone RC API",
|
|
5
|
-
"version": "1.
|
|
5
|
+
"version": "1.73.4",
|
|
6
6
|
"description": "Full OpenAPI specification for the Rclone RC API.",
|
|
7
7
|
"contact": {
|
|
8
8
|
"name": "GitHub Repository",
|
|
@@ -33,6 +33,15 @@
|
|
|
33
33
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
34
34
|
}
|
|
35
35
|
],
|
|
36
|
+
"requestBody": {
|
|
37
|
+
"content": {
|
|
38
|
+
"application/json": {
|
|
39
|
+
"schema": {
|
|
40
|
+
"$ref": "#/components/schemas/RcNoopRequest"
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
},
|
|
36
45
|
"responses": {
|
|
37
46
|
"200": {
|
|
38
47
|
"$ref": "#/components/responses/RcNoopResponse"
|
|
@@ -63,6 +72,15 @@
|
|
|
63
72
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
64
73
|
}
|
|
65
74
|
],
|
|
75
|
+
"requestBody": {
|
|
76
|
+
"content": {
|
|
77
|
+
"application/json": {
|
|
78
|
+
"schema": {
|
|
79
|
+
"$ref": "#/components/schemas/OperationsCleanupRequest"
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
},
|
|
66
84
|
"responses": {
|
|
67
85
|
"200": {
|
|
68
86
|
"$ref": "#/components/responses/EmptyObjectResponse"
|
|
@@ -102,6 +120,15 @@
|
|
|
102
120
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
103
121
|
}
|
|
104
122
|
],
|
|
123
|
+
"requestBody": {
|
|
124
|
+
"content": {
|
|
125
|
+
"application/json": {
|
|
126
|
+
"schema": {
|
|
127
|
+
"$ref": "#/components/schemas/OperationsCopyfileRequest"
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
},
|
|
105
132
|
"responses": {
|
|
106
133
|
"200": {
|
|
107
134
|
"$ref": "#/components/responses/EmptyObjectResponse"
|
|
@@ -141,6 +168,15 @@
|
|
|
141
168
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
142
169
|
}
|
|
143
170
|
],
|
|
171
|
+
"requestBody": {
|
|
172
|
+
"content": {
|
|
173
|
+
"application/json": {
|
|
174
|
+
"schema": {
|
|
175
|
+
"$ref": "#/components/schemas/OperationsCopyurlRequest"
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
},
|
|
144
180
|
"responses": {
|
|
145
181
|
"200": {
|
|
146
182
|
"$ref": "#/components/responses/EmptyObjectResponse"
|
|
@@ -177,6 +213,15 @@
|
|
|
177
213
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
178
214
|
}
|
|
179
215
|
],
|
|
216
|
+
"requestBody": {
|
|
217
|
+
"content": {
|
|
218
|
+
"application/json": {
|
|
219
|
+
"schema": {
|
|
220
|
+
"$ref": "#/components/schemas/OperationsDeleteRequest"
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
},
|
|
180
225
|
"responses": {
|
|
181
226
|
"200": {
|
|
182
227
|
"$ref": "#/components/responses/EmptyObjectResponse"
|
|
@@ -210,6 +255,15 @@
|
|
|
210
255
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
211
256
|
}
|
|
212
257
|
],
|
|
258
|
+
"requestBody": {
|
|
259
|
+
"content": {
|
|
260
|
+
"application/json": {
|
|
261
|
+
"schema": {
|
|
262
|
+
"$ref": "#/components/schemas/OperationsDeletefileRequest"
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
},
|
|
213
267
|
"responses": {
|
|
214
268
|
"200": {
|
|
215
269
|
"$ref": "#/components/responses/EmptyObjectResponse"
|
|
@@ -240,6 +294,15 @@
|
|
|
240
294
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
241
295
|
}
|
|
242
296
|
],
|
|
297
|
+
"requestBody": {
|
|
298
|
+
"content": {
|
|
299
|
+
"application/json": {
|
|
300
|
+
"schema": {
|
|
301
|
+
"$ref": "#/components/schemas/OperationsFsinfoRequest"
|
|
302
|
+
}
|
|
303
|
+
}
|
|
304
|
+
}
|
|
305
|
+
},
|
|
243
306
|
"responses": {
|
|
244
307
|
"200": {
|
|
245
308
|
"$ref": "#/components/responses/OperationsFsinfoResponse"
|
|
@@ -279,6 +342,15 @@
|
|
|
279
342
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
280
343
|
}
|
|
281
344
|
],
|
|
345
|
+
"requestBody": {
|
|
346
|
+
"content": {
|
|
347
|
+
"application/json": {
|
|
348
|
+
"schema": {
|
|
349
|
+
"$ref": "#/components/schemas/OperationsHashsumRequest"
|
|
350
|
+
}
|
|
351
|
+
}
|
|
352
|
+
}
|
|
353
|
+
},
|
|
282
354
|
"responses": {
|
|
283
355
|
"200": {
|
|
284
356
|
"$ref": "#/components/responses/OperationsHashsumResponse"
|
|
@@ -293,6 +365,57 @@
|
|
|
293
365
|
"operationId": "operationsHashsum"
|
|
294
366
|
}
|
|
295
367
|
},
|
|
368
|
+
"/operations/hashsumfile": {
|
|
369
|
+
"post": {
|
|
370
|
+
"summary": "Hash a single file",
|
|
371
|
+
"description": "Returns the hash of a single file using the specified hash algorithm.",
|
|
372
|
+
"tags": [],
|
|
373
|
+
"parameters": [
|
|
374
|
+
{
|
|
375
|
+
"$ref": "#/components/parameters/Operations_HashsumfilePostFsParam"
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"$ref": "#/components/parameters/Operations_HashsumfilePostRemoteParam"
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"$ref": "#/components/parameters/Operations_HashsumfilePostHashTypeParam"
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
"$ref": "#/components/parameters/Operations_HashsumfilePostDownloadParam"
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"$ref": "#/components/parameters/Operations_HashsumfilePostBase64Param"
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"$ref": "#/components/parameters/GlobalGroupParam"
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
394
|
+
}
|
|
395
|
+
],
|
|
396
|
+
"requestBody": {
|
|
397
|
+
"content": {
|
|
398
|
+
"application/json": {
|
|
399
|
+
"schema": {
|
|
400
|
+
"$ref": "#/components/schemas/OperationsHashsumfileRequest"
|
|
401
|
+
}
|
|
402
|
+
}
|
|
403
|
+
}
|
|
404
|
+
},
|
|
405
|
+
"responses": {
|
|
406
|
+
"200": {
|
|
407
|
+
"$ref": "#/components/responses/OperationsHashsumfileResponse"
|
|
408
|
+
},
|
|
409
|
+
"4XX": {
|
|
410
|
+
"$ref": "#/components/responses/RcError"
|
|
411
|
+
},
|
|
412
|
+
"5XX": {
|
|
413
|
+
"$ref": "#/components/responses/RcError"
|
|
414
|
+
}
|
|
415
|
+
},
|
|
416
|
+
"operationId": "operationsHashsumfile"
|
|
417
|
+
}
|
|
418
|
+
},
|
|
296
419
|
"/operations/movefile": {
|
|
297
420
|
"post": {
|
|
298
421
|
"summary": "Move a single file",
|
|
@@ -318,6 +441,15 @@
|
|
|
318
441
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
319
442
|
}
|
|
320
443
|
],
|
|
444
|
+
"requestBody": {
|
|
445
|
+
"content": {
|
|
446
|
+
"application/json": {
|
|
447
|
+
"schema": {
|
|
448
|
+
"$ref": "#/components/schemas/OperationsMovefileRequest"
|
|
449
|
+
}
|
|
450
|
+
}
|
|
451
|
+
}
|
|
452
|
+
},
|
|
321
453
|
"responses": {
|
|
322
454
|
"200": {
|
|
323
455
|
"$ref": "#/components/responses/EmptyObjectResponse"
|
|
@@ -357,6 +489,15 @@
|
|
|
357
489
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
358
490
|
}
|
|
359
491
|
],
|
|
492
|
+
"requestBody": {
|
|
493
|
+
"content": {
|
|
494
|
+
"application/json": {
|
|
495
|
+
"schema": {
|
|
496
|
+
"$ref": "#/components/schemas/OperationsPubliclinkRequest"
|
|
497
|
+
}
|
|
498
|
+
}
|
|
499
|
+
}
|
|
500
|
+
},
|
|
360
501
|
"responses": {
|
|
361
502
|
"200": {
|
|
362
503
|
"$ref": "#/components/responses/OperationsPubliclinkResponse"
|
|
@@ -393,6 +534,15 @@
|
|
|
393
534
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
394
535
|
}
|
|
395
536
|
],
|
|
537
|
+
"requestBody": {
|
|
538
|
+
"content": {
|
|
539
|
+
"application/json": {
|
|
540
|
+
"schema": {
|
|
541
|
+
"$ref": "#/components/schemas/OperationsRmdirsRequest"
|
|
542
|
+
}
|
|
543
|
+
}
|
|
544
|
+
}
|
|
545
|
+
},
|
|
396
546
|
"responses": {
|
|
397
547
|
"200": {
|
|
398
548
|
"$ref": "#/components/responses/EmptyObjectResponse"
|
|
@@ -423,6 +573,15 @@
|
|
|
423
573
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
424
574
|
}
|
|
425
575
|
],
|
|
576
|
+
"requestBody": {
|
|
577
|
+
"content": {
|
|
578
|
+
"application/json": {
|
|
579
|
+
"schema": {
|
|
580
|
+
"$ref": "#/components/schemas/OperationsSettierRequest"
|
|
581
|
+
}
|
|
582
|
+
}
|
|
583
|
+
}
|
|
584
|
+
},
|
|
426
585
|
"responses": {
|
|
427
586
|
"200": {
|
|
428
587
|
"$ref": "#/components/responses/EmptyObjectResponse"
|
|
@@ -456,6 +615,15 @@
|
|
|
456
615
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
457
616
|
}
|
|
458
617
|
],
|
|
618
|
+
"requestBody": {
|
|
619
|
+
"content": {
|
|
620
|
+
"application/json": {
|
|
621
|
+
"schema": {
|
|
622
|
+
"$ref": "#/components/schemas/OperationsSettierfileRequest"
|
|
623
|
+
}
|
|
624
|
+
}
|
|
625
|
+
}
|
|
626
|
+
},
|
|
459
627
|
"responses": {
|
|
460
628
|
"200": {
|
|
461
629
|
"$ref": "#/components/responses/EmptyObjectResponse"
|
|
@@ -486,6 +654,15 @@
|
|
|
486
654
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
487
655
|
}
|
|
488
656
|
],
|
|
657
|
+
"requestBody": {
|
|
658
|
+
"content": {
|
|
659
|
+
"application/json": {
|
|
660
|
+
"schema": {
|
|
661
|
+
"$ref": "#/components/schemas/OperationsSizeRequest"
|
|
662
|
+
}
|
|
663
|
+
}
|
|
664
|
+
}
|
|
665
|
+
},
|
|
489
666
|
"responses": {
|
|
490
667
|
"200": {
|
|
491
668
|
"$ref": "#/components/responses/OperationsSizeResponse"
|
|
@@ -516,6 +693,15 @@
|
|
|
516
693
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
517
694
|
}
|
|
518
695
|
],
|
|
696
|
+
"requestBody": {
|
|
697
|
+
"content": {
|
|
698
|
+
"application/json": {
|
|
699
|
+
"schema": {
|
|
700
|
+
"$ref": "#/components/schemas/CoreBwlimitRequest"
|
|
701
|
+
}
|
|
702
|
+
}
|
|
703
|
+
}
|
|
704
|
+
},
|
|
519
705
|
"responses": {
|
|
520
706
|
"200": {
|
|
521
707
|
"$ref": "#/components/responses/CoreBwlimitResponse"
|
|
@@ -555,6 +741,15 @@
|
|
|
555
741
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
556
742
|
}
|
|
557
743
|
],
|
|
744
|
+
"requestBody": {
|
|
745
|
+
"content": {
|
|
746
|
+
"application/json": {
|
|
747
|
+
"schema": {
|
|
748
|
+
"$ref": "#/components/schemas/CoreCommandRequest"
|
|
749
|
+
}
|
|
750
|
+
}
|
|
751
|
+
}
|
|
752
|
+
},
|
|
558
753
|
"responses": {
|
|
559
754
|
"200": {
|
|
560
755
|
"$ref": "#/components/responses/CoreCommandResponse"
|
|
@@ -585,6 +780,15 @@
|
|
|
585
780
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
586
781
|
}
|
|
587
782
|
],
|
|
783
|
+
"requestBody": {
|
|
784
|
+
"content": {
|
|
785
|
+
"application/json": {
|
|
786
|
+
"schema": {
|
|
787
|
+
"$ref": "#/components/schemas/CoreDuRequest"
|
|
788
|
+
}
|
|
789
|
+
}
|
|
790
|
+
}
|
|
791
|
+
},
|
|
588
792
|
"responses": {
|
|
589
793
|
"200": {
|
|
590
794
|
"$ref": "#/components/responses/CoreDuResponse"
|
|
@@ -612,6 +816,15 @@
|
|
|
612
816
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
613
817
|
}
|
|
614
818
|
],
|
|
819
|
+
"requestBody": {
|
|
820
|
+
"content": {
|
|
821
|
+
"application/json": {
|
|
822
|
+
"schema": {
|
|
823
|
+
"$ref": "#/components/schemas/CoreGcRequest"
|
|
824
|
+
}
|
|
825
|
+
}
|
|
826
|
+
}
|
|
827
|
+
},
|
|
615
828
|
"responses": {
|
|
616
829
|
"200": {
|
|
617
830
|
"$ref": "#/components/responses/EmptyObjectResponse"
|
|
@@ -639,6 +852,15 @@
|
|
|
639
852
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
640
853
|
}
|
|
641
854
|
],
|
|
855
|
+
"requestBody": {
|
|
856
|
+
"content": {
|
|
857
|
+
"application/json": {
|
|
858
|
+
"schema": {
|
|
859
|
+
"$ref": "#/components/schemas/CoreGroupListRequest"
|
|
860
|
+
}
|
|
861
|
+
}
|
|
862
|
+
}
|
|
863
|
+
},
|
|
642
864
|
"responses": {
|
|
643
865
|
"200": {
|
|
644
866
|
"description": "Names of stats groups.",
|
|
@@ -684,6 +906,15 @@
|
|
|
684
906
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
685
907
|
}
|
|
686
908
|
],
|
|
909
|
+
"requestBody": {
|
|
910
|
+
"content": {
|
|
911
|
+
"application/json": {
|
|
912
|
+
"schema": {
|
|
913
|
+
"$ref": "#/components/schemas/CoreMemstatsRequest"
|
|
914
|
+
}
|
|
915
|
+
}
|
|
916
|
+
}
|
|
917
|
+
},
|
|
687
918
|
"responses": {
|
|
688
919
|
"200": {
|
|
689
920
|
"description": "Memory statistics fields from the Go runtime.",
|
|
@@ -724,6 +955,15 @@
|
|
|
724
955
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
725
956
|
}
|
|
726
957
|
],
|
|
958
|
+
"requestBody": {
|
|
959
|
+
"content": {
|
|
960
|
+
"application/json": {
|
|
961
|
+
"schema": {
|
|
962
|
+
"$ref": "#/components/schemas/CoreObscureRequest"
|
|
963
|
+
}
|
|
964
|
+
}
|
|
965
|
+
}
|
|
966
|
+
},
|
|
727
967
|
"responses": {
|
|
728
968
|
"200": {
|
|
729
969
|
"description": "Obscured string result.",
|
|
@@ -766,6 +1006,15 @@
|
|
|
766
1006
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
767
1007
|
}
|
|
768
1008
|
],
|
|
1009
|
+
"requestBody": {
|
|
1010
|
+
"content": {
|
|
1011
|
+
"application/json": {
|
|
1012
|
+
"schema": {
|
|
1013
|
+
"$ref": "#/components/schemas/CorePidRequest"
|
|
1014
|
+
}
|
|
1015
|
+
}
|
|
1016
|
+
}
|
|
1017
|
+
},
|
|
769
1018
|
"responses": {
|
|
770
1019
|
"200": {
|
|
771
1020
|
"description": "Process ID payload.",
|
|
@@ -811,6 +1060,15 @@
|
|
|
811
1060
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
812
1061
|
}
|
|
813
1062
|
],
|
|
1063
|
+
"requestBody": {
|
|
1064
|
+
"content": {
|
|
1065
|
+
"application/json": {
|
|
1066
|
+
"schema": {
|
|
1067
|
+
"$ref": "#/components/schemas/CoreQuitRequest"
|
|
1068
|
+
}
|
|
1069
|
+
}
|
|
1070
|
+
}
|
|
1071
|
+
},
|
|
814
1072
|
"responses": {
|
|
815
1073
|
"200": {
|
|
816
1074
|
"$ref": "#/components/responses/EmptyObjectResponse"
|
|
@@ -841,6 +1099,15 @@
|
|
|
841
1099
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
842
1100
|
}
|
|
843
1101
|
],
|
|
1102
|
+
"requestBody": {
|
|
1103
|
+
"content": {
|
|
1104
|
+
"application/json": {
|
|
1105
|
+
"schema": {
|
|
1106
|
+
"$ref": "#/components/schemas/CoreStatsDeleteRequest"
|
|
1107
|
+
}
|
|
1108
|
+
}
|
|
1109
|
+
}
|
|
1110
|
+
},
|
|
844
1111
|
"responses": {
|
|
845
1112
|
"200": {
|
|
846
1113
|
"$ref": "#/components/responses/EmptyObjectResponse"
|
|
@@ -871,6 +1138,15 @@
|
|
|
871
1138
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
872
1139
|
}
|
|
873
1140
|
],
|
|
1141
|
+
"requestBody": {
|
|
1142
|
+
"content": {
|
|
1143
|
+
"application/json": {
|
|
1144
|
+
"schema": {
|
|
1145
|
+
"$ref": "#/components/schemas/CoreStatsResetRequest"
|
|
1146
|
+
}
|
|
1147
|
+
}
|
|
1148
|
+
}
|
|
1149
|
+
},
|
|
874
1150
|
"responses": {
|
|
875
1151
|
"200": {
|
|
876
1152
|
"$ref": "#/components/responses/EmptyObjectResponse"
|
|
@@ -901,6 +1177,15 @@
|
|
|
901
1177
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
902
1178
|
}
|
|
903
1179
|
],
|
|
1180
|
+
"requestBody": {
|
|
1181
|
+
"content": {
|
|
1182
|
+
"application/json": {
|
|
1183
|
+
"schema": {
|
|
1184
|
+
"$ref": "#/components/schemas/CoreTransferredRequest"
|
|
1185
|
+
}
|
|
1186
|
+
}
|
|
1187
|
+
}
|
|
1188
|
+
},
|
|
904
1189
|
"responses": {
|
|
905
1190
|
"200": {
|
|
906
1191
|
"$ref": "#/components/responses/CoreTransferredResponse"
|
|
@@ -929,6 +1214,15 @@
|
|
|
929
1214
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
930
1215
|
}
|
|
931
1216
|
],
|
|
1217
|
+
"requestBody": {
|
|
1218
|
+
"content": {
|
|
1219
|
+
"application/json": {
|
|
1220
|
+
"schema": {
|
|
1221
|
+
"$ref": "#/components/schemas/DebugSetBlockProfileRateRequest"
|
|
1222
|
+
}
|
|
1223
|
+
}
|
|
1224
|
+
}
|
|
1225
|
+
},
|
|
932
1226
|
"responses": {
|
|
933
1227
|
"200": {
|
|
934
1228
|
"$ref": "#/components/responses/EmptyObjectResponse"
|
|
@@ -957,6 +1251,15 @@
|
|
|
957
1251
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
958
1252
|
}
|
|
959
1253
|
],
|
|
1254
|
+
"requestBody": {
|
|
1255
|
+
"content": {
|
|
1256
|
+
"application/json": {
|
|
1257
|
+
"schema": {
|
|
1258
|
+
"$ref": "#/components/schemas/DebugSetGcPercentRequest"
|
|
1259
|
+
}
|
|
1260
|
+
}
|
|
1261
|
+
}
|
|
1262
|
+
},
|
|
960
1263
|
"responses": {
|
|
961
1264
|
"200": {
|
|
962
1265
|
"$ref": "#/components/responses/DebugSetGcPercentResponse"
|
|
@@ -985,6 +1288,15 @@
|
|
|
985
1288
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
986
1289
|
}
|
|
987
1290
|
],
|
|
1291
|
+
"requestBody": {
|
|
1292
|
+
"content": {
|
|
1293
|
+
"application/json": {
|
|
1294
|
+
"schema": {
|
|
1295
|
+
"$ref": "#/components/schemas/DebugSetMutexProfileFractionRequest"
|
|
1296
|
+
}
|
|
1297
|
+
}
|
|
1298
|
+
}
|
|
1299
|
+
},
|
|
988
1300
|
"responses": {
|
|
989
1301
|
"200": {
|
|
990
1302
|
"$ref": "#/components/responses/DebugSetMutexProfileFractionResponse"
|
|
@@ -1013,6 +1325,15 @@
|
|
|
1013
1325
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
1014
1326
|
}
|
|
1015
1327
|
],
|
|
1328
|
+
"requestBody": {
|
|
1329
|
+
"content": {
|
|
1330
|
+
"application/json": {
|
|
1331
|
+
"schema": {
|
|
1332
|
+
"$ref": "#/components/schemas/DebugSetSoftMemoryLimitRequest"
|
|
1333
|
+
}
|
|
1334
|
+
}
|
|
1335
|
+
}
|
|
1336
|
+
},
|
|
1016
1337
|
"responses": {
|
|
1017
1338
|
"200": {
|
|
1018
1339
|
"$ref": "#/components/responses/DebugSetSoftMemoryLimitResponse"
|
|
@@ -1038,6 +1359,15 @@
|
|
|
1038
1359
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
1039
1360
|
}
|
|
1040
1361
|
],
|
|
1362
|
+
"requestBody": {
|
|
1363
|
+
"content": {
|
|
1364
|
+
"application/json": {
|
|
1365
|
+
"schema": {
|
|
1366
|
+
"$ref": "#/components/schemas/FscacheClearRequest"
|
|
1367
|
+
}
|
|
1368
|
+
}
|
|
1369
|
+
}
|
|
1370
|
+
},
|
|
1041
1371
|
"responses": {
|
|
1042
1372
|
"200": {
|
|
1043
1373
|
"$ref": "#/components/responses/EmptyObjectResponse"
|
|
@@ -1063,6 +1393,15 @@
|
|
|
1063
1393
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
1064
1394
|
}
|
|
1065
1395
|
],
|
|
1396
|
+
"requestBody": {
|
|
1397
|
+
"content": {
|
|
1398
|
+
"application/json": {
|
|
1399
|
+
"schema": {
|
|
1400
|
+
"$ref": "#/components/schemas/FscacheEntriesRequest"
|
|
1401
|
+
}
|
|
1402
|
+
}
|
|
1403
|
+
}
|
|
1404
|
+
},
|
|
1066
1405
|
"responses": {
|
|
1067
1406
|
"200": {
|
|
1068
1407
|
"$ref": "#/components/responses/FscacheEntriesResponse"
|
|
@@ -1088,6 +1427,15 @@
|
|
|
1088
1427
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
1089
1428
|
}
|
|
1090
1429
|
],
|
|
1430
|
+
"requestBody": {
|
|
1431
|
+
"content": {
|
|
1432
|
+
"application/json": {
|
|
1433
|
+
"schema": {
|
|
1434
|
+
"$ref": "#/components/schemas/MountListmountsRequest"
|
|
1435
|
+
}
|
|
1436
|
+
}
|
|
1437
|
+
}
|
|
1438
|
+
},
|
|
1091
1439
|
"responses": {
|
|
1092
1440
|
"200": {
|
|
1093
1441
|
"$ref": "#/components/responses/MountListmountsResponse"
|
|
@@ -1134,6 +1482,15 @@
|
|
|
1134
1482
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
1135
1483
|
}
|
|
1136
1484
|
],
|
|
1485
|
+
"requestBody": {
|
|
1486
|
+
"content": {
|
|
1487
|
+
"application/json": {
|
|
1488
|
+
"schema": {
|
|
1489
|
+
"$ref": "#/components/schemas/MountMountRequest"
|
|
1490
|
+
}
|
|
1491
|
+
}
|
|
1492
|
+
}
|
|
1493
|
+
},
|
|
1137
1494
|
"responses": {
|
|
1138
1495
|
"200": {
|
|
1139
1496
|
"$ref": "#/components/responses/EmptyObjectResponse"
|
|
@@ -1159,6 +1516,15 @@
|
|
|
1159
1516
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
1160
1517
|
}
|
|
1161
1518
|
],
|
|
1519
|
+
"requestBody": {
|
|
1520
|
+
"content": {
|
|
1521
|
+
"application/json": {
|
|
1522
|
+
"schema": {
|
|
1523
|
+
"$ref": "#/components/schemas/MountTypesRequest"
|
|
1524
|
+
}
|
|
1525
|
+
}
|
|
1526
|
+
}
|
|
1527
|
+
},
|
|
1162
1528
|
"responses": {
|
|
1163
1529
|
"200": {
|
|
1164
1530
|
"$ref": "#/components/responses/MountTypesResponse"
|
|
@@ -1187,6 +1553,15 @@
|
|
|
1187
1553
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
1188
1554
|
}
|
|
1189
1555
|
],
|
|
1556
|
+
"requestBody": {
|
|
1557
|
+
"content": {
|
|
1558
|
+
"application/json": {
|
|
1559
|
+
"schema": {
|
|
1560
|
+
"$ref": "#/components/schemas/MountUnmountRequest"
|
|
1561
|
+
}
|
|
1562
|
+
}
|
|
1563
|
+
}
|
|
1564
|
+
},
|
|
1190
1565
|
"responses": {
|
|
1191
1566
|
"200": {
|
|
1192
1567
|
"$ref": "#/components/responses/EmptyObjectResponse"
|
|
@@ -1212,6 +1587,15 @@
|
|
|
1212
1587
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
1213
1588
|
}
|
|
1214
1589
|
],
|
|
1590
|
+
"requestBody": {
|
|
1591
|
+
"content": {
|
|
1592
|
+
"application/json": {
|
|
1593
|
+
"schema": {
|
|
1594
|
+
"$ref": "#/components/schemas/MountUnmountallRequest"
|
|
1595
|
+
}
|
|
1596
|
+
}
|
|
1597
|
+
}
|
|
1598
|
+
},
|
|
1215
1599
|
"responses": {
|
|
1216
1600
|
"200": {
|
|
1217
1601
|
"$ref": "#/components/responses/EmptyObjectResponse"
|
|
@@ -1239,6 +1623,15 @@
|
|
|
1239
1623
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
1240
1624
|
}
|
|
1241
1625
|
],
|
|
1626
|
+
"requestBody": {
|
|
1627
|
+
"content": {
|
|
1628
|
+
"application/json": {
|
|
1629
|
+
"schema": {
|
|
1630
|
+
"$ref": "#/components/schemas/RcNoopAuthRequest"
|
|
1631
|
+
}
|
|
1632
|
+
}
|
|
1633
|
+
}
|
|
1634
|
+
},
|
|
1242
1635
|
"responses": {
|
|
1243
1636
|
"200": {
|
|
1244
1637
|
"$ref": "#/components/responses/RcNoopResponse"
|
|
@@ -1266,6 +1659,15 @@
|
|
|
1266
1659
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
1267
1660
|
}
|
|
1268
1661
|
],
|
|
1662
|
+
"requestBody": {
|
|
1663
|
+
"content": {
|
|
1664
|
+
"application/json": {
|
|
1665
|
+
"schema": {
|
|
1666
|
+
"$ref": "#/components/schemas/RcErrorRequest"
|
|
1667
|
+
}
|
|
1668
|
+
}
|
|
1669
|
+
}
|
|
1670
|
+
},
|
|
1269
1671
|
"responses": {
|
|
1270
1672
|
"200": {
|
|
1271
1673
|
"$ref": "#/components/responses/EmptyResponse"
|
|
@@ -1293,6 +1695,15 @@
|
|
|
1293
1695
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
1294
1696
|
}
|
|
1295
1697
|
],
|
|
1698
|
+
"requestBody": {
|
|
1699
|
+
"content": {
|
|
1700
|
+
"application/json": {
|
|
1701
|
+
"schema": {
|
|
1702
|
+
"$ref": "#/components/schemas/RcListRequest"
|
|
1703
|
+
}
|
|
1704
|
+
}
|
|
1705
|
+
}
|
|
1706
|
+
},
|
|
1296
1707
|
"responses": {
|
|
1297
1708
|
"200": {
|
|
1298
1709
|
"$ref": "#/components/responses/RcListResponse"
|
|
@@ -1332,6 +1743,15 @@
|
|
|
1332
1743
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
1333
1744
|
}
|
|
1334
1745
|
],
|
|
1746
|
+
"requestBody": {
|
|
1747
|
+
"content": {
|
|
1748
|
+
"application/json": {
|
|
1749
|
+
"schema": {
|
|
1750
|
+
"$ref": "#/components/schemas/BackendCommandRequest"
|
|
1751
|
+
}
|
|
1752
|
+
}
|
|
1753
|
+
}
|
|
1754
|
+
},
|
|
1335
1755
|
"responses": {
|
|
1336
1756
|
"200": {
|
|
1337
1757
|
"$ref": "#/components/responses/BackendCommandResponse"
|
|
@@ -1365,6 +1785,15 @@
|
|
|
1365
1785
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
1366
1786
|
}
|
|
1367
1787
|
],
|
|
1788
|
+
"requestBody": {
|
|
1789
|
+
"content": {
|
|
1790
|
+
"application/json": {
|
|
1791
|
+
"schema": {
|
|
1792
|
+
"$ref": "#/components/schemas/CacheExpireRequest"
|
|
1793
|
+
}
|
|
1794
|
+
}
|
|
1795
|
+
}
|
|
1796
|
+
},
|
|
1368
1797
|
"responses": {
|
|
1369
1798
|
"200": {
|
|
1370
1799
|
"$ref": "#/components/responses/EmptyResponse"
|
|
@@ -1398,6 +1827,15 @@
|
|
|
1398
1827
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
1399
1828
|
}
|
|
1400
1829
|
],
|
|
1830
|
+
"requestBody": {
|
|
1831
|
+
"content": {
|
|
1832
|
+
"application/json": {
|
|
1833
|
+
"schema": {
|
|
1834
|
+
"$ref": "#/components/schemas/CacheFetchRequest"
|
|
1835
|
+
}
|
|
1836
|
+
}
|
|
1837
|
+
}
|
|
1838
|
+
},
|
|
1401
1839
|
"responses": {
|
|
1402
1840
|
"200": {
|
|
1403
1841
|
"$ref": "#/components/responses/EmptyResponse"
|
|
@@ -1425,6 +1863,15 @@
|
|
|
1425
1863
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
1426
1864
|
}
|
|
1427
1865
|
],
|
|
1866
|
+
"requestBody": {
|
|
1867
|
+
"content": {
|
|
1868
|
+
"application/json": {
|
|
1869
|
+
"schema": {
|
|
1870
|
+
"$ref": "#/components/schemas/CacheStatsRequest"
|
|
1871
|
+
}
|
|
1872
|
+
}
|
|
1873
|
+
}
|
|
1874
|
+
},
|
|
1428
1875
|
"responses": {
|
|
1429
1876
|
"200": {
|
|
1430
1877
|
"$ref": "#/components/responses/EmptyResponse"
|
|
@@ -1464,6 +1911,15 @@
|
|
|
1464
1911
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
1465
1912
|
}
|
|
1466
1913
|
],
|
|
1914
|
+
"requestBody": {
|
|
1915
|
+
"content": {
|
|
1916
|
+
"application/json": {
|
|
1917
|
+
"schema": {
|
|
1918
|
+
"$ref": "#/components/schemas/ConfigCreateRequest"
|
|
1919
|
+
}
|
|
1920
|
+
}
|
|
1921
|
+
}
|
|
1922
|
+
},
|
|
1467
1923
|
"responses": {
|
|
1468
1924
|
"200": {
|
|
1469
1925
|
"$ref": "#/components/responses/EmptyObjectResponse"
|
|
@@ -1494,6 +1950,15 @@
|
|
|
1494
1950
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
1495
1951
|
}
|
|
1496
1952
|
],
|
|
1953
|
+
"requestBody": {
|
|
1954
|
+
"content": {
|
|
1955
|
+
"application/json": {
|
|
1956
|
+
"schema": {
|
|
1957
|
+
"$ref": "#/components/schemas/ConfigDeleteRequest"
|
|
1958
|
+
}
|
|
1959
|
+
}
|
|
1960
|
+
}
|
|
1961
|
+
},
|
|
1497
1962
|
"responses": {
|
|
1498
1963
|
"200": {
|
|
1499
1964
|
"$ref": "#/components/responses/EmptyResponse"
|
|
@@ -1521,6 +1986,15 @@
|
|
|
1521
1986
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
1522
1987
|
}
|
|
1523
1988
|
],
|
|
1989
|
+
"requestBody": {
|
|
1990
|
+
"content": {
|
|
1991
|
+
"application/json": {
|
|
1992
|
+
"schema": {
|
|
1993
|
+
"$ref": "#/components/schemas/ConfigDumpRequest"
|
|
1994
|
+
}
|
|
1995
|
+
}
|
|
1996
|
+
}
|
|
1997
|
+
},
|
|
1524
1998
|
"responses": {
|
|
1525
1999
|
"200": {
|
|
1526
2000
|
"$ref": "#/components/responses/ConfigDumpResponse"
|
|
@@ -1551,6 +2025,15 @@
|
|
|
1551
2025
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
1552
2026
|
}
|
|
1553
2027
|
],
|
|
2028
|
+
"requestBody": {
|
|
2029
|
+
"content": {
|
|
2030
|
+
"application/json": {
|
|
2031
|
+
"schema": {
|
|
2032
|
+
"$ref": "#/components/schemas/ConfigGetRequest"
|
|
2033
|
+
}
|
|
2034
|
+
}
|
|
2035
|
+
}
|
|
2036
|
+
},
|
|
1554
2037
|
"responses": {
|
|
1555
2038
|
"200": {
|
|
1556
2039
|
"$ref": "#/components/responses/ConfigGetResponse"
|
|
@@ -1578,6 +2061,15 @@
|
|
|
1578
2061
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
1579
2062
|
}
|
|
1580
2063
|
],
|
|
2064
|
+
"requestBody": {
|
|
2065
|
+
"content": {
|
|
2066
|
+
"application/json": {
|
|
2067
|
+
"schema": {
|
|
2068
|
+
"$ref": "#/components/schemas/ConfigListremotesRequest"
|
|
2069
|
+
}
|
|
2070
|
+
}
|
|
2071
|
+
}
|
|
2072
|
+
},
|
|
1581
2073
|
"responses": {
|
|
1582
2074
|
"200": {
|
|
1583
2075
|
"$ref": "#/components/responses/ConfigListremotesResponse"
|
|
@@ -1611,6 +2103,15 @@
|
|
|
1611
2103
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
1612
2104
|
}
|
|
1613
2105
|
],
|
|
2106
|
+
"requestBody": {
|
|
2107
|
+
"content": {
|
|
2108
|
+
"application/json": {
|
|
2109
|
+
"schema": {
|
|
2110
|
+
"$ref": "#/components/schemas/ConfigPasswordRequest"
|
|
2111
|
+
}
|
|
2112
|
+
}
|
|
2113
|
+
}
|
|
2114
|
+
},
|
|
1614
2115
|
"responses": {
|
|
1615
2116
|
"200": {
|
|
1616
2117
|
"$ref": "#/components/responses/EmptyResponse"
|
|
@@ -1638,6 +2139,15 @@
|
|
|
1638
2139
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
1639
2140
|
}
|
|
1640
2141
|
],
|
|
2142
|
+
"requestBody": {
|
|
2143
|
+
"content": {
|
|
2144
|
+
"application/json": {
|
|
2145
|
+
"schema": {
|
|
2146
|
+
"$ref": "#/components/schemas/ConfigPathsRequest"
|
|
2147
|
+
}
|
|
2148
|
+
}
|
|
2149
|
+
}
|
|
2150
|
+
},
|
|
1641
2151
|
"responses": {
|
|
1642
2152
|
"200": {
|
|
1643
2153
|
"$ref": "#/components/responses/ConfigPathsResponse"
|
|
@@ -1665,6 +2175,15 @@
|
|
|
1665
2175
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
1666
2176
|
}
|
|
1667
2177
|
],
|
|
2178
|
+
"requestBody": {
|
|
2179
|
+
"content": {
|
|
2180
|
+
"application/json": {
|
|
2181
|
+
"schema": {
|
|
2182
|
+
"$ref": "#/components/schemas/ConfigProvidersRequest"
|
|
2183
|
+
}
|
|
2184
|
+
}
|
|
2185
|
+
}
|
|
2186
|
+
},
|
|
1668
2187
|
"responses": {
|
|
1669
2188
|
"200": {
|
|
1670
2189
|
"$ref": "#/components/responses/ConfigProvidersResponse"
|
|
@@ -1695,6 +2214,15 @@
|
|
|
1695
2214
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
1696
2215
|
}
|
|
1697
2216
|
],
|
|
2217
|
+
"requestBody": {
|
|
2218
|
+
"content": {
|
|
2219
|
+
"application/json": {
|
|
2220
|
+
"schema": {
|
|
2221
|
+
"$ref": "#/components/schemas/ConfigSetpathRequest"
|
|
2222
|
+
}
|
|
2223
|
+
}
|
|
2224
|
+
}
|
|
2225
|
+
},
|
|
1698
2226
|
"responses": {
|
|
1699
2227
|
"200": {
|
|
1700
2228
|
"$ref": "#/components/responses/EmptyResponse"
|
|
@@ -1725,6 +2253,15 @@
|
|
|
1725
2253
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
1726
2254
|
}
|
|
1727
2255
|
],
|
|
2256
|
+
"requestBody": {
|
|
2257
|
+
"content": {
|
|
2258
|
+
"application/json": {
|
|
2259
|
+
"schema": {
|
|
2260
|
+
"$ref": "#/components/schemas/ConfigUnlockRequest"
|
|
2261
|
+
}
|
|
2262
|
+
}
|
|
2263
|
+
}
|
|
2264
|
+
},
|
|
1728
2265
|
"responses": {
|
|
1729
2266
|
"200": {
|
|
1730
2267
|
"$ref": "#/components/responses/EmptyResponse"
|
|
@@ -1761,6 +2298,15 @@
|
|
|
1761
2298
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
1762
2299
|
}
|
|
1763
2300
|
],
|
|
2301
|
+
"requestBody": {
|
|
2302
|
+
"content": {
|
|
2303
|
+
"application/json": {
|
|
2304
|
+
"schema": {
|
|
2305
|
+
"$ref": "#/components/schemas/ConfigUpdateRequest"
|
|
2306
|
+
}
|
|
2307
|
+
}
|
|
2308
|
+
}
|
|
2309
|
+
},
|
|
1764
2310
|
"responses": {
|
|
1765
2311
|
"200": {
|
|
1766
2312
|
"$ref": "#/components/responses/EmptyObjectResponse"
|
|
@@ -1788,6 +2334,15 @@
|
|
|
1788
2334
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
1789
2335
|
}
|
|
1790
2336
|
],
|
|
2337
|
+
"requestBody": {
|
|
2338
|
+
"content": {
|
|
2339
|
+
"application/json": {
|
|
2340
|
+
"schema": {
|
|
2341
|
+
"$ref": "#/components/schemas/CoreVersionRequest"
|
|
2342
|
+
}
|
|
2343
|
+
}
|
|
2344
|
+
}
|
|
2345
|
+
},
|
|
1791
2346
|
"responses": {
|
|
1792
2347
|
"200": {
|
|
1793
2348
|
"$ref": "#/components/responses/CoreVersionResponse"
|
|
@@ -1821,6 +2376,15 @@
|
|
|
1821
2376
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
1822
2377
|
}
|
|
1823
2378
|
],
|
|
2379
|
+
"requestBody": {
|
|
2380
|
+
"content": {
|
|
2381
|
+
"application/json": {
|
|
2382
|
+
"schema": {
|
|
2383
|
+
"$ref": "#/components/schemas/CoreStatsRequest"
|
|
2384
|
+
}
|
|
2385
|
+
}
|
|
2386
|
+
}
|
|
2387
|
+
},
|
|
1824
2388
|
"responses": {
|
|
1825
2389
|
"200": {
|
|
1826
2390
|
"$ref": "#/components/responses/CoreStatsResponse"
|
|
@@ -1884,6 +2448,15 @@
|
|
|
1884
2448
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
1885
2449
|
}
|
|
1886
2450
|
],
|
|
2451
|
+
"requestBody": {
|
|
2452
|
+
"content": {
|
|
2453
|
+
"application/json": {
|
|
2454
|
+
"schema": {
|
|
2455
|
+
"$ref": "#/components/schemas/JobListRequest"
|
|
2456
|
+
}
|
|
2457
|
+
}
|
|
2458
|
+
}
|
|
2459
|
+
},
|
|
1887
2460
|
"responses": {
|
|
1888
2461
|
"200": {
|
|
1889
2462
|
"$ref": "#/components/responses/JobListResponse"
|
|
@@ -1911,6 +2484,15 @@
|
|
|
1911
2484
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
1912
2485
|
}
|
|
1913
2486
|
],
|
|
2487
|
+
"requestBody": {
|
|
2488
|
+
"content": {
|
|
2489
|
+
"application/json": {
|
|
2490
|
+
"schema": {
|
|
2491
|
+
"$ref": "#/components/schemas/JobStatusRequest"
|
|
2492
|
+
}
|
|
2493
|
+
}
|
|
2494
|
+
}
|
|
2495
|
+
},
|
|
1914
2496
|
"responses": {
|
|
1915
2497
|
"200": {
|
|
1916
2498
|
"$ref": "#/components/responses/JobStatusResponse"
|
|
@@ -1938,6 +2520,15 @@
|
|
|
1938
2520
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
1939
2521
|
}
|
|
1940
2522
|
],
|
|
2523
|
+
"requestBody": {
|
|
2524
|
+
"content": {
|
|
2525
|
+
"application/json": {
|
|
2526
|
+
"schema": {
|
|
2527
|
+
"$ref": "#/components/schemas/JobStopRequest"
|
|
2528
|
+
}
|
|
2529
|
+
}
|
|
2530
|
+
}
|
|
2531
|
+
},
|
|
1941
2532
|
"responses": {
|
|
1942
2533
|
"200": {
|
|
1943
2534
|
"$ref": "#/components/responses/EmptyObjectResponse"
|
|
@@ -1965,6 +2556,15 @@
|
|
|
1965
2556
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
1966
2557
|
}
|
|
1967
2558
|
],
|
|
2559
|
+
"requestBody": {
|
|
2560
|
+
"content": {
|
|
2561
|
+
"application/json": {
|
|
2562
|
+
"schema": {
|
|
2563
|
+
"$ref": "#/components/schemas/JobStopgroupRequest"
|
|
2564
|
+
}
|
|
2565
|
+
}
|
|
2566
|
+
}
|
|
2567
|
+
},
|
|
1968
2568
|
"responses": {
|
|
1969
2569
|
"200": {
|
|
1970
2570
|
"$ref": "#/components/responses/EmptyObjectResponse"
|
|
@@ -2031,6 +2631,15 @@
|
|
|
2031
2631
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
2032
2632
|
}
|
|
2033
2633
|
],
|
|
2634
|
+
"requestBody": {
|
|
2635
|
+
"content": {
|
|
2636
|
+
"application/json": {
|
|
2637
|
+
"schema": {
|
|
2638
|
+
"$ref": "#/components/schemas/OperationsListRequest"
|
|
2639
|
+
}
|
|
2640
|
+
}
|
|
2641
|
+
}
|
|
2642
|
+
},
|
|
2034
2643
|
"responses": {
|
|
2035
2644
|
"200": {
|
|
2036
2645
|
"$ref": "#/components/responses/OperationsListResponse"
|
|
@@ -2067,6 +2676,15 @@
|
|
|
2067
2676
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
2068
2677
|
}
|
|
2069
2678
|
],
|
|
2679
|
+
"requestBody": {
|
|
2680
|
+
"content": {
|
|
2681
|
+
"application/json": {
|
|
2682
|
+
"schema": {
|
|
2683
|
+
"$ref": "#/components/schemas/OperationsStatRequest"
|
|
2684
|
+
}
|
|
2685
|
+
}
|
|
2686
|
+
}
|
|
2687
|
+
},
|
|
2070
2688
|
"responses": {
|
|
2071
2689
|
"200": {
|
|
2072
2690
|
"$ref": "#/components/responses/OperationsStatResponse"
|
|
@@ -2097,6 +2715,15 @@
|
|
|
2097
2715
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
2098
2716
|
}
|
|
2099
2717
|
],
|
|
2718
|
+
"requestBody": {
|
|
2719
|
+
"content": {
|
|
2720
|
+
"application/json": {
|
|
2721
|
+
"schema": {
|
|
2722
|
+
"$ref": "#/components/schemas/OperationsAboutRequest"
|
|
2723
|
+
}
|
|
2724
|
+
}
|
|
2725
|
+
}
|
|
2726
|
+
},
|
|
2100
2727
|
"responses": {
|
|
2101
2728
|
"200": {
|
|
2102
2729
|
"$ref": "#/components/responses/OperationsAboutResponse"
|
|
@@ -2179,6 +2806,15 @@
|
|
|
2179
2806
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
2180
2807
|
}
|
|
2181
2808
|
],
|
|
2809
|
+
"requestBody": {
|
|
2810
|
+
"content": {
|
|
2811
|
+
"application/json": {
|
|
2812
|
+
"schema": {
|
|
2813
|
+
"$ref": "#/components/schemas/OperationsPurgeRequest"
|
|
2814
|
+
}
|
|
2815
|
+
}
|
|
2816
|
+
}
|
|
2817
|
+
},
|
|
2182
2818
|
"responses": {
|
|
2183
2819
|
"200": {
|
|
2184
2820
|
"$ref": "#/components/responses/EmptyObjectResponse"
|
|
@@ -2212,6 +2848,15 @@
|
|
|
2212
2848
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
2213
2849
|
}
|
|
2214
2850
|
],
|
|
2851
|
+
"requestBody": {
|
|
2852
|
+
"content": {
|
|
2853
|
+
"application/json": {
|
|
2854
|
+
"schema": {
|
|
2855
|
+
"$ref": "#/components/schemas/OperationsMkdirRequest"
|
|
2856
|
+
}
|
|
2857
|
+
}
|
|
2858
|
+
}
|
|
2859
|
+
},
|
|
2215
2860
|
"responses": {
|
|
2216
2861
|
"200": {
|
|
2217
2862
|
"$ref": "#/components/responses/EmptyObjectResponse"
|
|
@@ -2245,6 +2890,15 @@
|
|
|
2245
2890
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
2246
2891
|
}
|
|
2247
2892
|
],
|
|
2893
|
+
"requestBody": {
|
|
2894
|
+
"content": {
|
|
2895
|
+
"application/json": {
|
|
2896
|
+
"schema": {
|
|
2897
|
+
"$ref": "#/components/schemas/OperationsRmdirRequest"
|
|
2898
|
+
}
|
|
2899
|
+
}
|
|
2900
|
+
}
|
|
2901
|
+
},
|
|
2248
2902
|
"responses": {
|
|
2249
2903
|
"200": {
|
|
2250
2904
|
"$ref": "#/components/responses/EmptyObjectResponse"
|
|
@@ -2311,6 +2965,15 @@
|
|
|
2311
2965
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
2312
2966
|
}
|
|
2313
2967
|
],
|
|
2968
|
+
"requestBody": {
|
|
2969
|
+
"content": {
|
|
2970
|
+
"application/json": {
|
|
2971
|
+
"schema": {
|
|
2972
|
+
"$ref": "#/components/schemas/OperationsCheckRequest"
|
|
2973
|
+
}
|
|
2974
|
+
}
|
|
2975
|
+
}
|
|
2976
|
+
},
|
|
2314
2977
|
"responses": {
|
|
2315
2978
|
"200": {
|
|
2316
2979
|
"$ref": "#/components/responses/OperationsCheckResponse"
|
|
@@ -2353,6 +3016,15 @@
|
|
|
2353
3016
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
2354
3017
|
}
|
|
2355
3018
|
],
|
|
3019
|
+
"requestBody": {
|
|
3020
|
+
"content": {
|
|
3021
|
+
"application/json": {
|
|
3022
|
+
"schema": {
|
|
3023
|
+
"$ref": "#/components/schemas/SyncSyncRequest"
|
|
3024
|
+
}
|
|
3025
|
+
}
|
|
3026
|
+
}
|
|
3027
|
+
},
|
|
2356
3028
|
"responses": {
|
|
2357
3029
|
"200": {
|
|
2358
3030
|
"$ref": "#/components/responses/SyncJobResponse"
|
|
@@ -2395,6 +3067,15 @@
|
|
|
2395
3067
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
2396
3068
|
}
|
|
2397
3069
|
],
|
|
3070
|
+
"requestBody": {
|
|
3071
|
+
"content": {
|
|
3072
|
+
"application/json": {
|
|
3073
|
+
"schema": {
|
|
3074
|
+
"$ref": "#/components/schemas/SyncCopyRequest"
|
|
3075
|
+
}
|
|
3076
|
+
}
|
|
3077
|
+
}
|
|
3078
|
+
},
|
|
2398
3079
|
"responses": {
|
|
2399
3080
|
"200": {
|
|
2400
3081
|
"$ref": "#/components/responses/SyncJobResponse"
|
|
@@ -2440,6 +3121,15 @@
|
|
|
2440
3121
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
2441
3122
|
}
|
|
2442
3123
|
],
|
|
3124
|
+
"requestBody": {
|
|
3125
|
+
"content": {
|
|
3126
|
+
"application/json": {
|
|
3127
|
+
"schema": {
|
|
3128
|
+
"$ref": "#/components/schemas/SyncMoveRequest"
|
|
3129
|
+
}
|
|
3130
|
+
}
|
|
3131
|
+
}
|
|
3132
|
+
},
|
|
2443
3133
|
"responses": {
|
|
2444
3134
|
"200": {
|
|
2445
3135
|
"$ref": "#/components/responses/SyncJobResponse"
|
|
@@ -2527,6 +3217,15 @@
|
|
|
2527
3217
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
2528
3218
|
}
|
|
2529
3219
|
],
|
|
3220
|
+
"requestBody": {
|
|
3221
|
+
"content": {
|
|
3222
|
+
"application/json": {
|
|
3223
|
+
"schema": {
|
|
3224
|
+
"$ref": "#/components/schemas/SyncBisyncRequest"
|
|
3225
|
+
}
|
|
3226
|
+
}
|
|
3227
|
+
}
|
|
3228
|
+
},
|
|
2530
3229
|
"responses": {
|
|
2531
3230
|
"200": {
|
|
2532
3231
|
"$ref": "#/components/responses/SyncJobResponse"
|
|
@@ -2554,6 +3253,15 @@
|
|
|
2554
3253
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
2555
3254
|
}
|
|
2556
3255
|
],
|
|
3256
|
+
"requestBody": {
|
|
3257
|
+
"content": {
|
|
3258
|
+
"application/json": {
|
|
3259
|
+
"schema": {
|
|
3260
|
+
"$ref": "#/components/schemas/OptionsBlocksRequest"
|
|
3261
|
+
}
|
|
3262
|
+
}
|
|
3263
|
+
}
|
|
3264
|
+
},
|
|
2557
3265
|
"responses": {
|
|
2558
3266
|
"200": {
|
|
2559
3267
|
"$ref": "#/components/responses/OptionsBlocksResponse"
|
|
@@ -2584,6 +3292,15 @@
|
|
|
2584
3292
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
2585
3293
|
}
|
|
2586
3294
|
],
|
|
3295
|
+
"requestBody": {
|
|
3296
|
+
"content": {
|
|
3297
|
+
"application/json": {
|
|
3298
|
+
"schema": {
|
|
3299
|
+
"$ref": "#/components/schemas/OptionsGetRequest"
|
|
3300
|
+
}
|
|
3301
|
+
}
|
|
3302
|
+
}
|
|
3303
|
+
},
|
|
2587
3304
|
"responses": {
|
|
2588
3305
|
"200": {
|
|
2589
3306
|
"$ref": "#/components/responses/OptionsGetResponse"
|
|
@@ -2614,6 +3331,15 @@
|
|
|
2614
3331
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
2615
3332
|
}
|
|
2616
3333
|
],
|
|
3334
|
+
"requestBody": {
|
|
3335
|
+
"content": {
|
|
3336
|
+
"application/json": {
|
|
3337
|
+
"schema": {
|
|
3338
|
+
"$ref": "#/components/schemas/OptionsInfoRequest"
|
|
3339
|
+
}
|
|
3340
|
+
}
|
|
3341
|
+
}
|
|
3342
|
+
},
|
|
2617
3343
|
"responses": {
|
|
2618
3344
|
"200": {
|
|
2619
3345
|
"$ref": "#/components/responses/OptionsInfoResponse"
|
|
@@ -2687,6 +3413,15 @@
|
|
|
2687
3413
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
2688
3414
|
}
|
|
2689
3415
|
],
|
|
3416
|
+
"requestBody": {
|
|
3417
|
+
"content": {
|
|
3418
|
+
"application/json": {
|
|
3419
|
+
"schema": {
|
|
3420
|
+
"$ref": "#/components/schemas/OptionsSetRequest"
|
|
3421
|
+
}
|
|
3422
|
+
}
|
|
3423
|
+
}
|
|
3424
|
+
},
|
|
2690
3425
|
"responses": {
|
|
2691
3426
|
"200": {
|
|
2692
3427
|
"$ref": "#/components/responses/EmptyObjectResponse"
|
|
@@ -2714,6 +3449,15 @@
|
|
|
2714
3449
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
2715
3450
|
}
|
|
2716
3451
|
],
|
|
3452
|
+
"requestBody": {
|
|
3453
|
+
"content": {
|
|
3454
|
+
"application/json": {
|
|
3455
|
+
"schema": {
|
|
3456
|
+
"$ref": "#/components/schemas/OptionsLocalRequest"
|
|
3457
|
+
}
|
|
3458
|
+
}
|
|
3459
|
+
}
|
|
3460
|
+
},
|
|
2717
3461
|
"responses": {
|
|
2718
3462
|
"200": {
|
|
2719
3463
|
"$ref": "#/components/responses/OptionsLocalResponse"
|
|
@@ -2741,6 +3485,15 @@
|
|
|
2741
3485
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
2742
3486
|
}
|
|
2743
3487
|
],
|
|
3488
|
+
"requestBody": {
|
|
3489
|
+
"content": {
|
|
3490
|
+
"application/json": {
|
|
3491
|
+
"schema": {
|
|
3492
|
+
"$ref": "#/components/schemas/ServeListRequest"
|
|
3493
|
+
}
|
|
3494
|
+
}
|
|
3495
|
+
}
|
|
3496
|
+
},
|
|
2744
3497
|
"responses": {
|
|
2745
3498
|
"200": {
|
|
2746
3499
|
"$ref": "#/components/responses/ServeListResponse"
|
|
@@ -2786,6 +3539,15 @@
|
|
|
2786
3539
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
2787
3540
|
}
|
|
2788
3541
|
],
|
|
3542
|
+
"requestBody": {
|
|
3543
|
+
"content": {
|
|
3544
|
+
"application/json": {
|
|
3545
|
+
"schema": {
|
|
3546
|
+
"$ref": "#/components/schemas/ServeStartRequest"
|
|
3547
|
+
}
|
|
3548
|
+
}
|
|
3549
|
+
}
|
|
3550
|
+
},
|
|
2789
3551
|
"responses": {
|
|
2790
3552
|
"200": {
|
|
2791
3553
|
"$ref": "#/components/responses/ServeStartResponse"
|
|
@@ -2816,6 +3578,15 @@
|
|
|
2816
3578
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
2817
3579
|
}
|
|
2818
3580
|
],
|
|
3581
|
+
"requestBody": {
|
|
3582
|
+
"content": {
|
|
3583
|
+
"application/json": {
|
|
3584
|
+
"schema": {
|
|
3585
|
+
"$ref": "#/components/schemas/ServeStopRequest"
|
|
3586
|
+
}
|
|
3587
|
+
}
|
|
3588
|
+
}
|
|
3589
|
+
},
|
|
2819
3590
|
"responses": {
|
|
2820
3591
|
"200": {
|
|
2821
3592
|
"$ref": "#/components/responses/EmptyObjectResponse"
|
|
@@ -2843,6 +3614,15 @@
|
|
|
2843
3614
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
2844
3615
|
}
|
|
2845
3616
|
],
|
|
3617
|
+
"requestBody": {
|
|
3618
|
+
"content": {
|
|
3619
|
+
"application/json": {
|
|
3620
|
+
"schema": {
|
|
3621
|
+
"$ref": "#/components/schemas/ServeStopallRequest"
|
|
3622
|
+
}
|
|
3623
|
+
}
|
|
3624
|
+
}
|
|
3625
|
+
},
|
|
2846
3626
|
"responses": {
|
|
2847
3627
|
"200": {
|
|
2848
3628
|
"$ref": "#/components/responses/EmptyObjectResponse"
|
|
@@ -2870,6 +3650,15 @@
|
|
|
2870
3650
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
2871
3651
|
}
|
|
2872
3652
|
],
|
|
3653
|
+
"requestBody": {
|
|
3654
|
+
"content": {
|
|
3655
|
+
"application/json": {
|
|
3656
|
+
"schema": {
|
|
3657
|
+
"$ref": "#/components/schemas/ServeTypesRequest"
|
|
3658
|
+
}
|
|
3659
|
+
}
|
|
3660
|
+
}
|
|
3661
|
+
},
|
|
2873
3662
|
"responses": {
|
|
2874
3663
|
"200": {
|
|
2875
3664
|
"$ref": "#/components/responses/EmptyResponse"
|
|
@@ -2903,6 +3692,15 @@
|
|
|
2903
3692
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
2904
3693
|
}
|
|
2905
3694
|
],
|
|
3695
|
+
"requestBody": {
|
|
3696
|
+
"content": {
|
|
3697
|
+
"application/json": {
|
|
3698
|
+
"schema": {
|
|
3699
|
+
"$ref": "#/components/schemas/VfsForgetRequest"
|
|
3700
|
+
}
|
|
3701
|
+
}
|
|
3702
|
+
}
|
|
3703
|
+
},
|
|
2906
3704
|
"responses": {
|
|
2907
3705
|
"200": {
|
|
2908
3706
|
"$ref": "#/components/responses/VfsForgetResponse"
|
|
@@ -2933,6 +3731,15 @@
|
|
|
2933
3731
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
2934
3732
|
}
|
|
2935
3733
|
],
|
|
3734
|
+
"requestBody": {
|
|
3735
|
+
"content": {
|
|
3736
|
+
"application/json": {
|
|
3737
|
+
"schema": {
|
|
3738
|
+
"$ref": "#/components/schemas/VfsListRequest"
|
|
3739
|
+
}
|
|
3740
|
+
}
|
|
3741
|
+
}
|
|
3742
|
+
},
|
|
2936
3743
|
"responses": {
|
|
2937
3744
|
"200": {
|
|
2938
3745
|
"$ref": "#/components/responses/VfsListResponse"
|
|
@@ -2969,6 +3776,15 @@
|
|
|
2969
3776
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
2970
3777
|
}
|
|
2971
3778
|
],
|
|
3779
|
+
"requestBody": {
|
|
3780
|
+
"content": {
|
|
3781
|
+
"application/json": {
|
|
3782
|
+
"schema": {
|
|
3783
|
+
"$ref": "#/components/schemas/VfsPollIntervalRequest"
|
|
3784
|
+
}
|
|
3785
|
+
}
|
|
3786
|
+
}
|
|
3787
|
+
},
|
|
2972
3788
|
"responses": {
|
|
2973
3789
|
"200": {
|
|
2974
3790
|
"$ref": "#/components/responses/VfsPollIntervalResponse"
|
|
@@ -2999,6 +3815,15 @@
|
|
|
2999
3815
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
3000
3816
|
}
|
|
3001
3817
|
],
|
|
3818
|
+
"requestBody": {
|
|
3819
|
+
"content": {
|
|
3820
|
+
"application/json": {
|
|
3821
|
+
"schema": {
|
|
3822
|
+
"$ref": "#/components/schemas/VfsQueueRequest"
|
|
3823
|
+
}
|
|
3824
|
+
}
|
|
3825
|
+
}
|
|
3826
|
+
},
|
|
3002
3827
|
"responses": {
|
|
3003
3828
|
"200": {
|
|
3004
3829
|
"$ref": "#/components/responses/VfsQueueResponse"
|
|
@@ -3038,6 +3863,15 @@
|
|
|
3038
3863
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
3039
3864
|
}
|
|
3040
3865
|
],
|
|
3866
|
+
"requestBody": {
|
|
3867
|
+
"content": {
|
|
3868
|
+
"application/json": {
|
|
3869
|
+
"schema": {
|
|
3870
|
+
"$ref": "#/components/schemas/VfsQueueSetExpiryRequest"
|
|
3871
|
+
}
|
|
3872
|
+
}
|
|
3873
|
+
}
|
|
3874
|
+
},
|
|
3041
3875
|
"responses": {
|
|
3042
3876
|
"200": {
|
|
3043
3877
|
"$ref": "#/components/responses/EmptyObjectResponse"
|
|
@@ -3074,6 +3908,15 @@
|
|
|
3074
3908
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
3075
3909
|
}
|
|
3076
3910
|
],
|
|
3911
|
+
"requestBody": {
|
|
3912
|
+
"content": {
|
|
3913
|
+
"application/json": {
|
|
3914
|
+
"schema": {
|
|
3915
|
+
"$ref": "#/components/schemas/VfsRefreshRequest"
|
|
3916
|
+
}
|
|
3917
|
+
}
|
|
3918
|
+
}
|
|
3919
|
+
},
|
|
3077
3920
|
"responses": {
|
|
3078
3921
|
"200": {
|
|
3079
3922
|
"$ref": "#/components/responses/VfsRefreshResponse"
|
|
@@ -3104,6 +3947,15 @@
|
|
|
3104
3947
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
3105
3948
|
}
|
|
3106
3949
|
],
|
|
3950
|
+
"requestBody": {
|
|
3951
|
+
"content": {
|
|
3952
|
+
"application/json": {
|
|
3953
|
+
"schema": {
|
|
3954
|
+
"$ref": "#/components/schemas/VfsStatsRequest"
|
|
3955
|
+
}
|
|
3956
|
+
}
|
|
3957
|
+
}
|
|
3958
|
+
},
|
|
3107
3959
|
"responses": {
|
|
3108
3960
|
"200": {
|
|
3109
3961
|
"$ref": "#/components/responses/VfsStatsResponse"
|
|
@@ -3134,6 +3986,15 @@
|
|
|
3134
3986
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
3135
3987
|
}
|
|
3136
3988
|
],
|
|
3989
|
+
"requestBody": {
|
|
3990
|
+
"content": {
|
|
3991
|
+
"application/json": {
|
|
3992
|
+
"schema": {
|
|
3993
|
+
"$ref": "#/components/schemas/PluginsctlAddPluginRequest"
|
|
3994
|
+
}
|
|
3995
|
+
}
|
|
3996
|
+
}
|
|
3997
|
+
},
|
|
3137
3998
|
"responses": {
|
|
3138
3999
|
"200": {
|
|
3139
4000
|
"$ref": "#/components/responses/EmptyObjectResponse"
|
|
@@ -3167,6 +4028,15 @@
|
|
|
3167
4028
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
3168
4029
|
}
|
|
3169
4030
|
],
|
|
4031
|
+
"requestBody": {
|
|
4032
|
+
"content": {
|
|
4033
|
+
"application/json": {
|
|
4034
|
+
"schema": {
|
|
4035
|
+
"$ref": "#/components/schemas/PluginsctlGetPluginsForTypeRequest"
|
|
4036
|
+
}
|
|
4037
|
+
}
|
|
4038
|
+
}
|
|
4039
|
+
},
|
|
3170
4040
|
"responses": {
|
|
3171
4041
|
"200": {
|
|
3172
4042
|
"$ref": "#/components/responses/PluginsctlGetPluginsForTypeResponse"
|
|
@@ -3194,6 +4064,15 @@
|
|
|
3194
4064
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
3195
4065
|
}
|
|
3196
4066
|
],
|
|
4067
|
+
"requestBody": {
|
|
4068
|
+
"content": {
|
|
4069
|
+
"application/json": {
|
|
4070
|
+
"schema": {
|
|
4071
|
+
"$ref": "#/components/schemas/PluginsctlListPluginsRequest"
|
|
4072
|
+
}
|
|
4073
|
+
}
|
|
4074
|
+
}
|
|
4075
|
+
},
|
|
3197
4076
|
"responses": {
|
|
3198
4077
|
"200": {
|
|
3199
4078
|
"$ref": "#/components/responses/PluginsctlListPluginsResponse"
|
|
@@ -3221,6 +4100,15 @@
|
|
|
3221
4100
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
3222
4101
|
}
|
|
3223
4102
|
],
|
|
4103
|
+
"requestBody": {
|
|
4104
|
+
"content": {
|
|
4105
|
+
"application/json": {
|
|
4106
|
+
"schema": {
|
|
4107
|
+
"$ref": "#/components/schemas/PluginsctlListTestPluginsRequest"
|
|
4108
|
+
}
|
|
4109
|
+
}
|
|
4110
|
+
}
|
|
4111
|
+
},
|
|
3224
4112
|
"responses": {
|
|
3225
4113
|
"200": {
|
|
3226
4114
|
"$ref": "#/components/responses/PluginsctlListTestPluginsResponse"
|
|
@@ -3251,6 +4139,15 @@
|
|
|
3251
4139
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
3252
4140
|
}
|
|
3253
4141
|
],
|
|
4142
|
+
"requestBody": {
|
|
4143
|
+
"content": {
|
|
4144
|
+
"application/json": {
|
|
4145
|
+
"schema": {
|
|
4146
|
+
"$ref": "#/components/schemas/PluginsctlRemovePluginRequest"
|
|
4147
|
+
}
|
|
4148
|
+
}
|
|
4149
|
+
}
|
|
4150
|
+
},
|
|
3254
4151
|
"responses": {
|
|
3255
4152
|
"200": {
|
|
3256
4153
|
"$ref": "#/components/responses/EmptyResponse"
|
|
@@ -3281,6 +4178,15 @@
|
|
|
3281
4178
|
"$ref": "#/components/parameters/GlobalAsyncParam"
|
|
3282
4179
|
}
|
|
3283
4180
|
],
|
|
4181
|
+
"requestBody": {
|
|
4182
|
+
"content": {
|
|
4183
|
+
"application/json": {
|
|
4184
|
+
"schema": {
|
|
4185
|
+
"$ref": "#/components/schemas/PluginsctlRemoveTestPluginRequest"
|
|
4186
|
+
}
|
|
4187
|
+
}
|
|
4188
|
+
}
|
|
4189
|
+
},
|
|
3284
4190
|
"responses": {
|
|
3285
4191
|
"200": {
|
|
3286
4192
|
"$ref": "#/components/responses/EmptyResponse"
|
|
@@ -3335,7 +4241,8 @@
|
|
|
3335
4241
|
"in": "query",
|
|
3336
4242
|
"description": "Additional arbitrary parameters allowed.",
|
|
3337
4243
|
"schema": {
|
|
3338
|
-
"type": "object"
|
|
4244
|
+
"type": "object",
|
|
4245
|
+
"additionalProperties": true
|
|
3339
4246
|
},
|
|
3340
4247
|
"style": "form",
|
|
3341
4248
|
"explode": true
|
|
@@ -3519,6 +4426,49 @@
|
|
|
3519
4426
|
"type": "boolean"
|
|
3520
4427
|
}
|
|
3521
4428
|
},
|
|
4429
|
+
"Operations_HashsumfilePostFsParam": {
|
|
4430
|
+
"name": "fs",
|
|
4431
|
+
"in": "query",
|
|
4432
|
+
"description": "Remote name or path containing the file to hash.",
|
|
4433
|
+
"schema": {
|
|
4434
|
+
"type": "string"
|
|
4435
|
+
},
|
|
4436
|
+
"required": true
|
|
4437
|
+
},
|
|
4438
|
+
"Operations_HashsumfilePostRemoteParam": {
|
|
4439
|
+
"name": "remote",
|
|
4440
|
+
"in": "query",
|
|
4441
|
+
"description": "Path to the specific file within `fs` to hash.",
|
|
4442
|
+
"schema": {
|
|
4443
|
+
"type": "string"
|
|
4444
|
+
},
|
|
4445
|
+
"required": true
|
|
4446
|
+
},
|
|
4447
|
+
"Operations_HashsumfilePostHashTypeParam": {
|
|
4448
|
+
"name": "hashType",
|
|
4449
|
+
"in": "query",
|
|
4450
|
+
"description": "Hash algorithm to use, e.g. `md5`, `sha1`, or another supported name.",
|
|
4451
|
+
"schema": {
|
|
4452
|
+
"type": "string"
|
|
4453
|
+
},
|
|
4454
|
+
"required": true
|
|
4455
|
+
},
|
|
4456
|
+
"Operations_HashsumfilePostDownloadParam": {
|
|
4457
|
+
"name": "download",
|
|
4458
|
+
"in": "query",
|
|
4459
|
+
"description": "Set to true to force reading the data instead of using remote checksums.",
|
|
4460
|
+
"schema": {
|
|
4461
|
+
"type": "boolean"
|
|
4462
|
+
}
|
|
4463
|
+
},
|
|
4464
|
+
"Operations_HashsumfilePostBase64Param": {
|
|
4465
|
+
"name": "base64",
|
|
4466
|
+
"in": "query",
|
|
4467
|
+
"description": "Set to true to emit the hash value in base64 rather than hexadecimal.",
|
|
4468
|
+
"schema": {
|
|
4469
|
+
"type": "boolean"
|
|
4470
|
+
}
|
|
4471
|
+
},
|
|
3522
4472
|
"Operations_MovefilePostSrcFsParam": {
|
|
3523
4473
|
"name": "srcFs",
|
|
3524
4474
|
"in": "query",
|
|
@@ -3855,7 +4805,8 @@
|
|
|
3855
4805
|
"in": "query",
|
|
3856
4806
|
"description": "Additional arbitrary parameters allowed.",
|
|
3857
4807
|
"schema": {
|
|
3858
|
-
"type": "object"
|
|
4808
|
+
"type": "object",
|
|
4809
|
+
"additionalProperties": true
|
|
3859
4810
|
},
|
|
3860
4811
|
"style": "form",
|
|
3861
4812
|
"explode": true
|
|
@@ -3865,7 +4816,8 @@
|
|
|
3865
4816
|
"in": "query",
|
|
3866
4817
|
"description": "Additional arbitrary parameters allowed.",
|
|
3867
4818
|
"schema": {
|
|
3868
|
-
"type": "object"
|
|
4819
|
+
"type": "object",
|
|
4820
|
+
"additionalProperties": true
|
|
3869
4821
|
},
|
|
3870
4822
|
"style": "form",
|
|
3871
4823
|
"explode": true
|
|
@@ -3938,7 +4890,8 @@
|
|
|
3938
4890
|
"in": "query",
|
|
3939
4891
|
"description": "Additional arbitrary parameters allowed.",
|
|
3940
4892
|
"schema": {
|
|
3941
|
-
"type": "object"
|
|
4893
|
+
"type": "object",
|
|
4894
|
+
"additionalProperties": true
|
|
3942
4895
|
},
|
|
3943
4896
|
"style": "form",
|
|
3944
4897
|
"explode": true
|
|
@@ -5199,7 +6152,8 @@
|
|
|
5199
6152
|
"in": "query",
|
|
5200
6153
|
"description": "Additional arbitrary parameters allowed.",
|
|
5201
6154
|
"schema": {
|
|
5202
|
-
"type": "object"
|
|
6155
|
+
"type": "object",
|
|
6156
|
+
"additionalProperties": true
|
|
5203
6157
|
},
|
|
5204
6158
|
"style": "form",
|
|
5205
6159
|
"explode": true
|
|
@@ -5226,7 +6180,8 @@
|
|
|
5226
6180
|
"in": "query",
|
|
5227
6181
|
"description": "Additional arbitrary parameters allowed.",
|
|
5228
6182
|
"schema": {
|
|
5229
|
-
"type": "object"
|
|
6183
|
+
"type": "object",
|
|
6184
|
+
"additionalProperties": true
|
|
5230
6185
|
},
|
|
5231
6186
|
"style": "form",
|
|
5232
6187
|
"explode": true
|
|
@@ -5326,7 +6281,8 @@
|
|
|
5326
6281
|
"in": "query",
|
|
5327
6282
|
"description": "Additional arbitrary parameters allowed.",
|
|
5328
6283
|
"schema": {
|
|
5329
|
-
"type": "object"
|
|
6284
|
+
"type": "object",
|
|
6285
|
+
"additionalProperties": true
|
|
5330
6286
|
},
|
|
5331
6287
|
"style": "form",
|
|
5332
6288
|
"explode": true
|
|
@@ -5427,7 +6383,7 @@
|
|
|
5427
6383
|
"application/json": {
|
|
5428
6384
|
"schema": {
|
|
5429
6385
|
"type": "object",
|
|
5430
|
-
"
|
|
6386
|
+
"additionalProperties": true
|
|
5431
6387
|
}
|
|
5432
6388
|
}
|
|
5433
6389
|
}
|
|
@@ -5535,6 +6491,30 @@
|
|
|
5535
6491
|
}
|
|
5536
6492
|
}
|
|
5537
6493
|
},
|
|
6494
|
+
"OperationsHashsumfileResponse": {
|
|
6495
|
+
"description": "Hash algorithm used and the hash value for a single file from `operations/hashsumfile`.",
|
|
6496
|
+
"content": {
|
|
6497
|
+
"application/json": {
|
|
6498
|
+
"schema": {
|
|
6499
|
+
"type": "object",
|
|
6500
|
+
"properties": {
|
|
6501
|
+
"hashType": {
|
|
6502
|
+
"type": "string",
|
|
6503
|
+
"description": "The hash algorithm that was used."
|
|
6504
|
+
},
|
|
6505
|
+
"hash": {
|
|
6506
|
+
"type": "string",
|
|
6507
|
+
"description": "The hash value of the file."
|
|
6508
|
+
}
|
|
6509
|
+
},
|
|
6510
|
+
"required": [
|
|
6511
|
+
"hashType",
|
|
6512
|
+
"hash"
|
|
6513
|
+
]
|
|
6514
|
+
}
|
|
6515
|
+
}
|
|
6516
|
+
}
|
|
6517
|
+
},
|
|
5538
6518
|
"OperationsPubliclinkResponse": {
|
|
5539
6519
|
"description": "Public sharing URL returned by `operations/publiclink`.",
|
|
5540
6520
|
"content": {
|
|
@@ -8310,6 +9290,2628 @@
|
|
|
8310
9290
|
}
|
|
8311
9291
|
},
|
|
8312
9292
|
"additionalProperties": true
|
|
9293
|
+
},
|
|
9294
|
+
"RcNoopRequest": {
|
|
9295
|
+
"type": "object",
|
|
9296
|
+
"properties": {
|
|
9297
|
+
"params": {
|
|
9298
|
+
"type": "object",
|
|
9299
|
+
"additionalProperties": true,
|
|
9300
|
+
"description": "Additional arbitrary parameters allowed."
|
|
9301
|
+
},
|
|
9302
|
+
"_async": {
|
|
9303
|
+
"type": "boolean",
|
|
9304
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
9305
|
+
}
|
|
9306
|
+
}
|
|
9307
|
+
},
|
|
9308
|
+
"OperationsCleanupRequest": {
|
|
9309
|
+
"type": "object",
|
|
9310
|
+
"properties": {
|
|
9311
|
+
"fs": {
|
|
9312
|
+
"type": "string",
|
|
9313
|
+
"description": "Remote name or path to clean up, for example `drive:`."
|
|
9314
|
+
},
|
|
9315
|
+
"_group": {
|
|
9316
|
+
"type": "string",
|
|
9317
|
+
"description": "Assign the request to a custom stats group."
|
|
9318
|
+
},
|
|
9319
|
+
"_async": {
|
|
9320
|
+
"type": "boolean",
|
|
9321
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
9322
|
+
}
|
|
9323
|
+
},
|
|
9324
|
+
"required": [
|
|
9325
|
+
"fs"
|
|
9326
|
+
]
|
|
9327
|
+
},
|
|
9328
|
+
"OperationsCopyfileRequest": {
|
|
9329
|
+
"type": "object",
|
|
9330
|
+
"properties": {
|
|
9331
|
+
"srcFs": {
|
|
9332
|
+
"type": "string",
|
|
9333
|
+
"description": "Source remote name or path, such as `drive:` or `/` for the local filesystem."
|
|
9334
|
+
},
|
|
9335
|
+
"srcRemote": {
|
|
9336
|
+
"type": "string",
|
|
9337
|
+
"description": "Path to the source object within `srcFs`, for example `dir/file.txt`."
|
|
9338
|
+
},
|
|
9339
|
+
"dstFs": {
|
|
9340
|
+
"type": "string",
|
|
9341
|
+
"description": "Destination remote name or path, such as `drive2:` or `/` for local filesystem."
|
|
9342
|
+
},
|
|
9343
|
+
"dstRemote": {
|
|
9344
|
+
"type": "string",
|
|
9345
|
+
"description": "Target path within `dstFs` where the file should be written."
|
|
9346
|
+
},
|
|
9347
|
+
"_group": {
|
|
9348
|
+
"type": "string",
|
|
9349
|
+
"description": "Assign the request to a custom stats group."
|
|
9350
|
+
},
|
|
9351
|
+
"_async": {
|
|
9352
|
+
"type": "boolean",
|
|
9353
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
9354
|
+
}
|
|
9355
|
+
},
|
|
9356
|
+
"required": [
|
|
9357
|
+
"srcFs",
|
|
9358
|
+
"srcRemote",
|
|
9359
|
+
"dstFs",
|
|
9360
|
+
"dstRemote"
|
|
9361
|
+
]
|
|
9362
|
+
},
|
|
9363
|
+
"OperationsCopyurlRequest": {
|
|
9364
|
+
"type": "object",
|
|
9365
|
+
"properties": {
|
|
9366
|
+
"fs": {
|
|
9367
|
+
"type": "string",
|
|
9368
|
+
"description": "Remote name or path that will receive the downloaded file, e.g. `drive:`."
|
|
9369
|
+
},
|
|
9370
|
+
"remote": {
|
|
9371
|
+
"type": "string",
|
|
9372
|
+
"description": "Destination path within `fs` where the fetched object will be stored."
|
|
9373
|
+
},
|
|
9374
|
+
"url": {
|
|
9375
|
+
"type": "string",
|
|
9376
|
+
"description": "Source URL to fetch the object from."
|
|
9377
|
+
},
|
|
9378
|
+
"autoFilename": {
|
|
9379
|
+
"type": "boolean",
|
|
9380
|
+
"description": "Set to true to derive the destination filename from the URL."
|
|
9381
|
+
},
|
|
9382
|
+
"_group": {
|
|
9383
|
+
"type": "string",
|
|
9384
|
+
"description": "Assign the request to a custom stats group."
|
|
9385
|
+
},
|
|
9386
|
+
"_async": {
|
|
9387
|
+
"type": "boolean",
|
|
9388
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
9389
|
+
}
|
|
9390
|
+
},
|
|
9391
|
+
"required": [
|
|
9392
|
+
"fs",
|
|
9393
|
+
"remote",
|
|
9394
|
+
"url"
|
|
9395
|
+
]
|
|
9396
|
+
},
|
|
9397
|
+
"OperationsDeleteRequest": {
|
|
9398
|
+
"type": "object",
|
|
9399
|
+
"properties": {
|
|
9400
|
+
"fs": {
|
|
9401
|
+
"type": "string",
|
|
9402
|
+
"description": "Remote name or path whose contents should be removed."
|
|
9403
|
+
},
|
|
9404
|
+
"_config": {
|
|
9405
|
+
"type": "string",
|
|
9406
|
+
"description": "JSON encoded config overrides applied for this call only."
|
|
9407
|
+
},
|
|
9408
|
+
"_filter": {
|
|
9409
|
+
"type": "string",
|
|
9410
|
+
"description": "JSON encoded filter overrides applied for this call only."
|
|
9411
|
+
},
|
|
9412
|
+
"_group": {
|
|
9413
|
+
"type": "string",
|
|
9414
|
+
"description": "Assign the request to a custom stats group."
|
|
9415
|
+
},
|
|
9416
|
+
"_async": {
|
|
9417
|
+
"type": "boolean",
|
|
9418
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
9419
|
+
}
|
|
9420
|
+
},
|
|
9421
|
+
"required": [
|
|
9422
|
+
"fs"
|
|
9423
|
+
]
|
|
9424
|
+
},
|
|
9425
|
+
"OperationsDeletefileRequest": {
|
|
9426
|
+
"type": "object",
|
|
9427
|
+
"properties": {
|
|
9428
|
+
"fs": {
|
|
9429
|
+
"type": "string",
|
|
9430
|
+
"description": "Remote name or path that contains the file to delete."
|
|
9431
|
+
},
|
|
9432
|
+
"remote": {
|
|
9433
|
+
"type": "string",
|
|
9434
|
+
"description": "Exact path to the file within `fs` that should be deleted."
|
|
9435
|
+
},
|
|
9436
|
+
"_group": {
|
|
9437
|
+
"type": "string",
|
|
9438
|
+
"description": "Assign the request to a custom stats group."
|
|
9439
|
+
},
|
|
9440
|
+
"_async": {
|
|
9441
|
+
"type": "boolean",
|
|
9442
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
9443
|
+
}
|
|
9444
|
+
},
|
|
9445
|
+
"required": [
|
|
9446
|
+
"fs",
|
|
9447
|
+
"remote"
|
|
9448
|
+
]
|
|
9449
|
+
},
|
|
9450
|
+
"OperationsFsinfoRequest": {
|
|
9451
|
+
"type": "object",
|
|
9452
|
+
"properties": {
|
|
9453
|
+
"fs": {
|
|
9454
|
+
"type": "string",
|
|
9455
|
+
"description": "Remote name or path to inspect, e.g. `drive:`."
|
|
9456
|
+
},
|
|
9457
|
+
"_group": {
|
|
9458
|
+
"type": "string",
|
|
9459
|
+
"description": "Assign the request to a custom stats group."
|
|
9460
|
+
},
|
|
9461
|
+
"_async": {
|
|
9462
|
+
"type": "boolean",
|
|
9463
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
9464
|
+
}
|
|
9465
|
+
},
|
|
9466
|
+
"required": [
|
|
9467
|
+
"fs"
|
|
9468
|
+
]
|
|
9469
|
+
},
|
|
9470
|
+
"OperationsHashsumRequest": {
|
|
9471
|
+
"type": "object",
|
|
9472
|
+
"properties": {
|
|
9473
|
+
"fs": {
|
|
9474
|
+
"type": "string",
|
|
9475
|
+
"description": "Remote name or path to hash, such as `drive:` or `/`."
|
|
9476
|
+
},
|
|
9477
|
+
"hashType": {
|
|
9478
|
+
"type": "string",
|
|
9479
|
+
"description": "Hash algorithm to use, e.g. `md5`, `sha1`, or another supported name."
|
|
9480
|
+
},
|
|
9481
|
+
"download": {
|
|
9482
|
+
"type": "boolean",
|
|
9483
|
+
"description": "Set to true to force reading the data instead of using remote checksums."
|
|
9484
|
+
},
|
|
9485
|
+
"base64": {
|
|
9486
|
+
"type": "boolean",
|
|
9487
|
+
"description": "Set to true to emit hash values in base64 rather than hexadecimal."
|
|
9488
|
+
},
|
|
9489
|
+
"_group": {
|
|
9490
|
+
"type": "string",
|
|
9491
|
+
"description": "Assign the request to a custom stats group."
|
|
9492
|
+
},
|
|
9493
|
+
"_async": {
|
|
9494
|
+
"type": "boolean",
|
|
9495
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
9496
|
+
}
|
|
9497
|
+
},
|
|
9498
|
+
"required": [
|
|
9499
|
+
"fs",
|
|
9500
|
+
"hashType"
|
|
9501
|
+
]
|
|
9502
|
+
},
|
|
9503
|
+
"OperationsHashsumfileRequest": {
|
|
9504
|
+
"type": "object",
|
|
9505
|
+
"properties": {
|
|
9506
|
+
"fs": {
|
|
9507
|
+
"type": "string",
|
|
9508
|
+
"description": "Remote name or path containing the file to hash."
|
|
9509
|
+
},
|
|
9510
|
+
"remote": {
|
|
9511
|
+
"type": "string",
|
|
9512
|
+
"description": "Path to the specific file within `fs` to hash."
|
|
9513
|
+
},
|
|
9514
|
+
"hashType": {
|
|
9515
|
+
"type": "string",
|
|
9516
|
+
"description": "Hash algorithm to use, e.g. `md5`, `sha1`, or another supported name."
|
|
9517
|
+
},
|
|
9518
|
+
"download": {
|
|
9519
|
+
"type": "boolean",
|
|
9520
|
+
"description": "Set to true to force reading the data instead of using remote checksums."
|
|
9521
|
+
},
|
|
9522
|
+
"base64": {
|
|
9523
|
+
"type": "boolean",
|
|
9524
|
+
"description": "Set to true to emit the hash value in base64 rather than hexadecimal."
|
|
9525
|
+
},
|
|
9526
|
+
"_group": {
|
|
9527
|
+
"type": "string",
|
|
9528
|
+
"description": "Assign the request to a custom stats group."
|
|
9529
|
+
},
|
|
9530
|
+
"_async": {
|
|
9531
|
+
"type": "boolean",
|
|
9532
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
9533
|
+
}
|
|
9534
|
+
},
|
|
9535
|
+
"required": [
|
|
9536
|
+
"fs",
|
|
9537
|
+
"remote",
|
|
9538
|
+
"hashType"
|
|
9539
|
+
]
|
|
9540
|
+
},
|
|
9541
|
+
"OperationsMovefileRequest": {
|
|
9542
|
+
"type": "object",
|
|
9543
|
+
"properties": {
|
|
9544
|
+
"srcFs": {
|
|
9545
|
+
"type": "string",
|
|
9546
|
+
"description": "Source remote name or path containing the file to move."
|
|
9547
|
+
},
|
|
9548
|
+
"srcRemote": {
|
|
9549
|
+
"type": "string",
|
|
9550
|
+
"description": "Path to the source object within `srcFs`."
|
|
9551
|
+
},
|
|
9552
|
+
"dstFs": {
|
|
9553
|
+
"type": "string",
|
|
9554
|
+
"description": "Destination remote name or path where the file will be moved."
|
|
9555
|
+
},
|
|
9556
|
+
"dstRemote": {
|
|
9557
|
+
"type": "string",
|
|
9558
|
+
"description": "Destination path within `dstFs` for the moved object."
|
|
9559
|
+
},
|
|
9560
|
+
"_group": {
|
|
9561
|
+
"type": "string",
|
|
9562
|
+
"description": "Assign the request to a custom stats group."
|
|
9563
|
+
},
|
|
9564
|
+
"_async": {
|
|
9565
|
+
"type": "boolean",
|
|
9566
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
9567
|
+
}
|
|
9568
|
+
},
|
|
9569
|
+
"required": [
|
|
9570
|
+
"srcFs",
|
|
9571
|
+
"srcRemote",
|
|
9572
|
+
"dstFs",
|
|
9573
|
+
"dstRemote"
|
|
9574
|
+
]
|
|
9575
|
+
},
|
|
9576
|
+
"OperationsPubliclinkRequest": {
|
|
9577
|
+
"type": "object",
|
|
9578
|
+
"properties": {
|
|
9579
|
+
"fs": {
|
|
9580
|
+
"type": "string",
|
|
9581
|
+
"description": "Remote name or path hosting the object for which to manage a public link."
|
|
9582
|
+
},
|
|
9583
|
+
"remote": {
|
|
9584
|
+
"type": "string",
|
|
9585
|
+
"description": "Path within `fs` to the object for which to create or remove a public link."
|
|
9586
|
+
},
|
|
9587
|
+
"unlink": {
|
|
9588
|
+
"type": "boolean",
|
|
9589
|
+
"description": "Set to true to remove an existing public link instead of creating one."
|
|
9590
|
+
},
|
|
9591
|
+
"expire": {
|
|
9592
|
+
"type": "string",
|
|
9593
|
+
"description": "Optional expiration time for the public link, formatted as supported by the backend."
|
|
9594
|
+
},
|
|
9595
|
+
"_group": {
|
|
9596
|
+
"type": "string",
|
|
9597
|
+
"description": "Assign the request to a custom stats group."
|
|
9598
|
+
},
|
|
9599
|
+
"_async": {
|
|
9600
|
+
"type": "boolean",
|
|
9601
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
9602
|
+
}
|
|
9603
|
+
},
|
|
9604
|
+
"required": [
|
|
9605
|
+
"fs",
|
|
9606
|
+
"remote"
|
|
9607
|
+
]
|
|
9608
|
+
},
|
|
9609
|
+
"OperationsRmdirsRequest": {
|
|
9610
|
+
"type": "object",
|
|
9611
|
+
"properties": {
|
|
9612
|
+
"fs": {
|
|
9613
|
+
"type": "string",
|
|
9614
|
+
"description": "Remote name or path to scan for empty directories."
|
|
9615
|
+
},
|
|
9616
|
+
"remote": {
|
|
9617
|
+
"type": "string",
|
|
9618
|
+
"description": "Path within `fs` whose empty subdirectories should be removed."
|
|
9619
|
+
},
|
|
9620
|
+
"leaveRoot": {
|
|
9621
|
+
"type": "boolean",
|
|
9622
|
+
"description": "Set to true to preserve the top-level directory even if empty."
|
|
9623
|
+
},
|
|
9624
|
+
"_group": {
|
|
9625
|
+
"type": "string",
|
|
9626
|
+
"description": "Assign the request to a custom stats group."
|
|
9627
|
+
},
|
|
9628
|
+
"_async": {
|
|
9629
|
+
"type": "boolean",
|
|
9630
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
9631
|
+
}
|
|
9632
|
+
},
|
|
9633
|
+
"required": [
|
|
9634
|
+
"fs",
|
|
9635
|
+
"remote"
|
|
9636
|
+
]
|
|
9637
|
+
},
|
|
9638
|
+
"OperationsSettierRequest": {
|
|
9639
|
+
"type": "object",
|
|
9640
|
+
"properties": {
|
|
9641
|
+
"fs": {
|
|
9642
|
+
"type": "string",
|
|
9643
|
+
"description": "Remote name or path whose storage class tier should be changed."
|
|
9644
|
+
},
|
|
9645
|
+
"_group": {
|
|
9646
|
+
"type": "string",
|
|
9647
|
+
"description": "Assign the request to a custom stats group."
|
|
9648
|
+
},
|
|
9649
|
+
"_async": {
|
|
9650
|
+
"type": "boolean",
|
|
9651
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
9652
|
+
}
|
|
9653
|
+
},
|
|
9654
|
+
"required": [
|
|
9655
|
+
"fs"
|
|
9656
|
+
]
|
|
9657
|
+
},
|
|
9658
|
+
"OperationsSettierfileRequest": {
|
|
9659
|
+
"type": "object",
|
|
9660
|
+
"properties": {
|
|
9661
|
+
"fs": {
|
|
9662
|
+
"type": "string",
|
|
9663
|
+
"description": "Remote name or path that contains the object whose tier should change."
|
|
9664
|
+
},
|
|
9665
|
+
"remote": {
|
|
9666
|
+
"type": "string",
|
|
9667
|
+
"description": "Path within `fs` to the object whose storage class tier should be updated."
|
|
9668
|
+
},
|
|
9669
|
+
"_group": {
|
|
9670
|
+
"type": "string",
|
|
9671
|
+
"description": "Assign the request to a custom stats group."
|
|
9672
|
+
},
|
|
9673
|
+
"_async": {
|
|
9674
|
+
"type": "boolean",
|
|
9675
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
9676
|
+
}
|
|
9677
|
+
},
|
|
9678
|
+
"required": [
|
|
9679
|
+
"fs",
|
|
9680
|
+
"remote"
|
|
9681
|
+
]
|
|
9682
|
+
},
|
|
9683
|
+
"OperationsSizeRequest": {
|
|
9684
|
+
"type": "object",
|
|
9685
|
+
"properties": {
|
|
9686
|
+
"fs": {
|
|
9687
|
+
"type": "string",
|
|
9688
|
+
"description": "Remote name or path to measure aggregate size information for."
|
|
9689
|
+
},
|
|
9690
|
+
"_group": {
|
|
9691
|
+
"type": "string",
|
|
9692
|
+
"description": "Assign the request to a custom stats group."
|
|
9693
|
+
},
|
|
9694
|
+
"_async": {
|
|
9695
|
+
"type": "boolean",
|
|
9696
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
9697
|
+
}
|
|
9698
|
+
},
|
|
9699
|
+
"required": [
|
|
9700
|
+
"fs"
|
|
9701
|
+
]
|
|
9702
|
+
},
|
|
9703
|
+
"CoreBwlimitRequest": {
|
|
9704
|
+
"type": "object",
|
|
9705
|
+
"properties": {
|
|
9706
|
+
"rate": {
|
|
9707
|
+
"type": "string",
|
|
9708
|
+
"description": "Bandwidth limit to apply, for example `off`, `5M`, or a schedule string."
|
|
9709
|
+
},
|
|
9710
|
+
"_group": {
|
|
9711
|
+
"type": "string",
|
|
9712
|
+
"description": "Assign the request to a custom stats group."
|
|
9713
|
+
},
|
|
9714
|
+
"_async": {
|
|
9715
|
+
"type": "boolean",
|
|
9716
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
9717
|
+
}
|
|
9718
|
+
}
|
|
9719
|
+
},
|
|
9720
|
+
"CoreCommandRequest": {
|
|
9721
|
+
"type": "object",
|
|
9722
|
+
"properties": {
|
|
9723
|
+
"command": {
|
|
9724
|
+
"type": "string",
|
|
9725
|
+
"description": "Name of the rclone command to execute, for example `ls` or `lsf`."
|
|
9726
|
+
},
|
|
9727
|
+
"arg": {
|
|
9728
|
+
"type": "array",
|
|
9729
|
+
"items": {
|
|
9730
|
+
"type": "string"
|
|
9731
|
+
},
|
|
9732
|
+
"description": "Optional positional arguments for the command. Repeat to supply multiple values."
|
|
9733
|
+
},
|
|
9734
|
+
"opt": {
|
|
9735
|
+
"type": "string",
|
|
9736
|
+
"description": "Optional command options encoded as a JSON string."
|
|
9737
|
+
},
|
|
9738
|
+
"returnType": {
|
|
9739
|
+
"type": "string",
|
|
9740
|
+
"description": "Controls how output is returned; accepts `COMBINED_OUTPUT`, `STREAM`, `STREAM_ONLY_STDOUT`, or `STREAM_ONLY_STDERR`."
|
|
9741
|
+
},
|
|
9742
|
+
"_group": {
|
|
9743
|
+
"type": "string",
|
|
9744
|
+
"description": "Assign the request to a custom stats group."
|
|
9745
|
+
},
|
|
9746
|
+
"_async": {
|
|
9747
|
+
"type": "boolean",
|
|
9748
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
9749
|
+
}
|
|
9750
|
+
},
|
|
9751
|
+
"required": [
|
|
9752
|
+
"command"
|
|
9753
|
+
]
|
|
9754
|
+
},
|
|
9755
|
+
"CoreDuRequest": {
|
|
9756
|
+
"type": "object",
|
|
9757
|
+
"properties": {
|
|
9758
|
+
"dir": {
|
|
9759
|
+
"type": "string",
|
|
9760
|
+
"description": "Local directory path to report disk usage for. Defaults to the rclone cache directory when omitted."
|
|
9761
|
+
},
|
|
9762
|
+
"_group": {
|
|
9763
|
+
"type": "string",
|
|
9764
|
+
"description": "Assign the request to a custom stats group."
|
|
9765
|
+
},
|
|
9766
|
+
"_async": {
|
|
9767
|
+
"type": "boolean",
|
|
9768
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
9769
|
+
}
|
|
9770
|
+
}
|
|
9771
|
+
},
|
|
9772
|
+
"CoreGcRequest": {
|
|
9773
|
+
"type": "object",
|
|
9774
|
+
"properties": {
|
|
9775
|
+
"_group": {
|
|
9776
|
+
"type": "string",
|
|
9777
|
+
"description": "Assign the request to a custom stats group."
|
|
9778
|
+
},
|
|
9779
|
+
"_async": {
|
|
9780
|
+
"type": "boolean",
|
|
9781
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
9782
|
+
}
|
|
9783
|
+
}
|
|
9784
|
+
},
|
|
9785
|
+
"CoreGroupListRequest": {
|
|
9786
|
+
"type": "object",
|
|
9787
|
+
"properties": {
|
|
9788
|
+
"_group": {
|
|
9789
|
+
"type": "string",
|
|
9790
|
+
"description": "Assign the request to a custom stats group."
|
|
9791
|
+
},
|
|
9792
|
+
"_async": {
|
|
9793
|
+
"type": "boolean",
|
|
9794
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
9795
|
+
}
|
|
9796
|
+
}
|
|
9797
|
+
},
|
|
9798
|
+
"CoreMemstatsRequest": {
|
|
9799
|
+
"type": "object",
|
|
9800
|
+
"properties": {
|
|
9801
|
+
"_group": {
|
|
9802
|
+
"type": "string",
|
|
9803
|
+
"description": "Assign the request to a custom stats group."
|
|
9804
|
+
},
|
|
9805
|
+
"_async": {
|
|
9806
|
+
"type": "boolean",
|
|
9807
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
9808
|
+
}
|
|
9809
|
+
}
|
|
9810
|
+
},
|
|
9811
|
+
"CoreObscureRequest": {
|
|
9812
|
+
"type": "object",
|
|
9813
|
+
"properties": {
|
|
9814
|
+
"clear": {
|
|
9815
|
+
"type": "string",
|
|
9816
|
+
"description": "Plain-text string to obscure for storage in the config file."
|
|
9817
|
+
},
|
|
9818
|
+
"_group": {
|
|
9819
|
+
"type": "string",
|
|
9820
|
+
"description": "Assign the request to a custom stats group."
|
|
9821
|
+
},
|
|
9822
|
+
"_async": {
|
|
9823
|
+
"type": "boolean",
|
|
9824
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
9825
|
+
}
|
|
9826
|
+
},
|
|
9827
|
+
"required": [
|
|
9828
|
+
"clear"
|
|
9829
|
+
]
|
|
9830
|
+
},
|
|
9831
|
+
"CorePidRequest": {
|
|
9832
|
+
"type": "object",
|
|
9833
|
+
"properties": {
|
|
9834
|
+
"_group": {
|
|
9835
|
+
"type": "string",
|
|
9836
|
+
"description": "Assign the request to a custom stats group."
|
|
9837
|
+
},
|
|
9838
|
+
"_async": {
|
|
9839
|
+
"type": "boolean",
|
|
9840
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
9841
|
+
}
|
|
9842
|
+
}
|
|
9843
|
+
},
|
|
9844
|
+
"CoreQuitRequest": {
|
|
9845
|
+
"type": "object",
|
|
9846
|
+
"properties": {
|
|
9847
|
+
"exitCode": {
|
|
9848
|
+
"type": "integer",
|
|
9849
|
+
"description": "Optional exit code to use when terminating the rclone process."
|
|
9850
|
+
},
|
|
9851
|
+
"_group": {
|
|
9852
|
+
"type": "string",
|
|
9853
|
+
"description": "Assign the request to a custom stats group."
|
|
9854
|
+
},
|
|
9855
|
+
"_async": {
|
|
9856
|
+
"type": "boolean",
|
|
9857
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
9858
|
+
}
|
|
9859
|
+
}
|
|
9860
|
+
},
|
|
9861
|
+
"CoreStatsDeleteRequest": {
|
|
9862
|
+
"type": "object",
|
|
9863
|
+
"properties": {
|
|
9864
|
+
"group": {
|
|
9865
|
+
"type": "string",
|
|
9866
|
+
"description": "Stats group identifier to remove."
|
|
9867
|
+
},
|
|
9868
|
+
"_group": {
|
|
9869
|
+
"type": "string",
|
|
9870
|
+
"description": "Assign the request to a custom stats group."
|
|
9871
|
+
},
|
|
9872
|
+
"_async": {
|
|
9873
|
+
"type": "boolean",
|
|
9874
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
9875
|
+
}
|
|
9876
|
+
},
|
|
9877
|
+
"required": [
|
|
9878
|
+
"group"
|
|
9879
|
+
]
|
|
9880
|
+
},
|
|
9881
|
+
"CoreStatsResetRequest": {
|
|
9882
|
+
"type": "object",
|
|
9883
|
+
"properties": {
|
|
9884
|
+
"group": {
|
|
9885
|
+
"type": "string",
|
|
9886
|
+
"description": "Stats group identifier whose counters should be reset. Leave unset to reset all groups."
|
|
9887
|
+
},
|
|
9888
|
+
"_group": {
|
|
9889
|
+
"type": "string",
|
|
9890
|
+
"description": "Assign the request to a custom stats group."
|
|
9891
|
+
},
|
|
9892
|
+
"_async": {
|
|
9893
|
+
"type": "boolean",
|
|
9894
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
9895
|
+
}
|
|
9896
|
+
}
|
|
9897
|
+
},
|
|
9898
|
+
"CoreTransferredRequest": {
|
|
9899
|
+
"type": "object",
|
|
9900
|
+
"properties": {
|
|
9901
|
+
"group": {
|
|
9902
|
+
"type": "string",
|
|
9903
|
+
"description": "Stats group identifier to filter the completed transfer list. Leave unset for all groups."
|
|
9904
|
+
},
|
|
9905
|
+
"_group": {
|
|
9906
|
+
"type": "string",
|
|
9907
|
+
"description": "Assign the request to a custom stats group."
|
|
9908
|
+
},
|
|
9909
|
+
"_async": {
|
|
9910
|
+
"type": "boolean",
|
|
9911
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
9912
|
+
}
|
|
9913
|
+
}
|
|
9914
|
+
},
|
|
9915
|
+
"DebugSetBlockProfileRateRequest": {
|
|
9916
|
+
"type": "object",
|
|
9917
|
+
"properties": {
|
|
9918
|
+
"rate": {
|
|
9919
|
+
"type": "integer",
|
|
9920
|
+
"description": "Sampling interval in nanoseconds for blocking profile collection; use 1 to capture all events."
|
|
9921
|
+
},
|
|
9922
|
+
"_group": {
|
|
9923
|
+
"type": "string",
|
|
9924
|
+
"description": "Assign the request to a custom stats group."
|
|
9925
|
+
},
|
|
9926
|
+
"_async": {
|
|
9927
|
+
"type": "boolean",
|
|
9928
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
9929
|
+
}
|
|
9930
|
+
},
|
|
9931
|
+
"required": [
|
|
9932
|
+
"rate"
|
|
9933
|
+
]
|
|
9934
|
+
},
|
|
9935
|
+
"DebugSetGcPercentRequest": {
|
|
9936
|
+
"type": "object",
|
|
9937
|
+
"properties": {
|
|
9938
|
+
"gc-percent": {
|
|
9939
|
+
"type": "integer",
|
|
9940
|
+
"description": "Target percentage of newly allocated data to trigger garbage collection."
|
|
9941
|
+
},
|
|
9942
|
+
"_group": {
|
|
9943
|
+
"type": "string",
|
|
9944
|
+
"description": "Assign the request to a custom stats group."
|
|
9945
|
+
},
|
|
9946
|
+
"_async": {
|
|
9947
|
+
"type": "boolean",
|
|
9948
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
9949
|
+
}
|
|
9950
|
+
},
|
|
9951
|
+
"required": [
|
|
9952
|
+
"gc-percent"
|
|
9953
|
+
]
|
|
9954
|
+
},
|
|
9955
|
+
"DebugSetMutexProfileFractionRequest": {
|
|
9956
|
+
"type": "object",
|
|
9957
|
+
"properties": {
|
|
9958
|
+
"rate": {
|
|
9959
|
+
"type": "integer",
|
|
9960
|
+
"description": "Sampling fraction for mutex contention profiling; set to 0 to disable."
|
|
9961
|
+
},
|
|
9962
|
+
"_group": {
|
|
9963
|
+
"type": "string",
|
|
9964
|
+
"description": "Assign the request to a custom stats group."
|
|
9965
|
+
},
|
|
9966
|
+
"_async": {
|
|
9967
|
+
"type": "boolean",
|
|
9968
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
9969
|
+
}
|
|
9970
|
+
},
|
|
9971
|
+
"required": [
|
|
9972
|
+
"rate"
|
|
9973
|
+
]
|
|
9974
|
+
},
|
|
9975
|
+
"DebugSetSoftMemoryLimitRequest": {
|
|
9976
|
+
"type": "object",
|
|
9977
|
+
"properties": {
|
|
9978
|
+
"mem-limit": {
|
|
9979
|
+
"type": "integer",
|
|
9980
|
+
"description": "Soft memory limit for the Go runtime in bytes."
|
|
9981
|
+
},
|
|
9982
|
+
"_group": {
|
|
9983
|
+
"type": "string",
|
|
9984
|
+
"description": "Assign the request to a custom stats group."
|
|
9985
|
+
},
|
|
9986
|
+
"_async": {
|
|
9987
|
+
"type": "boolean",
|
|
9988
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
9989
|
+
}
|
|
9990
|
+
},
|
|
9991
|
+
"required": [
|
|
9992
|
+
"mem-limit"
|
|
9993
|
+
]
|
|
9994
|
+
},
|
|
9995
|
+
"FscacheClearRequest": {
|
|
9996
|
+
"type": "object",
|
|
9997
|
+
"properties": {
|
|
9998
|
+
"_group": {
|
|
9999
|
+
"type": "string",
|
|
10000
|
+
"description": "Assign the request to a custom stats group."
|
|
10001
|
+
},
|
|
10002
|
+
"_async": {
|
|
10003
|
+
"type": "boolean",
|
|
10004
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
10005
|
+
}
|
|
10006
|
+
}
|
|
10007
|
+
},
|
|
10008
|
+
"FscacheEntriesRequest": {
|
|
10009
|
+
"type": "object",
|
|
10010
|
+
"properties": {
|
|
10011
|
+
"_group": {
|
|
10012
|
+
"type": "string",
|
|
10013
|
+
"description": "Assign the request to a custom stats group."
|
|
10014
|
+
},
|
|
10015
|
+
"_async": {
|
|
10016
|
+
"type": "boolean",
|
|
10017
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
10018
|
+
}
|
|
10019
|
+
}
|
|
10020
|
+
},
|
|
10021
|
+
"MountListmountsRequest": {
|
|
10022
|
+
"type": "object",
|
|
10023
|
+
"properties": {
|
|
10024
|
+
"_group": {
|
|
10025
|
+
"type": "string",
|
|
10026
|
+
"description": "Assign the request to a custom stats group."
|
|
10027
|
+
},
|
|
10028
|
+
"_async": {
|
|
10029
|
+
"type": "boolean",
|
|
10030
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
10031
|
+
}
|
|
10032
|
+
}
|
|
10033
|
+
},
|
|
10034
|
+
"MountMountRequest": {
|
|
10035
|
+
"type": "object",
|
|
10036
|
+
"properties": {
|
|
10037
|
+
"fs": {
|
|
10038
|
+
"type": "string",
|
|
10039
|
+
"description": "Remote path to mount, such as `drive:` or `remote:subdir`."
|
|
10040
|
+
},
|
|
10041
|
+
"mountPoint": {
|
|
10042
|
+
"type": "string",
|
|
10043
|
+
"description": "Absolute local path where the remote should be mounted."
|
|
10044
|
+
},
|
|
10045
|
+
"mountType": {
|
|
10046
|
+
"type": "string",
|
|
10047
|
+
"description": "Optional mount implementation to use (`mount`, `cmount`, or `mount2`)."
|
|
10048
|
+
},
|
|
10049
|
+
"mountOpt": {
|
|
10050
|
+
"type": "string",
|
|
10051
|
+
"description": "Mount options encoded as JSON, matching flags accepted by `rclone mount`."
|
|
10052
|
+
},
|
|
10053
|
+
"vfsOpt": {
|
|
10054
|
+
"type": "string",
|
|
10055
|
+
"description": "VFS options encoded as JSON, matching flags accepted by `rclone mount`."
|
|
10056
|
+
},
|
|
10057
|
+
"_config": {
|
|
10058
|
+
"type": "string",
|
|
10059
|
+
"description": "JSON encoded config overrides applied for this call only."
|
|
10060
|
+
},
|
|
10061
|
+
"_filter": {
|
|
10062
|
+
"type": "string",
|
|
10063
|
+
"description": "JSON encoded filter overrides applied for this call only."
|
|
10064
|
+
},
|
|
10065
|
+
"_group": {
|
|
10066
|
+
"type": "string",
|
|
10067
|
+
"description": "Assign the request to a custom stats group."
|
|
10068
|
+
},
|
|
10069
|
+
"_async": {
|
|
10070
|
+
"type": "boolean",
|
|
10071
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
10072
|
+
}
|
|
10073
|
+
},
|
|
10074
|
+
"required": [
|
|
10075
|
+
"fs",
|
|
10076
|
+
"mountPoint"
|
|
10077
|
+
]
|
|
10078
|
+
},
|
|
10079
|
+
"MountTypesRequest": {
|
|
10080
|
+
"type": "object",
|
|
10081
|
+
"properties": {
|
|
10082
|
+
"_group": {
|
|
10083
|
+
"type": "string",
|
|
10084
|
+
"description": "Assign the request to a custom stats group."
|
|
10085
|
+
},
|
|
10086
|
+
"_async": {
|
|
10087
|
+
"type": "boolean",
|
|
10088
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
10089
|
+
}
|
|
10090
|
+
}
|
|
10091
|
+
},
|
|
10092
|
+
"MountUnmountRequest": {
|
|
10093
|
+
"type": "object",
|
|
10094
|
+
"properties": {
|
|
10095
|
+
"mountPoint": {
|
|
10096
|
+
"type": "string",
|
|
10097
|
+
"description": "Local mount point path to unmount."
|
|
10098
|
+
},
|
|
10099
|
+
"_group": {
|
|
10100
|
+
"type": "string",
|
|
10101
|
+
"description": "Assign the request to a custom stats group."
|
|
10102
|
+
},
|
|
10103
|
+
"_async": {
|
|
10104
|
+
"type": "boolean",
|
|
10105
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
10106
|
+
}
|
|
10107
|
+
},
|
|
10108
|
+
"required": [
|
|
10109
|
+
"mountPoint"
|
|
10110
|
+
]
|
|
10111
|
+
},
|
|
10112
|
+
"MountUnmountallRequest": {
|
|
10113
|
+
"type": "object",
|
|
10114
|
+
"properties": {
|
|
10115
|
+
"_group": {
|
|
10116
|
+
"type": "string",
|
|
10117
|
+
"description": "Assign the request to a custom stats group."
|
|
10118
|
+
},
|
|
10119
|
+
"_async": {
|
|
10120
|
+
"type": "boolean",
|
|
10121
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
10122
|
+
}
|
|
10123
|
+
}
|
|
10124
|
+
},
|
|
10125
|
+
"RcNoopAuthRequest": {
|
|
10126
|
+
"type": "object",
|
|
10127
|
+
"properties": {
|
|
10128
|
+
"params": {
|
|
10129
|
+
"type": "object",
|
|
10130
|
+
"additionalProperties": true,
|
|
10131
|
+
"description": "Additional arbitrary parameters allowed."
|
|
10132
|
+
},
|
|
10133
|
+
"_async": {
|
|
10134
|
+
"type": "boolean",
|
|
10135
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
10136
|
+
}
|
|
10137
|
+
}
|
|
10138
|
+
},
|
|
10139
|
+
"RcErrorRequest": {
|
|
10140
|
+
"type": "object",
|
|
10141
|
+
"properties": {
|
|
10142
|
+
"params": {
|
|
10143
|
+
"type": "object",
|
|
10144
|
+
"additionalProperties": true,
|
|
10145
|
+
"description": "Additional arbitrary parameters allowed."
|
|
10146
|
+
},
|
|
10147
|
+
"_async": {
|
|
10148
|
+
"type": "boolean",
|
|
10149
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
10150
|
+
}
|
|
10151
|
+
}
|
|
10152
|
+
},
|
|
10153
|
+
"RcListRequest": {
|
|
10154
|
+
"type": "object",
|
|
10155
|
+
"properties": {
|
|
10156
|
+
"_group": {
|
|
10157
|
+
"type": "string",
|
|
10158
|
+
"description": "Assign the request to a custom stats group."
|
|
10159
|
+
},
|
|
10160
|
+
"_async": {
|
|
10161
|
+
"type": "boolean",
|
|
10162
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
10163
|
+
}
|
|
10164
|
+
}
|
|
10165
|
+
},
|
|
10166
|
+
"BackendCommandRequest": {
|
|
10167
|
+
"type": "object",
|
|
10168
|
+
"properties": {
|
|
10169
|
+
"command": {
|
|
10170
|
+
"type": "string",
|
|
10171
|
+
"description": "Backend-specific command to invoke."
|
|
10172
|
+
},
|
|
10173
|
+
"fs": {
|
|
10174
|
+
"type": "string",
|
|
10175
|
+
"description": "Remote name or path the backend command should target."
|
|
10176
|
+
},
|
|
10177
|
+
"arg": {
|
|
10178
|
+
"type": "array",
|
|
10179
|
+
"items": {
|
|
10180
|
+
"type": "string"
|
|
10181
|
+
},
|
|
10182
|
+
"description": "Optional positional arguments for the backend command."
|
|
10183
|
+
},
|
|
10184
|
+
"opt": {
|
|
10185
|
+
"type": "string",
|
|
10186
|
+
"description": "Backend command options encoded as a JSON string."
|
|
10187
|
+
},
|
|
10188
|
+
"_group": {
|
|
10189
|
+
"type": "string",
|
|
10190
|
+
"description": "Assign the request to a custom stats group."
|
|
10191
|
+
},
|
|
10192
|
+
"_async": {
|
|
10193
|
+
"type": "boolean",
|
|
10194
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
10195
|
+
}
|
|
10196
|
+
},
|
|
10197
|
+
"required": [
|
|
10198
|
+
"command"
|
|
10199
|
+
]
|
|
10200
|
+
},
|
|
10201
|
+
"CacheExpireRequest": {
|
|
10202
|
+
"type": "object",
|
|
10203
|
+
"properties": {
|
|
10204
|
+
"remote": {
|
|
10205
|
+
"type": "string",
|
|
10206
|
+
"description": "Remote path to expire from the cache, e.g. `remote:path/to/dir`."
|
|
10207
|
+
},
|
|
10208
|
+
"withData": {
|
|
10209
|
+
"type": "boolean",
|
|
10210
|
+
"description": "Set to true to drop cached chunk data along with directory entries."
|
|
10211
|
+
},
|
|
10212
|
+
"_group": {
|
|
10213
|
+
"type": "string",
|
|
10214
|
+
"description": "Assign the request to a custom stats group."
|
|
10215
|
+
},
|
|
10216
|
+
"_async": {
|
|
10217
|
+
"type": "boolean",
|
|
10218
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
10219
|
+
}
|
|
10220
|
+
},
|
|
10221
|
+
"required": [
|
|
10222
|
+
"remote"
|
|
10223
|
+
]
|
|
10224
|
+
},
|
|
10225
|
+
"CacheFetchRequest": {
|
|
10226
|
+
"type": "object",
|
|
10227
|
+
"properties": {
|
|
10228
|
+
"chunks": {
|
|
10229
|
+
"type": "string",
|
|
10230
|
+
"description": "Comma-separated chunk specifier list (e.g. `0:10,25:30`) describing file pieces to prefetch."
|
|
10231
|
+
},
|
|
10232
|
+
"params": {
|
|
10233
|
+
"type": "object",
|
|
10234
|
+
"additionalProperties": true,
|
|
10235
|
+
"description": "Additional arbitrary parameters allowed."
|
|
10236
|
+
},
|
|
10237
|
+
"_group": {
|
|
10238
|
+
"type": "string",
|
|
10239
|
+
"description": "Assign the request to a custom stats group."
|
|
10240
|
+
},
|
|
10241
|
+
"_async": {
|
|
10242
|
+
"type": "boolean",
|
|
10243
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
10244
|
+
}
|
|
10245
|
+
}
|
|
10246
|
+
},
|
|
10247
|
+
"CacheStatsRequest": {
|
|
10248
|
+
"type": "object",
|
|
10249
|
+
"properties": {
|
|
10250
|
+
"_group": {
|
|
10251
|
+
"type": "string",
|
|
10252
|
+
"description": "Assign the request to a custom stats group."
|
|
10253
|
+
},
|
|
10254
|
+
"_async": {
|
|
10255
|
+
"type": "boolean",
|
|
10256
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
10257
|
+
}
|
|
10258
|
+
}
|
|
10259
|
+
},
|
|
10260
|
+
"ConfigCreateRequest": {
|
|
10261
|
+
"type": "object",
|
|
10262
|
+
"properties": {
|
|
10263
|
+
"name": {
|
|
10264
|
+
"type": "string",
|
|
10265
|
+
"description": "Name of the new remote configuration."
|
|
10266
|
+
},
|
|
10267
|
+
"parameters": {
|
|
10268
|
+
"type": "string",
|
|
10269
|
+
"description": "JSON object of configuration key/value pairs required for the remote."
|
|
10270
|
+
},
|
|
10271
|
+
"type": {
|
|
10272
|
+
"type": "string",
|
|
10273
|
+
"description": "Backend type identifier, such as `drive`, `s3`, or `dropbox`."
|
|
10274
|
+
},
|
|
10275
|
+
"opt": {
|
|
10276
|
+
"type": "string",
|
|
10277
|
+
"description": "Optional JSON object controlling interactive behaviour (e.g. `obscure`, `continue`)."
|
|
10278
|
+
},
|
|
10279
|
+
"_group": {
|
|
10280
|
+
"type": "string",
|
|
10281
|
+
"description": "Assign the request to a custom stats group."
|
|
10282
|
+
},
|
|
10283
|
+
"_async": {
|
|
10284
|
+
"type": "boolean",
|
|
10285
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
10286
|
+
}
|
|
10287
|
+
},
|
|
10288
|
+
"required": [
|
|
10289
|
+
"name",
|
|
10290
|
+
"parameters",
|
|
10291
|
+
"type"
|
|
10292
|
+
]
|
|
10293
|
+
},
|
|
10294
|
+
"ConfigDeleteRequest": {
|
|
10295
|
+
"type": "object",
|
|
10296
|
+
"properties": {
|
|
10297
|
+
"name": {
|
|
10298
|
+
"type": "string",
|
|
10299
|
+
"description": "Name of the remote configuration to delete."
|
|
10300
|
+
},
|
|
10301
|
+
"_group": {
|
|
10302
|
+
"type": "string",
|
|
10303
|
+
"description": "Assign the request to a custom stats group."
|
|
10304
|
+
},
|
|
10305
|
+
"_async": {
|
|
10306
|
+
"type": "boolean",
|
|
10307
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
10308
|
+
}
|
|
10309
|
+
},
|
|
10310
|
+
"required": [
|
|
10311
|
+
"name"
|
|
10312
|
+
]
|
|
10313
|
+
},
|
|
10314
|
+
"ConfigDumpRequest": {
|
|
10315
|
+
"type": "object",
|
|
10316
|
+
"properties": {
|
|
10317
|
+
"_group": {
|
|
10318
|
+
"type": "string",
|
|
10319
|
+
"description": "Assign the request to a custom stats group."
|
|
10320
|
+
},
|
|
10321
|
+
"_async": {
|
|
10322
|
+
"type": "boolean",
|
|
10323
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
10324
|
+
}
|
|
10325
|
+
}
|
|
10326
|
+
},
|
|
10327
|
+
"ConfigGetRequest": {
|
|
10328
|
+
"type": "object",
|
|
10329
|
+
"properties": {
|
|
10330
|
+
"name": {
|
|
10331
|
+
"type": "string",
|
|
10332
|
+
"description": "Name of the remote configuration to fetch."
|
|
10333
|
+
},
|
|
10334
|
+
"_group": {
|
|
10335
|
+
"type": "string",
|
|
10336
|
+
"description": "Assign the request to a custom stats group."
|
|
10337
|
+
},
|
|
10338
|
+
"_async": {
|
|
10339
|
+
"type": "boolean",
|
|
10340
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
10341
|
+
}
|
|
10342
|
+
},
|
|
10343
|
+
"required": [
|
|
10344
|
+
"name"
|
|
10345
|
+
]
|
|
10346
|
+
},
|
|
10347
|
+
"ConfigListremotesRequest": {
|
|
10348
|
+
"type": "object",
|
|
10349
|
+
"properties": {
|
|
10350
|
+
"_group": {
|
|
10351
|
+
"type": "string",
|
|
10352
|
+
"description": "Assign the request to a custom stats group."
|
|
10353
|
+
},
|
|
10354
|
+
"_async": {
|
|
10355
|
+
"type": "boolean",
|
|
10356
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
10357
|
+
}
|
|
10358
|
+
}
|
|
10359
|
+
},
|
|
10360
|
+
"ConfigPasswordRequest": {
|
|
10361
|
+
"type": "object",
|
|
10362
|
+
"properties": {
|
|
10363
|
+
"name": {
|
|
10364
|
+
"type": "string",
|
|
10365
|
+
"description": "Name of the remote whose secrets should be updated."
|
|
10366
|
+
},
|
|
10367
|
+
"parameters": {
|
|
10368
|
+
"type": "string",
|
|
10369
|
+
"description": "JSON object of password answers, typically including `pass`."
|
|
10370
|
+
},
|
|
10371
|
+
"_group": {
|
|
10372
|
+
"type": "string",
|
|
10373
|
+
"description": "Assign the request to a custom stats group."
|
|
10374
|
+
},
|
|
10375
|
+
"_async": {
|
|
10376
|
+
"type": "boolean",
|
|
10377
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
10378
|
+
}
|
|
10379
|
+
},
|
|
10380
|
+
"required": [
|
|
10381
|
+
"name",
|
|
10382
|
+
"parameters"
|
|
10383
|
+
]
|
|
10384
|
+
},
|
|
10385
|
+
"ConfigPathsRequest": {
|
|
10386
|
+
"type": "object",
|
|
10387
|
+
"properties": {
|
|
10388
|
+
"_group": {
|
|
10389
|
+
"type": "string",
|
|
10390
|
+
"description": "Assign the request to a custom stats group."
|
|
10391
|
+
},
|
|
10392
|
+
"_async": {
|
|
10393
|
+
"type": "boolean",
|
|
10394
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
10395
|
+
}
|
|
10396
|
+
}
|
|
10397
|
+
},
|
|
10398
|
+
"ConfigProvidersRequest": {
|
|
10399
|
+
"type": "object",
|
|
10400
|
+
"properties": {
|
|
10401
|
+
"_group": {
|
|
10402
|
+
"type": "string",
|
|
10403
|
+
"description": "Assign the request to a custom stats group."
|
|
10404
|
+
},
|
|
10405
|
+
"_async": {
|
|
10406
|
+
"type": "boolean",
|
|
10407
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
10408
|
+
}
|
|
10409
|
+
}
|
|
10410
|
+
},
|
|
10411
|
+
"ConfigSetpathRequest": {
|
|
10412
|
+
"type": "object",
|
|
10413
|
+
"properties": {
|
|
10414
|
+
"path": {
|
|
10415
|
+
"type": "string",
|
|
10416
|
+
"description": "Absolute path to the `rclone.conf` file that rclone should use."
|
|
10417
|
+
},
|
|
10418
|
+
"_group": {
|
|
10419
|
+
"type": "string",
|
|
10420
|
+
"description": "Assign the request to a custom stats group."
|
|
10421
|
+
},
|
|
10422
|
+
"_async": {
|
|
10423
|
+
"type": "boolean",
|
|
10424
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
10425
|
+
}
|
|
10426
|
+
},
|
|
10427
|
+
"required": [
|
|
10428
|
+
"path"
|
|
10429
|
+
]
|
|
10430
|
+
},
|
|
10431
|
+
"ConfigUnlockRequest": {
|
|
10432
|
+
"type": "object",
|
|
10433
|
+
"properties": {
|
|
10434
|
+
"configPassword": {
|
|
10435
|
+
"type": "string",
|
|
10436
|
+
"description": "Password used to unlock an encrypted config file."
|
|
10437
|
+
},
|
|
10438
|
+
"_group": {
|
|
10439
|
+
"type": "string",
|
|
10440
|
+
"description": "Assign the request to a custom stats group."
|
|
10441
|
+
},
|
|
10442
|
+
"_async": {
|
|
10443
|
+
"type": "boolean",
|
|
10444
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
10445
|
+
}
|
|
10446
|
+
},
|
|
10447
|
+
"required": [
|
|
10448
|
+
"configPassword"
|
|
10449
|
+
]
|
|
10450
|
+
},
|
|
10451
|
+
"ConfigUpdateRequest": {
|
|
10452
|
+
"type": "object",
|
|
10453
|
+
"properties": {
|
|
10454
|
+
"name": {
|
|
10455
|
+
"type": "string",
|
|
10456
|
+
"description": "Name of the remote configuration to update."
|
|
10457
|
+
},
|
|
10458
|
+
"parameters": {
|
|
10459
|
+
"type": "string",
|
|
10460
|
+
"description": "JSON object of configuration key/value pairs to apply to the remote."
|
|
10461
|
+
},
|
|
10462
|
+
"opt": {
|
|
10463
|
+
"type": "string",
|
|
10464
|
+
"description": "Optional JSON object controlling update behaviour (e.g. `obscure`, `continue`)."
|
|
10465
|
+
},
|
|
10466
|
+
"_group": {
|
|
10467
|
+
"type": "string",
|
|
10468
|
+
"description": "Assign the request to a custom stats group."
|
|
10469
|
+
},
|
|
10470
|
+
"_async": {
|
|
10471
|
+
"type": "boolean",
|
|
10472
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
10473
|
+
}
|
|
10474
|
+
},
|
|
10475
|
+
"required": [
|
|
10476
|
+
"name",
|
|
10477
|
+
"parameters"
|
|
10478
|
+
]
|
|
10479
|
+
},
|
|
10480
|
+
"CoreVersionRequest": {
|
|
10481
|
+
"type": "object",
|
|
10482
|
+
"properties": {
|
|
10483
|
+
"_group": {
|
|
10484
|
+
"type": "string",
|
|
10485
|
+
"description": "Assign the request to a custom stats group."
|
|
10486
|
+
},
|
|
10487
|
+
"_async": {
|
|
10488
|
+
"type": "boolean",
|
|
10489
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
10490
|
+
}
|
|
10491
|
+
}
|
|
10492
|
+
},
|
|
10493
|
+
"CoreStatsRequest": {
|
|
10494
|
+
"type": "object",
|
|
10495
|
+
"properties": {
|
|
10496
|
+
"group": {
|
|
10497
|
+
"type": "string",
|
|
10498
|
+
"description": "Stats group identifier to return a snapshot for. Leave unset to include all groups."
|
|
10499
|
+
},
|
|
10500
|
+
"short": {
|
|
10501
|
+
"type": "boolean",
|
|
10502
|
+
"description": "When true, omit the `transferring` and `checking` arrays from the response."
|
|
10503
|
+
},
|
|
10504
|
+
"_group": {
|
|
10505
|
+
"type": "string",
|
|
10506
|
+
"description": "Assign the request to a custom stats group."
|
|
10507
|
+
},
|
|
10508
|
+
"_async": {
|
|
10509
|
+
"type": "boolean",
|
|
10510
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
10511
|
+
}
|
|
10512
|
+
}
|
|
10513
|
+
},
|
|
10514
|
+
"JobListRequest": {
|
|
10515
|
+
"type": "object",
|
|
10516
|
+
"properties": {
|
|
10517
|
+
"_async": {
|
|
10518
|
+
"type": "boolean",
|
|
10519
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
10520
|
+
}
|
|
10521
|
+
}
|
|
10522
|
+
},
|
|
10523
|
+
"JobStatusRequest": {
|
|
10524
|
+
"type": "object",
|
|
10525
|
+
"properties": {
|
|
10526
|
+
"jobid": {
|
|
10527
|
+
"type": "number",
|
|
10528
|
+
"description": "Numeric identifier of the job to query, as returned from an async call."
|
|
10529
|
+
},
|
|
10530
|
+
"_async": {
|
|
10531
|
+
"type": "boolean",
|
|
10532
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
10533
|
+
}
|
|
10534
|
+
},
|
|
10535
|
+
"required": [
|
|
10536
|
+
"jobid"
|
|
10537
|
+
]
|
|
10538
|
+
},
|
|
10539
|
+
"JobStopRequest": {
|
|
10540
|
+
"type": "object",
|
|
10541
|
+
"properties": {
|
|
10542
|
+
"jobid": {
|
|
10543
|
+
"type": "number",
|
|
10544
|
+
"description": "Numeric identifier of the job to cancel."
|
|
10545
|
+
},
|
|
10546
|
+
"_async": {
|
|
10547
|
+
"type": "boolean",
|
|
10548
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
10549
|
+
}
|
|
10550
|
+
},
|
|
10551
|
+
"required": [
|
|
10552
|
+
"jobid"
|
|
10553
|
+
]
|
|
10554
|
+
},
|
|
10555
|
+
"JobStopgroupRequest": {
|
|
10556
|
+
"type": "object",
|
|
10557
|
+
"properties": {
|
|
10558
|
+
"group": {
|
|
10559
|
+
"type": "string",
|
|
10560
|
+
"description": "Stats group name whose active jobs should be stopped."
|
|
10561
|
+
},
|
|
10562
|
+
"_async": {
|
|
10563
|
+
"type": "boolean",
|
|
10564
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
10565
|
+
}
|
|
10566
|
+
},
|
|
10567
|
+
"required": [
|
|
10568
|
+
"group"
|
|
10569
|
+
]
|
|
10570
|
+
},
|
|
10571
|
+
"OperationsListRequest": {
|
|
10572
|
+
"type": "object",
|
|
10573
|
+
"properties": {
|
|
10574
|
+
"fs": {
|
|
10575
|
+
"type": "string",
|
|
10576
|
+
"description": "Remote name or path to list, for example `drive:`."
|
|
10577
|
+
},
|
|
10578
|
+
"remote": {
|
|
10579
|
+
"type": "string",
|
|
10580
|
+
"description": "Directory path within `fs` to list; leave empty to target the root."
|
|
10581
|
+
},
|
|
10582
|
+
"opt": {
|
|
10583
|
+
"type": "string",
|
|
10584
|
+
"description": "Optional JSON-encoded object of listing flags (e.g. `{ \"recurse\": true, \"showHash\": true }`)."
|
|
10585
|
+
},
|
|
10586
|
+
"recurse": {
|
|
10587
|
+
"type": "boolean",
|
|
10588
|
+
"description": "Set to true to list directories recursively."
|
|
10589
|
+
},
|
|
10590
|
+
"noModTime": {
|
|
10591
|
+
"type": "boolean",
|
|
10592
|
+
"description": "Set to true to omit modification times for faster listings on some backends."
|
|
10593
|
+
},
|
|
10594
|
+
"showEncrypted": {
|
|
10595
|
+
"type": "boolean",
|
|
10596
|
+
"description": "Set to true to include encrypted names when using crypt remotes."
|
|
10597
|
+
},
|
|
10598
|
+
"showOrigIDs": {
|
|
10599
|
+
"type": "boolean",
|
|
10600
|
+
"description": "Set to true to include original backend identifiers where available."
|
|
10601
|
+
},
|
|
10602
|
+
"showHash": {
|
|
10603
|
+
"type": "boolean",
|
|
10604
|
+
"description": "Set to true to include hash digests for each entry."
|
|
10605
|
+
},
|
|
10606
|
+
"noMimeType": {
|
|
10607
|
+
"type": "boolean",
|
|
10608
|
+
"description": "Set to true to omit MIME type detection."
|
|
10609
|
+
},
|
|
10610
|
+
"dirsOnly": {
|
|
10611
|
+
"type": "boolean",
|
|
10612
|
+
"description": "Set to true to return only directory entries."
|
|
10613
|
+
},
|
|
10614
|
+
"filesOnly": {
|
|
10615
|
+
"type": "boolean",
|
|
10616
|
+
"description": "Set to true to return only file entries."
|
|
10617
|
+
},
|
|
10618
|
+
"metadata": {
|
|
10619
|
+
"type": "boolean",
|
|
10620
|
+
"description": "Set to true to include backend-provided metadata maps."
|
|
10621
|
+
},
|
|
10622
|
+
"hashTypes": {
|
|
10623
|
+
"type": "array",
|
|
10624
|
+
"items": {
|
|
10625
|
+
"type": "string"
|
|
10626
|
+
},
|
|
10627
|
+
"description": "Specify one or more hash algorithms to include when `showHash` is true (e.g. `md5`)."
|
|
10628
|
+
},
|
|
10629
|
+
"_group": {
|
|
10630
|
+
"type": "string",
|
|
10631
|
+
"description": "Assign the request to a custom stats group."
|
|
10632
|
+
},
|
|
10633
|
+
"_async": {
|
|
10634
|
+
"type": "boolean",
|
|
10635
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
10636
|
+
}
|
|
10637
|
+
},
|
|
10638
|
+
"required": [
|
|
10639
|
+
"fs",
|
|
10640
|
+
"remote"
|
|
10641
|
+
]
|
|
10642
|
+
},
|
|
10643
|
+
"OperationsStatRequest": {
|
|
10644
|
+
"type": "object",
|
|
10645
|
+
"properties": {
|
|
10646
|
+
"fs": {
|
|
10647
|
+
"type": "string",
|
|
10648
|
+
"description": "Remote name or path that contains the item to inspect."
|
|
10649
|
+
},
|
|
10650
|
+
"remote": {
|
|
10651
|
+
"type": "string",
|
|
10652
|
+
"description": "Path to the file or directory within `fs` to describe."
|
|
10653
|
+
},
|
|
10654
|
+
"opt": {
|
|
10655
|
+
"type": "string",
|
|
10656
|
+
"description": "Optional JSON object of listing flags, matching those accepted by `operations/list`."
|
|
10657
|
+
},
|
|
10658
|
+
"_group": {
|
|
10659
|
+
"type": "string",
|
|
10660
|
+
"description": "Assign the request to a custom stats group."
|
|
10661
|
+
},
|
|
10662
|
+
"_async": {
|
|
10663
|
+
"type": "boolean",
|
|
10664
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
10665
|
+
}
|
|
10666
|
+
},
|
|
10667
|
+
"required": [
|
|
10668
|
+
"fs",
|
|
10669
|
+
"remote"
|
|
10670
|
+
]
|
|
10671
|
+
},
|
|
10672
|
+
"OperationsAboutRequest": {
|
|
10673
|
+
"type": "object",
|
|
10674
|
+
"properties": {
|
|
10675
|
+
"fs": {
|
|
10676
|
+
"type": "string",
|
|
10677
|
+
"description": "Remote name or path to query for capacity information."
|
|
10678
|
+
},
|
|
10679
|
+
"_group": {
|
|
10680
|
+
"type": "string",
|
|
10681
|
+
"description": "Assign the request to a custom stats group."
|
|
10682
|
+
},
|
|
10683
|
+
"_async": {
|
|
10684
|
+
"type": "boolean",
|
|
10685
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
10686
|
+
}
|
|
10687
|
+
},
|
|
10688
|
+
"required": [
|
|
10689
|
+
"fs"
|
|
10690
|
+
]
|
|
10691
|
+
},
|
|
10692
|
+
"OperationsPurgeRequest": {
|
|
10693
|
+
"type": "object",
|
|
10694
|
+
"properties": {
|
|
10695
|
+
"fs": {
|
|
10696
|
+
"type": "string",
|
|
10697
|
+
"description": "Remote name or path from which to remove all contents."
|
|
10698
|
+
},
|
|
10699
|
+
"remote": {
|
|
10700
|
+
"type": "string",
|
|
10701
|
+
"description": "Path within `fs` whose contents should be purged."
|
|
10702
|
+
},
|
|
10703
|
+
"_config": {
|
|
10704
|
+
"type": "string",
|
|
10705
|
+
"description": "JSON encoded config overrides applied for this call only."
|
|
10706
|
+
},
|
|
10707
|
+
"_filter": {
|
|
10708
|
+
"type": "string",
|
|
10709
|
+
"description": "JSON encoded filter overrides applied for this call only."
|
|
10710
|
+
},
|
|
10711
|
+
"_group": {
|
|
10712
|
+
"type": "string",
|
|
10713
|
+
"description": "Assign the request to a custom stats group."
|
|
10714
|
+
},
|
|
10715
|
+
"_async": {
|
|
10716
|
+
"type": "boolean",
|
|
10717
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
10718
|
+
}
|
|
10719
|
+
},
|
|
10720
|
+
"required": [
|
|
10721
|
+
"fs",
|
|
10722
|
+
"remote"
|
|
10723
|
+
]
|
|
10724
|
+
},
|
|
10725
|
+
"OperationsMkdirRequest": {
|
|
10726
|
+
"type": "object",
|
|
10727
|
+
"properties": {
|
|
10728
|
+
"fs": {
|
|
10729
|
+
"type": "string",
|
|
10730
|
+
"description": "Remote name or path in which to create a directory."
|
|
10731
|
+
},
|
|
10732
|
+
"remote": {
|
|
10733
|
+
"type": "string",
|
|
10734
|
+
"description": "Directory path within `fs` to create."
|
|
10735
|
+
},
|
|
10736
|
+
"_group": {
|
|
10737
|
+
"type": "string",
|
|
10738
|
+
"description": "Assign the request to a custom stats group."
|
|
10739
|
+
},
|
|
10740
|
+
"_async": {
|
|
10741
|
+
"type": "boolean",
|
|
10742
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
10743
|
+
}
|
|
10744
|
+
},
|
|
10745
|
+
"required": [
|
|
10746
|
+
"fs",
|
|
10747
|
+
"remote"
|
|
10748
|
+
]
|
|
10749
|
+
},
|
|
10750
|
+
"OperationsRmdirRequest": {
|
|
10751
|
+
"type": "object",
|
|
10752
|
+
"properties": {
|
|
10753
|
+
"fs": {
|
|
10754
|
+
"type": "string",
|
|
10755
|
+
"description": "Remote name or path containing the directory to remove."
|
|
10756
|
+
},
|
|
10757
|
+
"remote": {
|
|
10758
|
+
"type": "string",
|
|
10759
|
+
"description": "Directory path within `fs` to delete."
|
|
10760
|
+
},
|
|
10761
|
+
"_group": {
|
|
10762
|
+
"type": "string",
|
|
10763
|
+
"description": "Assign the request to a custom stats group."
|
|
10764
|
+
},
|
|
10765
|
+
"_async": {
|
|
10766
|
+
"type": "boolean",
|
|
10767
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
10768
|
+
}
|
|
10769
|
+
},
|
|
10770
|
+
"required": [
|
|
10771
|
+
"fs",
|
|
10772
|
+
"remote"
|
|
10773
|
+
]
|
|
10774
|
+
},
|
|
10775
|
+
"OperationsCheckRequest": {
|
|
10776
|
+
"type": "object",
|
|
10777
|
+
"properties": {
|
|
10778
|
+
"srcFs": {
|
|
10779
|
+
"type": "string",
|
|
10780
|
+
"description": "Source remote name or path to verify, e.g. `drive:`."
|
|
10781
|
+
},
|
|
10782
|
+
"dstFs": {
|
|
10783
|
+
"type": "string",
|
|
10784
|
+
"description": "Destination remote name or path that should match the source."
|
|
10785
|
+
},
|
|
10786
|
+
"download": {
|
|
10787
|
+
"type": "boolean",
|
|
10788
|
+
"description": "Set to true to read file contents during comparison instead of relying on hashes."
|
|
10789
|
+
},
|
|
10790
|
+
"checkFileHash": {
|
|
10791
|
+
"type": "string",
|
|
10792
|
+
"description": "Hash name to expect in the supplied SUM file, such as `md5`."
|
|
10793
|
+
},
|
|
10794
|
+
"checkFileFs": {
|
|
10795
|
+
"type": "string",
|
|
10796
|
+
"description": "Remote containing the checksum SUM file when using `checkFileHash`."
|
|
10797
|
+
},
|
|
10798
|
+
"checkFileRemote": {
|
|
10799
|
+
"type": "string",
|
|
10800
|
+
"description": "Path within `checkFileFs` to the checksum SUM file."
|
|
10801
|
+
},
|
|
10802
|
+
"oneWay": {
|
|
10803
|
+
"type": "boolean",
|
|
10804
|
+
"description": "Set to true to only ensure that source files exist on the destination."
|
|
10805
|
+
},
|
|
10806
|
+
"combined": {
|
|
10807
|
+
"type": "boolean",
|
|
10808
|
+
"description": "Set to true to include a combined summary report in the response."
|
|
10809
|
+
},
|
|
10810
|
+
"missingOnSrc": {
|
|
10811
|
+
"type": "boolean",
|
|
10812
|
+
"description": "Set to true to report files missing from the source."
|
|
10813
|
+
},
|
|
10814
|
+
"missingOnDst": {
|
|
10815
|
+
"type": "boolean",
|
|
10816
|
+
"description": "Set to true to report files missing from the destination."
|
|
10817
|
+
},
|
|
10818
|
+
"match": {
|
|
10819
|
+
"type": "boolean",
|
|
10820
|
+
"description": "Set to true to include matching files in the report."
|
|
10821
|
+
},
|
|
10822
|
+
"differ": {
|
|
10823
|
+
"type": "boolean",
|
|
10824
|
+
"description": "Set to true to include differing files in the report."
|
|
10825
|
+
},
|
|
10826
|
+
"error": {
|
|
10827
|
+
"type": "boolean",
|
|
10828
|
+
"description": "Set to true to include entries that encountered errors."
|
|
10829
|
+
},
|
|
10830
|
+
"_group": {
|
|
10831
|
+
"type": "string",
|
|
10832
|
+
"description": "Assign the request to a custom stats group."
|
|
10833
|
+
},
|
|
10834
|
+
"_async": {
|
|
10835
|
+
"type": "boolean",
|
|
10836
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
10837
|
+
}
|
|
10838
|
+
},
|
|
10839
|
+
"required": [
|
|
10840
|
+
"srcFs",
|
|
10841
|
+
"dstFs"
|
|
10842
|
+
]
|
|
10843
|
+
},
|
|
10844
|
+
"SyncSyncRequest": {
|
|
10845
|
+
"type": "object",
|
|
10846
|
+
"properties": {
|
|
10847
|
+
"srcFs": {
|
|
10848
|
+
"type": "string",
|
|
10849
|
+
"description": "Source remote path to sync from, e.g. `drive:src`."
|
|
10850
|
+
},
|
|
10851
|
+
"dstFs": {
|
|
10852
|
+
"type": "string",
|
|
10853
|
+
"description": "Destination remote path to sync to, e.g. `drive:dst`."
|
|
10854
|
+
},
|
|
10855
|
+
"createEmptySrcDirs": {
|
|
10856
|
+
"type": "boolean",
|
|
10857
|
+
"description": "Set to true to create empty source directories on the destination."
|
|
10858
|
+
},
|
|
10859
|
+
"_config": {
|
|
10860
|
+
"type": "string",
|
|
10861
|
+
"description": "JSON encoded config overrides applied for this call only."
|
|
10862
|
+
},
|
|
10863
|
+
"_filter": {
|
|
10864
|
+
"type": "string",
|
|
10865
|
+
"description": "JSON encoded filter overrides applied for this call only."
|
|
10866
|
+
},
|
|
10867
|
+
"_group": {
|
|
10868
|
+
"type": "string",
|
|
10869
|
+
"description": "Assign the request to a custom stats group."
|
|
10870
|
+
},
|
|
10871
|
+
"_async": {
|
|
10872
|
+
"type": "boolean",
|
|
10873
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
10874
|
+
}
|
|
10875
|
+
},
|
|
10876
|
+
"required": [
|
|
10877
|
+
"srcFs",
|
|
10878
|
+
"dstFs"
|
|
10879
|
+
]
|
|
10880
|
+
},
|
|
10881
|
+
"SyncCopyRequest": {
|
|
10882
|
+
"type": "object",
|
|
10883
|
+
"properties": {
|
|
10884
|
+
"srcFs": {
|
|
10885
|
+
"type": "string",
|
|
10886
|
+
"description": "Source remote path to copy from."
|
|
10887
|
+
},
|
|
10888
|
+
"dstFs": {
|
|
10889
|
+
"type": "string",
|
|
10890
|
+
"description": "Destination remote path to copy to."
|
|
10891
|
+
},
|
|
10892
|
+
"createEmptySrcDirs": {
|
|
10893
|
+
"type": "boolean",
|
|
10894
|
+
"description": "Set to true to replicate empty source directories on the destination."
|
|
10895
|
+
},
|
|
10896
|
+
"_config": {
|
|
10897
|
+
"type": "string",
|
|
10898
|
+
"description": "JSON encoded config overrides applied for this call only."
|
|
10899
|
+
},
|
|
10900
|
+
"_filter": {
|
|
10901
|
+
"type": "string",
|
|
10902
|
+
"description": "JSON encoded filter overrides applied for this call only."
|
|
10903
|
+
},
|
|
10904
|
+
"_group": {
|
|
10905
|
+
"type": "string",
|
|
10906
|
+
"description": "Assign the request to a custom stats group."
|
|
10907
|
+
},
|
|
10908
|
+
"_async": {
|
|
10909
|
+
"type": "boolean",
|
|
10910
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
10911
|
+
}
|
|
10912
|
+
},
|
|
10913
|
+
"required": [
|
|
10914
|
+
"srcFs",
|
|
10915
|
+
"dstFs"
|
|
10916
|
+
]
|
|
10917
|
+
},
|
|
10918
|
+
"SyncMoveRequest": {
|
|
10919
|
+
"type": "object",
|
|
10920
|
+
"properties": {
|
|
10921
|
+
"srcFs": {
|
|
10922
|
+
"type": "string",
|
|
10923
|
+
"description": "Source remote path whose contents will be moved."
|
|
10924
|
+
},
|
|
10925
|
+
"dstFs": {
|
|
10926
|
+
"type": "string",
|
|
10927
|
+
"description": "Destination remote path that will receive moved files."
|
|
10928
|
+
},
|
|
10929
|
+
"createEmptySrcDirs": {
|
|
10930
|
+
"type": "boolean",
|
|
10931
|
+
"description": "Set to true to create empty source directories on the destination."
|
|
10932
|
+
},
|
|
10933
|
+
"deleteEmptySrcDirs": {
|
|
10934
|
+
"type": "boolean",
|
|
10935
|
+
"description": "Set to true to delete empty directories from the source after the move completes."
|
|
10936
|
+
},
|
|
10937
|
+
"_config": {
|
|
10938
|
+
"type": "string",
|
|
10939
|
+
"description": "JSON encoded config overrides applied for this call only."
|
|
10940
|
+
},
|
|
10941
|
+
"_filter": {
|
|
10942
|
+
"type": "string",
|
|
10943
|
+
"description": "JSON encoded filter overrides applied for this call only."
|
|
10944
|
+
},
|
|
10945
|
+
"_group": {
|
|
10946
|
+
"type": "string",
|
|
10947
|
+
"description": "Assign the request to a custom stats group."
|
|
10948
|
+
},
|
|
10949
|
+
"_async": {
|
|
10950
|
+
"type": "boolean",
|
|
10951
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
10952
|
+
}
|
|
10953
|
+
},
|
|
10954
|
+
"required": [
|
|
10955
|
+
"srcFs",
|
|
10956
|
+
"dstFs"
|
|
10957
|
+
]
|
|
10958
|
+
},
|
|
10959
|
+
"SyncBisyncRequest": {
|
|
10960
|
+
"type": "object",
|
|
10961
|
+
"properties": {
|
|
10962
|
+
"path1": {
|
|
10963
|
+
"type": "string",
|
|
10964
|
+
"description": "First remote directory, e.g. `drive:path1`."
|
|
10965
|
+
},
|
|
10966
|
+
"path2": {
|
|
10967
|
+
"type": "string",
|
|
10968
|
+
"description": "Second remote directory, e.g. `drive:path2`."
|
|
10969
|
+
},
|
|
10970
|
+
"dryRun": {
|
|
10971
|
+
"type": "boolean",
|
|
10972
|
+
"description": "Set to true to simulate the bisync run without making changes."
|
|
10973
|
+
},
|
|
10974
|
+
"resync": {
|
|
10975
|
+
"type": "boolean",
|
|
10976
|
+
"description": "Set to true to perform a one-time resync, rebuilding bisync history."
|
|
10977
|
+
},
|
|
10978
|
+
"checkAccess": {
|
|
10979
|
+
"type": "boolean",
|
|
10980
|
+
"description": "Set to true to abort if `RCLONE_TEST` files are missing on either side."
|
|
10981
|
+
},
|
|
10982
|
+
"checkFilename": {
|
|
10983
|
+
"type": "string",
|
|
10984
|
+
"description": "Override the access-check sentinel filename; defaults to `RCLONE_TEST`."
|
|
10985
|
+
},
|
|
10986
|
+
"maxDelete": {
|
|
10987
|
+
"type": "number",
|
|
10988
|
+
"description": "Abort the run if deletions exceed this percentage (default 50)."
|
|
10989
|
+
},
|
|
10990
|
+
"force": {
|
|
10991
|
+
"type": "boolean",
|
|
10992
|
+
"description": "Set to true to bypass the `maxDelete` safety check."
|
|
10993
|
+
},
|
|
10994
|
+
"checkSync": {
|
|
10995
|
+
"type": "boolean",
|
|
10996
|
+
"description": "Controls final listing comparison; leave true for normal verification or set false to skip."
|
|
10997
|
+
},
|
|
10998
|
+
"createEmptySrcDirs": {
|
|
10999
|
+
"type": "boolean",
|
|
11000
|
+
"description": "Set to true to mirror empty directories between the two paths."
|
|
11001
|
+
},
|
|
11002
|
+
"removeEmptyDirs": {
|
|
11003
|
+
"type": "boolean",
|
|
11004
|
+
"description": "Set to true to remove empty directories during cleanup."
|
|
11005
|
+
},
|
|
11006
|
+
"filtersFile": {
|
|
11007
|
+
"type": "string",
|
|
11008
|
+
"description": "Path to an rclone filters file applied to both paths."
|
|
11009
|
+
},
|
|
11010
|
+
"ignoreListingChecksum": {
|
|
11011
|
+
"type": "boolean",
|
|
11012
|
+
"description": "Set to true to ignore checksum differences when comparing listings."
|
|
11013
|
+
},
|
|
11014
|
+
"resilient": {
|
|
11015
|
+
"type": "boolean",
|
|
11016
|
+
"description": "Set to true to allow retrying after certain recoverable errors."
|
|
11017
|
+
},
|
|
11018
|
+
"workdir": {
|
|
11019
|
+
"type": "string",
|
|
11020
|
+
"description": "Directory path used to store bisync working files."
|
|
11021
|
+
},
|
|
11022
|
+
"backupdir1": {
|
|
11023
|
+
"type": "string",
|
|
11024
|
+
"description": "Backup directory on the first remote for changed files."
|
|
11025
|
+
},
|
|
11026
|
+
"backupdir2": {
|
|
11027
|
+
"type": "string",
|
|
11028
|
+
"description": "Backup directory on the second remote for changed files."
|
|
11029
|
+
},
|
|
11030
|
+
"noCleanup": {
|
|
11031
|
+
"type": "boolean",
|
|
11032
|
+
"description": "Set to true to keep bisync working files after completion."
|
|
11033
|
+
},
|
|
11034
|
+
"_config": {
|
|
11035
|
+
"type": "string",
|
|
11036
|
+
"description": "JSON encoded config overrides applied for this call only."
|
|
11037
|
+
},
|
|
11038
|
+
"_filter": {
|
|
11039
|
+
"type": "string",
|
|
11040
|
+
"description": "JSON encoded filter overrides applied for this call only."
|
|
11041
|
+
},
|
|
11042
|
+
"_group": {
|
|
11043
|
+
"type": "string",
|
|
11044
|
+
"description": "Assign the request to a custom stats group."
|
|
11045
|
+
},
|
|
11046
|
+
"_async": {
|
|
11047
|
+
"type": "boolean",
|
|
11048
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
11049
|
+
}
|
|
11050
|
+
},
|
|
11051
|
+
"required": [
|
|
11052
|
+
"path1",
|
|
11053
|
+
"path2"
|
|
11054
|
+
]
|
|
11055
|
+
},
|
|
11056
|
+
"OptionsBlocksRequest": {
|
|
11057
|
+
"type": "object",
|
|
11058
|
+
"properties": {
|
|
11059
|
+
"_group": {
|
|
11060
|
+
"type": "string",
|
|
11061
|
+
"description": "Assign the request to a custom stats group."
|
|
11062
|
+
},
|
|
11063
|
+
"_async": {
|
|
11064
|
+
"type": "boolean",
|
|
11065
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
11066
|
+
}
|
|
11067
|
+
}
|
|
11068
|
+
},
|
|
11069
|
+
"OptionsGetRequest": {
|
|
11070
|
+
"type": "object",
|
|
11071
|
+
"properties": {
|
|
11072
|
+
"blocks": {
|
|
11073
|
+
"type": "string",
|
|
11074
|
+
"description": "Optional comma-separated list of option block names to return."
|
|
11075
|
+
},
|
|
11076
|
+
"_group": {
|
|
11077
|
+
"type": "string",
|
|
11078
|
+
"description": "Assign the request to a custom stats group."
|
|
11079
|
+
},
|
|
11080
|
+
"_async": {
|
|
11081
|
+
"type": "boolean",
|
|
11082
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
11083
|
+
}
|
|
11084
|
+
}
|
|
11085
|
+
},
|
|
11086
|
+
"OptionsInfoRequest": {
|
|
11087
|
+
"type": "object",
|
|
11088
|
+
"properties": {
|
|
11089
|
+
"blocks": {
|
|
11090
|
+
"type": "string",
|
|
11091
|
+
"description": "Optional comma-separated list of option block names to describe."
|
|
11092
|
+
},
|
|
11093
|
+
"_group": {
|
|
11094
|
+
"type": "string",
|
|
11095
|
+
"description": "Assign the request to a custom stats group."
|
|
11096
|
+
},
|
|
11097
|
+
"_async": {
|
|
11098
|
+
"type": "boolean",
|
|
11099
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
11100
|
+
}
|
|
11101
|
+
}
|
|
11102
|
+
},
|
|
11103
|
+
"OptionsSetRequest": {
|
|
11104
|
+
"type": "object",
|
|
11105
|
+
"properties": {
|
|
11106
|
+
"dlna": {
|
|
11107
|
+
"type": "object",
|
|
11108
|
+
"additionalProperties": {
|
|
11109
|
+
"oneOf": [
|
|
11110
|
+
{
|
|
11111
|
+
"type": "string"
|
|
11112
|
+
},
|
|
11113
|
+
{
|
|
11114
|
+
"type": "number"
|
|
11115
|
+
},
|
|
11116
|
+
{
|
|
11117
|
+
"type": "integer"
|
|
11118
|
+
},
|
|
11119
|
+
{
|
|
11120
|
+
"type": "boolean"
|
|
11121
|
+
},
|
|
11122
|
+
{
|
|
11123
|
+
"type": "array",
|
|
11124
|
+
"items": {}
|
|
11125
|
+
},
|
|
11126
|
+
{
|
|
11127
|
+
"type": "object",
|
|
11128
|
+
"additionalProperties": {}
|
|
11129
|
+
}
|
|
11130
|
+
]
|
|
11131
|
+
},
|
|
11132
|
+
"description": "Overrides for the `dlna` option block."
|
|
11133
|
+
},
|
|
11134
|
+
"filter": {
|
|
11135
|
+
"type": "object",
|
|
11136
|
+
"additionalProperties": {
|
|
11137
|
+
"oneOf": [
|
|
11138
|
+
{
|
|
11139
|
+
"type": "string"
|
|
11140
|
+
},
|
|
11141
|
+
{
|
|
11142
|
+
"type": "number"
|
|
11143
|
+
},
|
|
11144
|
+
{
|
|
11145
|
+
"type": "integer"
|
|
11146
|
+
},
|
|
11147
|
+
{
|
|
11148
|
+
"type": "boolean"
|
|
11149
|
+
},
|
|
11150
|
+
{
|
|
11151
|
+
"type": "array",
|
|
11152
|
+
"items": {}
|
|
11153
|
+
},
|
|
11154
|
+
{
|
|
11155
|
+
"type": "object",
|
|
11156
|
+
"additionalProperties": {}
|
|
11157
|
+
}
|
|
11158
|
+
]
|
|
11159
|
+
},
|
|
11160
|
+
"description": "Overrides for the `filter` option block."
|
|
11161
|
+
},
|
|
11162
|
+
"ftp": {
|
|
11163
|
+
"type": "object",
|
|
11164
|
+
"additionalProperties": {
|
|
11165
|
+
"oneOf": [
|
|
11166
|
+
{
|
|
11167
|
+
"type": "string"
|
|
11168
|
+
},
|
|
11169
|
+
{
|
|
11170
|
+
"type": "number"
|
|
11171
|
+
},
|
|
11172
|
+
{
|
|
11173
|
+
"type": "integer"
|
|
11174
|
+
},
|
|
11175
|
+
{
|
|
11176
|
+
"type": "boolean"
|
|
11177
|
+
},
|
|
11178
|
+
{
|
|
11179
|
+
"type": "array",
|
|
11180
|
+
"items": {}
|
|
11181
|
+
},
|
|
11182
|
+
{
|
|
11183
|
+
"type": "object",
|
|
11184
|
+
"additionalProperties": {}
|
|
11185
|
+
}
|
|
11186
|
+
]
|
|
11187
|
+
},
|
|
11188
|
+
"description": "Overrides for the `ftp` option block."
|
|
11189
|
+
},
|
|
11190
|
+
"main": {
|
|
11191
|
+
"type": "object",
|
|
11192
|
+
"additionalProperties": {
|
|
11193
|
+
"oneOf": [
|
|
11194
|
+
{
|
|
11195
|
+
"type": "string"
|
|
11196
|
+
},
|
|
11197
|
+
{
|
|
11198
|
+
"type": "number"
|
|
11199
|
+
},
|
|
11200
|
+
{
|
|
11201
|
+
"type": "integer"
|
|
11202
|
+
},
|
|
11203
|
+
{
|
|
11204
|
+
"type": "boolean"
|
|
11205
|
+
},
|
|
11206
|
+
{
|
|
11207
|
+
"type": "array",
|
|
11208
|
+
"items": {}
|
|
11209
|
+
},
|
|
11210
|
+
{
|
|
11211
|
+
"type": "object",
|
|
11212
|
+
"additionalProperties": {}
|
|
11213
|
+
}
|
|
11214
|
+
]
|
|
11215
|
+
},
|
|
11216
|
+
"description": "Overrides for the `main` option block."
|
|
11217
|
+
},
|
|
11218
|
+
"http": {
|
|
11219
|
+
"type": "object",
|
|
11220
|
+
"additionalProperties": {
|
|
11221
|
+
"oneOf": [
|
|
11222
|
+
{
|
|
11223
|
+
"type": "string"
|
|
11224
|
+
},
|
|
11225
|
+
{
|
|
11226
|
+
"type": "number"
|
|
11227
|
+
},
|
|
11228
|
+
{
|
|
11229
|
+
"type": "integer"
|
|
11230
|
+
},
|
|
11231
|
+
{
|
|
11232
|
+
"type": "boolean"
|
|
11233
|
+
},
|
|
11234
|
+
{
|
|
11235
|
+
"type": "array",
|
|
11236
|
+
"items": {}
|
|
11237
|
+
},
|
|
11238
|
+
{
|
|
11239
|
+
"type": "object",
|
|
11240
|
+
"additionalProperties": {}
|
|
11241
|
+
}
|
|
11242
|
+
]
|
|
11243
|
+
},
|
|
11244
|
+
"description": "Overrides for the `http` option block."
|
|
11245
|
+
},
|
|
11246
|
+
"log": {
|
|
11247
|
+
"type": "object",
|
|
11248
|
+
"additionalProperties": {
|
|
11249
|
+
"oneOf": [
|
|
11250
|
+
{
|
|
11251
|
+
"type": "string"
|
|
11252
|
+
},
|
|
11253
|
+
{
|
|
11254
|
+
"type": "number"
|
|
11255
|
+
},
|
|
11256
|
+
{
|
|
11257
|
+
"type": "integer"
|
|
11258
|
+
},
|
|
11259
|
+
{
|
|
11260
|
+
"type": "boolean"
|
|
11261
|
+
},
|
|
11262
|
+
{
|
|
11263
|
+
"type": "array",
|
|
11264
|
+
"items": {}
|
|
11265
|
+
},
|
|
11266
|
+
{
|
|
11267
|
+
"type": "object",
|
|
11268
|
+
"additionalProperties": {}
|
|
11269
|
+
}
|
|
11270
|
+
]
|
|
11271
|
+
},
|
|
11272
|
+
"description": "Overrides for the `log` option block."
|
|
11273
|
+
},
|
|
11274
|
+
"mount": {
|
|
11275
|
+
"type": "object",
|
|
11276
|
+
"additionalProperties": {
|
|
11277
|
+
"oneOf": [
|
|
11278
|
+
{
|
|
11279
|
+
"type": "string"
|
|
11280
|
+
},
|
|
11281
|
+
{
|
|
11282
|
+
"type": "number"
|
|
11283
|
+
},
|
|
11284
|
+
{
|
|
11285
|
+
"type": "integer"
|
|
11286
|
+
},
|
|
11287
|
+
{
|
|
11288
|
+
"type": "boolean"
|
|
11289
|
+
},
|
|
11290
|
+
{
|
|
11291
|
+
"type": "array",
|
|
11292
|
+
"items": {}
|
|
11293
|
+
},
|
|
11294
|
+
{
|
|
11295
|
+
"type": "object",
|
|
11296
|
+
"additionalProperties": {}
|
|
11297
|
+
}
|
|
11298
|
+
]
|
|
11299
|
+
},
|
|
11300
|
+
"description": "Overrides for the `mount` option block."
|
|
11301
|
+
},
|
|
11302
|
+
"nfs": {
|
|
11303
|
+
"type": "object",
|
|
11304
|
+
"additionalProperties": {
|
|
11305
|
+
"oneOf": [
|
|
11306
|
+
{
|
|
11307
|
+
"type": "string"
|
|
11308
|
+
},
|
|
11309
|
+
{
|
|
11310
|
+
"type": "number"
|
|
11311
|
+
},
|
|
11312
|
+
{
|
|
11313
|
+
"type": "integer"
|
|
11314
|
+
},
|
|
11315
|
+
{
|
|
11316
|
+
"type": "boolean"
|
|
11317
|
+
},
|
|
11318
|
+
{
|
|
11319
|
+
"type": "array",
|
|
11320
|
+
"items": {}
|
|
11321
|
+
},
|
|
11322
|
+
{
|
|
11323
|
+
"type": "object",
|
|
11324
|
+
"additionalProperties": {}
|
|
11325
|
+
}
|
|
11326
|
+
]
|
|
11327
|
+
},
|
|
11328
|
+
"description": "Overrides for the `nfs` option block."
|
|
11329
|
+
},
|
|
11330
|
+
"proxy": {
|
|
11331
|
+
"type": "object",
|
|
11332
|
+
"additionalProperties": {
|
|
11333
|
+
"oneOf": [
|
|
11334
|
+
{
|
|
11335
|
+
"type": "string"
|
|
11336
|
+
},
|
|
11337
|
+
{
|
|
11338
|
+
"type": "number"
|
|
11339
|
+
},
|
|
11340
|
+
{
|
|
11341
|
+
"type": "integer"
|
|
11342
|
+
},
|
|
11343
|
+
{
|
|
11344
|
+
"type": "boolean"
|
|
11345
|
+
},
|
|
11346
|
+
{
|
|
11347
|
+
"type": "array",
|
|
11348
|
+
"items": {}
|
|
11349
|
+
},
|
|
11350
|
+
{
|
|
11351
|
+
"type": "object",
|
|
11352
|
+
"additionalProperties": {}
|
|
11353
|
+
}
|
|
11354
|
+
]
|
|
11355
|
+
},
|
|
11356
|
+
"description": "Overrides for the `proxy` option block."
|
|
11357
|
+
},
|
|
11358
|
+
"rc": {
|
|
11359
|
+
"type": "object",
|
|
11360
|
+
"additionalProperties": {
|
|
11361
|
+
"oneOf": [
|
|
11362
|
+
{
|
|
11363
|
+
"type": "string"
|
|
11364
|
+
},
|
|
11365
|
+
{
|
|
11366
|
+
"type": "number"
|
|
11367
|
+
},
|
|
11368
|
+
{
|
|
11369
|
+
"type": "integer"
|
|
11370
|
+
},
|
|
11371
|
+
{
|
|
11372
|
+
"type": "boolean"
|
|
11373
|
+
},
|
|
11374
|
+
{
|
|
11375
|
+
"type": "array",
|
|
11376
|
+
"items": {}
|
|
11377
|
+
},
|
|
11378
|
+
{
|
|
11379
|
+
"type": "object",
|
|
11380
|
+
"additionalProperties": {}
|
|
11381
|
+
}
|
|
11382
|
+
]
|
|
11383
|
+
},
|
|
11384
|
+
"description": "Overrides for the `rc` option block."
|
|
11385
|
+
},
|
|
11386
|
+
"restic": {
|
|
11387
|
+
"type": "object",
|
|
11388
|
+
"additionalProperties": {
|
|
11389
|
+
"oneOf": [
|
|
11390
|
+
{
|
|
11391
|
+
"type": "string"
|
|
11392
|
+
},
|
|
11393
|
+
{
|
|
11394
|
+
"type": "number"
|
|
11395
|
+
},
|
|
11396
|
+
{
|
|
11397
|
+
"type": "integer"
|
|
11398
|
+
},
|
|
11399
|
+
{
|
|
11400
|
+
"type": "boolean"
|
|
11401
|
+
},
|
|
11402
|
+
{
|
|
11403
|
+
"type": "array",
|
|
11404
|
+
"items": {}
|
|
11405
|
+
},
|
|
11406
|
+
{
|
|
11407
|
+
"type": "object",
|
|
11408
|
+
"additionalProperties": {}
|
|
11409
|
+
}
|
|
11410
|
+
]
|
|
11411
|
+
},
|
|
11412
|
+
"description": "Overrides for the `restic` option block."
|
|
11413
|
+
},
|
|
11414
|
+
"s3": {
|
|
11415
|
+
"type": "object",
|
|
11416
|
+
"additionalProperties": {
|
|
11417
|
+
"oneOf": [
|
|
11418
|
+
{
|
|
11419
|
+
"type": "string"
|
|
11420
|
+
},
|
|
11421
|
+
{
|
|
11422
|
+
"type": "number"
|
|
11423
|
+
},
|
|
11424
|
+
{
|
|
11425
|
+
"type": "integer"
|
|
11426
|
+
},
|
|
11427
|
+
{
|
|
11428
|
+
"type": "boolean"
|
|
11429
|
+
},
|
|
11430
|
+
{
|
|
11431
|
+
"type": "array",
|
|
11432
|
+
"items": {}
|
|
11433
|
+
},
|
|
11434
|
+
{
|
|
11435
|
+
"type": "object",
|
|
11436
|
+
"additionalProperties": {}
|
|
11437
|
+
}
|
|
11438
|
+
]
|
|
11439
|
+
},
|
|
11440
|
+
"description": "Overrides for the `s3` option block."
|
|
11441
|
+
},
|
|
11442
|
+
"sftp": {
|
|
11443
|
+
"type": "object",
|
|
11444
|
+
"additionalProperties": {
|
|
11445
|
+
"oneOf": [
|
|
11446
|
+
{
|
|
11447
|
+
"type": "string"
|
|
11448
|
+
},
|
|
11449
|
+
{
|
|
11450
|
+
"type": "number"
|
|
11451
|
+
},
|
|
11452
|
+
{
|
|
11453
|
+
"type": "integer"
|
|
11454
|
+
},
|
|
11455
|
+
{
|
|
11456
|
+
"type": "boolean"
|
|
11457
|
+
},
|
|
11458
|
+
{
|
|
11459
|
+
"type": "array",
|
|
11460
|
+
"items": {}
|
|
11461
|
+
},
|
|
11462
|
+
{
|
|
11463
|
+
"type": "object",
|
|
11464
|
+
"additionalProperties": {}
|
|
11465
|
+
}
|
|
11466
|
+
]
|
|
11467
|
+
},
|
|
11468
|
+
"description": "Overrides for the `sftp` option block."
|
|
11469
|
+
},
|
|
11470
|
+
"vfs": {
|
|
11471
|
+
"type": "object",
|
|
11472
|
+
"additionalProperties": {
|
|
11473
|
+
"oneOf": [
|
|
11474
|
+
{
|
|
11475
|
+
"type": "string"
|
|
11476
|
+
},
|
|
11477
|
+
{
|
|
11478
|
+
"type": "number"
|
|
11479
|
+
},
|
|
11480
|
+
{
|
|
11481
|
+
"type": "integer"
|
|
11482
|
+
},
|
|
11483
|
+
{
|
|
11484
|
+
"type": "boolean"
|
|
11485
|
+
},
|
|
11486
|
+
{
|
|
11487
|
+
"type": "array",
|
|
11488
|
+
"items": {}
|
|
11489
|
+
},
|
|
11490
|
+
{
|
|
11491
|
+
"type": "object",
|
|
11492
|
+
"additionalProperties": {}
|
|
11493
|
+
}
|
|
11494
|
+
]
|
|
11495
|
+
},
|
|
11496
|
+
"description": "Overrides for the `vfs` option block."
|
|
11497
|
+
},
|
|
11498
|
+
"webdav": {
|
|
11499
|
+
"type": "object",
|
|
11500
|
+
"additionalProperties": {
|
|
11501
|
+
"oneOf": [
|
|
11502
|
+
{
|
|
11503
|
+
"type": "string"
|
|
11504
|
+
},
|
|
11505
|
+
{
|
|
11506
|
+
"type": "number"
|
|
11507
|
+
},
|
|
11508
|
+
{
|
|
11509
|
+
"type": "integer"
|
|
11510
|
+
},
|
|
11511
|
+
{
|
|
11512
|
+
"type": "boolean"
|
|
11513
|
+
},
|
|
11514
|
+
{
|
|
11515
|
+
"type": "array",
|
|
11516
|
+
"items": {}
|
|
11517
|
+
},
|
|
11518
|
+
{
|
|
11519
|
+
"type": "object",
|
|
11520
|
+
"additionalProperties": {}
|
|
11521
|
+
}
|
|
11522
|
+
]
|
|
11523
|
+
},
|
|
11524
|
+
"description": "Overrides for the `webdav` option block."
|
|
11525
|
+
},
|
|
11526
|
+
"_group": {
|
|
11527
|
+
"type": "string",
|
|
11528
|
+
"description": "Assign the request to a custom stats group."
|
|
11529
|
+
},
|
|
11530
|
+
"_async": {
|
|
11531
|
+
"type": "boolean",
|
|
11532
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
11533
|
+
}
|
|
11534
|
+
},
|
|
11535
|
+
"additionalProperties": true
|
|
11536
|
+
},
|
|
11537
|
+
"OptionsLocalRequest": {
|
|
11538
|
+
"type": "object",
|
|
11539
|
+
"properties": {
|
|
11540
|
+
"_group": {
|
|
11541
|
+
"type": "string",
|
|
11542
|
+
"description": "Assign the request to a custom stats group."
|
|
11543
|
+
},
|
|
11544
|
+
"_async": {
|
|
11545
|
+
"type": "boolean",
|
|
11546
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
11547
|
+
}
|
|
11548
|
+
}
|
|
11549
|
+
},
|
|
11550
|
+
"ServeListRequest": {
|
|
11551
|
+
"type": "object",
|
|
11552
|
+
"properties": {
|
|
11553
|
+
"_group": {
|
|
11554
|
+
"type": "string",
|
|
11555
|
+
"description": "Assign the request to a custom stats group."
|
|
11556
|
+
},
|
|
11557
|
+
"_async": {
|
|
11558
|
+
"type": "boolean",
|
|
11559
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
11560
|
+
}
|
|
11561
|
+
}
|
|
11562
|
+
},
|
|
11563
|
+
"ServeStartRequest": {
|
|
11564
|
+
"type": "object",
|
|
11565
|
+
"properties": {
|
|
11566
|
+
"type": {
|
|
11567
|
+
"type": "string",
|
|
11568
|
+
"description": "Type of server to start (e.g. `http`, `webdav`, `ftp`, `sftp`)."
|
|
11569
|
+
},
|
|
11570
|
+
"fs": {
|
|
11571
|
+
"type": "string",
|
|
11572
|
+
"description": "Remote path that will be served."
|
|
11573
|
+
},
|
|
11574
|
+
"addr": {
|
|
11575
|
+
"type": "string",
|
|
11576
|
+
"description": "Address and port to bind the server to, such as `:5572` or `localhost:8080`."
|
|
11577
|
+
},
|
|
11578
|
+
"params": {
|
|
11579
|
+
"type": "object",
|
|
11580
|
+
"additionalProperties": true,
|
|
11581
|
+
"description": "Additional arbitrary parameters allowed."
|
|
11582
|
+
},
|
|
11583
|
+
"_config": {
|
|
11584
|
+
"type": "string",
|
|
11585
|
+
"description": "JSON encoded config overrides applied for this call only."
|
|
11586
|
+
},
|
|
11587
|
+
"_filter": {
|
|
11588
|
+
"type": "string",
|
|
11589
|
+
"description": "JSON encoded filter overrides applied for this call only."
|
|
11590
|
+
},
|
|
11591
|
+
"_group": {
|
|
11592
|
+
"type": "string",
|
|
11593
|
+
"description": "Assign the request to a custom stats group."
|
|
11594
|
+
},
|
|
11595
|
+
"_async": {
|
|
11596
|
+
"type": "boolean",
|
|
11597
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
11598
|
+
}
|
|
11599
|
+
},
|
|
11600
|
+
"required": [
|
|
11601
|
+
"type",
|
|
11602
|
+
"fs",
|
|
11603
|
+
"addr"
|
|
11604
|
+
]
|
|
11605
|
+
},
|
|
11606
|
+
"ServeStopRequest": {
|
|
11607
|
+
"type": "object",
|
|
11608
|
+
"properties": {
|
|
11609
|
+
"id": {
|
|
11610
|
+
"type": "string",
|
|
11611
|
+
"description": "Identifier of the running serve instance returned by `serve/start`."
|
|
11612
|
+
},
|
|
11613
|
+
"_group": {
|
|
11614
|
+
"type": "string",
|
|
11615
|
+
"description": "Assign the request to a custom stats group."
|
|
11616
|
+
},
|
|
11617
|
+
"_async": {
|
|
11618
|
+
"type": "boolean",
|
|
11619
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
11620
|
+
}
|
|
11621
|
+
},
|
|
11622
|
+
"required": [
|
|
11623
|
+
"id"
|
|
11624
|
+
]
|
|
11625
|
+
},
|
|
11626
|
+
"ServeStopallRequest": {
|
|
11627
|
+
"type": "object",
|
|
11628
|
+
"properties": {
|
|
11629
|
+
"_group": {
|
|
11630
|
+
"type": "string",
|
|
11631
|
+
"description": "Assign the request to a custom stats group."
|
|
11632
|
+
},
|
|
11633
|
+
"_async": {
|
|
11634
|
+
"type": "boolean",
|
|
11635
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
11636
|
+
}
|
|
11637
|
+
}
|
|
11638
|
+
},
|
|
11639
|
+
"ServeTypesRequest": {
|
|
11640
|
+
"type": "object",
|
|
11641
|
+
"properties": {
|
|
11642
|
+
"_group": {
|
|
11643
|
+
"type": "string",
|
|
11644
|
+
"description": "Assign the request to a custom stats group."
|
|
11645
|
+
},
|
|
11646
|
+
"_async": {
|
|
11647
|
+
"type": "boolean",
|
|
11648
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
11649
|
+
}
|
|
11650
|
+
}
|
|
11651
|
+
},
|
|
11652
|
+
"VfsForgetRequest": {
|
|
11653
|
+
"type": "object",
|
|
11654
|
+
"properties": {
|
|
11655
|
+
"fs": {
|
|
11656
|
+
"type": "string",
|
|
11657
|
+
"description": "Optional VFS identifier to target; required when more than one VFS is active."
|
|
11658
|
+
},
|
|
11659
|
+
"params": {
|
|
11660
|
+
"type": "object",
|
|
11661
|
+
"additionalProperties": true,
|
|
11662
|
+
"description": "Additional arbitrary parameters allowed."
|
|
11663
|
+
},
|
|
11664
|
+
"_group": {
|
|
11665
|
+
"type": "string",
|
|
11666
|
+
"description": "Assign the request to a custom stats group."
|
|
11667
|
+
},
|
|
11668
|
+
"_async": {
|
|
11669
|
+
"type": "boolean",
|
|
11670
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
11671
|
+
}
|
|
11672
|
+
}
|
|
11673
|
+
},
|
|
11674
|
+
"VfsListRequest": {
|
|
11675
|
+
"type": "object",
|
|
11676
|
+
"properties": {
|
|
11677
|
+
"fs": {
|
|
11678
|
+
"type": "string",
|
|
11679
|
+
"description": "Optional VFS identifier; omit to list all active VFS instances."
|
|
11680
|
+
},
|
|
11681
|
+
"_group": {
|
|
11682
|
+
"type": "string",
|
|
11683
|
+
"description": "Assign the request to a custom stats group."
|
|
11684
|
+
},
|
|
11685
|
+
"_async": {
|
|
11686
|
+
"type": "boolean",
|
|
11687
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
11688
|
+
}
|
|
11689
|
+
}
|
|
11690
|
+
},
|
|
11691
|
+
"VfsPollIntervalRequest": {
|
|
11692
|
+
"type": "object",
|
|
11693
|
+
"properties": {
|
|
11694
|
+
"fs": {
|
|
11695
|
+
"type": "string",
|
|
11696
|
+
"description": "Optional VFS identifier whose poll interval should be queried or modified."
|
|
11697
|
+
},
|
|
11698
|
+
"interval": {
|
|
11699
|
+
"type": "string",
|
|
11700
|
+
"description": "Duration string (e.g. `5m`) to set as the new poll interval."
|
|
11701
|
+
},
|
|
11702
|
+
"timeout": {
|
|
11703
|
+
"type": "string",
|
|
11704
|
+
"description": "Duration to wait for the poll interval change to take effect; `0` waits indefinitely."
|
|
11705
|
+
},
|
|
11706
|
+
"_group": {
|
|
11707
|
+
"type": "string",
|
|
11708
|
+
"description": "Assign the request to a custom stats group."
|
|
11709
|
+
},
|
|
11710
|
+
"_async": {
|
|
11711
|
+
"type": "boolean",
|
|
11712
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
11713
|
+
}
|
|
11714
|
+
}
|
|
11715
|
+
},
|
|
11716
|
+
"VfsQueueRequest": {
|
|
11717
|
+
"type": "object",
|
|
11718
|
+
"properties": {
|
|
11719
|
+
"fs": {
|
|
11720
|
+
"type": "string",
|
|
11721
|
+
"description": "Optional VFS identifier whose upload queue should be inspected."
|
|
11722
|
+
},
|
|
11723
|
+
"_group": {
|
|
11724
|
+
"type": "string",
|
|
11725
|
+
"description": "Assign the request to a custom stats group."
|
|
11726
|
+
},
|
|
11727
|
+
"_async": {
|
|
11728
|
+
"type": "boolean",
|
|
11729
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
11730
|
+
}
|
|
11731
|
+
}
|
|
11732
|
+
},
|
|
11733
|
+
"VfsQueueSetExpiryRequest": {
|
|
11734
|
+
"type": "object",
|
|
11735
|
+
"properties": {
|
|
11736
|
+
"fs": {
|
|
11737
|
+
"type": "string",
|
|
11738
|
+
"description": "Optional VFS identifier for the queued item."
|
|
11739
|
+
},
|
|
11740
|
+
"id": {
|
|
11741
|
+
"type": "integer",
|
|
11742
|
+
"description": "Queue item ID as returned by `vfs/queue`."
|
|
11743
|
+
},
|
|
11744
|
+
"expiry": {
|
|
11745
|
+
"type": "number",
|
|
11746
|
+
"description": "New eligibility time in seconds (may be negative for immediate upload)."
|
|
11747
|
+
},
|
|
11748
|
+
"relative": {
|
|
11749
|
+
"type": "boolean",
|
|
11750
|
+
"description": "Set to true to treat `expiry` as relative to the current value."
|
|
11751
|
+
},
|
|
11752
|
+
"_group": {
|
|
11753
|
+
"type": "string",
|
|
11754
|
+
"description": "Assign the request to a custom stats group."
|
|
11755
|
+
},
|
|
11756
|
+
"_async": {
|
|
11757
|
+
"type": "boolean",
|
|
11758
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
11759
|
+
}
|
|
11760
|
+
},
|
|
11761
|
+
"required": [
|
|
11762
|
+
"id",
|
|
11763
|
+
"expiry"
|
|
11764
|
+
]
|
|
11765
|
+
},
|
|
11766
|
+
"VfsRefreshRequest": {
|
|
11767
|
+
"type": "object",
|
|
11768
|
+
"properties": {
|
|
11769
|
+
"fs": {
|
|
11770
|
+
"type": "string",
|
|
11771
|
+
"description": "Optional VFS identifier whose directory cache should be refreshed."
|
|
11772
|
+
},
|
|
11773
|
+
"recursive": {
|
|
11774
|
+
"type": "boolean",
|
|
11775
|
+
"description": "Set to true to refresh entire directory trees."
|
|
11776
|
+
},
|
|
11777
|
+
"params": {
|
|
11778
|
+
"type": "object",
|
|
11779
|
+
"additionalProperties": true,
|
|
11780
|
+
"description": "Additional arbitrary parameters allowed."
|
|
11781
|
+
},
|
|
11782
|
+
"_group": {
|
|
11783
|
+
"type": "string",
|
|
11784
|
+
"description": "Assign the request to a custom stats group."
|
|
11785
|
+
},
|
|
11786
|
+
"_async": {
|
|
11787
|
+
"type": "boolean",
|
|
11788
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
11789
|
+
}
|
|
11790
|
+
}
|
|
11791
|
+
},
|
|
11792
|
+
"VfsStatsRequest": {
|
|
11793
|
+
"type": "object",
|
|
11794
|
+
"properties": {
|
|
11795
|
+
"fs": {
|
|
11796
|
+
"type": "string",
|
|
11797
|
+
"description": "Optional VFS identifier whose statistics should be returned."
|
|
11798
|
+
},
|
|
11799
|
+
"_group": {
|
|
11800
|
+
"type": "string",
|
|
11801
|
+
"description": "Assign the request to a custom stats group."
|
|
11802
|
+
},
|
|
11803
|
+
"_async": {
|
|
11804
|
+
"type": "boolean",
|
|
11805
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
11806
|
+
}
|
|
11807
|
+
}
|
|
11808
|
+
},
|
|
11809
|
+
"PluginsctlAddPluginRequest": {
|
|
11810
|
+
"type": "object",
|
|
11811
|
+
"properties": {
|
|
11812
|
+
"url": {
|
|
11813
|
+
"type": "string",
|
|
11814
|
+
"description": "Repository URL of the plugin to install."
|
|
11815
|
+
},
|
|
11816
|
+
"_group": {
|
|
11817
|
+
"type": "string",
|
|
11818
|
+
"description": "Assign the request to a custom stats group."
|
|
11819
|
+
},
|
|
11820
|
+
"_async": {
|
|
11821
|
+
"type": "boolean",
|
|
11822
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
11823
|
+
}
|
|
11824
|
+
},
|
|
11825
|
+
"required": [
|
|
11826
|
+
"url"
|
|
11827
|
+
]
|
|
11828
|
+
},
|
|
11829
|
+
"PluginsctlGetPluginsForTypeRequest": {
|
|
11830
|
+
"type": "object",
|
|
11831
|
+
"properties": {
|
|
11832
|
+
"type": {
|
|
11833
|
+
"type": "string",
|
|
11834
|
+
"description": "MIME type to match when listing plugins."
|
|
11835
|
+
},
|
|
11836
|
+
"pluginType": {
|
|
11837
|
+
"type": "string",
|
|
11838
|
+
"description": "Filter results by plugin type (e.g. `test`)."
|
|
11839
|
+
},
|
|
11840
|
+
"_group": {
|
|
11841
|
+
"type": "string",
|
|
11842
|
+
"description": "Assign the request to a custom stats group."
|
|
11843
|
+
},
|
|
11844
|
+
"_async": {
|
|
11845
|
+
"type": "boolean",
|
|
11846
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
11847
|
+
}
|
|
11848
|
+
}
|
|
11849
|
+
},
|
|
11850
|
+
"PluginsctlListPluginsRequest": {
|
|
11851
|
+
"type": "object",
|
|
11852
|
+
"properties": {
|
|
11853
|
+
"_group": {
|
|
11854
|
+
"type": "string",
|
|
11855
|
+
"description": "Assign the request to a custom stats group."
|
|
11856
|
+
},
|
|
11857
|
+
"_async": {
|
|
11858
|
+
"type": "boolean",
|
|
11859
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
11860
|
+
}
|
|
11861
|
+
}
|
|
11862
|
+
},
|
|
11863
|
+
"PluginsctlListTestPluginsRequest": {
|
|
11864
|
+
"type": "object",
|
|
11865
|
+
"properties": {
|
|
11866
|
+
"_group": {
|
|
11867
|
+
"type": "string",
|
|
11868
|
+
"description": "Assign the request to a custom stats group."
|
|
11869
|
+
},
|
|
11870
|
+
"_async": {
|
|
11871
|
+
"type": "boolean",
|
|
11872
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
11873
|
+
}
|
|
11874
|
+
}
|
|
11875
|
+
},
|
|
11876
|
+
"PluginsctlRemovePluginRequest": {
|
|
11877
|
+
"type": "object",
|
|
11878
|
+
"properties": {
|
|
11879
|
+
"name": {
|
|
11880
|
+
"type": "string",
|
|
11881
|
+
"description": "Name of the plugin to uninstall."
|
|
11882
|
+
},
|
|
11883
|
+
"_group": {
|
|
11884
|
+
"type": "string",
|
|
11885
|
+
"description": "Assign the request to a custom stats group."
|
|
11886
|
+
},
|
|
11887
|
+
"_async": {
|
|
11888
|
+
"type": "boolean",
|
|
11889
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
11890
|
+
}
|
|
11891
|
+
},
|
|
11892
|
+
"required": [
|
|
11893
|
+
"name"
|
|
11894
|
+
]
|
|
11895
|
+
},
|
|
11896
|
+
"PluginsctlRemoveTestPluginRequest": {
|
|
11897
|
+
"type": "object",
|
|
11898
|
+
"properties": {
|
|
11899
|
+
"name": {
|
|
11900
|
+
"type": "string",
|
|
11901
|
+
"description": "Name of the test plugin to uninstall."
|
|
11902
|
+
},
|
|
11903
|
+
"_group": {
|
|
11904
|
+
"type": "string",
|
|
11905
|
+
"description": "Assign the request to a custom stats group."
|
|
11906
|
+
},
|
|
11907
|
+
"_async": {
|
|
11908
|
+
"type": "boolean",
|
|
11909
|
+
"description": "Run the command asynchronously. Returns a job id immediately."
|
|
11910
|
+
}
|
|
11911
|
+
},
|
|
11912
|
+
"required": [
|
|
11913
|
+
"name"
|
|
11914
|
+
]
|
|
8313
11915
|
}
|
|
8314
11916
|
}
|
|
8315
11917
|
}
|