Name: RecommendationAnalysis

Contains Recommendation analysis details of one VMstore. Analysis categories include: space, IOPS, and flash working set. The information is populated by Tintri Global Center, which analyzes the current data on VMstore and make a prediction of the state of the VMstore in the next 7 days.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.loadbalance.recommendation.RecommendationAnalysis",
   "lastUpdatedTime": DateTime,
   "summary": <String>,
   "vmStoreDisplayName": <String>,
   "vmStoreId": <String>,
   "vmStoreIsSelected": <Boolean>,
   "flashInfo": RecommendationFlashAnalysis,
   "iopsInfo": RecommendationIopsAnalysis,
   "spaceInfo": RecommendationSpaceAnalysis,
}

Elements
NameTypeDescription
flashInfoRecommendationFlashAnalysisResults from the Recommendation flash usage and hit rate analysis.
iopsInfoRecommendationIopsAnalysisResults from the Recommendation IOPS analysis.
spaceInfoRecommendationSpaceAnalysisResults from the Recommendation space analysis.

Attributes
NameTypeDescription
lastUpdatedTimeDateTimeLast time the recommended analysis was updated in the format YYYY-MM-DDThh:mm:ss.ms-/+zz:zz.
summaryxsd:stringThe recommended analysis summary.
vmStoreDisplayNamexsd:stringVMstore display name which was analyzed.
vmStoreIdxsd:stringVMstore Tintri UUID which was analyzed.
vmStoreIsSelectedxsd:boolean'True' indicates VMstore is included in the analysis. Default is 'true'.