Import
Import a vCenter as a VI domain
Show optional properties
{
"vcenterAddress": "string",
"vcenterSsoUsername": "[email protected]",
"vcenterSsoPassword": "string",
"vcenterRootSshPassword": "string",
"nsxtSpec": {
"nsxtManagers": [
{}
],
"vipFqdn": "string"
}
}
{
"domainName": "string",
"vcenterAddress": "string",
"vcenterSslThumbprint": "string",
"vcenterSsoUsername": "[email protected]",
"vcenterSsoPassword": "string",
"vcenterRootSshPassword": "string",
"backupPassword": "string",
"trustAll": false,
"autoProceed": false,
"suppressWarnings": false,
"localAdminPassword": "string",
"nsxtSpec": {
"nsxtManagers": [
{
"hostname": "string"
}
],
"nsxtManagerSize": "medium",
"vipFqdn": "string",
"rootNsxtManagerPassword": "string",
"nsxtAdminPassword": "string",
"nsxtAuditPassword": "string",
"transportVlanId": 1000,
"ipAddressPoolSpec": {
"name": "string",
"description": "string",
"ignoreUnavailableNsxtCluster": false,
"subnets": [
{
"ipAddressPoolRanges": [
{
"start": "string",
"end": "string"
}
],
"cidr": "string",
"gateway": "string"
}
]
},
"skipNsxOverlayOverManagementNetwork": false,
"enableEdgeClusterSync": true,
"useExistingDeployment": true,
"version": "9.0.0.0",
"sslThumbprint": "3D:D0:EE:B5:A0:CC:45:08:5C:4F:84:51:CD:00:B6:41:BB:4A:A2:9A:77:1C:A6:4C:6D:84:5A:D0:4F:68:7A:B8"
}
}
Name for a domain to import. If not passed, it will be auto-generated with the following format: 'domain-
vCenter FQDN
vCenter SSL thumbprint
vCenter SSO username
vCenter SSO password
vCenter SSH root password
SDDC Manager backup user password
Deprecated. When provided, presented certificates and SSH keys will be automatically trusted.
When provided, proceed with NSX deployment without confirmation
When provided, import operation will continue even if warnings occur
SDDC Manager local admin password
Spec contains parameters for NSX deployment and configurations
Accepted
"BrownfieldTask Object"
ID of the task
BI operation type
Status of the task
Timestamp corresponding to the time when the operation was initiated
Timestamp corresponding to the time when the operation was finished
error
validationResult
Bad Request
"Error Object"
The minor error code
The error type
The arguments used to localize the message, Can be used by scripts to automate the error processing.
The error context (e.g. the component where it occurred).
The localized error message
The localized remediation error message
The underlying cause exceptions.
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
The localized label message
The URL string for remediation documentation link
Internal Server Error
"Error Object"
The minor error code
The error type
The arguments used to localize the message, Can be used by scripts to automate the error processing.
The error context (e.g. the component where it occurred).
The localized error message
The localized remediation error message
The underlying cause exceptions.
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
The localized label message
The URL string for remediation documentation link
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"nsxtSpec:"object","vcenterAddress:"string","vcenterRootSshPassword:"string","vcenterSsoPassword:"string","vcenterSsoUsername:"string"}' https://{api_host}/v1/sddcs/imports