AgentDetailsResponse

data class AgentDetailsResponse(val agentId: String, val biosId: String, val disks: List<AgentDiskDetailsResponse>, val fqdn: String, val machineId: String)

Agent details.

Constructors

Link copied to clipboard
constructor(agentId: String, biosId: String, disks: List<AgentDiskDetailsResponse>, fqdn: String, machineId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Id of the agent running on the server.

Link copied to clipboard

The machine BIOS Id.

Link copied to clipboard
Link copied to clipboard

The machine FQDN.

Link copied to clipboard

The Id of the machine to which the agent is registered.