MarsAgentDetailsResponse

data class MarsAgentDetailsResponse(val biosId: String, val fabricObjectId: String, val fqdn: String, val health: String, val healthErrors: List<HealthErrorResponse>, val id: String, val lastHeartbeatUtc: String, val name: String, val version: String)

Mars agent details.

Constructors

Link copied to clipboard
constructor(biosId: String, fabricObjectId: String, fqdn: String, health: String, healthErrors: List<HealthErrorResponse>, id: String, lastHeartbeatUtc: String, name: String, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Mars agent Bios Id.

Link copied to clipboard

The fabric object Id.

Link copied to clipboard

The Mars agent Fqdn.

Link copied to clipboard

The health of the Mars agent.

Link copied to clipboard

The health errors.

Link copied to clipboard
val id: String

The Mars agent Id.

Link copied to clipboard

The last heartbeat received from the Mars agent.

Link copied to clipboard

The Mars agent name.

Link copied to clipboard

The version.