Get Desktop Model Quotas

Get Desktop Model Quotas
Request
URI
GET
https://{api_host}/dt-rest/v100/quota/manager/model/quotas
COPY
Responses
200

successful operation

[
    {
        "dataCenterId": "string",
        "organizationId": "string",
        "lastUpdated": "string",
        "vmCount": 0,
        "desktopModelId": "string",
        "desktopManagerId": "string",
        "cpuAvailable": 0,
        "cpuUsed": 0,
        "ramAvailableGB": "number",
        "ramUsedGB": "number",
        "dateCreated": "string",
        "quota": 0,
        "remainingVMCount": 0,
        "id": "string",
        "links": [
            {
                "href": "string",
                "rel": "string",
                "deprecated": false,
                "name": "string",
                "method": "string"
            }
        ]
    }
]