Get All Reports
DescriptionGet all reports for the organization of the client calling the API.
Request
URLURL
Path Parameters
Path Parameters
the year for which the reports are requested
the month for which the reports are requested, 1 to 12 for JAN to DEC
Authentication
Response
Response BodyResponse Body
200 OK
map
of
Report
of type application/json
a list of reports for every agent available(not deleted) for the given 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.
{
"checksum": "string",
"contentLength": 0,
"contentType": "string",
"ref": "string",
"reportType": "string"
}
hex encoded 128-bit MD5 hash of the report.
the length of the report in bytes
the content type of the report, must be used as accept header when downloading the report
unique reference to the report. Opaque identifier of the report, should not be interpreted. The format can change for future reports, but old references should continue to work.
the type of the report. For example monthly usage report or virtual machine history report, etc.