---
title: "Get a basic info in the device"
method: GET
path: "/status/device"
---

# Get a basic info in the device

`GET /status/device`

Get a basic info (linux command "uptime, hostnamectl") in the device or system.

## Response `200`

Device unique informations

- DeviceInfoEntry
  - `hostName` string — Device host name
  - `machineID` string — Device machine ID
  - `bootID` string — Boot ID in the linux
  - `OS` string — Operation System of the device
  - `kernel` string — Kernel version of the device
  - `architecture` string — CPU architecture of the device
  - `uptime` string — system uptime

## Other responses

- `401` — Invalid authentication credentials
- `500` — Internal service error
- `503` — Maintenance mode

---

[API](https://skmtc.net/loxilb-io/apis/loxilb-rest-api.md) · [All operations](https://skmtc.net/loxilb-io/apis/loxilb-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loxilb-io/loxilb-rest-api/versions/45e9f0a95af0/schema)
