Check Migrate Active Directory
Checks whether the provided Active Directory user has permission to join the migrated vCenter Server appliance to the domain.
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
Information to connect to Active Directory.
{
"dns_servers": [
"string"
],
"domain": "string",
"password": "string",
"username": "string"
}
IP addresses of the DNS servers of the Active Directory server.
The domain name of the Active Directory server to which the migrated vCenter Server appliance should be joined.
Active Directory user password that has permission to join the Active Directory after the vCenter Server is migrated to appliance.
Active Directory user that has permission to join the Active Directory after the vCenter Server is migrated to appliance.
Authentication
Response
Response BodyResponse Body
Information about the success or failure of the checks that were performed.
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.
‘Default’ means this response is used for all HTTP codes that are not covered individually for this operation.
Code Samples
PowerCLI Client SDK Example
cURL Command
Vendor Extensions
x-vmw-doc-deprecated-method: post
x-vmw-doc-deprecated-path: /rest/vcenter/deployment/migrate/active-directory?action=check
x-vmw-doc-operation: check