Get Cluster

Get Cluster

Use this endpoint to get clusters
Authorized Roles : PROVIDER

Request
URI
GET
https://{api_host}/provider/vcenter/{id}/datacenters/{datacenterMorId}/clusters
COPY
Path Parameters
string
id
Required

vCenter Id

string
datacenterMorId
Required

Morid of the Datacenter


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns ClustersDTO of type(s) application/vnd.vmware.dms-v1+json
{
    "value": [
        {
            "drs_enabled": false,
            "cluster": "string",
            "name": "string",
            "ha_enabled": false
        }
    ]
}
value
Optional

value


400

Bad Request

Operation doesn't return any data structure