Validation Endpoints - VoV Deployer

Teradata VantageCore on Virtualization (VoV) Deployer Getting Started

Product
VoV Deployer
Release Number
Deployer 5.0
Published
March 2026
ft:locale
en-US
ft:lastEdition
2026-03-31
dita:mapPath
ijo1771527092730.ditamap
dita:ditavalPath
ayr1485454803741.ditaval
dita:id
ijo1771527092730

Validate Connectivity

 POST /api/quickstart/validate/connectivity 
 Content-Type: application/json

  {
     "host": "dns.domain.com", "type": "dns"
  }

Response:

 {
     "success": true,
     "message": "DNS server is reachable"
 }