Get Datastores

Get Datastores
Request
URI
GET
https://{api_host}/dt-rest/v100/infrastructure/hypervisormanager/{id}/datastores
COPY
Path Parameters
string
id
Required

id


Responses
200

successful operation

[
    {
        "capacity": 0,
        "freeSpace": 0,
        "name": "string",
        "id": "string",
        "links": [
            {
                "href": "string",
                "rel": "string",
                "deprecated": false,
                "name": "string",
                "method": "string"
            }
        ]
    }
]