DeploymentMigrateStartRequestBody
This is a request body class for an operation.
Properties
spec
Required
MigrateSpec parameters to configure the appliance migration.
JSON Example
{
"spec": {
"existing_migration_assistant": {
"ssl_thumbprint": "string"
},
"source_vc_windows": {
"hostname": "string",
"password": "string",
"username": "string"
}
}
}