Get Reports For Month
Get all reports for a specified Usage Meter agent.
Request
URI
GET
https://console.cloud.vmware.com/commerce/usage-insight/api/reports/{year}/{month}/{agentId}
COPY
Path Parameters
integer
year
Required
The year of the requested report.
integer
month
Required
The month of the requested report. The numbers from 1 to 12 match the months from JAN to DEC.
string
agentId
Required
The unique identifier of the Usage Meter agent.
Responses
200
A list of all reports for the given agent for the given reporting period.
Returns Array of Report of type(s) application/json
[
{
"ref": "string",
"contentType": "string",
"reportType": "string",
"contentLength": 0,
"checksum": "string"
}
]