Master Target Server Response
data class MasterTargetServerResponse(val agentExpiryDate: String? = null, val agentVersion: String? = null, val agentVersionDetails: VersionDetailsResponse? = null, val dataStores: List<DataStoreResponse>? = null, val diskCount: Int? = null, val healthErrors: List<HealthErrorResponse>? = null, val id: String? = null, val ipAddress: String? = null, val lastHeartbeat: String? = null, val marsAgentExpiryDate: String? = null, val marsAgentVersion: String? = null, val marsAgentVersionDetails: VersionDetailsResponse? = null, val name: String? = null, val osType: String? = null, val osVersion: String? = null, val retentionVolumes: List<RetentionVolumeResponse>? = null, val validationErrors: List<HealthErrorResponse>? = null, val versionStatus: String? = null)
Details of a Master Target Server.
Constructors
Link copied to clipboard
constructor(agentExpiryDate: String? = null, agentVersion: String? = null, agentVersionDetails: VersionDetailsResponse? = null, dataStores: List<DataStoreResponse>? = null, diskCount: Int? = null, healthErrors: List<HealthErrorResponse>? = null, id: String? = null, ipAddress: String? = null, lastHeartbeat: String? = null, marsAgentExpiryDate: String? = null, marsAgentVersion: String? = null, marsAgentVersionDetails: VersionDetailsResponse? = null, name: String? = null, osType: String? = null, osVersion: String? = null, retentionVolumes: List<RetentionVolumeResponse>? = null, validationErrors: List<HealthErrorResponse>? = null, versionStatus: String? = null)
Properties
Link copied to clipboard
Agent expiry date.
Link copied to clipboard
The version of the scout component on the server.
Link copied to clipboard
Agent version details.
Link copied to clipboard
The list of data stores in the fabric.
Link copied to clipboard
Health errors.
Link copied to clipboard
The last heartbeat received from the server.
Link copied to clipboard
MARS agent expiry date.
Link copied to clipboard
MARS agent version.
Link copied to clipboard
Mars agent version details.
Link copied to clipboard
The retention volumes of Master target Server.
Link copied to clipboard
Validation errors.
Link copied to clipboard
Version status.