bus

Get host details

Returns detailed information about a specific host

get/bus/host/{hostkey}

Path parameters

hostkeystring required

A ed25519 public key

Public key of the host

Response

Host details

publicKeystring

A ed25519 public key

siamuxAddrstring

The address of the host

v2SiamuxAddressesstring[]

Example response

{
  "siamuxAddr": "foo.bar:1234",
  "v2SiamuxAddresses": [
    "foo.bar:5678"
  ]
}

Changes

Changed in 3 of the 50 revisions of this API.22