Name: LicenseDownloadableReportFilter

Contains the filter properties for downloadable licenses reports. Properties specified in LicenseDownloadableReportFilter are used in creating a URL that is used to download a report with the specified properties.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.license.LicenseDownloadableReportFilter",
   "attachment": <String>,
   "attributes": 'Key' | 'Description',
   "format": 'CSV' | 'JSON',
   "since": <String>,
   "until": <String>,
}

Attributes
NameTypeDescription
attachmentxsd:stringDownloadable report name.
attributesxsd:list[Key | Description]A list of attributes that are to be included in the report.
KeyTintri license key
DescriptionLicense description
formatCSV | JSONDownloadable report format.
CSVComma Separated Values
JSONJavaScript Object Notation
sincexsd:stringThe start time of the report data collection period specifed in ISO8601 format: yyyy-MM-dd'T'HH:mm:ss.SSSZ. If not specified, defaults to the latest time point. .
untilxsd:stringThe end time of the report data collection period specifed in ISO8601 format: yyyy-MM-dd'T'HH:mm:ss.SSSZ. If not specified, defaults to the latest time point.