Get Cluster 1

Get Cluster 1

Use this endpoint to get clusters
Authorized Roles : PROVIDER

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

MorId of the Datacenter

string
id
Required

ID 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
        }
    ]
}
value
Optional

value


400

Bad Request

Operation doesn't return any data structure