Skip to main content
Version: latest

Check if Vsphere account is valid

POST 

/v1/clouds/vsphere/account/validate

Returns no contents if account is valid else error.

Request

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

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

Ok response without content

Response Headers

  • AuditUid

    string

    Audit uid for the request

Loading...