File tree Expand file tree Collapse file tree 1 file changed +7
-14
lines changed Expand file tree Collapse file tree 1 file changed +7
-14
lines changed Original file line number Diff line number Diff line change 4
4
description : RESTful public-facing API.
5
5
The API is accessible through HTTP calls on specific URLs carrying JSON modeled data.
6
6
The transport medium is a Unix Domain Socket.
7
- version : 0.10.1
7
+ version : 0.12.0
8
8
termsOfService : " "
9
9
contact :
10
10
@@ -257,10 +257,8 @@ paths:
257
257
schema :
258
258
type : object
259
259
responses :
260
- 201 :
261
- description : MMDS data store created
262
260
204 :
263
- description : MMDS data store updated.
261
+ description : MMDS data store created/ updated.
264
262
400 :
265
263
description : MMDS data store cannot be created due to bad input.
266
264
schema :
@@ -359,14 +357,6 @@ definitions:
359
357
- C3
360
358
- T2
361
359
362
- DeviceState :
363
- type : string
364
- description :
365
- The valid states for a Device. So far, a device can only be in the Attached mode.
366
- Future valid values will be Detaching and Detached.
367
- enum :
368
- - Attached
369
-
370
360
Drive :
371
361
type : object
372
362
required :
@@ -452,6 +442,11 @@ definitions:
452
442
show_log_origin :
453
443
type : boolean
454
444
description : Whether or not to include the file path and line number of the log's origin.
445
+ options :
446
+ type : array
447
+ items :
448
+ type : string
449
+ description : Additional logging options. Only "LogDirtyPages" is supported.
455
450
456
451
MachineConfiguration :
457
452
type : object
@@ -497,8 +492,6 @@ definitions:
497
492
$ref : " #/definitions/RateLimiter"
498
493
tx_rate_limiter :
499
494
$ref : " #/definitions/RateLimiter"
500
- state :
501
- $ref : " #/definitions/DeviceState"
502
495
503
496
PartialDrive :
504
497
type : object
You can’t perform that action at this time.
0 commit comments