Name: QuotaStat

Quota statistics information for the Service Group. All values are up-to-date within the time slice specified by timeStart and timeEnd. If there is no timeStart specified, it means this is the first record and only raw values will be present.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.perf.QuotaStat",
   "compressionFactor": <Number>,
   "intervalSeconds": <Number>,
   "limitGiB": <Number>,
   "spaceProvisionedGiB": <Number>,
   "spaceRemainingGiB": <Number>,
   "spaceSavingFactor": <Number>,
   "spaceUsedGiB": <Number>,
   "spaceUsedLiveGiB": <Number>,
   "spaceUsedLivePhysicalGiB": <Number>,
   "spaceUsedPhysicalGiB": <Number>,
   "spaceUsedSnapshotsTintriGiB": <Number>,
   "spaceUsedSnapshotsTintriPhysicalGiB": <Number>,
   "timeEnd": DateTime,
   "timeStart": DateTime,
}

Attributes
NameTypeDescription
compressionFactorxsd:doubleThis is a measure of the space saved due to compression, and is computed as a ratio of the logical bytes stored and the physical space used. A value of 1.0 means no savings due to compression. Higher values mean greater space savings.
intervalSecondsxsd:longThe interval between datapoints in seconds
limitGiBxsd:doubleThe Service Group's space limit in GiB.
spaceProvisionedGiBxsd:doubleThe Service Group's provisioned space in GiB.
spaceRemainingGiBxsd:doubleThe amount of logical remaining space in the Service Group in GiB.
spaceSavingFactorxsd:doubleMeasures the space saved due to all space savings techniques supported, excluding thin provisioning. The space savings applies to the logical footprint of the datastore, which includes the data written to the datastore as well as the additional data accessible to clones due to clone deduplication.
spaceUsedGiBxsd:doubleThe Service Group's logical used space in GiB.
spaceUsedLiveGiBxsd:doubleThe Service Group's live logical used space in GiB.
spaceUsedLivePhysicalGiBxsd:doubleThe Service Group's live physical used space in GiB.
spaceUsedPhysicalGiBxsd:doubleThe Service Group's physical used space in GiB.
spaceUsedSnapshotsTintriGiBxsd:doubleThe amount of logical space used by Tintri snapshots in GiB.
spaceUsedSnapshotsTintriPhysicalGiBxsd:doubleThe amount of physical space used by Tintri snapshots in GiB.
timeEndDateTimeThe end time of the interval.
timeStartDateTimeThe start time of the interval.