Validation
Perform checks against a vCenter before importing it as a domain in SDDC Manager
Show optional properties
{
"vcenterAddress": "string",
"vcenterSsoUsername": "[email protected]",
"vcenterSsoPassword": "string"
}
{
"vcenterAddress": "string",
"vcenterSslThumbprint": "string",
"vcenterSsoUsername": "[email protected]",
"vcenterSsoPassword": "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"
}
}
vCenter FQDN
vCenter SSL thumbprint
vCenter SSO username
vCenter SSO 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 '{"vcenterAddress:"string","vcenterSsoPassword:"string","vcenterSsoUsername:"string"}' https://{api_host}/v1/sddcs/imports/validations