PerformVsanUpgradePreflightCheckExRequestType

PerformVsanUpgradePreflightCheckExRequestType
PerformVsanUpgradePreflightCheckExRequestType
JSON Example
{
    "cluster": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "downgradeFormat": false,
    "spec": {
        "_typeName": "string",
        "dataEfficiencyConfig": {
            "_typeName": "string",
            "dedupEnabled": false,
            "compressionEnabled": false
        },
        "dataEncryptionConfig": {
            "_typeName": "string",
            "encryptionEnabled": false,
            "kmsProviderId": {
                "_typeName": "string",
                "id": "string"
            },
            "kekId": "string",
            "hostKeyId": "string",
            "dekGenerationId": 0,
            "changing": false,
            "eraseDisksBeforeUse": false,
            "wrappedDek": "string",
            "dekId": "string",
            "oldWrappedDek": "string",
            "oldDekId": "string",
            "kekVerifier": "string",
            "dekVerifier": "string",
            "oldDekVerifier": "string",
            "iv": "string",
            "syncing": false
        },
        "skipHostRemediation": false,
        "allowDataMovement": false
    }
}
cluster
Required

The target cluster to be converted.

Required privileges: Host.Config.Storage

boolean
downgradeFormat
Optional

Intend to perform a on-disk format downgrade instead of upgrade. Adds additional checks.

spec
Optional

The specification of advanced disk format configuration. Adds additional checks. The specification cannot be supported in downgrade process, for now we don't have any advanced features supported by lower disk format.