Get Vcenters
Get all vcenters.
Request
URI
GET
https://{api_host}/api/v2/vcenters
COPY
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