DeploymentUpgradeStartRequestBody
This is a request body class for an operation.
Properties
spec
Required
UpgradeSpec parameters to configure the appliance upgrade.
JSON Example
{
"spec": {
"source_appliance": {
"hostname": "string",
"root_password": "string",
"sso_admin_password": "string",
"sso_admin_username": "string"
},
"source_location": {
"hostname": "string",
"password": "string",
"username": "string"
}
}
}