Fetch Datastores

Fetch Datastores

Fetch latest available datastores from a onboarded cluster
Authorized Roles : PROVIDER or ORG_ADMIN

Request
URI
GET
https://{api_host}/provider/environments/{id}/datastores
COPY
Path Parameters
string
id
Required

ID of the Environment


Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    {
        "datastoreName": "string",
        "morId": "string"
    }
]

400

Bad Request

Operation doesn't return any data structure