Reconfigure Deployment Type Deprecated
DescriptionReconfigure the type of the vCenter appliance.
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": {
"type": "VCSA_EMBEDDED"
}
}
Authentication
Errors
Errors
com.vmware.vapi.std.errors.unsupported : if the appliance is in CONFIGURED state and if not changing the type from VCSA_EMBEDDED to VCSA_EXTERNAL. | 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 or CONFIGURED state.
com.vmware.vapi.std.errors.unauthenticated : if the caller is not authenticated. if external PSC credentials are not valid.
‘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: put
x-vmw-doc-new-path: /api/vcenter/system-config/deployment-type
x-vmw-doc-operation: reconfigure