Name: AlertDownloadableReportFilter

Contains the filter properties for downloadable alert message reports. Properties specified in AlertDownloadableReportFilter 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.alerts.AlertDownloadableReportFilter",
   "attachment": <String>,
   "attributes": 'uuid' | 'source' | 'message' | 'comment' | 'severity' | 'state' | 'isEmailSent' | 'notifiedTimestamp',
   "format": 'CSV' | 'JSON',
   "since": <String>,
   "until": <String>,
}

Attributes
NameTypeDescription
attachmentxsd:stringDownloadable report name.
attributesxsd:list[uuid | source | message | comment | severity | state | isEmailSent | notifiedTimestamp]A list of the attributes that are to be included in the report.
uuidUUID
sourceAlert source
messageAlert message
commentAlert comment
severityAlert severity
stateAlert state
isEmailSentIf e-mail has been sent for alert
notifiedTimestampAlert notified time stamp
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.