Name: VMstoreDownloadableReportFilter

Contains the filter properties for downloadable VMstore reports. Properties specified in VMstoreDownloadableReportFilter 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.VMstoreDownloadableReportFilter",
   "attachment": <String>,
   "attributes": 'HostName' | 'Vmcount' | 'ConnectionState' | 'LastConnected' | 'Model' | 'OsVersion' | 'SerialNunmber' | 'ReadIops' | 'WriteIops' | 'TotalIops' | 'ReadMBps' | 'WriteMBps' | 'TotalMBps' | 'ReservesAutoAllocated' | 'ReservesPinned' | 'TotalLatency' | 'HostLatency' | 'NetworkLatency' | 'StorageLatency' | 'DiskLatency' | 'FlashHitPercent' | 'SpaceProvisioned' | 'SpaceUsedLive' | 'SpaceUsedTintriSnapshots' | 'SpaceUsedHypervisorSnaphots' | 'SpaceUsedOther' | 'SpaceRemainingPhysical' | 'SpaceRemainingDays' | 'SpaceUsedChange' | 'SpaceUsedChangePercent' | 'SpaceUsed' | 'SpaceUsedDifferenceFromMaxInSet' | 'ReplicationTimeRemaining' | 'ReplicationBytesRemaining' | 'ReplicationIncomingLogicalMBps' | 'ReplicationIncomingPhysicalMBps' | 'ReplicationOutgoingLogicalMBps' | 'ReplicationOutgoingPhysicalMBps',
   "format": 'CSV' | 'JSON',
   "since": <String>,
   "until": <String>,
}

Attributes
NameTypeDescription
attachmentxsd:stringDownloadable report name.
attributesxsd:list[HostName | Vmcount | ConnectionState | LastConnected | Model | OsVersion | SerialNunmber | ReadIops | WriteIops | TotalIops | ReadMBps | WriteMBps | TotalMBps | ReservesAutoAllocated | ReservesPinned | TotalLatency | HostLatency | NetworkLatency | StorageLatency | DiskLatency | FlashHitPercent | SpaceProvisioned | SpaceUsedLive | SpaceUsedTintriSnapshots | SpaceUsedHypervisorSnaphots | SpaceUsedOther | SpaceRemainingPhysical | SpaceRemainingDays | SpaceUsedChange | SpaceUsedChangePercent | SpaceUsed | SpaceUsedDifferenceFromMaxInSet | ReplicationTimeRemaining | ReplicationBytesRemaining | ReplicationIncomingLogicalMBps | ReplicationIncomingPhysicalMBps | ReplicationOutgoingLogicalMBps | ReplicationOutgoingPhysicalMBps]A list of attributes that are to be included in the report.
HostName
Vmcount
ConnectionState
LastConnected
Model
OsVersion
SerialNunmber
ReadIops
WriteIops
TotalIops
ReadMBps
WriteMBps
TotalMBps
ReservesAutoAllocated
ReservesPinned
TotalLatency
HostLatency
NetworkLatency
StorageLatency
DiskLatency
FlashHitPercent
SpaceProvisioned
SpaceUsedLive
SpaceUsedTintriSnapshots
SpaceUsedHypervisorSnaphots
SpaceUsedOther
SpaceRemainingPhysical
SpaceRemainingDays
SpaceUsedChange
SpaceUsedChangePercent
SpaceUsed
SpaceUsedDifferenceFromMaxInSet
ReplicationTimeRemaining
ReplicationBytesRemaining
ReplicationIncomingLogicalMBps
ReplicationIncomingPhysicalMBps
ReplicationOutgoingLogicalMBps
ReplicationOutgoingPhysicalMBps
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.