AgentUpgrade interface
The info w.r.t Agent Upgrade.
Properties
correlation |
The correlation ID passed in from RSM per upgrade. |
desired |
Specifies the version info w.r.t AgentUpgrade for the machine. |
enable |
Specifies if RSM should try to upgrade this machine |
last |
Specifies the version of the last attempt NOTE: This property will not be serialized. It can only be populated by the server. |
last |
Failure message of last upgrade attempt if any. NOTE: This property will not be serialized. It can only be populated by the server. |
last |
Specifies the status of Agent Upgrade. NOTE: This property will not be serialized. It can only be populated by the server. |
last |
Timestamp of last upgrade attempt NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
correlationId
The correlation ID passed in from RSM per upgrade.
correlationId?: string
Property Value
string
desiredVersion
Specifies the version info w.r.t AgentUpgrade for the machine.
desiredVersion?: string
Property Value
string
enableAutomaticUpgrade
Specifies if RSM should try to upgrade this machine
enableAutomaticUpgrade?: boolean
Property Value
boolean
lastAttemptDesiredVersion
Specifies the version of the last attempt NOTE: This property will not be serialized. It can only be populated by the server.
lastAttemptDesiredVersion?: string
Property Value
string
lastAttemptMessage
Failure message of last upgrade attempt if any. NOTE: This property will not be serialized. It can only be populated by the server.
lastAttemptMessage?: string
Property Value
string
lastAttemptStatus
Specifies the status of Agent Upgrade. NOTE: This property will not be serialized. It can only be populated by the server.
lastAttemptStatus?: string
Property Value
string
lastAttemptTimestamp
Timestamp of last upgrade attempt NOTE: This property will not be serialized. It can only be populated by the server.
lastAttemptTimestamp?: Date
Property Value
Date