v1
latestOpenAPI 3.0.02026-07-17120114186.8 KBbus
Scan host
Performs a scan of the host to check its settings and availability
post/bus/host/{hostkey}/scan
Path parameters
hostkeystring required
A ed25519 public key
Public key of the host
Request body
Example request
{
"timeout": 30000
}Response
Host scan results
Example response
{
"ping": 30000,
"v2Settings": {
"protocolVersion": [
1,
2,
3
],
"release": "hostd 1.0.0"
}
}