Name: RecommendationFlashAnalysis

Describes the flash hit rate analysis of a VMstore.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.loadbalance.recommendation.RecommendationFlashAnalysis",
   "flashHitRatePercent": <Number>,
   "flashHitRatePercentMaximum": <Number>,
   "flashHitRatePercentMinimum": <Number>,
   "flashHitRateThresholdPercent": <Number>,
   "isSelected": <Boolean>,
   "issueType": 'SPACE' | 'IOPS' | 'FLASH' | 'PROTECTION',
   "latencyFlashMs": <Number>,
   "severity": <Number>,
   "summary": <String>,
}

Attributes
NameTypeDescription
flashHitRatePercentxsd:doubleAverage flash hit percentage over the past week.
flashHitRatePercentMaximumxsd:doubleMaximum flash hit percentage over the past week.
flashHitRatePercentMinimumxsd:doubleMinimum flash hit percentage over the past week.
flashHitRateThresholdPercentxsd:doubleFlash hit rate goal as a percentage in this analysis.
isSelectedxsd:booleanTrue if the issue is selected.
issueTypeSPACE | IOPS | FLASH | PROTECTIONThe type of the problem analyzed.
SPACERecommendation on space issue
IOPSRecommendation on I/O load issue
FLASHRecommendation on flash issue
PROTECTIONRecommendation considering protection policies
latencyFlashMsxsd:doubleLatency, in milliseconds, caused by periods of high flash miss rates.
severityxsd:intThe severity of the issue.
summaryxsd:stringThe textual summary of this analysis.