Get Storage Configs

Get Storage Configs
Request
URI
GET
https://{api_host}/dt-rest/v100/infrastructure/vmgr/{vmgrId}/storagesystem/{id}/storageconfigs
COPY
Path Parameters
string
vmgrId
Required

vmgrId

string
id
Required

id


Responses
200

successful operation

[
    {
        "storageSystemId": "string",
        "localMountPoint": "string",
        "remoteMountPoint": "string",
        "ownerId": 0,
        "tenantDesktopManagerIds": [
            "string"
        ],
        "name": "string",
        "id": "string",
        "links": [
            {
                "href": "string",
                "rel": "string",
                "deprecated": false,
                "name": "string",
                "method": "string"
            }
        ]
    }
]