Get All Reports

Get All Reports

Get all reports for the organization of the client calling the API.

Request
URI
GET
https://console.cloud.vmware.com/commerce/usage-insight/api/reports/{year}/{month}
COPY
Path Parameters
integer
year
Required

The year of the requested reports.

integer
month
Required

The month of the requested report. The numbers from 1 to 12 match the months from JAN to DEC.


Authentication
This operation uses the following authentication methods.
Responses
200

A list of reports for every agent available(not deleted) for the specified reporting period. The format is a dictionary where the keys are the agent IDs and for each agent the value is a list of all reports available for download.

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