Deployment_Upgrade_Check_RequestBody

Deployment_Upgrade_Check_RequestBody
Deployment_Upgrade_Check_RequestBody

This is a request body class for an operation.

JSON Example
{
    "spec": {
        "source_appliance": {
            "hostname": "string",
            "https_port": 0,
            "ssl_thumbprint": "string",
            "ssl_verify": false,
            "sso_admin_username": "string",
            "sso_admin_password": "string",
            "root_password": "string",
            "ssh_verify": false,
            "ssh_thumbprint": "string"
        },
        "source_location": {
            "hostname": "string",
            "https_port": 0,
            "ssl_thumbprint": "string",
            "ssl_verify": false,
            "username": "string",
            "password": "string"
        },
        "history": {
            "data_set": "string",
            "defer_import": false
        },
        "vcsa_embedded": {
            "ceip_enabled": false
        },
        "psc": {
            "ceip_enabled": false
        },
        "auto_answer": false,
        "replicated_partner_hostname": "string",
        "export_directory": "string"
    }
}
spec
Required

UpgradeSpec parameters to run sanity check on.