rclone-openapi 1.74.0 → 1.74.2
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 -1
- package/openapi.json +709 -88
- package/openapi.yaml +485 -106
- package/package.json +1 -1
- package/types.d.ts +510 -124
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:
|
|
@@ -844,6 +950,8 @@ paths:
|
|
|
844
950
|
responses:
|
|
845
951
|
"200":
|
|
846
952
|
$ref: "#/components/responses/EmptyObjectResponse"
|
|
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,15 +1746,17 @@ 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:
|
|
1551
1753
|
multipart/form-data:
|
|
1552
|
-
schema:
|
|
1553
|
-
nullable: true
|
|
1754
|
+
schema: {}
|
|
1554
1755
|
responses:
|
|
1555
1756
|
"200":
|
|
1556
1757
|
$ref: "#/components/responses/EmptyObjectResponse"
|
|
1758
|
+
"202":
|
|
1759
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1557
1760
|
4XX:
|
|
1558
1761
|
$ref: "#/components/responses/RcError"
|
|
1559
1762
|
5XX:
|
|
@@ -1571,6 +1774,7 @@ paths:
|
|
|
1571
1774
|
- $ref: "#/components/parameters/GlobalFilterParam"
|
|
1572
1775
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
1573
1776
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
1777
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1574
1778
|
requestBody:
|
|
1575
1779
|
content:
|
|
1576
1780
|
application/json:
|
|
@@ -1579,6 +1783,8 @@ paths:
|
|
|
1579
1783
|
responses:
|
|
1580
1784
|
"200":
|
|
1581
1785
|
$ref: "#/components/responses/EmptyObjectResponse"
|
|
1786
|
+
"202":
|
|
1787
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1582
1788
|
4XX:
|
|
1583
1789
|
$ref: "#/components/responses/RcError"
|
|
1584
1790
|
5XX:
|
|
@@ -1594,6 +1800,7 @@ paths:
|
|
|
1594
1800
|
- $ref: "#/components/parameters/Operations_MkdirPostRemoteParam"
|
|
1595
1801
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
1596
1802
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
1803
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1597
1804
|
requestBody:
|
|
1598
1805
|
content:
|
|
1599
1806
|
application/json:
|
|
@@ -1602,6 +1809,8 @@ paths:
|
|
|
1602
1809
|
responses:
|
|
1603
1810
|
"200":
|
|
1604
1811
|
$ref: "#/components/responses/EmptyObjectResponse"
|
|
1812
|
+
"202":
|
|
1813
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1605
1814
|
4XX:
|
|
1606
1815
|
$ref: "#/components/responses/RcError"
|
|
1607
1816
|
5XX:
|
|
@@ -1617,6 +1826,7 @@ paths:
|
|
|
1617
1826
|
- $ref: "#/components/parameters/Operations_RmdirPostRemoteParam"
|
|
1618
1827
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
1619
1828
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
1829
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1620
1830
|
requestBody:
|
|
1621
1831
|
content:
|
|
1622
1832
|
application/json:
|
|
@@ -1625,6 +1835,8 @@ paths:
|
|
|
1625
1835
|
responses:
|
|
1626
1836
|
"200":
|
|
1627
1837
|
$ref: "#/components/responses/EmptyObjectResponse"
|
|
1838
|
+
"202":
|
|
1839
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1628
1840
|
4XX:
|
|
1629
1841
|
$ref: "#/components/responses/RcError"
|
|
1630
1842
|
5XX:
|
|
@@ -1651,6 +1863,7 @@ paths:
|
|
|
1651
1863
|
- $ref: "#/components/parameters/Operations_CheckPostErrorParam"
|
|
1652
1864
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
1653
1865
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
1866
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1654
1867
|
requestBody:
|
|
1655
1868
|
content:
|
|
1656
1869
|
application/json:
|
|
@@ -1659,6 +1872,8 @@ paths:
|
|
|
1659
1872
|
responses:
|
|
1660
1873
|
"200":
|
|
1661
1874
|
$ref: "#/components/responses/OperationsCheckResponse"
|
|
1875
|
+
"202":
|
|
1876
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1662
1877
|
4XX:
|
|
1663
1878
|
$ref: "#/components/responses/RcError"
|
|
1664
1879
|
5XX:
|
|
@@ -1677,6 +1892,7 @@ paths:
|
|
|
1677
1892
|
- $ref: "#/components/parameters/GlobalFilterParam"
|
|
1678
1893
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
1679
1894
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
1895
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1680
1896
|
requestBody:
|
|
1681
1897
|
content:
|
|
1682
1898
|
application/json:
|
|
@@ -1684,7 +1900,9 @@ paths:
|
|
|
1684
1900
|
$ref: "#/components/schemas/SyncSyncRequest"
|
|
1685
1901
|
responses:
|
|
1686
1902
|
"200":
|
|
1687
|
-
$ref: "#/components/responses/
|
|
1903
|
+
$ref: "#/components/responses/EmptyObjectResponse"
|
|
1904
|
+
"202":
|
|
1905
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1688
1906
|
4XX:
|
|
1689
1907
|
$ref: "#/components/responses/RcError"
|
|
1690
1908
|
5XX:
|
|
@@ -1703,6 +1921,7 @@ paths:
|
|
|
1703
1921
|
- $ref: "#/components/parameters/GlobalFilterParam"
|
|
1704
1922
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
1705
1923
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
1924
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1706
1925
|
requestBody:
|
|
1707
1926
|
content:
|
|
1708
1927
|
application/json:
|
|
@@ -1710,7 +1929,9 @@ paths:
|
|
|
1710
1929
|
$ref: "#/components/schemas/SyncCopyRequest"
|
|
1711
1930
|
responses:
|
|
1712
1931
|
"200":
|
|
1713
|
-
$ref: "#/components/responses/
|
|
1932
|
+
$ref: "#/components/responses/EmptyObjectResponse"
|
|
1933
|
+
"202":
|
|
1934
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1714
1935
|
4XX:
|
|
1715
1936
|
$ref: "#/components/responses/RcError"
|
|
1716
1937
|
5XX:
|
|
@@ -1730,6 +1951,7 @@ paths:
|
|
|
1730
1951
|
- $ref: "#/components/parameters/GlobalFilterParam"
|
|
1731
1952
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
1732
1953
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
1954
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1733
1955
|
requestBody:
|
|
1734
1956
|
content:
|
|
1735
1957
|
application/json:
|
|
@@ -1737,7 +1959,9 @@ paths:
|
|
|
1737
1959
|
$ref: "#/components/schemas/SyncMoveRequest"
|
|
1738
1960
|
responses:
|
|
1739
1961
|
"200":
|
|
1740
|
-
$ref: "#/components/responses/
|
|
1962
|
+
$ref: "#/components/responses/EmptyObjectResponse"
|
|
1963
|
+
"202":
|
|
1964
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1741
1965
|
4XX:
|
|
1742
1966
|
$ref: "#/components/responses/RcError"
|
|
1743
1967
|
5XX:
|
|
@@ -1771,6 +1995,7 @@ paths:
|
|
|
1771
1995
|
- $ref: "#/components/parameters/GlobalFilterParam"
|
|
1772
1996
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
1773
1997
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
1998
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1774
1999
|
requestBody:
|
|
1775
2000
|
content:
|
|
1776
2001
|
application/json:
|
|
@@ -1778,7 +2003,9 @@ paths:
|
|
|
1778
2003
|
$ref: "#/components/schemas/SyncBisyncRequest"
|
|
1779
2004
|
responses:
|
|
1780
2005
|
"200":
|
|
1781
|
-
$ref: "#/components/responses/
|
|
2006
|
+
$ref: "#/components/responses/EmptyObjectResponse"
|
|
2007
|
+
"202":
|
|
2008
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1782
2009
|
4XX:
|
|
1783
2010
|
$ref: "#/components/responses/RcError"
|
|
1784
2011
|
5XX:
|
|
@@ -1792,6 +2019,7 @@ paths:
|
|
|
1792
2019
|
parameters:
|
|
1793
2020
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
1794
2021
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
2022
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1795
2023
|
requestBody:
|
|
1796
2024
|
content:
|
|
1797
2025
|
application/json:
|
|
@@ -1800,6 +2028,8 @@ paths:
|
|
|
1800
2028
|
responses:
|
|
1801
2029
|
"200":
|
|
1802
2030
|
$ref: "#/components/responses/OptionsBlocksResponse"
|
|
2031
|
+
"202":
|
|
2032
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1803
2033
|
4XX:
|
|
1804
2034
|
$ref: "#/components/responses/RcError"
|
|
1805
2035
|
5XX:
|
|
@@ -1814,6 +2044,7 @@ paths:
|
|
|
1814
2044
|
- $ref: "#/components/parameters/Options_GetPostBlocksParam"
|
|
1815
2045
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
1816
2046
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
2047
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1817
2048
|
requestBody:
|
|
1818
2049
|
content:
|
|
1819
2050
|
application/json:
|
|
@@ -1822,6 +2053,8 @@ paths:
|
|
|
1822
2053
|
responses:
|
|
1823
2054
|
"200":
|
|
1824
2055
|
$ref: "#/components/responses/OptionsGetResponse"
|
|
2056
|
+
"202":
|
|
2057
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1825
2058
|
4XX:
|
|
1826
2059
|
$ref: "#/components/responses/RcError"
|
|
1827
2060
|
5XX:
|
|
@@ -1836,6 +2069,7 @@ paths:
|
|
|
1836
2069
|
- $ref: "#/components/parameters/Options_InfoPostBlocksParam"
|
|
1837
2070
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
1838
2071
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
2072
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1839
2073
|
requestBody:
|
|
1840
2074
|
content:
|
|
1841
2075
|
application/json:
|
|
@@ -1844,6 +2078,8 @@ paths:
|
|
|
1844
2078
|
responses:
|
|
1845
2079
|
"200":
|
|
1846
2080
|
$ref: "#/components/responses/OptionsInfoResponse"
|
|
2081
|
+
"202":
|
|
2082
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1847
2083
|
4XX:
|
|
1848
2084
|
$ref: "#/components/responses/RcError"
|
|
1849
2085
|
5XX:
|
|
@@ -1874,6 +2110,7 @@ paths:
|
|
|
1874
2110
|
- $ref: "#/components/parameters/Options_SetPostWebdavParam"
|
|
1875
2111
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
1876
2112
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
2113
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1877
2114
|
requestBody:
|
|
1878
2115
|
content:
|
|
1879
2116
|
application/json:
|
|
@@ -1882,6 +2119,8 @@ paths:
|
|
|
1882
2119
|
responses:
|
|
1883
2120
|
"200":
|
|
1884
2121
|
$ref: "#/components/responses/EmptyObjectResponse"
|
|
2122
|
+
"202":
|
|
2123
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1885
2124
|
4XX:
|
|
1886
2125
|
$ref: "#/components/responses/RcError"
|
|
1887
2126
|
5XX:
|
|
@@ -1895,6 +2134,7 @@ paths:
|
|
|
1895
2134
|
parameters:
|
|
1896
2135
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
1897
2136
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
2137
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1898
2138
|
requestBody:
|
|
1899
2139
|
content:
|
|
1900
2140
|
application/json:
|
|
@@ -1903,6 +2143,8 @@ paths:
|
|
|
1903
2143
|
responses:
|
|
1904
2144
|
"200":
|
|
1905
2145
|
$ref: "#/components/responses/OptionsLocalResponse"
|
|
2146
|
+
"202":
|
|
2147
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1906
2148
|
4XX:
|
|
1907
2149
|
$ref: "#/components/responses/RcError"
|
|
1908
2150
|
5XX:
|
|
@@ -1916,6 +2158,7 @@ paths:
|
|
|
1916
2158
|
parameters:
|
|
1917
2159
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
1918
2160
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
2161
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1919
2162
|
requestBody:
|
|
1920
2163
|
content:
|
|
1921
2164
|
application/json:
|
|
@@ -1924,6 +2167,8 @@ paths:
|
|
|
1924
2167
|
responses:
|
|
1925
2168
|
"200":
|
|
1926
2169
|
$ref: "#/components/responses/ServeListResponse"
|
|
2170
|
+
"202":
|
|
2171
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1927
2172
|
4XX:
|
|
1928
2173
|
$ref: "#/components/responses/RcError"
|
|
1929
2174
|
5XX:
|
|
@@ -1943,6 +2188,7 @@ paths:
|
|
|
1943
2188
|
- $ref: "#/components/parameters/GlobalFilterParam"
|
|
1944
2189
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
1945
2190
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
2191
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1946
2192
|
requestBody:
|
|
1947
2193
|
content:
|
|
1948
2194
|
application/json:
|
|
@@ -1951,6 +2197,8 @@ paths:
|
|
|
1951
2197
|
responses:
|
|
1952
2198
|
"200":
|
|
1953
2199
|
$ref: "#/components/responses/ServeStartResponse"
|
|
2200
|
+
"202":
|
|
2201
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1954
2202
|
4XX:
|
|
1955
2203
|
$ref: "#/components/responses/RcError"
|
|
1956
2204
|
5XX:
|
|
@@ -1965,6 +2213,7 @@ paths:
|
|
|
1965
2213
|
- $ref: "#/components/parameters/Serve_StopPostIdParam"
|
|
1966
2214
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
1967
2215
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
2216
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1968
2217
|
requestBody:
|
|
1969
2218
|
content:
|
|
1970
2219
|
application/json:
|
|
@@ -1973,6 +2222,8 @@ paths:
|
|
|
1973
2222
|
responses:
|
|
1974
2223
|
"200":
|
|
1975
2224
|
$ref: "#/components/responses/EmptyObjectResponse"
|
|
2225
|
+
"202":
|
|
2226
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1976
2227
|
4XX:
|
|
1977
2228
|
$ref: "#/components/responses/RcError"
|
|
1978
2229
|
5XX:
|
|
@@ -1986,6 +2237,7 @@ paths:
|
|
|
1986
2237
|
parameters:
|
|
1987
2238
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
1988
2239
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
2240
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
1989
2241
|
requestBody:
|
|
1990
2242
|
content:
|
|
1991
2243
|
application/json:
|
|
@@ -1994,6 +2246,8 @@ paths:
|
|
|
1994
2246
|
responses:
|
|
1995
2247
|
"200":
|
|
1996
2248
|
$ref: "#/components/responses/EmptyObjectResponse"
|
|
2249
|
+
"202":
|
|
2250
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
1997
2251
|
4XX:
|
|
1998
2252
|
$ref: "#/components/responses/RcError"
|
|
1999
2253
|
5XX:
|
|
@@ -2007,6 +2261,7 @@ paths:
|
|
|
2007
2261
|
parameters:
|
|
2008
2262
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
2009
2263
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
2264
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
2010
2265
|
requestBody:
|
|
2011
2266
|
content:
|
|
2012
2267
|
application/json:
|
|
@@ -2015,6 +2270,8 @@ paths:
|
|
|
2015
2270
|
responses:
|
|
2016
2271
|
"200":
|
|
2017
2272
|
$ref: "#/components/responses/ServeTypesResponse"
|
|
2273
|
+
"202":
|
|
2274
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
2018
2275
|
4XX:
|
|
2019
2276
|
$ref: "#/components/responses/RcError"
|
|
2020
2277
|
5XX:
|
|
@@ -2030,6 +2287,7 @@ paths:
|
|
|
2030
2287
|
- $ref: "#/components/parameters/Vfs_ForgetPostAdditionalParam"
|
|
2031
2288
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
2032
2289
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
2290
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
2033
2291
|
requestBody:
|
|
2034
2292
|
content:
|
|
2035
2293
|
application/json:
|
|
@@ -2038,6 +2296,8 @@ paths:
|
|
|
2038
2296
|
responses:
|
|
2039
2297
|
"200":
|
|
2040
2298
|
$ref: "#/components/responses/VfsForgetResponse"
|
|
2299
|
+
"202":
|
|
2300
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
2041
2301
|
4XX:
|
|
2042
2302
|
$ref: "#/components/responses/RcError"
|
|
2043
2303
|
5XX:
|
|
@@ -2052,6 +2312,7 @@ paths:
|
|
|
2052
2312
|
- $ref: "#/components/parameters/Vfs_ListPostFsParam"
|
|
2053
2313
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
2054
2314
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
2315
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
2055
2316
|
requestBody:
|
|
2056
2317
|
content:
|
|
2057
2318
|
application/json:
|
|
@@ -2060,6 +2321,8 @@ paths:
|
|
|
2060
2321
|
responses:
|
|
2061
2322
|
"200":
|
|
2062
2323
|
$ref: "#/components/responses/VfsListResponse"
|
|
2324
|
+
"202":
|
|
2325
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
2063
2326
|
4XX:
|
|
2064
2327
|
$ref: "#/components/responses/RcError"
|
|
2065
2328
|
5XX:
|
|
@@ -2076,6 +2339,7 @@ paths:
|
|
|
2076
2339
|
- $ref: "#/components/parameters/Vfs_PollIntervalPostTimeoutParam"
|
|
2077
2340
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
2078
2341
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
2342
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
2079
2343
|
requestBody:
|
|
2080
2344
|
content:
|
|
2081
2345
|
application/json:
|
|
@@ -2084,6 +2348,8 @@ paths:
|
|
|
2084
2348
|
responses:
|
|
2085
2349
|
"200":
|
|
2086
2350
|
$ref: "#/components/responses/VfsPollIntervalResponse"
|
|
2351
|
+
"202":
|
|
2352
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
2087
2353
|
4XX:
|
|
2088
2354
|
$ref: "#/components/responses/RcError"
|
|
2089
2355
|
5XX:
|
|
@@ -2098,6 +2364,7 @@ paths:
|
|
|
2098
2364
|
- $ref: "#/components/parameters/Vfs_QueuePostFsParam"
|
|
2099
2365
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
2100
2366
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
2367
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
2101
2368
|
requestBody:
|
|
2102
2369
|
content:
|
|
2103
2370
|
application/json:
|
|
@@ -2106,6 +2373,8 @@ paths:
|
|
|
2106
2373
|
responses:
|
|
2107
2374
|
"200":
|
|
2108
2375
|
$ref: "#/components/responses/VfsQueueResponse"
|
|
2376
|
+
"202":
|
|
2377
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
2109
2378
|
4XX:
|
|
2110
2379
|
$ref: "#/components/responses/RcError"
|
|
2111
2380
|
5XX:
|
|
@@ -2123,6 +2392,7 @@ paths:
|
|
|
2123
2392
|
- $ref: "#/components/parameters/Vfs_QueueSetExpiryPostRelativeParam"
|
|
2124
2393
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
2125
2394
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
2395
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
2126
2396
|
requestBody:
|
|
2127
2397
|
content:
|
|
2128
2398
|
application/json:
|
|
@@ -2131,6 +2401,8 @@ paths:
|
|
|
2131
2401
|
responses:
|
|
2132
2402
|
"200":
|
|
2133
2403
|
$ref: "#/components/responses/EmptyObjectResponse"
|
|
2404
|
+
"202":
|
|
2405
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
2134
2406
|
4XX:
|
|
2135
2407
|
$ref: "#/components/responses/RcError"
|
|
2136
2408
|
5XX:
|
|
@@ -2147,6 +2419,7 @@ paths:
|
|
|
2147
2419
|
- $ref: "#/components/parameters/Vfs_RefreshPostAdditionalParam"
|
|
2148
2420
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
2149
2421
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
2422
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
2150
2423
|
requestBody:
|
|
2151
2424
|
content:
|
|
2152
2425
|
application/json:
|
|
@@ -2155,6 +2428,8 @@ paths:
|
|
|
2155
2428
|
responses:
|
|
2156
2429
|
"200":
|
|
2157
2430
|
$ref: "#/components/responses/VfsRefreshResponse"
|
|
2431
|
+
"202":
|
|
2432
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
2158
2433
|
4XX:
|
|
2159
2434
|
$ref: "#/components/responses/RcError"
|
|
2160
2435
|
5XX:
|
|
@@ -2169,6 +2444,7 @@ paths:
|
|
|
2169
2444
|
- $ref: "#/components/parameters/Vfs_StatsPostFsParam"
|
|
2170
2445
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
2171
2446
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
2447
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
2172
2448
|
requestBody:
|
|
2173
2449
|
content:
|
|
2174
2450
|
application/json:
|
|
@@ -2177,6 +2453,8 @@ paths:
|
|
|
2177
2453
|
responses:
|
|
2178
2454
|
"200":
|
|
2179
2455
|
$ref: "#/components/responses/VfsStatsResponse"
|
|
2456
|
+
"202":
|
|
2457
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
2180
2458
|
4XX:
|
|
2181
2459
|
$ref: "#/components/responses/RcError"
|
|
2182
2460
|
5XX:
|
|
@@ -2191,6 +2469,7 @@ paths:
|
|
|
2191
2469
|
- $ref: "#/components/parameters/Pluginsctl_AddPluginPostUrlParam"
|
|
2192
2470
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
2193
2471
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
2472
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
2194
2473
|
requestBody:
|
|
2195
2474
|
content:
|
|
2196
2475
|
application/json:
|
|
@@ -2199,6 +2478,8 @@ paths:
|
|
|
2199
2478
|
responses:
|
|
2200
2479
|
"200":
|
|
2201
2480
|
$ref: "#/components/responses/EmptyObjectResponse"
|
|
2481
|
+
"202":
|
|
2482
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
2202
2483
|
4XX:
|
|
2203
2484
|
$ref: "#/components/responses/RcError"
|
|
2204
2485
|
5XX:
|
|
@@ -2214,6 +2495,7 @@ paths:
|
|
|
2214
2495
|
- $ref: "#/components/parameters/Pluginsctl_GetPluginsForTypePostPluginTypeParam"
|
|
2215
2496
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
2216
2497
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
2498
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
2217
2499
|
requestBody:
|
|
2218
2500
|
content:
|
|
2219
2501
|
application/json:
|
|
@@ -2222,6 +2504,8 @@ paths:
|
|
|
2222
2504
|
responses:
|
|
2223
2505
|
"200":
|
|
2224
2506
|
$ref: "#/components/responses/PluginsctlGetPluginsForTypeResponse"
|
|
2507
|
+
"202":
|
|
2508
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
2225
2509
|
4XX:
|
|
2226
2510
|
$ref: "#/components/responses/RcError"
|
|
2227
2511
|
5XX:
|
|
@@ -2235,6 +2519,7 @@ paths:
|
|
|
2235
2519
|
parameters:
|
|
2236
2520
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
2237
2521
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
2522
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
2238
2523
|
requestBody:
|
|
2239
2524
|
content:
|
|
2240
2525
|
application/json:
|
|
@@ -2243,6 +2528,8 @@ paths:
|
|
|
2243
2528
|
responses:
|
|
2244
2529
|
"200":
|
|
2245
2530
|
$ref: "#/components/responses/PluginsctlListPluginsResponse"
|
|
2531
|
+
"202":
|
|
2532
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
2246
2533
|
4XX:
|
|
2247
2534
|
$ref: "#/components/responses/RcError"
|
|
2248
2535
|
5XX:
|
|
@@ -2256,6 +2543,7 @@ paths:
|
|
|
2256
2543
|
parameters:
|
|
2257
2544
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
2258
2545
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
2546
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
2259
2547
|
requestBody:
|
|
2260
2548
|
content:
|
|
2261
2549
|
application/json:
|
|
@@ -2264,6 +2552,8 @@ paths:
|
|
|
2264
2552
|
responses:
|
|
2265
2553
|
"200":
|
|
2266
2554
|
$ref: "#/components/responses/PluginsctlListTestPluginsResponse"
|
|
2555
|
+
"202":
|
|
2556
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
2267
2557
|
4XX:
|
|
2268
2558
|
$ref: "#/components/responses/RcError"
|
|
2269
2559
|
5XX:
|
|
@@ -2278,6 +2568,7 @@ paths:
|
|
|
2278
2568
|
- $ref: "#/components/parameters/Pluginsctl_RemovePluginPostNameParam"
|
|
2279
2569
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
2280
2570
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
2571
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
2281
2572
|
requestBody:
|
|
2282
2573
|
content:
|
|
2283
2574
|
application/json:
|
|
@@ -2286,6 +2577,8 @@ paths:
|
|
|
2286
2577
|
responses:
|
|
2287
2578
|
"200":
|
|
2288
2579
|
$ref: "#/components/responses/EmptyResponse"
|
|
2580
|
+
"202":
|
|
2581
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
2289
2582
|
4XX:
|
|
2290
2583
|
$ref: "#/components/responses/RcError"
|
|
2291
2584
|
5XX:
|
|
@@ -2300,6 +2593,7 @@ paths:
|
|
|
2300
2593
|
- $ref: "#/components/parameters/Pluginsctl_RemoveTestPluginPostNameParam"
|
|
2301
2594
|
- $ref: "#/components/parameters/GlobalGroupParam"
|
|
2302
2595
|
- $ref: "#/components/parameters/GlobalAsyncParam"
|
|
2596
|
+
- $ref: "#/components/parameters/PreferAsyncHeader"
|
|
2303
2597
|
requestBody:
|
|
2304
2598
|
content:
|
|
2305
2599
|
application/json:
|
|
@@ -2308,6 +2602,8 @@ paths:
|
|
|
2308
2602
|
responses:
|
|
2309
2603
|
"200":
|
|
2310
2604
|
$ref: "#/components/responses/EmptyResponse"
|
|
2605
|
+
"202":
|
|
2606
|
+
$ref: "#/components/responses/AsyncJobResponse"
|
|
2311
2607
|
4XX:
|
|
2312
2608
|
$ref: "#/components/responses/RcError"
|
|
2313
2609
|
5XX:
|
|
@@ -2321,6 +2617,14 @@ components:
|
|
|
2321
2617
|
description: Run the command asynchronously. Returns a job id immediately.
|
|
2322
2618
|
schema:
|
|
2323
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
|
|
2324
2628
|
GlobalConfigParam:
|
|
2325
2629
|
name: _config
|
|
2326
2630
|
in: query
|
|
@@ -3320,7 +3624,7 @@ components:
|
|
|
3320
3624
|
description: Overrides for the `dlna` option block.
|
|
3321
3625
|
style: deepObject
|
|
3322
3626
|
explode: true
|
|
3323
|
-
schema:
|
|
3627
|
+
schema:
|
|
3324
3628
|
type: object
|
|
3325
3629
|
additionalProperties: true
|
|
3326
3630
|
Options_SetPostFilterParam:
|
|
@@ -3329,98 +3633,126 @@ components:
|
|
|
3329
3633
|
description: Overrides for the `filter` option block.
|
|
3330
3634
|
style: deepObject
|
|
3331
3635
|
explode: true
|
|
3332
|
-
schema:
|
|
3636
|
+
schema:
|
|
3637
|
+
type: object
|
|
3638
|
+
additionalProperties: true
|
|
3333
3639
|
Options_SetPostFtpParam:
|
|
3334
3640
|
name: ftp
|
|
3335
3641
|
in: query
|
|
3336
3642
|
description: Overrides for the `ftp` option block.
|
|
3337
3643
|
style: deepObject
|
|
3338
3644
|
explode: true
|
|
3339
|
-
schema:
|
|
3645
|
+
schema:
|
|
3646
|
+
type: object
|
|
3647
|
+
additionalProperties: true
|
|
3340
3648
|
Options_SetPostMainParam:
|
|
3341
3649
|
name: main
|
|
3342
3650
|
in: query
|
|
3343
3651
|
description: Overrides for the `main` option block.
|
|
3344
3652
|
style: deepObject
|
|
3345
3653
|
explode: true
|
|
3346
|
-
schema:
|
|
3654
|
+
schema:
|
|
3655
|
+
type: object
|
|
3656
|
+
additionalProperties: true
|
|
3347
3657
|
Options_SetPostHttpParam:
|
|
3348
3658
|
name: http
|
|
3349
3659
|
in: query
|
|
3350
3660
|
description: Overrides for the `http` option block.
|
|
3351
3661
|
style: deepObject
|
|
3352
3662
|
explode: true
|
|
3353
|
-
schema:
|
|
3663
|
+
schema:
|
|
3664
|
+
type: object
|
|
3665
|
+
additionalProperties: true
|
|
3354
3666
|
Options_SetPostLogParam:
|
|
3355
3667
|
name: log
|
|
3356
3668
|
in: query
|
|
3357
3669
|
description: Overrides for the `log` option block.
|
|
3358
3670
|
style: deepObject
|
|
3359
3671
|
explode: true
|
|
3360
|
-
schema:
|
|
3672
|
+
schema:
|
|
3673
|
+
type: object
|
|
3674
|
+
additionalProperties: true
|
|
3361
3675
|
Options_SetPostMountParam:
|
|
3362
3676
|
name: mount
|
|
3363
3677
|
in: query
|
|
3364
3678
|
description: Overrides for the `mount` option block.
|
|
3365
3679
|
style: deepObject
|
|
3366
3680
|
explode: true
|
|
3367
|
-
schema:
|
|
3681
|
+
schema:
|
|
3682
|
+
type: object
|
|
3683
|
+
additionalProperties: true
|
|
3368
3684
|
Options_SetPostNfsParam:
|
|
3369
3685
|
name: nfs
|
|
3370
3686
|
in: query
|
|
3371
3687
|
description: Overrides for the `nfs` option block.
|
|
3372
3688
|
style: deepObject
|
|
3373
3689
|
explode: true
|
|
3374
|
-
schema:
|
|
3690
|
+
schema:
|
|
3691
|
+
type: object
|
|
3692
|
+
additionalProperties: true
|
|
3375
3693
|
Options_SetPostProxyParam:
|
|
3376
3694
|
name: proxy
|
|
3377
3695
|
in: query
|
|
3378
3696
|
description: Overrides for the `proxy` option block.
|
|
3379
3697
|
style: deepObject
|
|
3380
3698
|
explode: true
|
|
3381
|
-
schema:
|
|
3699
|
+
schema:
|
|
3700
|
+
type: object
|
|
3701
|
+
additionalProperties: true
|
|
3382
3702
|
Options_SetPostRcParam:
|
|
3383
3703
|
name: rc
|
|
3384
3704
|
in: query
|
|
3385
3705
|
description: Overrides for the `rc` option block.
|
|
3386
3706
|
style: deepObject
|
|
3387
3707
|
explode: true
|
|
3388
|
-
schema:
|
|
3708
|
+
schema:
|
|
3709
|
+
type: object
|
|
3710
|
+
additionalProperties: true
|
|
3389
3711
|
Options_SetPostResticParam:
|
|
3390
3712
|
name: restic
|
|
3391
3713
|
in: query
|
|
3392
3714
|
description: Overrides for the `restic` option block.
|
|
3393
3715
|
style: deepObject
|
|
3394
3716
|
explode: true
|
|
3395
|
-
schema:
|
|
3717
|
+
schema:
|
|
3718
|
+
type: object
|
|
3719
|
+
additionalProperties: true
|
|
3396
3720
|
Options_SetPostS3Param:
|
|
3397
3721
|
name: s3
|
|
3398
3722
|
in: query
|
|
3399
3723
|
description: Overrides for the `s3` option block.
|
|
3400
3724
|
style: deepObject
|
|
3401
3725
|
explode: true
|
|
3402
|
-
schema:
|
|
3726
|
+
schema:
|
|
3727
|
+
type: object
|
|
3728
|
+
additionalProperties: true
|
|
3403
3729
|
Options_SetPostSftpParam:
|
|
3404
3730
|
name: sftp
|
|
3405
3731
|
in: query
|
|
3406
3732
|
description: Overrides for the `sftp` option block.
|
|
3407
3733
|
style: deepObject
|
|
3408
3734
|
explode: true
|
|
3409
|
-
schema:
|
|
3735
|
+
schema:
|
|
3736
|
+
type: object
|
|
3737
|
+
additionalProperties: true
|
|
3410
3738
|
Options_SetPostVfsParam:
|
|
3411
3739
|
name: vfs
|
|
3412
3740
|
in: query
|
|
3413
3741
|
description: Overrides for the `vfs` option block.
|
|
3414
3742
|
style: deepObject
|
|
3415
3743
|
explode: true
|
|
3416
|
-
schema:
|
|
3744
|
+
schema:
|
|
3745
|
+
type: object
|
|
3746
|
+
additionalProperties: true
|
|
3417
3747
|
Options_SetPostWebdavParam:
|
|
3418
3748
|
name: webdav
|
|
3419
3749
|
in: query
|
|
3420
3750
|
description: Overrides for the `webdav` option block.
|
|
3421
3751
|
style: deepObject
|
|
3422
3752
|
explode: true
|
|
3423
|
-
schema:
|
|
3753
|
+
schema:
|
|
3754
|
+
type: object
|
|
3755
|
+
additionalProperties: true
|
|
3424
3756
|
Serve_StartPostTypeParam:
|
|
3425
3757
|
name: type
|
|
3426
3758
|
in: query
|
|
@@ -3607,6 +3939,12 @@ components:
|
|
|
3607
3939
|
description: Request succeeded with no response body.
|
|
3608
3940
|
EmptyObjectResponse:
|
|
3609
3941
|
description: Request succeeded returning an empty JSON object.
|
|
3942
|
+
content:
|
|
3943
|
+
application/json:
|
|
3944
|
+
schema:
|
|
3945
|
+
type: object
|
|
3946
|
+
AsyncJobResponse:
|
|
3947
|
+
description: Request accepted for async processing. Poll /job/status with the returned jobid.
|
|
3610
3948
|
content:
|
|
3611
3949
|
application/json:
|
|
3612
3950
|
schema:
|
|
@@ -3614,8 +3952,9 @@ components:
|
|
|
3614
3952
|
properties:
|
|
3615
3953
|
jobid:
|
|
3616
3954
|
type: integer
|
|
3617
|
-
description: Job
|
|
3618
|
-
|
|
3955
|
+
description: Job identifier. Pass to /job/status to track progress.
|
|
3956
|
+
required:
|
|
3957
|
+
- jobid
|
|
3619
3958
|
ServeTypesResponse:
|
|
3620
3959
|
description: Supported rclone serve protocols.
|
|
3621
3960
|
content:
|
|
@@ -3629,24 +3968,13 @@ components:
|
|
|
3629
3968
|
type: string
|
|
3630
3969
|
required:
|
|
3631
3970
|
- types
|
|
3632
|
-
SyncJobResponse:
|
|
3633
|
-
description: Response for sync operations, containing job ID if async.
|
|
3634
|
-
content:
|
|
3635
|
-
application/json:
|
|
3636
|
-
schema:
|
|
3637
|
-
type: object
|
|
3638
|
-
properties:
|
|
3639
|
-
jobid:
|
|
3640
|
-
type: integer
|
|
3641
|
-
description: Job ID of the operation.
|
|
3642
3971
|
RcNoopResponse:
|
|
3643
3972
|
description: Echoes any supplied parameters, useful for testing RC connectivity.
|
|
3644
3973
|
content:
|
|
3645
3974
|
application/json:
|
|
3646
3975
|
schema:
|
|
3647
3976
|
type: object
|
|
3648
|
-
additionalProperties:
|
|
3649
|
-
nullable: true
|
|
3977
|
+
additionalProperties: {}
|
|
3650
3978
|
OperationsFsinfoResponse:
|
|
3651
3979
|
description: Capabilities, supported hashes, and metadata for the specified remote.
|
|
3652
3980
|
content:
|
|
@@ -3663,8 +3991,9 @@ components:
|
|
|
3663
3991
|
items:
|
|
3664
3992
|
type: string
|
|
3665
3993
|
MetadataInfo:
|
|
3666
|
-
type:
|
|
3667
|
-
|
|
3994
|
+
type:
|
|
3995
|
+
- object
|
|
3996
|
+
- "null"
|
|
3668
3997
|
additionalProperties: true
|
|
3669
3998
|
Name:
|
|
3670
3999
|
type: string
|
|
@@ -3772,11 +4101,13 @@ components:
|
|
|
3772
4101
|
error:
|
|
3773
4102
|
type: boolean
|
|
3774
4103
|
result:
|
|
3775
|
-
type:
|
|
3776
|
-
|
|
4104
|
+
type:
|
|
4105
|
+
- string
|
|
4106
|
+
- "null"
|
|
3777
4107
|
returnType:
|
|
3778
|
-
type:
|
|
3779
|
-
|
|
4108
|
+
type:
|
|
4109
|
+
- string
|
|
4110
|
+
- "null"
|
|
3780
4111
|
required:
|
|
3781
4112
|
- error
|
|
3782
4113
|
CoreDisksResponse:
|
|
@@ -4000,7 +4331,6 @@ components:
|
|
|
4000
4331
|
type: object
|
|
4001
4332
|
properties:
|
|
4002
4333
|
result:
|
|
4003
|
-
nullable: true
|
|
4004
4334
|
description: Backend command result payload
|
|
4005
4335
|
additionalProperties: true
|
|
4006
4336
|
ConfigDumpResponse:
|
|
@@ -4145,8 +4475,9 @@ components:
|
|
|
4145
4475
|
errors:
|
|
4146
4476
|
type: number
|
|
4147
4477
|
eta:
|
|
4148
|
-
type:
|
|
4149
|
-
|
|
4478
|
+
type:
|
|
4479
|
+
- number
|
|
4480
|
+
- "null"
|
|
4150
4481
|
fatalError:
|
|
4151
4482
|
type: boolean
|
|
4152
4483
|
lastError:
|
|
@@ -4267,10 +4598,8 @@ components:
|
|
|
4267
4598
|
description: True if the job completed successfully.
|
|
4268
4599
|
output:
|
|
4269
4600
|
description: Synchronous-style output payload when available.
|
|
4270
|
-
nullable: true
|
|
4271
4601
|
progress:
|
|
4272
4602
|
description: Progress measurements supplied by the underlying command.
|
|
4273
|
-
nullable: true
|
|
4274
4603
|
required:
|
|
4275
4604
|
- finished
|
|
4276
4605
|
- duration
|
|
@@ -4411,8 +4740,7 @@ components:
|
|
|
4411
4740
|
description: Encrypted path when using crypt remotes.
|
|
4412
4741
|
Metadata:
|
|
4413
4742
|
type: object
|
|
4414
|
-
additionalProperties:
|
|
4415
|
-
nullable: true
|
|
4743
|
+
additionalProperties: {}
|
|
4416
4744
|
description: Backend-provided metadata map.
|
|
4417
4745
|
required:
|
|
4418
4746
|
- list
|
|
@@ -4424,8 +4752,9 @@ components:
|
|
|
4424
4752
|
type: object
|
|
4425
4753
|
properties:
|
|
4426
4754
|
item:
|
|
4427
|
-
type:
|
|
4428
|
-
|
|
4755
|
+
type:
|
|
4756
|
+
- object
|
|
4757
|
+
- "null"
|
|
4429
4758
|
properties:
|
|
4430
4759
|
Path:
|
|
4431
4760
|
type: string
|
|
@@ -4470,8 +4799,7 @@ components:
|
|
|
4470
4799
|
description: Encrypted path when using crypt remotes.
|
|
4471
4800
|
Metadata:
|
|
4472
4801
|
type: object
|
|
4473
|
-
additionalProperties:
|
|
4474
|
-
nullable: true
|
|
4802
|
+
additionalProperties: {}
|
|
4475
4803
|
description: Backend-provided metadata map.
|
|
4476
4804
|
required:
|
|
4477
4805
|
- Path
|
|
@@ -4587,25 +4915,70 @@ components:
|
|
|
4587
4915
|
- vfs
|
|
4588
4916
|
- webdav
|
|
4589
4917
|
properties:
|
|
4590
|
-
dlna:
|
|
4918
|
+
dlna:
|
|
4591
4919
|
type: array
|
|
4592
4920
|
items:
|
|
4593
4921
|
$ref: "#/components/schemas/OptionsInfoOption"
|
|
4594
|
-
filter:
|
|
4595
|
-
|
|
4596
|
-
|
|
4597
|
-
|
|
4598
|
-
|
|
4599
|
-
|
|
4600
|
-
|
|
4601
|
-
|
|
4602
|
-
|
|
4603
|
-
|
|
4604
|
-
|
|
4605
|
-
|
|
4606
|
-
|
|
4607
|
-
|
|
4608
|
-
|
|
4922
|
+
filter:
|
|
4923
|
+
type: array
|
|
4924
|
+
items:
|
|
4925
|
+
$ref: "#/components/schemas/OptionsInfoOption"
|
|
4926
|
+
ftp:
|
|
4927
|
+
type: array
|
|
4928
|
+
items:
|
|
4929
|
+
$ref: "#/components/schemas/OptionsInfoOption"
|
|
4930
|
+
http:
|
|
4931
|
+
type: array
|
|
4932
|
+
items:
|
|
4933
|
+
$ref: "#/components/schemas/OptionsInfoOption"
|
|
4934
|
+
log:
|
|
4935
|
+
type: array
|
|
4936
|
+
items:
|
|
4937
|
+
$ref: "#/components/schemas/OptionsInfoOption"
|
|
4938
|
+
main:
|
|
4939
|
+
type: array
|
|
4940
|
+
items:
|
|
4941
|
+
$ref: "#/components/schemas/OptionsInfoOption"
|
|
4942
|
+
mount:
|
|
4943
|
+
type: array
|
|
4944
|
+
items:
|
|
4945
|
+
$ref: "#/components/schemas/OptionsInfoOption"
|
|
4946
|
+
nfs:
|
|
4947
|
+
type: array
|
|
4948
|
+
items:
|
|
4949
|
+
$ref: "#/components/schemas/OptionsInfoOption"
|
|
4950
|
+
proxy:
|
|
4951
|
+
type: array
|
|
4952
|
+
items:
|
|
4953
|
+
$ref: "#/components/schemas/OptionsInfoOption"
|
|
4954
|
+
rc:
|
|
4955
|
+
type: array
|
|
4956
|
+
items:
|
|
4957
|
+
$ref: "#/components/schemas/OptionsInfoOption"
|
|
4958
|
+
restic:
|
|
4959
|
+
type: array
|
|
4960
|
+
items:
|
|
4961
|
+
$ref: "#/components/schemas/OptionsInfoOption"
|
|
4962
|
+
s3:
|
|
4963
|
+
type: array
|
|
4964
|
+
items:
|
|
4965
|
+
$ref: "#/components/schemas/OptionsInfoOption"
|
|
4966
|
+
sftp:
|
|
4967
|
+
type: array
|
|
4968
|
+
items:
|
|
4969
|
+
$ref: "#/components/schemas/OptionsInfoOption"
|
|
4970
|
+
vfs:
|
|
4971
|
+
type: array
|
|
4972
|
+
items:
|
|
4973
|
+
$ref: "#/components/schemas/OptionsInfoOption"
|
|
4974
|
+
webdav:
|
|
4975
|
+
type: array
|
|
4976
|
+
items:
|
|
4977
|
+
$ref: "#/components/schemas/OptionsInfoOption"
|
|
4978
|
+
additionalProperties:
|
|
4979
|
+
type: array
|
|
4980
|
+
items:
|
|
4981
|
+
$ref: "#/components/schemas/OptionsInfoOption"
|
|
4609
4982
|
OptionsLocalResponse:
|
|
4610
4983
|
description: Effective option values for the current request, separated into config and filter sections.
|
|
4611
4984
|
content:
|
|
@@ -4665,17 +5038,17 @@ components:
|
|
|
4665
5038
|
DeleteMode:
|
|
4666
5039
|
type: number
|
|
4667
5040
|
DisableFeatures:
|
|
4668
|
-
type:
|
|
4669
|
-
|
|
4670
|
-
|
|
5041
|
+
type:
|
|
5042
|
+
- string
|
|
5043
|
+
- "null"
|
|
4671
5044
|
DisableHTTP2:
|
|
4672
5045
|
type: boolean
|
|
4673
5046
|
DisableHTTPKeepAlives:
|
|
4674
5047
|
type: boolean
|
|
4675
5048
|
DownloadHeaders:
|
|
4676
|
-
type:
|
|
4677
|
-
|
|
4678
|
-
|
|
5049
|
+
type:
|
|
5050
|
+
- string
|
|
5051
|
+
- "null"
|
|
4679
5052
|
DryRun:
|
|
4680
5053
|
type: boolean
|
|
4681
5054
|
Dump:
|
|
@@ -4691,9 +5064,9 @@ components:
|
|
|
4691
5064
|
FsCacheExpireInterval:
|
|
4692
5065
|
type: number
|
|
4693
5066
|
Headers:
|
|
4694
|
-
type:
|
|
4695
|
-
|
|
4696
|
-
|
|
5067
|
+
type:
|
|
5068
|
+
- string
|
|
5069
|
+
- "null"
|
|
4697
5070
|
HumanReadable:
|
|
4698
5071
|
type: boolean
|
|
4699
5072
|
IgnoreCaseSync:
|
|
@@ -4743,13 +5116,13 @@ components:
|
|
|
4743
5116
|
Metadata:
|
|
4744
5117
|
type: boolean
|
|
4745
5118
|
MetadataMapper:
|
|
4746
|
-
type:
|
|
4747
|
-
|
|
4748
|
-
|
|
5119
|
+
type:
|
|
5120
|
+
- string
|
|
5121
|
+
- "null"
|
|
4749
5122
|
MetadataSet:
|
|
4750
|
-
type:
|
|
4751
|
-
|
|
4752
|
-
|
|
5123
|
+
type:
|
|
5124
|
+
- string
|
|
5125
|
+
- "null"
|
|
4753
5126
|
ModifyWindow:
|
|
4754
5127
|
type: number
|
|
4755
5128
|
MultiThreadChunkSize:
|
|
@@ -4781,9 +5154,9 @@ components:
|
|
|
4781
5154
|
PartialSuffix:
|
|
4782
5155
|
type: string
|
|
4783
5156
|
PasswordCommand:
|
|
4784
|
-
type:
|
|
4785
|
-
|
|
4786
|
-
|
|
5157
|
+
type:
|
|
5158
|
+
- string
|
|
5159
|
+
- "null"
|
|
4787
5160
|
Progress:
|
|
4788
5161
|
type: boolean
|
|
4789
5162
|
ProgressTerminalTitle:
|
|
@@ -4833,9 +5206,9 @@ components:
|
|
|
4833
5206
|
UpdateOlder:
|
|
4834
5207
|
type: boolean
|
|
4835
5208
|
UploadHeaders:
|
|
4836
|
-
type:
|
|
4837
|
-
|
|
4838
|
-
|
|
5209
|
+
type:
|
|
5210
|
+
- string
|
|
5211
|
+
- "null"
|
|
4839
5212
|
UseJSONLog:
|
|
4840
5213
|
type: boolean
|
|
4841
5214
|
UseListR:
|
|
@@ -5195,8 +5568,9 @@ components:
|
|
|
5195
5568
|
type: integer
|
|
5196
5569
|
description: Number of active references to the VFS.
|
|
5197
5570
|
diskCache:
|
|
5198
|
-
type:
|
|
5199
|
-
|
|
5571
|
+
type:
|
|
5572
|
+
- object
|
|
5573
|
+
- "null"
|
|
5200
5574
|
additionalProperties: true
|
|
5201
5575
|
description: Disk cache metrics when caching is enabled.
|
|
5202
5576
|
metadataCache:
|
|
@@ -5309,22 +5683,24 @@ components:
|
|
|
5309
5683
|
path:
|
|
5310
5684
|
type: string
|
|
5311
5685
|
input:
|
|
5312
|
-
type:
|
|
5313
|
-
|
|
5314
|
-
|
|
5315
|
-
|
|
5686
|
+
type:
|
|
5687
|
+
- object
|
|
5688
|
+
- "null"
|
|
5689
|
+
additionalProperties: {}
|
|
5316
5690
|
description: Original request parameters echoed for debugging.
|
|
5317
5691
|
ConfigProvider:
|
|
5318
5692
|
type: object
|
|
5319
5693
|
properties:
|
|
5320
5694
|
Aliases:
|
|
5321
|
-
type:
|
|
5322
|
-
|
|
5695
|
+
type:
|
|
5696
|
+
- array
|
|
5697
|
+
- "null"
|
|
5323
5698
|
items:
|
|
5324
5699
|
type: string
|
|
5325
5700
|
CommandHelp:
|
|
5326
|
-
type:
|
|
5327
|
-
|
|
5701
|
+
type:
|
|
5702
|
+
- array
|
|
5703
|
+
- "null"
|
|
5328
5704
|
items:
|
|
5329
5705
|
$ref: "#/components/schemas/ConfigProviderCommandHelp"
|
|
5330
5706
|
Description:
|
|
@@ -5357,8 +5733,9 @@ components:
|
|
|
5357
5733
|
Name:
|
|
5358
5734
|
type: string
|
|
5359
5735
|
Opts:
|
|
5360
|
-
type:
|
|
5361
|
-
|
|
5736
|
+
type:
|
|
5737
|
+
- object
|
|
5738
|
+
- "null"
|
|
5362
5739
|
additionalProperties: true
|
|
5363
5740
|
Short:
|
|
5364
5741
|
type: string
|
|
@@ -5369,8 +5746,9 @@ components:
|
|
|
5369
5746
|
Help:
|
|
5370
5747
|
type: string
|
|
5371
5748
|
System:
|
|
5372
|
-
type:
|
|
5373
|
-
|
|
5749
|
+
type:
|
|
5750
|
+
- object
|
|
5751
|
+
- "null"
|
|
5374
5752
|
additionalProperties:
|
|
5375
5753
|
$ref: "#/components/schemas/ConfigProviderMetadataSystemEntry"
|
|
5376
5754
|
additionalProperties: true
|
|
@@ -5426,10 +5804,10 @@ components:
|
|
|
5426
5804
|
- Valid
|
|
5427
5805
|
additionalProperties: false
|
|
5428
5806
|
Value:
|
|
5429
|
-
nullable: true
|
|
5430
5807
|
anyOf:
|
|
5431
5808
|
- type: boolean
|
|
5432
5809
|
- type: number
|
|
5810
|
+
- type: "null"
|
|
5433
5811
|
Hide:
|
|
5434
5812
|
type: integer
|
|
5435
5813
|
Required:
|
|
@@ -5581,8 +5959,9 @@ components:
|
|
|
5581
5959
|
type: number
|
|
5582
5960
|
description: Bytes transferred so far for this object.
|
|
5583
5961
|
eta:
|
|
5584
|
-
type:
|
|
5585
|
-
|
|
5962
|
+
type:
|
|
5963
|
+
- number
|
|
5964
|
+
- "null"
|
|
5586
5965
|
description: Estimated seconds remaining, when available.
|
|
5587
5966
|
group:
|
|
5588
5967
|
type: string
|