mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
46 lines
882 B
Plaintext
46 lines
882 B
Plaintext
setup.status
|
|
Request
|
|
key: string
|
|
|
|
response
|
|
"is-recovering" : boolean
|
|
"tor-address" : string
|
|
|
|
setup.disk.list
|
|
Request
|
|
|
|
Response
|
|
{
|
|
logicalname : string,
|
|
vendor : string | null,
|
|
model : string | null,
|
|
partitions : PartitionInfo[],
|
|
capacity : number,
|
|
embassy-os : EmbassyOsDiskInfo | null,
|
|
}[]
|
|
|
|
setup.recovery.status
|
|
Request
|
|
|
|
Response
|
|
'bytes-transfered' : number
|
|
'total-bytes' : number
|
|
|
|
setup.recovery.test-password
|
|
Request
|
|
logicalname : string
|
|
password : string
|
|
|
|
Response
|
|
boolean
|
|
|
|
setup.execute
|
|
Request
|
|
embassy-logicalname : string,
|
|
embassy-password : string
|
|
recovery-drive? : DiskInfo,
|
|
recovery-password? : string
|
|
|
|
Response
|
|
"tor-address": string
|