AgentUpgrade interface

The info w.r.t Agent Upgrade.

Properties

correlationId

The correlation ID passed in from RSM per upgrade.

desiredVersion

Specifies the version info w.r.t AgentUpgrade for the machine.

enableAutomaticUpgrade

Specifies if RSM should try to upgrade this machine

lastAttemptDesiredVersion

Specifies the version of the last attempt NOTE: This property will not be serialized. It can only be populated by the server.

lastAttemptMessage

Failure message of last upgrade attempt if any. NOTE: This property will not be serialized. It can only be populated by the server.

lastAttemptStatus

Specifies the status of Agent Upgrade. NOTE: This property will not be serialized. It can only be populated by the server.

lastAttemptTimestamp

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