Get Datacenters

Get Datacenters

Use this endpoint to get datacenters
Authorized Roles : PROVIDER

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

UUID of the registered environment


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns DatacentersDTO of type(s) application/vnd.vmware.dms-v1+json
{
    "value": [
        {
            "name": "string",
            "datacenter": "string"
        }
    ]
}
value
Optional

value


400

Bad Request

Operation doesn't return any data structure