AgentUpgrade interface

The info w.r.t Agent Upgrade.

Properties

correlationId

The correlation ID associated with an agent upgrade operation.

desiredVersion

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

enableAutomaticUpgrade

Specifies if the machine's agent should be upgraded

lastAttemptDesiredVersion

Specifies the version of the last attempt

lastAttemptMessage

Failure message of last upgrade attempt if any.

lastAttemptStatus

Specifies the status of Agent Upgrade.

lastAttemptTimestamp

Timestamp of last upgrade attempt

Property Details

correlationId

The correlation ID associated with an agent upgrade operation.

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 the machine's agent should be upgraded

enableAutomaticUpgrade?: boolean

Property Value

boolean

lastAttemptDesiredVersion

Specifies the version of the last attempt

lastAttemptDesiredVersion?: string

Property Value

string

lastAttemptMessage

Failure message of last upgrade attempt if any.

lastAttemptMessage?: string

Property Value

string

lastAttemptStatus

Specifies the status of Agent Upgrade.

lastAttemptStatus?: string

Property Value

string

lastAttemptTimestamp

Timestamp of last upgrade attempt

lastAttemptTimestamp?: Date

Property Value

Date