Skip to main content
Version: latest

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

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

Created successfully

Response Headers

  • AuditUid

    string

    Audit uid for the request

Schema

    uidstringrequired
Loading...