Agent Upgrade Response
data class AgentUpgradeResponse(val correlationId: String? = null, val desiredVersion: String? = null, val enableAutomaticUpgrade: Boolean? = null, val lastAttemptDesiredVersion: String, val lastAttemptMessage: String, val lastAttemptStatus: String, val lastAttemptTimestamp: String)
The info w.r.t Agent Upgrade.
Constructors
Properties
Link copied to clipboard
The correlation ID passed in from RSM per upgrade.
Link copied to clipboard
Specifies the version info w.r.t AgentUpgrade for the machine.
Link copied to clipboard
Specifies if RSM should try to upgrade this machine
Link copied to clipboard
Specifies the version of the last attempt
Link copied to clipboard
Failure message of last upgrade attempt if any.
Link copied to clipboard
Specifies the status of Agent Upgrade.
Link copied to clipboard
Timestamp of last upgrade attempt