Get Reports

Get Reports
Request
URI
GET
https://ums.cloud.vmware.com/usage/api/v1/reports/{year}/{month}/{agentId}
COPY
Path Parameters
integer
year
Required

year

integer
month
Required

month

string
agentId
Required

agentId


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns Array of Report of type(s) application/json
[
    {
        "checksum": "string",
        "contentLength": 0,
        "contentType": "string",
        "ref": "string",
        "reportType": "string"
    }
]