DeploymentUpgradeGetResponseBody
This is a response body class for an operation.
Properties
value
Optional
UpgradeSpec parameters being used to configure appliance upgrade.
JSON Example
{
"value": {
"auto_answer": false,
"history": {
"data_set": "EVENTS_TASKS",
"defer_import": false
},
"psc": {
"ceip_enabled": false
},
"source_appliance": {
"hostname": "string",
"https_port": 0,
"root_password": "string",
"ssh_thumbprint": "string",
"ssh_verify": false,
"ssl_thumbprint": "string",
"ssl_verify": false,
"sso_admin_password": "string",
"sso_admin_username": "string"
},
"source_location": {
"hostname": "string",
"https_port": 0,
"password": "string",
"ssl_thumbprint": "string",
"ssl_verify": false,
"username": "string"
},
"vcsa_embedded": {
"ceip_enabled": false
}
}
}