create the vSphere cloudaccount for the private gateway
POST/v1/overlords/vsphere/:uid/account
create the vSphere cloudaccount for the private gateway
Request
Path Parameters
uid stringrequired
Header Parameters
ProjectUid string
Scope the request to the specified project uid
- application/json
Body
account
object
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
namestring
Name for the private gateway & cloud account
shareWithProjectsboolean
Responses
- 201
Created successfully
Response Headers
AuditUid
string
Audit uid for the request
- application/json
- Schema
- Example (from schema)
Schema
uidstringrequired
{
"uid": "string"
}
Loading...