Retrieves vsphere env
GET/v1/clouds/vsphere/env
Retrieves vsphere env
Request
- application/json
 
Body
required
Request payload for VSphere cloud account
insecureboolean
Insecure is a flag that controls whether or not to validate the vSphere server's certificate.
passwordstringrequired
usernamestringrequired
vcenterServerstringrequired
VcenterServer is the address of the vSphere endpoint
Responses
- 200
 
(empty)
- application/json
 
- Schema
 - Example (from schema)
 
Schema
versionstring
Version of vsphere environment
{
  "version": "string"
}
Loading...