Skip to main content

Check if Vsphere account is valid

POST 

/v1/clouds/vsphere/account/validate

Returns no contents if account is valid else error.

Request

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...