VsanUpgradeSystemUpgradeHistoryItem

VsanUpgradeSystemUpgradeHistoryItem
VsanUpgradeSystemUpgradeHistoryItem

Captures one "log entry" of an upgrade process.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "timestamp": "string",
    "host": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "message": "string",
    "task": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    }
}
string As date-time As date-time
timestamp
Required

Time stamp when the history is record.

host
Optional

The host a history item pertains to.

May be unset when item related to no particular host.

string
message
Required

Description of the history item.

task
Optional

A task associated with the history item.

May be unset if no task is associated.