Start Install
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
InstallSpec parameters to configure the appliance install.
{
"vcsa_embedded": {
"ceip_enabled": false
}
}
Spec used to configure an embedded vCenter Server. This field describes how the embedded vCenter Server appliance should be configured.
Use the default option for any questions that may come up during appliance configuration. If unset, will default to false.
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
PowerCLI Client SDK Example
PowerCLI Client SDK All Parameters Example
cURL Command
Vendor Extensions
x-vmw-doc-deprecated-method: post
x-vmw-doc-deprecated-path: /rest/vcenter/deployment/install?action=start
x-vmw-doc-operation: start