Get Datastore

Get Datastore

Use this endpoint to get datastores
Authorized Roles : PROVIDER

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

Morid of cluster

string
envId
Required

UUID of the registered environment


Authentication
This operation uses the following authentication methods.
Responses
200

OK

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

value


400

Bad Request

Operation doesn't return any data structure