Validate SDDC Spec
DescriptionSDDC specification incorporates all the client inputs regarding VMW component parameters constituting the SDDC: NTP, DNS spec, ESXi, VC, VSAN, NSX spec et al.
Request
URLURL
Query Parameters
Query Parameters
Validation name Deprecated: ESXI_VERSION_VALIDATION
Possible values are: JSON_SPEC_VALIDATION , SECURE_PLATFORM_AUDIT , LICENSE_KEY_VALIDATION , TIME_SYNC_VALIDATION , NETWORK_IP_POOLS_VALIDATION , NETWORK_CONFIG_VALIDATION , NETWORK_CONNECTIVITY_VALIDATION , ESXI_HOST_READINESS_VALIDATION , PASSWORDS_VALIDATION , HOST_IP_DNS_VALIDATION , CLOUDBUILDER_READY_VALIDATION , VSAN_AVAILABILITY_VALIDATION , NSXT_NETWORKS_VALIDATION , MANAGEMENT_NETWORKS_VALIDATION
redo
Request Body
{
"sddcId": "sfo01-m01",
"taskName": "workflowconfig/workflowspec-ems.json"
}
Name of the task to execute
Client string that identifies an SDDC by name or instance name. Used for management domain name. Can contain only letters, numbers and the following symbols: ‘-’.
List of NTP servers
Enable VCF Customer Experience Improvement Program
A String identifying the network pool associated with the management domain
Enable Federal Information Processing Standards
Components to be excluded
License for the ESXi hosts
Flag indicating whether cleanup vSAN should be ran
Skip ESXi thumbprint validation
Skip networks gateway connectivity validation
The version of the distributed virtual switches to be used
Passphrase for the vCenter / NSX certificates
Response
200 OK Response Body>Response Body
200 OK
{
"executionStatus": "One among: IN_PROGRESS, FAILED, COMPLETED, SKIPPED, CANCELLED, CANCELLATION_IN_PROGRESS",
"resultStatus": "One among: SUCCEEDED, FAILED, FAILED_WITH_WARNINGS, CANCELLATION_IN_PROGRESS"
}
Description of the validation
Execution status of the validation
ID of the validation
Result status of the validation after it has completed its execution
List of one or more validation checks that are performed as part of the validation
202 Accepted Response Body>
Response Body
202 Accepted
{
"executionStatus": "One among: IN_PROGRESS, FAILED, COMPLETED, SKIPPED, CANCELLED, CANCELLATION_IN_PROGRESS",
"resultStatus": "One among: SUCCEEDED, FAILED, FAILED_WITH_WARNINGS, CANCELLATION_IN_PROGRESS"
}
Description of the validation
Execution status of the validation
ID of the validation
Result status of the validation after it has completed its execution
List of one or more validation checks that are performed as part of the validation
Errors
Forbidden
Not Found
Internal Server Error