Start Install Deprecated
DescriptionStart the appliance installation.
Request
URLURL
Header Parameters
Header Parameters
Required session ID, acquired from Create Session API under CIS product
vmware-api-session-id example
"b00db39f948d13ea1e59b4d6fce56389"
Request Body
This is a request body class for an operation.
{
"spec": {
"vcsa_embedded": {
"ceip_enabled": false
}
}
}
InstallSpec parameters to configure the appliance install.
Authentication
Errors
Errors
com.vmware.vapi.std.errors.invalid_argument : if passed arguments are invalid. | com.vmware.vapi.std.errors.not_allowed_in_current_state : if the appliance is not in INITIALIZED state.
com.vmware.vapi.std.errors.unauthenticated : if the caller is not authenticated. if the partner PSC credentials are not valid when configuring PSC to replicate with partner PSC. if external PSC credentials are not valid when configuring a VCSA_EXTERNAL appliance.
‘Default’ means this response is used for all HTTP codes that are not covered individually for this operation.
Code Samples
cURL Command
Vendor Extensions
x-vmw-doc-new-method: post
x-vmw-doc-new-path: /api/vcenter/deployment/install?action=start
x-vmw-doc-operation: start