rclone-openapi 1.74.1 → 1.74.2-r1
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 +11 -1
- package/openapi.json +690 -21
- package/openapi.yaml +367 -17
- package/package.json +1 -1
- package/types.d.ts +544 -115
package/openapi.yaml
CHANGED
|
@@ -21,6 +21,7 @@ paths:
|
|
|
21
21
|
parameters:
|
|
22
22
|
- $ref: "#/components/parameters/Rc_NoopPostAdditionalParam"
|
|
23
23
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
24
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
24
25
|
requestBody:
|
|
25
26
|
content:
|
|
26
27
|
application/json:
|
|
@@ -29,6 +30,8 @@ paths:
|
|
|
29
30
|
responses:
|
|
30
31
|
"200":
|
|
31
32
|
$ref: "#/components/responses/RcNoopResponse"
|
|
33
|
+
"202":
|
|
34
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
32
35
|
4XX:
|
|
33
36
|
$ref: "#/components/responses/RcError"
|
|
34
37
|
5XX:
|
|
@@ -43,6 +46,7 @@ paths:
|
|
|
43
46
|
- $ref: "#/components/parameters/Operations_CleanupPostFsParam"
|
|
44
47
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
45
48
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
49
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
46
50
|
requestBody:
|
|
47
51
|
content:
|
|
48
52
|
application/json:
|
|
@@ -51,6 +55,8 @@ paths:
|
|
|
51
55
|
responses:
|
|
52
56
|
"200":
|
|
53
57
|
$ref: "#/components/responses/EmptyObjectResponse"
|
|
58
|
+
"202":
|
|
59
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
54
60
|
4XX:
|
|
55
61
|
$ref: "#/components/responses/RcError"
|
|
56
62
|
5XX:
|
|
@@ -68,6 +74,7 @@ paths:
|
|
|
68
74
|
- $ref: "#/components/parameters/Operations_CopyfilePostDstRemoteParam"
|
|
69
75
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
70
76
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
77
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
71
78
|
requestBody:
|
|
72
79
|
content:
|
|
73
80
|
application/json:
|
|
@@ -76,6 +83,8 @@ paths:
|
|
|
76
83
|
responses:
|
|
77
84
|
"200":
|
|
78
85
|
$ref: "#/components/responses/EmptyObjectResponse"
|
|
86
|
+
"202":
|
|
87
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
79
88
|
4XX:
|
|
80
89
|
$ref: "#/components/responses/RcError"
|
|
81
90
|
5XX:
|
|
@@ -93,6 +102,7 @@ paths:
|
|
|
93
102
|
- $ref: "#/components/parameters/Operations_CopyurlPostAutoFilenameParam"
|
|
94
103
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
95
104
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
105
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
96
106
|
requestBody:
|
|
97
107
|
content:
|
|
98
108
|
application/json:
|
|
@@ -101,6 +111,8 @@ paths:
|
|
|
101
111
|
responses:
|
|
102
112
|
"200":
|
|
103
113
|
$ref: "#/components/responses/EmptyObjectResponse"
|
|
114
|
+
"202":
|
|
115
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
104
116
|
4XX:
|
|
105
117
|
$ref: "#/components/responses/RcError"
|
|
106
118
|
5XX:
|
|
@@ -117,6 +129,7 @@ paths:
|
|
|
117
129
|
- $ref: "#/components/parameters/GlobalFilterParam"
|
|
118
130
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
119
131
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
132
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
120
133
|
requestBody:
|
|
121
134
|
content:
|
|
122
135
|
application/json:
|
|
@@ -125,6 +138,8 @@ paths:
|
|
|
125
138
|
responses:
|
|
126
139
|
"200":
|
|
127
140
|
$ref: "#/components/responses/EmptyObjectResponse"
|
|
141
|
+
"202":
|
|
142
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
128
143
|
4XX:
|
|
129
144
|
$ref: "#/components/responses/RcError"
|
|
130
145
|
5XX:
|
|
@@ -140,6 +155,7 @@ paths:
|
|
|
140
155
|
- $ref: "#/components/parameters/Operations_DeletefilePostRemoteParam"
|
|
141
156
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
142
157
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
158
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
143
159
|
requestBody:
|
|
144
160
|
content:
|
|
145
161
|
application/json:
|
|
@@ -148,6 +164,8 @@ paths:
|
|
|
148
164
|
responses:
|
|
149
165
|
"200":
|
|
150
166
|
$ref: "#/components/responses/EmptyObjectResponse"
|
|
167
|
+
"202":
|
|
168
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
151
169
|
4XX:
|
|
152
170
|
$ref: "#/components/responses/RcError"
|
|
153
171
|
5XX:
|
|
@@ -162,6 +180,7 @@ paths:
|
|
|
162
180
|
- $ref: "#/components/parameters/Operations_FsinfoPostFsParam"
|
|
163
181
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
164
182
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
183
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
165
184
|
requestBody:
|
|
166
185
|
content:
|
|
167
186
|
application/json:
|
|
@@ -170,6 +189,8 @@ paths:
|
|
|
170
189
|
responses:
|
|
171
190
|
"200":
|
|
172
191
|
$ref: "#/components/responses/OperationsFsinfoResponse"
|
|
192
|
+
"202":
|
|
193
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
173
194
|
4XX:
|
|
174
195
|
$ref: "#/components/responses/RcError"
|
|
175
196
|
5XX:
|
|
@@ -187,6 +208,7 @@ paths:
|
|
|
187
208
|
- $ref: "#/components/parameters/Operations_HashsumPostBase64Param"
|
|
188
209
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
189
210
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
211
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
190
212
|
requestBody:
|
|
191
213
|
content:
|
|
192
214
|
application/json:
|
|
@@ -195,6 +217,8 @@ paths:
|
|
|
195
217
|
responses:
|
|
196
218
|
"200":
|
|
197
219
|
$ref: "#/components/responses/OperationsHashsumResponse"
|
|
220
|
+
"202":
|
|
221
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
198
222
|
4XX:
|
|
199
223
|
$ref: "#/components/responses/RcError"
|
|
200
224
|
5XX:
|
|
@@ -213,6 +237,7 @@ paths:
|
|
|
213
237
|
- $ref: "#/components/parameters/Operations_HashsumfilePostBase64Param"
|
|
214
238
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
215
239
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
240
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
216
241
|
requestBody:
|
|
217
242
|
content:
|
|
218
243
|
application/json:
|
|
@@ -221,6 +246,8 @@ paths:
|
|
|
221
246
|
responses:
|
|
222
247
|
"200":
|
|
223
248
|
$ref: "#/components/responses/OperationsHashsumfileResponse"
|
|
249
|
+
"202":
|
|
250
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
224
251
|
4XX:
|
|
225
252
|
$ref: "#/components/responses/RcError"
|
|
226
253
|
5XX:
|
|
@@ -238,6 +265,7 @@ paths:
|
|
|
238
265
|
- $ref: "#/components/parameters/Operations_MovefilePostDstRemoteParam"
|
|
239
266
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
240
267
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
268
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
241
269
|
requestBody:
|
|
242
270
|
content:
|
|
243
271
|
application/json:
|
|
@@ -246,6 +274,8 @@ paths:
|
|
|
246
274
|
responses:
|
|
247
275
|
"200":
|
|
248
276
|
$ref: "#/components/responses/EmptyObjectResponse"
|
|
277
|
+
"202":
|
|
278
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
249
279
|
4XX:
|
|
250
280
|
$ref: "#/components/responses/RcError"
|
|
251
281
|
5XX:
|
|
@@ -263,6 +293,7 @@ paths:
|
|
|
263
293
|
- $ref: "#/components/parameters/Operations_PubliclinkPostExpireParam"
|
|
264
294
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
265
295
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
296
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
266
297
|
requestBody:
|
|
267
298
|
content:
|
|
268
299
|
application/json:
|
|
@@ -271,6 +302,8 @@ paths:
|
|
|
271
302
|
responses:
|
|
272
303
|
"200":
|
|
273
304
|
$ref: "#/components/responses/OperationsPubliclinkResponse"
|
|
305
|
+
"202":
|
|
306
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
274
307
|
4XX:
|
|
275
308
|
$ref: "#/components/responses/RcError"
|
|
276
309
|
5XX:
|
|
@@ -287,6 +320,7 @@ paths:
|
|
|
287
320
|
- $ref: "#/components/parameters/Operations_RmdirsPostLeaveRootParam"
|
|
288
321
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
289
322
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
323
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
290
324
|
requestBody:
|
|
291
325
|
content:
|
|
292
326
|
application/json:
|
|
@@ -295,6 +329,8 @@ paths:
|
|
|
295
329
|
responses:
|
|
296
330
|
"200":
|
|
297
331
|
$ref: "#/components/responses/EmptyObjectResponse"
|
|
332
|
+
"202":
|
|
333
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
298
334
|
4XX:
|
|
299
335
|
$ref: "#/components/responses/RcError"
|
|
300
336
|
5XX:
|
|
@@ -309,6 +345,7 @@ paths:
|
|
|
309
345
|
- $ref: "#/components/parameters/Operations_SettierPostFsParam"
|
|
310
346
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
311
347
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
348
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
312
349
|
requestBody:
|
|
313
350
|
content:
|
|
314
351
|
application/json:
|
|
@@ -317,6 +354,8 @@ paths:
|
|
|
317
354
|
responses:
|
|
318
355
|
"200":
|
|
319
356
|
$ref: "#/components/responses/EmptyObjectResponse"
|
|
357
|
+
"202":
|
|
358
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
320
359
|
4XX:
|
|
321
360
|
$ref: "#/components/responses/RcError"
|
|
322
361
|
5XX:
|
|
@@ -332,6 +371,7 @@ paths:
|
|
|
332
371
|
- $ref: "#/components/parameters/Operations_SettierfilePostRemoteParam"
|
|
333
372
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
334
373
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
374
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
335
375
|
requestBody:
|
|
336
376
|
content:
|
|
337
377
|
application/json:
|
|
@@ -340,6 +380,8 @@ paths:
|
|
|
340
380
|
responses:
|
|
341
381
|
"200":
|
|
342
382
|
$ref: "#/components/responses/EmptyObjectResponse"
|
|
383
|
+
"202":
|
|
384
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
343
385
|
4XX:
|
|
344
386
|
$ref: "#/components/responses/RcError"
|
|
345
387
|
5XX:
|
|
@@ -354,6 +396,7 @@ paths:
|
|
|
354
396
|
- $ref: "#/components/parameters/Operations_SizePostFsParam"
|
|
355
397
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
356
398
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
399
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
357
400
|
requestBody:
|
|
358
401
|
content:
|
|
359
402
|
application/json:
|
|
@@ -362,6 +405,8 @@ paths:
|
|
|
362
405
|
responses:
|
|
363
406
|
"200":
|
|
364
407
|
$ref: "#/components/responses/OperationsSizeResponse"
|
|
408
|
+
"202":
|
|
409
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
365
410
|
4XX:
|
|
366
411
|
$ref: "#/components/responses/RcError"
|
|
367
412
|
5XX:
|
|
@@ -376,6 +421,7 @@ paths:
|
|
|
376
421
|
- $ref: "#/components/parameters/Core_BwlimitPostRateParam"
|
|
377
422
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
378
423
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
424
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
379
425
|
requestBody:
|
|
380
426
|
content:
|
|
381
427
|
application/json:
|
|
@@ -384,6 +430,8 @@ paths:
|
|
|
384
430
|
responses:
|
|
385
431
|
"200":
|
|
386
432
|
$ref: "#/components/responses/CoreBwlimitResponse"
|
|
433
|
+
"202":
|
|
434
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
387
435
|
4XX:
|
|
388
436
|
$ref: "#/components/responses/RcError"
|
|
389
437
|
5XX:
|
|
@@ -401,6 +449,7 @@ paths:
|
|
|
401
449
|
- $ref: "#/components/parameters/Core_CommandPostReturnTypeParam"
|
|
402
450
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
403
451
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
452
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
404
453
|
requestBody:
|
|
405
454
|
content:
|
|
406
455
|
application/json:
|
|
@@ -409,6 +458,8 @@ paths:
|
|
|
409
458
|
responses:
|
|
410
459
|
"200":
|
|
411
460
|
$ref: "#/components/responses/CoreCommandResponse"
|
|
461
|
+
"202":
|
|
462
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
412
463
|
4XX:
|
|
413
464
|
$ref: "#/components/responses/RcError"
|
|
414
465
|
5XX:
|
|
@@ -422,6 +473,7 @@ paths:
|
|
|
422
473
|
parameters:
|
|
423
474
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
424
475
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
476
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
425
477
|
requestBody:
|
|
426
478
|
content:
|
|
427
479
|
application/json:
|
|
@@ -430,6 +482,8 @@ paths:
|
|
|
430
482
|
responses:
|
|
431
483
|
"200":
|
|
432
484
|
$ref: "#/components/responses/CoreDisksResponse"
|
|
485
|
+
"202":
|
|
486
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
433
487
|
4XX:
|
|
434
488
|
$ref: "#/components/responses/RcError"
|
|
435
489
|
5XX:
|
|
@@ -444,6 +498,7 @@ paths:
|
|
|
444
498
|
- $ref: "#/components/parameters/Core_DuPostDirParam"
|
|
445
499
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
446
500
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
501
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
447
502
|
requestBody:
|
|
448
503
|
content:
|
|
449
504
|
application/json:
|
|
@@ -452,6 +507,8 @@ paths:
|
|
|
452
507
|
responses:
|
|
453
508
|
"200":
|
|
454
509
|
$ref: "#/components/responses/CoreDuResponse"
|
|
510
|
+
"202":
|
|
511
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
455
512
|
4XX:
|
|
456
513
|
$ref: "#/components/responses/RcError"
|
|
457
514
|
5XX:
|
|
@@ -465,6 +522,7 @@ paths:
|
|
|
465
522
|
parameters:
|
|
466
523
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
467
524
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
525
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
468
526
|
requestBody:
|
|
469
527
|
content:
|
|
470
528
|
application/json:
|
|
@@ -473,6 +531,8 @@ paths:
|
|
|
473
531
|
responses:
|
|
474
532
|
"200":
|
|
475
533
|
$ref: "#/components/responses/EmptyObjectResponse"
|
|
534
|
+
"202":
|
|
535
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
476
536
|
4XX:
|
|
477
537
|
$ref: "#/components/responses/RcError"
|
|
478
538
|
5XX:
|
|
@@ -486,6 +546,7 @@ paths:
|
|
|
486
546
|
parameters:
|
|
487
547
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
488
548
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
549
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
489
550
|
requestBody:
|
|
490
551
|
content:
|
|
491
552
|
application/json:
|
|
@@ -505,6 +566,8 @@ paths:
|
|
|
505
566
|
type: string
|
|
506
567
|
required:
|
|
507
568
|
- groups
|
|
569
|
+
"202":
|
|
570
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
508
571
|
4XX:
|
|
509
572
|
$ref: "#/components/responses/RcError"
|
|
510
573
|
5XX:
|
|
@@ -518,6 +581,7 @@ paths:
|
|
|
518
581
|
parameters:
|
|
519
582
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
520
583
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
584
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
521
585
|
requestBody:
|
|
522
586
|
content:
|
|
523
587
|
application/json:
|
|
@@ -532,6 +596,8 @@ paths:
|
|
|
532
596
|
type: object
|
|
533
597
|
additionalProperties:
|
|
534
598
|
type: number
|
|
599
|
+
"202":
|
|
600
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
535
601
|
4XX:
|
|
536
602
|
$ref: "#/components/responses/RcError"
|
|
537
603
|
5XX:
|
|
@@ -546,6 +612,7 @@ paths:
|
|
|
546
612
|
- $ref: "#/components/parameters/Core_ObscurePostClearParam"
|
|
547
613
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
548
614
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
615
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
549
616
|
requestBody:
|
|
550
617
|
content:
|
|
551
618
|
application/json:
|
|
@@ -563,6 +630,8 @@ paths:
|
|
|
563
630
|
type: string
|
|
564
631
|
required:
|
|
565
632
|
- obscured
|
|
633
|
+
"202":
|
|
634
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
566
635
|
4XX:
|
|
567
636
|
$ref: "#/components/responses/RcError"
|
|
568
637
|
5XX:
|
|
@@ -576,6 +645,7 @@ paths:
|
|
|
576
645
|
parameters:
|
|
577
646
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
578
647
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
648
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
579
649
|
requestBody:
|
|
580
650
|
content:
|
|
581
651
|
application/json:
|
|
@@ -593,6 +663,8 @@ paths:
|
|
|
593
663
|
type: integer
|
|
594
664
|
required:
|
|
595
665
|
- pid
|
|
666
|
+
"202":
|
|
667
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
596
668
|
4XX:
|
|
597
669
|
$ref: "#/components/responses/RcError"
|
|
598
670
|
5XX:
|
|
@@ -607,6 +679,7 @@ paths:
|
|
|
607
679
|
- $ref: "#/components/parameters/Core_QuitPostExitCodeParam"
|
|
608
680
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
609
681
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
682
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
610
683
|
requestBody:
|
|
611
684
|
content:
|
|
612
685
|
application/json:
|
|
@@ -615,6 +688,8 @@ paths:
|
|
|
615
688
|
responses:
|
|
616
689
|
"200":
|
|
617
690
|
$ref: "#/components/responses/EmptyObjectResponse"
|
|
691
|
+
"202":
|
|
692
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
618
693
|
4XX:
|
|
619
694
|
$ref: "#/components/responses/RcError"
|
|
620
695
|
5XX:
|
|
@@ -629,6 +704,7 @@ paths:
|
|
|
629
704
|
- $ref: "#/components/parameters/Core_StatsDeletePostGroupParam"
|
|
630
705
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
631
706
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
707
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
632
708
|
requestBody:
|
|
633
709
|
content:
|
|
634
710
|
application/json:
|
|
@@ -637,6 +713,8 @@ paths:
|
|
|
637
713
|
responses:
|
|
638
714
|
"200":
|
|
639
715
|
$ref: "#/components/responses/EmptyObjectResponse"
|
|
716
|
+
"202":
|
|
717
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
640
718
|
4XX:
|
|
641
719
|
$ref: "#/components/responses/RcError"
|
|
642
720
|
5XX:
|
|
@@ -651,6 +729,7 @@ paths:
|
|
|
651
729
|
- $ref: "#/components/parameters/Core_StatsResetPostGroupParam"
|
|
652
730
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
653
731
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
732
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
654
733
|
requestBody:
|
|
655
734
|
content:
|
|
656
735
|
application/json:
|
|
@@ -659,6 +738,8 @@ paths:
|
|
|
659
738
|
responses:
|
|
660
739
|
"200":
|
|
661
740
|
$ref: "#/components/responses/EmptyObjectResponse"
|
|
741
|
+
"202":
|
|
742
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
662
743
|
4XX:
|
|
663
744
|
$ref: "#/components/responses/RcError"
|
|
664
745
|
5XX:
|
|
@@ -673,6 +754,7 @@ paths:
|
|
|
673
754
|
- $ref: "#/components/parameters/Core_TransferredPostGroupParam"
|
|
674
755
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
675
756
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
757
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
676
758
|
requestBody:
|
|
677
759
|
content:
|
|
678
760
|
application/json:
|
|
@@ -681,6 +763,8 @@ paths:
|
|
|
681
763
|
responses:
|
|
682
764
|
"200":
|
|
683
765
|
$ref: "#/components/responses/CoreTransferredResponse"
|
|
766
|
+
"202":
|
|
767
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
684
768
|
4XX:
|
|
685
769
|
$ref: "#/components/responses/RcError"
|
|
686
770
|
5XX:
|
|
@@ -693,6 +777,7 @@ paths:
|
|
|
693
777
|
- $ref: "#/components/parameters/Debug_SetBlockProfileRatePostRateParam"
|
|
694
778
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
695
779
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
780
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
696
781
|
requestBody:
|
|
697
782
|
content:
|
|
698
783
|
application/json:
|
|
@@ -701,6 +786,8 @@ paths:
|
|
|
701
786
|
responses:
|
|
702
787
|
"200":
|
|
703
788
|
$ref: "#/components/responses/EmptyObjectResponse"
|
|
789
|
+
"202":
|
|
790
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
704
791
|
4XX:
|
|
705
792
|
$ref: "#/components/responses/RcError"
|
|
706
793
|
5XX:
|
|
@@ -713,6 +800,7 @@ paths:
|
|
|
713
800
|
- $ref: "#/components/parameters/Debug_SetGcPercentPostGcPercentParam"
|
|
714
801
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
715
802
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
803
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
716
804
|
requestBody:
|
|
717
805
|
content:
|
|
718
806
|
application/json:
|
|
@@ -721,6 +809,8 @@ paths:
|
|
|
721
809
|
responses:
|
|
722
810
|
"200":
|
|
723
811
|
$ref: "#/components/responses/DebugSetGcPercentResponse"
|
|
812
|
+
"202":
|
|
813
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
724
814
|
4XX:
|
|
725
815
|
$ref: "#/components/responses/RcError"
|
|
726
816
|
5XX:
|
|
@@ -733,6 +823,7 @@ paths:
|
|
|
733
823
|
- $ref: "#/components/parameters/Debug_SetMutexProfileFractionPostRateParam"
|
|
734
824
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
735
825
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
826
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
736
827
|
requestBody:
|
|
737
828
|
content:
|
|
738
829
|
application/json:
|
|
@@ -741,6 +832,8 @@ paths:
|
|
|
741
832
|
responses:
|
|
742
833
|
"200":
|
|
743
834
|
$ref: "#/components/responses/DebugSetMutexProfileFractionResponse"
|
|
835
|
+
"202":
|
|
836
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
744
837
|
4XX:
|
|
745
838
|
$ref: "#/components/responses/RcError"
|
|
746
839
|
5XX:
|
|
@@ -753,6 +846,7 @@ paths:
|
|
|
753
846
|
- $ref: "#/components/parameters/Debug_SetSoftMemoryLimitPostMemLimitParam"
|
|
754
847
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
755
848
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
849
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
756
850
|
requestBody:
|
|
757
851
|
content:
|
|
758
852
|
application/json:
|
|
@@ -761,6 +855,8 @@ paths:
|
|
|
761
855
|
responses:
|
|
762
856
|
"200":
|
|
763
857
|
$ref: "#/components/responses/DebugSetSoftMemoryLimitResponse"
|
|
858
|
+
"202":
|
|
859
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
764
860
|
4XX:
|
|
765
861
|
$ref: "#/components/responses/RcError"
|
|
766
862
|
5XX:
|
|
@@ -772,6 +868,7 @@ paths:
|
|
|
772
868
|
parameters:
|
|
773
869
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
774
870
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
871
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
775
872
|
requestBody:
|
|
776
873
|
content:
|
|
777
874
|
application/json:
|
|
@@ -780,6 +877,8 @@ paths:
|
|
|
780
877
|
responses:
|
|
781
878
|
"200":
|
|
782
879
|
$ref: "#/components/responses/EmptyObjectResponse"
|
|
880
|
+
"202":
|
|
881
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
783
882
|
4XX:
|
|
784
883
|
$ref: "#/components/responses/RcError"
|
|
785
884
|
5XX:
|
|
@@ -791,6 +890,7 @@ paths:
|
|
|
791
890
|
parameters:
|
|
792
891
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
793
892
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
893
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
794
894
|
requestBody:
|
|
795
895
|
content:
|
|
796
896
|
application/json:
|
|
@@ -799,6 +899,8 @@ paths:
|
|
|
799
899
|
responses:
|
|
800
900
|
"200":
|
|
801
901
|
$ref: "#/components/responses/FscacheEntriesResponse"
|
|
902
|
+
"202":
|
|
903
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
802
904
|
4XX:
|
|
803
905
|
$ref: "#/components/responses/RcError"
|
|
804
906
|
5XX:
|
|
@@ -810,6 +912,7 @@ paths:
|
|
|
810
912
|
parameters:
|
|
811
913
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
812
914
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
915
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
813
916
|
requestBody:
|
|
814
917
|
content:
|
|
815
918
|
application/json:
|
|
@@ -818,6 +921,8 @@ paths:
|
|
|
818
921
|
responses:
|
|
819
922
|
"200":
|
|
820
923
|
$ref: "#/components/responses/MountListmountsResponse"
|
|
924
|
+
"202":
|
|
925
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
821
926
|
4XX:
|
|
822
927
|
$ref: "#/components/responses/RcError"
|
|
823
928
|
5XX:
|
|
@@ -836,6 +941,7 @@ paths:
|
|
|
836
941
|
- $ref: "#/components/parameters/GlobalFilterParam"
|
|
837
942
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
838
943
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
944
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
839
945
|
requestBody:
|
|
840
946
|
content:
|
|
841
947
|
application/json:
|
|
@@ -843,7 +949,9 @@ paths:
|
|
|
843
949
|
$ref: "#/components/schemas/MountMountRequest"
|
|
844
950
|
responses:
|
|
845
951
|
"200":
|
|
846
|
-
$ref: "#/components/responses/
|
|
952
|
+
$ref: "#/components/responses/MountMountResponse"
|
|
953
|
+
"202":
|
|
954
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
847
955
|
4XX:
|
|
848
956
|
$ref: "#/components/responses/RcError"
|
|
849
957
|
5XX:
|
|
@@ -855,6 +963,7 @@ paths:
|
|
|
855
963
|
parameters:
|
|
856
964
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
857
965
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
966
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
858
967
|
requestBody:
|
|
859
968
|
content:
|
|
860
969
|
application/json:
|
|
@@ -863,6 +972,8 @@ paths:
|
|
|
863
972
|
responses:
|
|
864
973
|
"200":
|
|
865
974
|
$ref: "#/components/responses/MountTypesResponse"
|
|
975
|
+
"202":
|
|
976
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
866
977
|
4XX:
|
|
867
978
|
$ref: "#/components/responses/RcError"
|
|
868
979
|
5XX:
|
|
@@ -875,6 +986,7 @@ paths:
|
|
|
875
986
|
- $ref: "#/components/parameters/Mount_UnmountPostMountPointParam"
|
|
876
987
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
877
988
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
989
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
878
990
|
requestBody:
|
|
879
991
|
content:
|
|
880
992
|
application/json:
|
|
@@ -883,6 +995,8 @@ paths:
|
|
|
883
995
|
responses:
|
|
884
996
|
"200":
|
|
885
997
|
$ref: "#/components/responses/EmptyObjectResponse"
|
|
998
|
+
"202":
|
|
999
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
886
1000
|
4XX:
|
|
887
1001
|
$ref: "#/components/responses/RcError"
|
|
888
1002
|
5XX:
|
|
@@ -894,6 +1008,7 @@ paths:
|
|
|
894
1008
|
parameters:
|
|
895
1009
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
896
1010
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
1011
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
897
1012
|
requestBody:
|
|
898
1013
|
content:
|
|
899
1014
|
application/json:
|
|
@@ -902,6 +1017,8 @@ paths:
|
|
|
902
1017
|
responses:
|
|
903
1018
|
"200":
|
|
904
1019
|
$ref: "#/components/responses/EmptyObjectResponse"
|
|
1020
|
+
"202":
|
|
1021
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
905
1022
|
4XX:
|
|
906
1023
|
$ref: "#/components/responses/RcError"
|
|
907
1024
|
5XX:
|
|
@@ -915,6 +1032,7 @@ paths:
|
|
|
915
1032
|
parameters:
|
|
916
1033
|
- $ref: "#/components/parameters/Rc_NoopauthPostAdditionalParam"
|
|
917
1034
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
1035
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
918
1036
|
requestBody:
|
|
919
1037
|
content:
|
|
920
1038
|
application/json:
|
|
@@ -923,6 +1041,8 @@ paths:
|
|
|
923
1041
|
responses:
|
|
924
1042
|
"200":
|
|
925
1043
|
$ref: "#/components/responses/RcNoopResponse"
|
|
1044
|
+
"202":
|
|
1045
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
926
1046
|
4XX:
|
|
927
1047
|
$ref: "#/components/responses/RcError"
|
|
928
1048
|
5XX:
|
|
@@ -936,6 +1056,7 @@ paths:
|
|
|
936
1056
|
parameters:
|
|
937
1057
|
- $ref: "#/components/parameters/Rc_ErrorPostAdditionalParam"
|
|
938
1058
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
1059
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
939
1060
|
requestBody:
|
|
940
1061
|
content:
|
|
941
1062
|
application/json:
|
|
@@ -944,6 +1065,8 @@ paths:
|
|
|
944
1065
|
responses:
|
|
945
1066
|
"200":
|
|
946
1067
|
$ref: "#/components/responses/EmptyResponse"
|
|
1068
|
+
"202":
|
|
1069
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
947
1070
|
4XX:
|
|
948
1071
|
$ref: "#/components/responses/RcError"
|
|
949
1072
|
5XX:
|
|
@@ -957,6 +1080,7 @@ paths:
|
|
|
957
1080
|
parameters:
|
|
958
1081
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
959
1082
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
1083
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
960
1084
|
requestBody:
|
|
961
1085
|
content:
|
|
962
1086
|
application/json:
|
|
@@ -965,6 +1089,8 @@ paths:
|
|
|
965
1089
|
responses:
|
|
966
1090
|
"200":
|
|
967
1091
|
$ref: "#/components/responses/RcListResponse"
|
|
1092
|
+
"202":
|
|
1093
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
968
1094
|
4XX:
|
|
969
1095
|
$ref: "#/components/responses/RcError"
|
|
970
1096
|
5XX:
|
|
@@ -982,6 +1108,7 @@ paths:
|
|
|
982
1108
|
- $ref: "#/components/parameters/Backend_CommandPostOptParam"
|
|
983
1109
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
984
1110
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
1111
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
985
1112
|
requestBody:
|
|
986
1113
|
content:
|
|
987
1114
|
application/json:
|
|
@@ -990,6 +1117,8 @@ paths:
|
|
|
990
1117
|
responses:
|
|
991
1118
|
"200":
|
|
992
1119
|
$ref: "#/components/responses/BackendCommandResponse"
|
|
1120
|
+
"202":
|
|
1121
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
993
1122
|
4XX:
|
|
994
1123
|
$ref: "#/components/responses/RcError"
|
|
995
1124
|
5XX:
|
|
@@ -1005,6 +1134,7 @@ paths:
|
|
|
1005
1134
|
- $ref: "#/components/parameters/Cache_ExpirePostWithDataParam"
|
|
1006
1135
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
1007
1136
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
1137
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1008
1138
|
requestBody:
|
|
1009
1139
|
content:
|
|
1010
1140
|
application/json:
|
|
@@ -1013,6 +1143,8 @@ paths:
|
|
|
1013
1143
|
responses:
|
|
1014
1144
|
"200":
|
|
1015
1145
|
$ref: "#/components/responses/EmptyResponse"
|
|
1146
|
+
"202":
|
|
1147
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1016
1148
|
4XX:
|
|
1017
1149
|
$ref: "#/components/responses/RcError"
|
|
1018
1150
|
5XX:
|
|
@@ -1028,6 +1160,7 @@ paths:
|
|
|
1028
1160
|
- $ref: "#/components/parameters/Cache_FetchPostAdditionalParam"
|
|
1029
1161
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
1030
1162
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
1163
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1031
1164
|
requestBody:
|
|
1032
1165
|
content:
|
|
1033
1166
|
application/json:
|
|
@@ -1036,6 +1169,8 @@ paths:
|
|
|
1036
1169
|
responses:
|
|
1037
1170
|
"200":
|
|
1038
1171
|
$ref: "#/components/responses/EmptyResponse"
|
|
1172
|
+
"202":
|
|
1173
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1039
1174
|
4XX:
|
|
1040
1175
|
$ref: "#/components/responses/RcError"
|
|
1041
1176
|
5XX:
|
|
@@ -1049,6 +1184,7 @@ paths:
|
|
|
1049
1184
|
parameters:
|
|
1050
1185
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
1051
1186
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
1187
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1052
1188
|
requestBody:
|
|
1053
1189
|
content:
|
|
1054
1190
|
application/json:
|
|
@@ -1057,6 +1193,8 @@ paths:
|
|
|
1057
1193
|
responses:
|
|
1058
1194
|
"200":
|
|
1059
1195
|
$ref: "#/components/responses/EmptyResponse"
|
|
1196
|
+
"202":
|
|
1197
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1060
1198
|
4XX:
|
|
1061
1199
|
$ref: "#/components/responses/RcError"
|
|
1062
1200
|
5XX:
|
|
@@ -1074,6 +1212,7 @@ paths:
|
|
|
1074
1212
|
- $ref: "#/components/parameters/Config_CreatePostOptParam"
|
|
1075
1213
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
1076
1214
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
1215
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1077
1216
|
requestBody:
|
|
1078
1217
|
content:
|
|
1079
1218
|
application/json:
|
|
@@ -1082,6 +1221,8 @@ paths:
|
|
|
1082
1221
|
responses:
|
|
1083
1222
|
"200":
|
|
1084
1223
|
$ref: "#/components/responses/EmptyObjectResponse"
|
|
1224
|
+
"202":
|
|
1225
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1085
1226
|
4XX:
|
|
1086
1227
|
$ref: "#/components/responses/RcError"
|
|
1087
1228
|
5XX:
|
|
@@ -1096,6 +1237,7 @@ paths:
|
|
|
1096
1237
|
- $ref: "#/components/parameters/Config_DeletePostNameParam"
|
|
1097
1238
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
1098
1239
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
1240
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1099
1241
|
requestBody:
|
|
1100
1242
|
content:
|
|
1101
1243
|
application/json:
|
|
@@ -1104,6 +1246,8 @@ paths:
|
|
|
1104
1246
|
responses:
|
|
1105
1247
|
"200":
|
|
1106
1248
|
$ref: "#/components/responses/EmptyResponse"
|
|
1249
|
+
"202":
|
|
1250
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1107
1251
|
4XX:
|
|
1108
1252
|
$ref: "#/components/responses/RcError"
|
|
1109
1253
|
5XX:
|
|
@@ -1117,6 +1261,7 @@ paths:
|
|
|
1117
1261
|
parameters:
|
|
1118
1262
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
1119
1263
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
1264
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1120
1265
|
requestBody:
|
|
1121
1266
|
content:
|
|
1122
1267
|
application/json:
|
|
@@ -1125,6 +1270,8 @@ paths:
|
|
|
1125
1270
|
responses:
|
|
1126
1271
|
"200":
|
|
1127
1272
|
$ref: "#/components/responses/ConfigDumpResponse"
|
|
1273
|
+
"202":
|
|
1274
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1128
1275
|
4XX:
|
|
1129
1276
|
$ref: "#/components/responses/RcError"
|
|
1130
1277
|
5XX:
|
|
@@ -1139,6 +1286,7 @@ paths:
|
|
|
1139
1286
|
- $ref: "#/components/parameters/Config_GetPostNameParam"
|
|
1140
1287
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
1141
1288
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
1289
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1142
1290
|
requestBody:
|
|
1143
1291
|
content:
|
|
1144
1292
|
application/json:
|
|
@@ -1147,6 +1295,8 @@ paths:
|
|
|
1147
1295
|
responses:
|
|
1148
1296
|
"200":
|
|
1149
1297
|
$ref: "#/components/responses/ConfigGetResponse"
|
|
1298
|
+
"202":
|
|
1299
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1150
1300
|
4XX:
|
|
1151
1301
|
$ref: "#/components/responses/RcError"
|
|
1152
1302
|
5XX:
|
|
@@ -1160,6 +1310,7 @@ paths:
|
|
|
1160
1310
|
parameters:
|
|
1161
1311
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
1162
1312
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
1313
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1163
1314
|
requestBody:
|
|
1164
1315
|
content:
|
|
1165
1316
|
application/json:
|
|
@@ -1168,6 +1319,8 @@ paths:
|
|
|
1168
1319
|
responses:
|
|
1169
1320
|
"200":
|
|
1170
1321
|
$ref: "#/components/responses/ConfigListremotesResponse"
|
|
1322
|
+
"202":
|
|
1323
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1171
1324
|
4XX:
|
|
1172
1325
|
$ref: "#/components/responses/RcError"
|
|
1173
1326
|
5XX:
|
|
@@ -1183,6 +1336,7 @@ paths:
|
|
|
1183
1336
|
- $ref: "#/components/parameters/Config_PasswordPostParametersParam"
|
|
1184
1337
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
1185
1338
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
1339
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1186
1340
|
requestBody:
|
|
1187
1341
|
content:
|
|
1188
1342
|
application/json:
|
|
@@ -1191,6 +1345,8 @@ paths:
|
|
|
1191
1345
|
responses:
|
|
1192
1346
|
"200":
|
|
1193
1347
|
$ref: "#/components/responses/EmptyResponse"
|
|
1348
|
+
"202":
|
|
1349
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1194
1350
|
4XX:
|
|
1195
1351
|
$ref: "#/components/responses/RcError"
|
|
1196
1352
|
5XX:
|
|
@@ -1204,6 +1360,7 @@ paths:
|
|
|
1204
1360
|
parameters:
|
|
1205
1361
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
1206
1362
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
1363
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1207
1364
|
requestBody:
|
|
1208
1365
|
content:
|
|
1209
1366
|
application/json:
|
|
@@ -1212,6 +1369,8 @@ paths:
|
|
|
1212
1369
|
responses:
|
|
1213
1370
|
"200":
|
|
1214
1371
|
$ref: "#/components/responses/ConfigPathsResponse"
|
|
1372
|
+
"202":
|
|
1373
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1215
1374
|
4XX:
|
|
1216
1375
|
$ref: "#/components/responses/RcError"
|
|
1217
1376
|
5XX:
|
|
@@ -1225,6 +1384,7 @@ paths:
|
|
|
1225
1384
|
parameters:
|
|
1226
1385
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
1227
1386
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
1387
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1228
1388
|
requestBody:
|
|
1229
1389
|
content:
|
|
1230
1390
|
application/json:
|
|
@@ -1233,6 +1393,8 @@ paths:
|
|
|
1233
1393
|
responses:
|
|
1234
1394
|
"200":
|
|
1235
1395
|
$ref: "#/components/responses/ConfigProvidersResponse"
|
|
1396
|
+
"202":
|
|
1397
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1236
1398
|
4XX:
|
|
1237
1399
|
$ref: "#/components/responses/RcError"
|
|
1238
1400
|
5XX:
|
|
@@ -1247,6 +1409,7 @@ paths:
|
|
|
1247
1409
|
- $ref: "#/components/parameters/Config_SetpathPostPathParam"
|
|
1248
1410
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
1249
1411
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
1412
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1250
1413
|
requestBody:
|
|
1251
1414
|
content:
|
|
1252
1415
|
application/json:
|
|
@@ -1255,6 +1418,8 @@ paths:
|
|
|
1255
1418
|
responses:
|
|
1256
1419
|
"200":
|
|
1257
1420
|
$ref: "#/components/responses/EmptyResponse"
|
|
1421
|
+
"202":
|
|
1422
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1258
1423
|
4XX:
|
|
1259
1424
|
$ref: "#/components/responses/RcError"
|
|
1260
1425
|
5XX:
|
|
@@ -1269,6 +1434,7 @@ paths:
|
|
|
1269
1434
|
- $ref: "#/components/parameters/Config_UnlockPostConfigPasswordParam"
|
|
1270
1435
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
1271
1436
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
1437
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1272
1438
|
requestBody:
|
|
1273
1439
|
content:
|
|
1274
1440
|
application/json:
|
|
@@ -1277,6 +1443,8 @@ paths:
|
|
|
1277
1443
|
responses:
|
|
1278
1444
|
"200":
|
|
1279
1445
|
$ref: "#/components/responses/EmptyResponse"
|
|
1446
|
+
"202":
|
|
1447
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1280
1448
|
4XX:
|
|
1281
1449
|
$ref: "#/components/responses/RcError"
|
|
1282
1450
|
5XX:
|
|
@@ -1293,6 +1461,7 @@ paths:
|
|
|
1293
1461
|
- $ref: "#/components/parameters/Config_UpdatePostOptParam"
|
|
1294
1462
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
1295
1463
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
1464
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1296
1465
|
requestBody:
|
|
1297
1466
|
content:
|
|
1298
1467
|
application/json:
|
|
@@ -1301,6 +1470,8 @@ paths:
|
|
|
1301
1470
|
responses:
|
|
1302
1471
|
"200":
|
|
1303
1472
|
$ref: "#/components/responses/EmptyObjectResponse"
|
|
1473
|
+
"202":
|
|
1474
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1304
1475
|
4XX:
|
|
1305
1476
|
$ref: "#/components/responses/RcError"
|
|
1306
1477
|
5XX:
|
|
@@ -1314,6 +1485,7 @@ paths:
|
|
|
1314
1485
|
parameters:
|
|
1315
1486
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
1316
1487
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
1488
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1317
1489
|
requestBody:
|
|
1318
1490
|
content:
|
|
1319
1491
|
application/json:
|
|
@@ -1322,6 +1494,8 @@ paths:
|
|
|
1322
1494
|
responses:
|
|
1323
1495
|
"200":
|
|
1324
1496
|
$ref: "#/components/responses/CoreVersionResponse"
|
|
1497
|
+
"202":
|
|
1498
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1325
1499
|
4XX:
|
|
1326
1500
|
$ref: "#/components/responses/RcError"
|
|
1327
1501
|
5XX:
|
|
@@ -1337,6 +1511,7 @@ paths:
|
|
|
1337
1511
|
- $ref: "#/components/parameters/Core_StatsPostShortParam"
|
|
1338
1512
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
1339
1513
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
1514
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1340
1515
|
requestBody:
|
|
1341
1516
|
content:
|
|
1342
1517
|
application/json:
|
|
@@ -1345,6 +1520,8 @@ paths:
|
|
|
1345
1520
|
responses:
|
|
1346
1521
|
"200":
|
|
1347
1522
|
$ref: "#/components/responses/CoreStatsResponse"
|
|
1523
|
+
"202":
|
|
1524
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1348
1525
|
4XX:
|
|
1349
1526
|
$ref: "#/components/responses/RcError"
|
|
1350
1527
|
5XX:
|
|
@@ -1359,6 +1536,7 @@ paths:
|
|
|
1359
1536
|
- $ref: "#/components/parameters/Job_BatchPostConcurrencyParam"
|
|
1360
1537
|
- $ref: "#/components/parameters/Job_BatchPostInputsParam"
|
|
1361
1538
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
1539
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1362
1540
|
requestBody:
|
|
1363
1541
|
content:
|
|
1364
1542
|
application/json:
|
|
@@ -1367,6 +1545,8 @@ paths:
|
|
|
1367
1545
|
responses:
|
|
1368
1546
|
"200":
|
|
1369
1547
|
$ref: "#/components/responses/JobBatchResponse"
|
|
1548
|
+
"202":
|
|
1549
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1370
1550
|
4XX:
|
|
1371
1551
|
$ref: "#/components/responses/RcError"
|
|
1372
1552
|
5XX:
|
|
@@ -1379,6 +1559,7 @@ paths:
|
|
|
1379
1559
|
tags: []
|
|
1380
1560
|
parameters:
|
|
1381
1561
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
1562
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1382
1563
|
requestBody:
|
|
1383
1564
|
content:
|
|
1384
1565
|
application/json:
|
|
@@ -1387,6 +1568,8 @@ paths:
|
|
|
1387
1568
|
responses:
|
|
1388
1569
|
"200":
|
|
1389
1570
|
$ref: "#/components/responses/JobListResponse"
|
|
1571
|
+
"202":
|
|
1572
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1390
1573
|
4XX:
|
|
1391
1574
|
$ref: "#/components/responses/RcError"
|
|
1392
1575
|
5XX:
|
|
@@ -1400,6 +1583,7 @@ paths:
|
|
|
1400
1583
|
parameters:
|
|
1401
1584
|
- $ref: "#/components/parameters/Job_StatusPostJobidParam"
|
|
1402
1585
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
1586
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1403
1587
|
requestBody:
|
|
1404
1588
|
content:
|
|
1405
1589
|
application/json:
|
|
@@ -1408,6 +1592,8 @@ paths:
|
|
|
1408
1592
|
responses:
|
|
1409
1593
|
"200":
|
|
1410
1594
|
$ref: "#/components/responses/JobStatusResponse"
|
|
1595
|
+
"202":
|
|
1596
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1411
1597
|
4XX:
|
|
1412
1598
|
$ref: "#/components/responses/RcError"
|
|
1413
1599
|
5XX:
|
|
@@ -1421,6 +1607,7 @@ paths:
|
|
|
1421
1607
|
parameters:
|
|
1422
1608
|
- $ref: "#/components/parameters/Job_StopPostJobidParam"
|
|
1423
1609
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
1610
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1424
1611
|
requestBody:
|
|
1425
1612
|
content:
|
|
1426
1613
|
application/json:
|
|
@@ -1429,6 +1616,8 @@ paths:
|
|
|
1429
1616
|
responses:
|
|
1430
1617
|
"200":
|
|
1431
1618
|
$ref: "#/components/responses/EmptyObjectResponse"
|
|
1619
|
+
"202":
|
|
1620
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1432
1621
|
4XX:
|
|
1433
1622
|
$ref: "#/components/responses/RcError"
|
|
1434
1623
|
5XX:
|
|
@@ -1442,6 +1631,7 @@ paths:
|
|
|
1442
1631
|
parameters:
|
|
1443
1632
|
- $ref: "#/components/parameters/Job_StopgroupPostGroupParam"
|
|
1444
1633
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
1634
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1445
1635
|
requestBody:
|
|
1446
1636
|
content:
|
|
1447
1637
|
application/json:
|
|
@@ -1450,6 +1640,8 @@ paths:
|
|
|
1450
1640
|
responses:
|
|
1451
1641
|
"200":
|
|
1452
1642
|
$ref: "#/components/responses/EmptyObjectResponse"
|
|
1643
|
+
"202":
|
|
1644
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1453
1645
|
4XX:
|
|
1454
1646
|
$ref: "#/components/responses/RcError"
|
|
1455
1647
|
5XX:
|
|
@@ -1476,6 +1668,7 @@ paths:
|
|
|
1476
1668
|
- $ref: "#/components/parameters/Operations_ListPostHashTypesParam"
|
|
1477
1669
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
1478
1670
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
1671
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1479
1672
|
requestBody:
|
|
1480
1673
|
content:
|
|
1481
1674
|
application/json:
|
|
@@ -1484,6 +1677,8 @@ paths:
|
|
|
1484
1677
|
responses:
|
|
1485
1678
|
"200":
|
|
1486
1679
|
$ref: "#/components/responses/OperationsListResponse"
|
|
1680
|
+
"202":
|
|
1681
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1487
1682
|
4XX:
|
|
1488
1683
|
$ref: "#/components/responses/RcError"
|
|
1489
1684
|
5XX:
|
|
@@ -1500,6 +1695,7 @@ paths:
|
|
|
1500
1695
|
- $ref: "#/components/parameters/Operations_StatPostOptParam"
|
|
1501
1696
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
1502
1697
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
1698
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1503
1699
|
requestBody:
|
|
1504
1700
|
content:
|
|
1505
1701
|
application/json:
|
|
@@ -1508,6 +1704,8 @@ paths:
|
|
|
1508
1704
|
responses:
|
|
1509
1705
|
"200":
|
|
1510
1706
|
$ref: "#/components/responses/OperationsStatResponse"
|
|
1707
|
+
"202":
|
|
1708
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1511
1709
|
4XX:
|
|
1512
1710
|
$ref: "#/components/responses/RcError"
|
|
1513
1711
|
5XX:
|
|
@@ -1522,6 +1720,7 @@ paths:
|
|
|
1522
1720
|
- $ref: "#/components/parameters/Operations_AboutPostFsParam"
|
|
1523
1721
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
1524
1722
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
1723
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1525
1724
|
requestBody:
|
|
1526
1725
|
content:
|
|
1527
1726
|
application/json:
|
|
@@ -1530,6 +1729,8 @@ paths:
|
|
|
1530
1729
|
responses:
|
|
1531
1730
|
"200":
|
|
1532
1731
|
$ref: "#/components/responses/OperationsAboutResponse"
|
|
1732
|
+
"202":
|
|
1733
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1533
1734
|
4XX:
|
|
1534
1735
|
$ref: "#/components/responses/RcError"
|
|
1535
1736
|
5XX:
|
|
@@ -1545,6 +1746,7 @@ paths:
|
|
|
1545
1746
|
- $ref: "#/components/parameters/Operations_UploadfilePostRemoteParam"
|
|
1546
1747
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
1547
1748
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
1749
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1548
1750
|
requestBody:
|
|
1549
1751
|
description: Multipart form payload containing one or more files to upload.
|
|
1550
1752
|
content:
|
|
@@ -1553,6 +1755,8 @@ paths:
|
|
|
1553
1755
|
responses:
|
|
1554
1756
|
"200":
|
|
1555
1757
|
$ref: "#/components/responses/EmptyObjectResponse"
|
|
1758
|
+
"202":
|
|
1759
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1556
1760
|
4XX:
|
|
1557
1761
|
$ref: "#/components/responses/RcError"
|
|
1558
1762
|
5XX:
|
|
@@ -1570,6 +1774,7 @@ paths:
|
|
|
1570
1774
|
- $ref: "#/components/parameters/GlobalFilterParam"
|
|
1571
1775
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
1572
1776
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
1777
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1573
1778
|
requestBody:
|
|
1574
1779
|
content:
|
|
1575
1780
|
application/json:
|
|
@@ -1578,6 +1783,8 @@ paths:
|
|
|
1578
1783
|
responses:
|
|
1579
1784
|
"200":
|
|
1580
1785
|
$ref: "#/components/responses/EmptyObjectResponse"
|
|
1786
|
+
"202":
|
|
1787
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1581
1788
|
4XX:
|
|
1582
1789
|
$ref: "#/components/responses/RcError"
|
|
1583
1790
|
5XX:
|
|
@@ -1593,6 +1800,7 @@ paths:
|
|
|
1593
1800
|
- $ref: "#/components/parameters/Operations_MkdirPostRemoteParam"
|
|
1594
1801
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
1595
1802
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
1803
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1596
1804
|
requestBody:
|
|
1597
1805
|
content:
|
|
1598
1806
|
application/json:
|
|
@@ -1601,6 +1809,8 @@ paths:
|
|
|
1601
1809
|
responses:
|
|
1602
1810
|
"200":
|
|
1603
1811
|
$ref: "#/components/responses/EmptyObjectResponse"
|
|
1812
|
+
"202":
|
|
1813
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1604
1814
|
4XX:
|
|
1605
1815
|
$ref: "#/components/responses/RcError"
|
|
1606
1816
|
5XX:
|
|
@@ -1616,6 +1826,7 @@ paths:
|
|
|
1616
1826
|
- $ref: "#/components/parameters/Operations_RmdirPostRemoteParam"
|
|
1617
1827
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
1618
1828
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
1829
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1619
1830
|
requestBody:
|
|
1620
1831
|
content:
|
|
1621
1832
|
application/json:
|
|
@@ -1624,6 +1835,8 @@ paths:
|
|
|
1624
1835
|
responses:
|
|
1625
1836
|
"200":
|
|
1626
1837
|
$ref: "#/components/responses/EmptyObjectResponse"
|
|
1838
|
+
"202":
|
|
1839
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1627
1840
|
4XX:
|
|
1628
1841
|
$ref: "#/components/responses/RcError"
|
|
1629
1842
|
5XX:
|
|
@@ -1650,6 +1863,7 @@ paths:
|
|
|
1650
1863
|
- $ref: "#/components/parameters/Operations_CheckPostErrorParam"
|
|
1651
1864
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
1652
1865
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
1866
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1653
1867
|
requestBody:
|
|
1654
1868
|
content:
|
|
1655
1869
|
application/json:
|
|
@@ -1658,6 +1872,8 @@ paths:
|
|
|
1658
1872
|
responses:
|
|
1659
1873
|
"200":
|
|
1660
1874
|
$ref: "#/components/responses/OperationsCheckResponse"
|
|
1875
|
+
"202":
|
|
1876
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1661
1877
|
4XX:
|
|
1662
1878
|
$ref: "#/components/responses/RcError"
|
|
1663
1879
|
5XX:
|
|
@@ -1676,6 +1892,7 @@ paths:
|
|
|
1676
1892
|
- $ref: "#/components/parameters/GlobalFilterParam"
|
|
1677
1893
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
1678
1894
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
1895
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1679
1896
|
requestBody:
|
|
1680
1897
|
content:
|
|
1681
1898
|
application/json:
|
|
@@ -1683,7 +1900,9 @@ paths:
|
|
|
1683
1900
|
$ref: "#/components/schemas/SyncSyncRequest"
|
|
1684
1901
|
responses:
|
|
1685
1902
|
"200":
|
|
1686
|
-
$ref: "#/components/responses/
|
|
1903
|
+
$ref: "#/components/responses/EmptyObjectResponse"
|
|
1904
|
+
"202":
|
|
1905
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1687
1906
|
4XX:
|
|
1688
1907
|
$ref: "#/components/responses/RcError"
|
|
1689
1908
|
5XX:
|
|
@@ -1702,6 +1921,7 @@ paths:
|
|
|
1702
1921
|
- $ref: "#/components/parameters/GlobalFilterParam"
|
|
1703
1922
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
1704
1923
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
1924
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1705
1925
|
requestBody:
|
|
1706
1926
|
content:
|
|
1707
1927
|
application/json:
|
|
@@ -1709,7 +1929,9 @@ paths:
|
|
|
1709
1929
|
$ref: "#/components/schemas/SyncCopyRequest"
|
|
1710
1930
|
responses:
|
|
1711
1931
|
"200":
|
|
1712
|
-
$ref: "#/components/responses/
|
|
1932
|
+
$ref: "#/components/responses/EmptyObjectResponse"
|
|
1933
|
+
"202":
|
|
1934
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1713
1935
|
4XX:
|
|
1714
1936
|
$ref: "#/components/responses/RcError"
|
|
1715
1937
|
5XX:
|
|
@@ -1729,6 +1951,7 @@ paths:
|
|
|
1729
1951
|
- $ref: "#/components/parameters/GlobalFilterParam"
|
|
1730
1952
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
1731
1953
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
1954
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1732
1955
|
requestBody:
|
|
1733
1956
|
content:
|
|
1734
1957
|
application/json:
|
|
@@ -1736,7 +1959,9 @@ paths:
|
|
|
1736
1959
|
$ref: "#/components/schemas/SyncMoveRequest"
|
|
1737
1960
|
responses:
|
|
1738
1961
|
"200":
|
|
1739
|
-
$ref: "#/components/responses/
|
|
1962
|
+
$ref: "#/components/responses/EmptyObjectResponse"
|
|
1963
|
+
"202":
|
|
1964
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1740
1965
|
4XX:
|
|
1741
1966
|
$ref: "#/components/responses/RcError"
|
|
1742
1967
|
5XX:
|
|
@@ -1770,6 +1995,7 @@ paths:
|
|
|
1770
1995
|
- $ref: "#/components/parameters/GlobalFilterParam"
|
|
1771
1996
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
1772
1997
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
1998
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1773
1999
|
requestBody:
|
|
1774
2000
|
content:
|
|
1775
2001
|
application/json:
|
|
@@ -1777,7 +2003,9 @@ paths:
|
|
|
1777
2003
|
$ref: "#/components/schemas/SyncBisyncRequest"
|
|
1778
2004
|
responses:
|
|
1779
2005
|
"200":
|
|
1780
|
-
$ref: "#/components/responses/
|
|
2006
|
+
$ref: "#/components/responses/SyncBisyncResponse"
|
|
2007
|
+
"202":
|
|
2008
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1781
2009
|
4XX:
|
|
1782
2010
|
$ref: "#/components/responses/RcError"
|
|
1783
2011
|
5XX:
|
|
@@ -1791,6 +2019,7 @@ paths:
|
|
|
1791
2019
|
parameters:
|
|
1792
2020
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
1793
2021
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
2022
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1794
2023
|
requestBody:
|
|
1795
2024
|
content:
|
|
1796
2025
|
application/json:
|
|
@@ -1799,6 +2028,8 @@ paths:
|
|
|
1799
2028
|
responses:
|
|
1800
2029
|
"200":
|
|
1801
2030
|
$ref: "#/components/responses/OptionsBlocksResponse"
|
|
2031
|
+
"202":
|
|
2032
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1802
2033
|
4XX:
|
|
1803
2034
|
$ref: "#/components/responses/RcError"
|
|
1804
2035
|
5XX:
|
|
@@ -1813,6 +2044,7 @@ paths:
|
|
|
1813
2044
|
- $ref: "#/components/parameters/Options_GetPostBlocksParam"
|
|
1814
2045
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
1815
2046
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
2047
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1816
2048
|
requestBody:
|
|
1817
2049
|
content:
|
|
1818
2050
|
application/json:
|
|
@@ -1821,6 +2053,8 @@ paths:
|
|
|
1821
2053
|
responses:
|
|
1822
2054
|
"200":
|
|
1823
2055
|
$ref: "#/components/responses/OptionsGetResponse"
|
|
2056
|
+
"202":
|
|
2057
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1824
2058
|
4XX:
|
|
1825
2059
|
$ref: "#/components/responses/RcError"
|
|
1826
2060
|
5XX:
|
|
@@ -1835,6 +2069,7 @@ paths:
|
|
|
1835
2069
|
- $ref: "#/components/parameters/Options_InfoPostBlocksParam"
|
|
1836
2070
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
1837
2071
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
2072
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1838
2073
|
requestBody:
|
|
1839
2074
|
content:
|
|
1840
2075
|
application/json:
|
|
@@ -1843,6 +2078,8 @@ paths:
|
|
|
1843
2078
|
responses:
|
|
1844
2079
|
"200":
|
|
1845
2080
|
$ref: "#/components/responses/OptionsInfoResponse"
|
|
2081
|
+
"202":
|
|
2082
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1846
2083
|
4XX:
|
|
1847
2084
|
$ref: "#/components/responses/RcError"
|
|
1848
2085
|
5XX:
|
|
@@ -1873,6 +2110,7 @@ paths:
|
|
|
1873
2110
|
- $ref: "#/components/parameters/Options_SetPostWebdavParam"
|
|
1874
2111
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
1875
2112
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
2113
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1876
2114
|
requestBody:
|
|
1877
2115
|
content:
|
|
1878
2116
|
application/json:
|
|
@@ -1881,6 +2119,8 @@ paths:
|
|
|
1881
2119
|
responses:
|
|
1882
2120
|
"200":
|
|
1883
2121
|
$ref: "#/components/responses/EmptyObjectResponse"
|
|
2122
|
+
"202":
|
|
2123
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1884
2124
|
4XX:
|
|
1885
2125
|
$ref: "#/components/responses/RcError"
|
|
1886
2126
|
5XX:
|
|
@@ -1894,6 +2134,7 @@ paths:
|
|
|
1894
2134
|
parameters:
|
|
1895
2135
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
1896
2136
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
2137
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1897
2138
|
requestBody:
|
|
1898
2139
|
content:
|
|
1899
2140
|
application/json:
|
|
@@ -1902,6 +2143,8 @@ paths:
|
|
|
1902
2143
|
responses:
|
|
1903
2144
|
"200":
|
|
1904
2145
|
$ref: "#/components/responses/OptionsLocalResponse"
|
|
2146
|
+
"202":
|
|
2147
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1905
2148
|
4XX:
|
|
1906
2149
|
$ref: "#/components/responses/RcError"
|
|
1907
2150
|
5XX:
|
|
@@ -1915,6 +2158,7 @@ paths:
|
|
|
1915
2158
|
parameters:
|
|
1916
2159
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
1917
2160
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
2161
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1918
2162
|
requestBody:
|
|
1919
2163
|
content:
|
|
1920
2164
|
application/json:
|
|
@@ -1923,6 +2167,8 @@ paths:
|
|
|
1923
2167
|
responses:
|
|
1924
2168
|
"200":
|
|
1925
2169
|
$ref: "#/components/responses/ServeListResponse"
|
|
2170
|
+
"202":
|
|
2171
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1926
2172
|
4XX:
|
|
1927
2173
|
$ref: "#/components/responses/RcError"
|
|
1928
2174
|
5XX:
|
|
@@ -1942,6 +2188,7 @@ paths:
|
|
|
1942
2188
|
- $ref: "#/components/parameters/GlobalFilterParam"
|
|
1943
2189
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
1944
2190
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
2191
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1945
2192
|
requestBody:
|
|
1946
2193
|
content:
|
|
1947
2194
|
application/json:
|
|
@@ -1950,6 +2197,8 @@ paths:
|
|
|
1950
2197
|
responses:
|
|
1951
2198
|
"200":
|
|
1952
2199
|
$ref: "#/components/responses/ServeStartResponse"
|
|
2200
|
+
"202":
|
|
2201
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1953
2202
|
4XX:
|
|
1954
2203
|
$ref: "#/components/responses/RcError"
|
|
1955
2204
|
5XX:
|
|
@@ -1964,6 +2213,7 @@ paths:
|
|
|
1964
2213
|
- $ref: "#/components/parameters/Serve_StopPostIdParam"
|
|
1965
2214
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
1966
2215
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
2216
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1967
2217
|
requestBody:
|
|
1968
2218
|
content:
|
|
1969
2219
|
application/json:
|
|
@@ -1972,6 +2222,8 @@ paths:
|
|
|
1972
2222
|
responses:
|
|
1973
2223
|
"200":
|
|
1974
2224
|
$ref: "#/components/responses/EmptyObjectResponse"
|
|
2225
|
+
"202":
|
|
2226
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1975
2227
|
4XX:
|
|
1976
2228
|
$ref: "#/components/responses/RcError"
|
|
1977
2229
|
5XX:
|
|
@@ -1985,6 +2237,7 @@ paths:
|
|
|
1985
2237
|
parameters:
|
|
1986
2238
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
1987
2239
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
2240
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1988
2241
|
requestBody:
|
|
1989
2242
|
content:
|
|
1990
2243
|
application/json:
|
|
@@ -1993,6 +2246,8 @@ paths:
|
|
|
1993
2246
|
responses:
|
|
1994
2247
|
"200":
|
|
1995
2248
|
$ref: "#/components/responses/EmptyObjectResponse"
|
|
2249
|
+
"202":
|
|
2250
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1996
2251
|
4XX:
|
|
1997
2252
|
$ref: "#/components/responses/RcError"
|
|
1998
2253
|
5XX:
|
|
@@ -2006,6 +2261,7 @@ paths:
|
|
|
2006
2261
|
parameters:
|
|
2007
2262
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
2008
2263
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
2264
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
2009
2265
|
requestBody:
|
|
2010
2266
|
content:
|
|
2011
2267
|
application/json:
|
|
@@ -2014,6 +2270,8 @@ paths:
|
|
|
2014
2270
|
responses:
|
|
2015
2271
|
"200":
|
|
2016
2272
|
$ref: "#/components/responses/ServeTypesResponse"
|
|
2273
|
+
"202":
|
|
2274
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
2017
2275
|
4XX:
|
|
2018
2276
|
$ref: "#/components/responses/RcError"
|
|
2019
2277
|
5XX:
|
|
@@ -2029,6 +2287,7 @@ paths:
|
|
|
2029
2287
|
- $ref: "#/components/parameters/Vfs_ForgetPostAdditionalParam"
|
|
2030
2288
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
2031
2289
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
2290
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
2032
2291
|
requestBody:
|
|
2033
2292
|
content:
|
|
2034
2293
|
application/json:
|
|
@@ -2037,6 +2296,8 @@ paths:
|
|
|
2037
2296
|
responses:
|
|
2038
2297
|
"200":
|
|
2039
2298
|
$ref: "#/components/responses/VfsForgetResponse"
|
|
2299
|
+
"202":
|
|
2300
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
2040
2301
|
4XX:
|
|
2041
2302
|
$ref: "#/components/responses/RcError"
|
|
2042
2303
|
5XX:
|
|
@@ -2051,6 +2312,7 @@ paths:
|
|
|
2051
2312
|
- $ref: "#/components/parameters/Vfs_ListPostFsParam"
|
|
2052
2313
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
2053
2314
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
2315
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
2054
2316
|
requestBody:
|
|
2055
2317
|
content:
|
|
2056
2318
|
application/json:
|
|
@@ -2059,6 +2321,8 @@ paths:
|
|
|
2059
2321
|
responses:
|
|
2060
2322
|
"200":
|
|
2061
2323
|
$ref: "#/components/responses/VfsListResponse"
|
|
2324
|
+
"202":
|
|
2325
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
2062
2326
|
4XX:
|
|
2063
2327
|
$ref: "#/components/responses/RcError"
|
|
2064
2328
|
5XX:
|
|
@@ -2075,6 +2339,7 @@ paths:
|
|
|
2075
2339
|
- $ref: "#/components/parameters/Vfs_PollIntervalPostTimeoutParam"
|
|
2076
2340
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
2077
2341
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
2342
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
2078
2343
|
requestBody:
|
|
2079
2344
|
content:
|
|
2080
2345
|
application/json:
|
|
@@ -2083,6 +2348,8 @@ paths:
|
|
|
2083
2348
|
responses:
|
|
2084
2349
|
"200":
|
|
2085
2350
|
$ref: "#/components/responses/VfsPollIntervalResponse"
|
|
2351
|
+
"202":
|
|
2352
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
2086
2353
|
4XX:
|
|
2087
2354
|
$ref: "#/components/responses/RcError"
|
|
2088
2355
|
5XX:
|
|
@@ -2097,6 +2364,7 @@ paths:
|
|
|
2097
2364
|
- $ref: "#/components/parameters/Vfs_QueuePostFsParam"
|
|
2098
2365
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
2099
2366
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
2367
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
2100
2368
|
requestBody:
|
|
2101
2369
|
content:
|
|
2102
2370
|
application/json:
|
|
@@ -2105,6 +2373,8 @@ paths:
|
|
|
2105
2373
|
responses:
|
|
2106
2374
|
"200":
|
|
2107
2375
|
$ref: "#/components/responses/VfsQueueResponse"
|
|
2376
|
+
"202":
|
|
2377
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
2108
2378
|
4XX:
|
|
2109
2379
|
$ref: "#/components/responses/RcError"
|
|
2110
2380
|
5XX:
|
|
@@ -2122,6 +2392,7 @@ paths:
|
|
|
2122
2392
|
- $ref: "#/components/parameters/Vfs_QueueSetExpiryPostRelativeParam"
|
|
2123
2393
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
2124
2394
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
2395
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
2125
2396
|
requestBody:
|
|
2126
2397
|
content:
|
|
2127
2398
|
application/json:
|
|
@@ -2130,6 +2401,8 @@ paths:
|
|
|
2130
2401
|
responses:
|
|
2131
2402
|
"200":
|
|
2132
2403
|
$ref: "#/components/responses/EmptyObjectResponse"
|
|
2404
|
+
"202":
|
|
2405
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
2133
2406
|
4XX:
|
|
2134
2407
|
$ref: "#/components/responses/RcError"
|
|
2135
2408
|
5XX:
|
|
@@ -2146,6 +2419,7 @@ paths:
|
|
|
2146
2419
|
- $ref: "#/components/parameters/Vfs_RefreshPostAdditionalParam"
|
|
2147
2420
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
2148
2421
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
2422
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
2149
2423
|
requestBody:
|
|
2150
2424
|
content:
|
|
2151
2425
|
application/json:
|
|
@@ -2154,6 +2428,8 @@ paths:
|
|
|
2154
2428
|
responses:
|
|
2155
2429
|
"200":
|
|
2156
2430
|
$ref: "#/components/responses/VfsRefreshResponse"
|
|
2431
|
+
"202":
|
|
2432
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
2157
2433
|
4XX:
|
|
2158
2434
|
$ref: "#/components/responses/RcError"
|
|
2159
2435
|
5XX:
|
|
@@ -2168,6 +2444,7 @@ paths:
|
|
|
2168
2444
|
- $ref: "#/components/parameters/Vfs_StatsPostFsParam"
|
|
2169
2445
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
2170
2446
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
2447
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
2171
2448
|
requestBody:
|
|
2172
2449
|
content:
|
|
2173
2450
|
application/json:
|
|
@@ -2176,6 +2453,8 @@ paths:
|
|
|
2176
2453
|
responses:
|
|
2177
2454
|
"200":
|
|
2178
2455
|
$ref: "#/components/responses/VfsStatsResponse"
|
|
2456
|
+
"202":
|
|
2457
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
2179
2458
|
4XX:
|
|
2180
2459
|
$ref: "#/components/responses/RcError"
|
|
2181
2460
|
5XX:
|
|
@@ -2190,6 +2469,7 @@ paths:
|
|
|
2190
2469
|
- $ref: "#/components/parameters/Pluginsctl_AddPluginPostUrlParam"
|
|
2191
2470
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
2192
2471
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
2472
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
2193
2473
|
requestBody:
|
|
2194
2474
|
content:
|
|
2195
2475
|
application/json:
|
|
@@ -2198,6 +2478,8 @@ paths:
|
|
|
2198
2478
|
responses:
|
|
2199
2479
|
"200":
|
|
2200
2480
|
$ref: "#/components/responses/EmptyObjectResponse"
|
|
2481
|
+
"202":
|
|
2482
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
2201
2483
|
4XX:
|
|
2202
2484
|
$ref: "#/components/responses/RcError"
|
|
2203
2485
|
5XX:
|
|
@@ -2213,6 +2495,7 @@ paths:
|
|
|
2213
2495
|
- $ref: "#/components/parameters/Pluginsctl_GetPluginsForTypePostPluginTypeParam"
|
|
2214
2496
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
2215
2497
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
2498
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
2216
2499
|
requestBody:
|
|
2217
2500
|
content:
|
|
2218
2501
|
application/json:
|
|
@@ -2221,6 +2504,8 @@ paths:
|
|
|
2221
2504
|
responses:
|
|
2222
2505
|
"200":
|
|
2223
2506
|
$ref: "#/components/responses/PluginsctlGetPluginsForTypeResponse"
|
|
2507
|
+
"202":
|
|
2508
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
2224
2509
|
4XX:
|
|
2225
2510
|
$ref: "#/components/responses/RcError"
|
|
2226
2511
|
5XX:
|
|
@@ -2234,6 +2519,7 @@ paths:
|
|
|
2234
2519
|
parameters:
|
|
2235
2520
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
2236
2521
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
2522
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
2237
2523
|
requestBody:
|
|
2238
2524
|
content:
|
|
2239
2525
|
application/json:
|
|
@@ -2242,6 +2528,8 @@ paths:
|
|
|
2242
2528
|
responses:
|
|
2243
2529
|
"200":
|
|
2244
2530
|
$ref: "#/components/responses/PluginsctlListPluginsResponse"
|
|
2531
|
+
"202":
|
|
2532
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
2245
2533
|
4XX:
|
|
2246
2534
|
$ref: "#/components/responses/RcError"
|
|
2247
2535
|
5XX:
|
|
@@ -2255,6 +2543,7 @@ paths:
|
|
|
2255
2543
|
parameters:
|
|
2256
2544
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
2257
2545
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
2546
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
2258
2547
|
requestBody:
|
|
2259
2548
|
content:
|
|
2260
2549
|
application/json:
|
|
@@ -2263,6 +2552,8 @@ paths:
|
|
|
2263
2552
|
responses:
|
|
2264
2553
|
"200":
|
|
2265
2554
|
$ref: "#/components/responses/PluginsctlListTestPluginsResponse"
|
|
2555
|
+
"202":
|
|
2556
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
2266
2557
|
4XX:
|
|
2267
2558
|
$ref: "#/components/responses/RcError"
|
|
2268
2559
|
5XX:
|
|
@@ -2277,6 +2568,7 @@ paths:
|
|
|
2277
2568
|
- $ref: "#/components/parameters/Pluginsctl_RemovePluginPostNameParam"
|
|
2278
2569
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
2279
2570
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
2571
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
2280
2572
|
requestBody:
|
|
2281
2573
|
content:
|
|
2282
2574
|
application/json:
|
|
@@ -2285,6 +2577,8 @@ paths:
|
|
|
2285
2577
|
responses:
|
|
2286
2578
|
"200":
|
|
2287
2579
|
$ref: "#/components/responses/EmptyResponse"
|
|
2580
|
+
"202":
|
|
2581
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
2288
2582
|
4XX:
|
|
2289
2583
|
$ref: "#/components/responses/RcError"
|
|
2290
2584
|
5XX:
|
|
@@ -2299,6 +2593,7 @@ paths:
|
|
|
2299
2593
|
- $ref: "#/components/parameters/Pluginsctl_RemoveTestPluginPostNameParam"
|
|
2300
2594
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
2301
2595
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
2596
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
2302
2597
|
requestBody:
|
|
2303
2598
|
content:
|
|
2304
2599
|
application/json:
|
|
@@ -2307,6 +2602,8 @@ paths:
|
|
|
2307
2602
|
responses:
|
|
2308
2603
|
"200":
|
|
2309
2604
|
$ref: "#/components/responses/EmptyResponse"
|
|
2605
|
+
"202":
|
|
2606
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
2310
2607
|
4XX:
|
|
2311
2608
|
$ref: "#/components/responses/RcError"
|
|
2312
2609
|
5XX:
|
|
@@ -2320,6 +2617,14 @@ components:
|
|
|
2320
2617
|
description: Run the command asynchronously. Returns a job id immediately.
|
|
2321
2618
|
schema:
|
|
2322
2619
|
type: boolean
|
|
2620
|
+
PreferAsyncHeader:
|
|
2621
|
+
name: Prefer
|
|
2622
|
+
in: header
|
|
2623
|
+
description: Set to "respond-async" with _async=true to receive HTTP 202 instead of 200.
|
|
2624
|
+
schema:
|
|
2625
|
+
type: string
|
|
2626
|
+
enum:
|
|
2627
|
+
- respond-async
|
|
2323
2628
|
GlobalConfigParam:
|
|
2324
2629
|
name: _config
|
|
2325
2630
|
in: query
|
|
@@ -3634,6 +3939,60 @@ components:
|
|
|
3634
3939
|
description: Request succeeded with no response body.
|
|
3635
3940
|
EmptyObjectResponse:
|
|
3636
3941
|
description: Request succeeded returning an empty JSON object.
|
|
3942
|
+
content:
|
|
3943
|
+
application/json:
|
|
3944
|
+
schema:
|
|
3945
|
+
type: object
|
|
3946
|
+
MountMountResponse:
|
|
3947
|
+
description: Mount created successfully.
|
|
3948
|
+
content:
|
|
3949
|
+
application/json:
|
|
3950
|
+
schema:
|
|
3951
|
+
type: object
|
|
3952
|
+
properties:
|
|
3953
|
+
mountPoint:
|
|
3954
|
+
type: string
|
|
3955
|
+
description: Actual local path where the remote was mounted. May differ from the requested path (e.g. when '*' is used on Windows).
|
|
3956
|
+
required:
|
|
3957
|
+
- mountPoint
|
|
3958
|
+
SyncBisyncResponse:
|
|
3959
|
+
description: Bisync completed with session details.
|
|
3960
|
+
content:
|
|
3961
|
+
application/json:
|
|
3962
|
+
schema:
|
|
3963
|
+
type: object
|
|
3964
|
+
properties:
|
|
3965
|
+
output:
|
|
3966
|
+
type: string
|
|
3967
|
+
description: Captured output from the bisync operation.
|
|
3968
|
+
session:
|
|
3969
|
+
type: string
|
|
3970
|
+
description: Session name derived from the two filesystems.
|
|
3971
|
+
workDir:
|
|
3972
|
+
type: string
|
|
3973
|
+
description: Absolute path to the bisync working directory.
|
|
3974
|
+
basePath:
|
|
3975
|
+
type: string
|
|
3976
|
+
description: Base path for listing files.
|
|
3977
|
+
listing1:
|
|
3978
|
+
type: string
|
|
3979
|
+
description: Path to the Path1 listing file.
|
|
3980
|
+
listing2:
|
|
3981
|
+
type: string
|
|
3982
|
+
description: Path to the Path2 listing file.
|
|
3983
|
+
logFile:
|
|
3984
|
+
type: string
|
|
3985
|
+
description: Path to the log file.
|
|
3986
|
+
required:
|
|
3987
|
+
- output
|
|
3988
|
+
- session
|
|
3989
|
+
- workDir
|
|
3990
|
+
- basePath
|
|
3991
|
+
- listing1
|
|
3992
|
+
- listing2
|
|
3993
|
+
- logFile
|
|
3994
|
+
AsyncJobResponse:
|
|
3995
|
+
description: Request accepted for async processing. Poll /job/status with the returned jobid.
|
|
3637
3996
|
content:
|
|
3638
3997
|
application/json:
|
|
3639
3998
|
schema:
|
|
@@ -3641,8 +4000,9 @@ components:
|
|
|
3641
4000
|
properties:
|
|
3642
4001
|
jobid:
|
|
3643
4002
|
type: integer
|
|
3644
|
-
description: Job
|
|
3645
|
-
|
|
4003
|
+
description: Job identifier. Pass to /job/status to track progress.
|
|
4004
|
+
required:
|
|
4005
|
+
- jobid
|
|
3646
4006
|
ServeTypesResponse:
|
|
3647
4007
|
description: Supported rclone serve protocols.
|
|
3648
4008
|
content:
|
|
@@ -3656,16 +4016,6 @@ components:
|
|
|
3656
4016
|
type: string
|
|
3657
4017
|
required:
|
|
3658
4018
|
- types
|
|
3659
|
-
SyncJobResponse:
|
|
3660
|
-
description: Response for sync operations, containing job ID if async.
|
|
3661
|
-
content:
|
|
3662
|
-
application/json:
|
|
3663
|
-
schema:
|
|
3664
|
-
type: object
|
|
3665
|
-
properties:
|
|
3666
|
-
jobid:
|
|
3667
|
-
type: integer
|
|
3668
|
-
description: Job ID of the operation.
|
|
3669
4019
|
RcNoopResponse:
|
|
3670
4020
|
description: Echoes any supplied parameters, useful for testing RC connectivity.
|
|
3671
4021
|
content:
|