Path: / v310 / vm / {vmId} / statsDownloadable

Path parameters:
vmId -

Method Summary
ResourceDescription
POST /v310/vm/{vmId}/statsDownloadableCreate a URL for retrieving the specified VM historical statistics report which is returned as output. VirtualMachineStatsDownloadableReportFilter sepcifies the report name, the report fields, the report format, and start and end times for the report. The output URL is used to download the report.

Method Detail
HTTP Example:
POST /v310/vm/{vmId}/statsDownloadable

API Example:

VirtualMachineResource.createStatsDownloadableUrl({'vmId': /* vmId */,
  '$entity': /* filter The filer for generating the report. */});

Description:
Create a URL for retrieving the specified VM historical statistics report which is returned as output. VirtualMachineStatsDownloadableReportFilter sepcifies the report name, the report fields, the report format, and start and end times for the report. The output URL is used to download the report.
Tintri Api Server Support:
TgcOnly
Input:
VirtualMachineStatDownloadableReportFilter - The filer for generating the report.
Output:
String - The URL that the user can use to retrieve the historic VM statistics report.
Produces:
text/plain
Consumes:
application/json;qs=1, application/xml;qs=0.5