Name: DatastoreStatDownloadableReportFilter

Contains the filter properties for downloadable historic datastore statistics reports. Properties specified in DatastoreStatDownloadableReportFilter 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.DatastoreStatDownloadableReportFilter",
   "attachment": <String>,
   "attributes": 'ReadIops' | 'WriteIops' | 'TotalIops' | 'ReadMBps' | 'WriteMBps' | 'TotalMBps' | 'ReservesAutoAllocated' | 'ReservesPinned' | 'InWeekMinimumIops' | 'InWeekMaximumIops' | 'InWeekMinimumMBps' | 'InWeekMaximumMBps' | 'TotalLatency' | 'HostLatency' | 'NetworkLatency' | 'StorageLatency' | 'DiskLatency' | 'FlashHitPercent' | 'SpaceProvisioned' | 'SpaceUsedLive' | 'SpaceUsedTintriSnapshots' | 'SpaceUsedVmwareSnaphots' | '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[ReadIops | WriteIops | TotalIops | ReadMBps | WriteMBps | TotalMBps | ReservesAutoAllocated | ReservesPinned | InWeekMinimumIops | InWeekMaximumIops | InWeekMinimumMBps | InWeekMaximumMBps | TotalLatency | HostLatency | NetworkLatency | StorageLatency | DiskLatency | FlashHitPercent | SpaceProvisioned | SpaceUsedLive | SpaceUsedTintriSnapshots | SpaceUsedVmwareSnaphots | 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.
ReadIopsRead I/Os per second
WriteIopsWrite I/Os per second
TotalIopsTotal I/Os per second
ReadMBpsRead operations megabytes per second
WriteMBpsWrite operations megabytes per second
TotalMBpsTotal operations megabytes per second
ReservesAutoAllocatedMemory allocated automatically
ReservesPinnedMemory manually allocated for specific VMs
InWeekMinimumIopsMinimum I/Os per second in the last week
InWeekMaximumIopsMaximum I/Os per second in the last week
InWeekMinimumMBpsMinimum megabytes per second in the last week
InWeekMaximumMBpsMaximum megabytes per second in the last week
TotalLatencyTotal Latency
HostLatencyHost Latency
NetworkLatencyNetwork Latency
StorageLatencyStorage Latency
DiskLatencyDisk Latency
FlashHitPercentPercentage of flash cache hits
SpaceProvisionedDisk space provisioned
SpaceUsedLiveDisk space actually used
SpaceUsedTintriSnapshotsDisk space used by Tintri snapshots
SpaceUsedVmwareSnaphotsDisk space used by VMware snapshots
SpaceUsedOtherDisk space used not included in other categories
SpaceRemainingPhysicalPhyiscal disk space remaining to be used
SpaceRemainingDaysEstimated number of days of disk space remaining
SpaceUsedChangeAmount of changed disk space
SpaceUsedChangePercentPercent change disk space
SpaceUsedDisk space used
SpaceUsedDifferenceFromMaxInSetDiffernce between and current and maximum disk space
ReplicationTimeRemainingTime remaining in datastore replication
ReplicationBytesRemainingTime remaining in datastore replication
ReplicationIncomingLogicalMBpsLogical incoming megabytes per second
ReplicationIncomingPhysicalMBpsPhysical incoming megabytes per second
ReplicationOutgoingLogicalMBpsLogical outgoing megabytes per second
ReplicationOutgoingPhysicalMBpsPhysical outgoing megabytes per second
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.