[{"label":"Latest (v1)","version":"latest"}]
cloud-partner-navigator

Report

Abstraction of a single report available for download for a given Usage Meter agent.


Properties

string
checksum Optional

Hex encoded 128-bit MD5 hash of the report.


integer as int64
contentLength Optional

The length of the report in bytes.


string
contentType Optional

The content type of the report. When downloading the report, use it as an accept header.


string
ref Optional

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.


string
reportType Optional

The type of the report. For example - Monthly Usage Report, Virtual Machine History report, etc.

JSON Example

{
	"checksum": "string",
	"contentLength": 0,
	"contentType": "string",
	"ref": "string",
	"reportType": "string"
}
[{"label":"Latest (v1)","version":"latest"}]
cloud-partner-navigator
Returned By

Get All Reports
Get Reports

Feedback

Was this page helpful?