/services/{uuid}/info

Get service session information

GET https://api.staller.computer/services/{uuid}/info

curl --location --globoff 'https://api.staller.computer/services/{uuid}/info' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json'
{
  "city": "Krak�w",
  "config": "[Interface]\nAddress = 10.13.13.2\nPrivateKey = qB+",
  "container_id": "766c2ff1cf54eaace6f58a7a082d814c21c5edad700c165b7577c0365554af13",
  "country": "Poland",
  "ip": "182.112.1.10",
  "is_ready": true,
  "qr": "iVBORw0KGgoAAAANSUhE",
  "ssh_direct": {
    "host": "122.112.111.111",
    "port": 26320
  },
  "ssh_proxy": {
    "host": "ssh-eu-1.staller.space",
    "port": 26320
  },
  "ui": "https://0d8ac88d.px-uk-1.staller.space",
  "user_envs": {},
  "uuid": {
    "uuid": "96e33710-ec12-11ed-8588-fa163e49e8aa"
  }
}

Last updated