ServerInfo

@Serializable
data class ServerInfo(val model: String, val os: String, val kernel: String = "")(source)

Hardware / OS summary returned by a server's identity probe.

kernel is empty by default because most platforms (macOS, Windows) don't surface a meaningful kernel string separately from os — only the Pi-style Linux servers populate it.

Constructors

Link copied to clipboard
constructor(model: String, os: String, kernel: String = "")

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val os: String