Files
start-os/setup-wizard/docs.txt
Drew Ansbacher 77495cb674 spec updates
2022-01-21 20:35:52 -07:00

46 lines
880 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-logicalname? : string,
recovery-password? : string
Response
"tor-address": string