Validate VC
Use this endpoint to validate vCenter
Authorized Roles : PROVIDER
Request
URI
POST
https://{api_host}/provider/vcenter/validate
COPY
Request Body
VCValidateRequestDTO
of type(s)
application/json
Required
{
"hostFQDN": "string",
"username": "string",
"password": "string",
"thumbprint": "string",
"tenantRecovery": false
}
string
hostFQDN
Required
hostFQDN
string
username
Required
username
string
password
Required
password
string
thumbprint
Optional
thumbprint
boolean
tenantRecovery
Optional
tenantRecovery
Responses
200
OK
Operation doesn't return any data structure
400
Bad Request
Operation doesn't return any data structure
Provider VCenter Service To Enable Simple Install Operations
GET
Check If Vm Exists By Name
GET
Get Cluster
GET
Get Datacenters
GET
Get Datastore
GET
Get Hosts By VC And Cluster ID
GET
Get Network
GET
Get Resource Pools
GET
Get VM Folder
POST
Validate VC