| ||
detail: element | attribute | value |
Data Structure { "typeId": "com.tintri.api.rest.v310.dto.domain.beans.perf.Stats", "endTime": DateTime, "lastUpdatedTime": DateTime, "numberOfSlices": <Number>, "startTime": DateTime, "commonUuid": Uuid, "sortedStats": java.util.Collection, } |
Name | Type | Description |
---|---|---|
commonUuid | Uuid | Applicable to all of the samples in the collection. When a sample does not have any UUID, this will be used. If sample has UUID, this will be ignored. |
sortedStat (wrapped by sortedStats) | java.util.Collection | The collection of statistics that have been gathered between the start and end times sorted in order from start time to end time. |
Name | Type | Description |
---|---|---|
endTime | DateTime | The end time of this collection of statistics. |
lastUpdatedTime | DateTime | Time stamp when the object is last updated. |
numberOfSlices | xsd:int | The number of performance slices in stortedStat collection. |
startTime | DateTime | The start time of this collection of statistics. |
| ||
detail: element | attribute | value |