Get Vcenters

Get Vcenters

Get all vcenters.

Request
URI
GET
https://{api_host}/vcenters
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

vcenters

Returns Array of vcenter of type(s) application/json
[
    {
        "hostname": "string",
        "insecure": false,
        "is_management": false,
        "name": "string",
        "password": "string",
        "username": "string"
    }
]

401
Operation doesn't return any data structure

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/vcenters