Get Usage Reports

Get Usage Reports
Request
URI
GET
https://{api_host}/dt-rest/v100/reporting/manager/usagereports
COPY
Responses
200

successful operation

[
    {
        "orgId": 0,
        "maxSessionCapacity": 0,
        "orgName": "string",
        "billingMonth": "string",
        "maxVms": 0,
        "maxVmsVgpu": 0,
        "maxVmsRdsh": 0,
        "maxConsumedSc": 0,
        "id": "string",
        "links": [
            {
                "href": "string",
                "rel": "string",
                "deprecated": false,
                "name": "string",
                "method": "string"
            }
        ]
    }
]

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/dt-rest/v100/reporting/manager/usagereports