Get Cluster

Get Cluster

Use this endpoint to get clusters
Authorized Roles : PROVIDER

Request
URI
GET
https://{api_host}/provider/registered-environments/{envId}/onboarding/vc/{datacenter}/clusters
COPY
Path Parameters
string
datacenter
Required

Morid of the Datacenter

string
envId
Required

UUID of the registered environment


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
        }
    ]
}
array of object
value
Optional

value


400

Bad Request

Operation doesn't return any data structure

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/provider/registered-environments/{envId}/onboarding/vc/{datacenter}/clusters