File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
swagger : " 2.0"
2
2
info :
3
- title : Firecracker MVP API
4
- description : " Firecraker MVP - RESTful public-facing API.
3
+ title : Firecracker v1.0 API
4
+ description : " Firecraker v1.0 - RESTful public-facing API.
5
5
6
6
7
7
The API is accessible through HTTP calls on specific URLs carrying JSON modeled data. The transport medium is a Unix Domain Socket."
8
8
9
- version : 0.1 .0
9
+ version : 1.0 .0
10
10
termsOfService : " "
11
11
contact :
12
12
@@ -962,6 +962,11 @@ definitions:
962
962
- attached
963
963
- detaching
964
964
- detached
965
+ DrivePermissions :
966
+ type : string
967
+ enum :
968
+ - ro
969
+ - rw
965
970
Drive :
966
971
type : object
967
972
required :
@@ -974,6 +979,8 @@ definitions:
974
979
description : host level path for the guest drive
975
980
is_root_device :
976
981
type : boolean
982
+ permissions :
983
+ $ref : " #/definitions/DrivePermissions"
977
984
state :
978
985
$ref : " #/definitions/DeviceState"
979
986
NetworkInterface :
You can’t perform that action at this time.
0 commit comments