mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
wizard docs
This commit is contained in:
committed by
Drew Ansbacher
parent
21c065372b
commit
2fff57412f
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