mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
wizard docs
This commit is contained in:
committed by
Aiden McClelland
parent
f848697e99
commit
a1914c833f
53
setup-wizard/docs.txt
Normal file
53
setup-wizard/docs.txt
Normal file
@@ -0,0 +1,53 @@
|
||||
verifyProductKey
|
||||
Request
|
||||
key: string
|
||||
|
||||
response
|
||||
"is-recovering" : boolean
|
||||
"tor-address" : string
|
||||
|
||||
getEmbassyDrives
|
||||
Request
|
||||
|
||||
Response
|
||||
{
|
||||
logicalname: string
|
||||
labels: string[]
|
||||
capacity: number
|
||||
used: number
|
||||
}[]
|
||||
|
||||
getRecoveryDrives
|
||||
Request
|
||||
|
||||
Response
|
||||
{
|
||||
logicalname: string
|
||||
version: string
|
||||
name: string
|
||||
}[]
|
||||
|
||||
getDataTransferProgress
|
||||
Request
|
||||
|
||||
Response
|
||||
'bytes-transfered' : number
|
||||
'total-bytes' : number
|
||||
|
||||
verifyRecoveryPassword
|
||||
Request
|
||||
logicalname : string
|
||||
password : string
|
||||
|
||||
Response
|
||||
boolean
|
||||
|
||||
setupEmbassy
|
||||
Request
|
||||
embassyLogicalname : string,
|
||||
embassyPassword : string
|
||||
recoveryLogicalname? : string,
|
||||
recoveryPassword? : string
|
||||
|
||||
Response
|
||||
"tor-address": string
|
||||
Reference in New Issue
Block a user