Process Server Details Response
data class ProcessServerDetailsResponse(val availableMemoryInBytes: Double, val availableSpaceInBytes: Double, val freeSpacePercentage: Double, val health: String, val healthErrors: List<HealthErrorResponse>, val historicHealth: String, val id: String, val lastHeartbeatUtc: String, val memoryUsagePercentage: Double, val name: String, val processorUsagePercentage: Double, val throughputInBytes: Double, val throughputUploadPendingDataInBytes: Double, val totalMemoryInBytes: Double, val totalSpaceInBytes: Double, val usedMemoryInBytes: Double, val usedSpaceInBytes: Double, val version: String)
Process server details.
Constructors
Link copied to clipboard
constructor(availableMemoryInBytes: Double, availableSpaceInBytes: Double, freeSpacePercentage: Double, health: String, healthErrors: List<HealthErrorResponse>, historicHealth: String, id: String, lastHeartbeatUtc: String, memoryUsagePercentage: Double, name: String, processorUsagePercentage: Double, throughputInBytes: Double, throughputUploadPendingDataInBytes: Double, totalMemoryInBytes: Double, totalSpaceInBytes: Double, usedMemoryInBytes: Double, usedSpaceInBytes: Double, version: String)
Properties
Link copied to clipboard
The available memory.
Link copied to clipboard
The available disk space.
Link copied to clipboard
The free disk space percentage.
Link copied to clipboard
The health errors.
Link copied to clipboard
The historic health of the process server based on the health in last 24 hours.
Link copied to clipboard
The last heartbeat received from the process server.
Link copied to clipboard
The memory usage percentage.
Link copied to clipboard
The processor usage percentage.
Link copied to clipboard
The throughput in bytes.
Link copied to clipboard
The uploading pending data in bytes.
Link copied to clipboard
The total memory.
Link copied to clipboard
The total disk space.
Link copied to clipboard
The used memory.
Link copied to clipboard
The used disk space.