Name: RecommendationActionResult

The result of performing the Recommened Action.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.loadbalance.recommendation.RecommendationActionResult",
   "completionTime": DateTime,
   "errorCategory": <String>,
   "errorDetail": <String>,
   "errorSummary": <String>,
   "lastUpdatedTime": DateTime,
   "progress": <Number>,
   "progressInfo": <String>,
   "startedTime": DateTime,
   "state": 'AVAILABLE' | 'PENDING' | 'RUNNING' | 'RUNNING_ERROR' | 'COMPLETED_OK' | 'COMPLETED_FAILED' | 'CANCELLED_PENDING' | 'COMPLETED_CANCELLED',
}

Elements
NameTypeDescription
stateAVAILABLE | PENDING | RUNNING | RUNNING_ERROR | COMPLETED_OK | COMPLETED_FAILED | CANCELLED_PENDING | COMPLETED_CANCELLEDThe execution state.
AVAILABLERecommendation is ready to be executed
PENDINGRecommendation is accepted by the user and ready to execute
RUNNINGRecommendation is being executed
RUNNING_ERRORRecommendation has encountered an error due to setup or environment
COMPLETED_OKRecommendation has finished and all operations were successful
COMPLETED_FAILEDRecommendation has finished with an error
CANCELLED_PENDINGRecommendation is in process of being canceled
COMPLETED_CANCELLEDRecommendation has been cancelled by user

Attributes
NameTypeDescription
completionTimeDateTimeThe completion time of performing the recommended action in the format YYYY-MM-DDThh:mm:ss.ms-/+zz:zz.
errorCategoryxsd:stringError category. Valid values are: "replication", "license", "hypervisor", "TGC", and "VMSTORE".
errorDetailxsd:stringDetailed error information. Available only if there is an error.
errorSummaryxsd:stringThe error summary. Available only if there is an error.
lastUpdatedTimeDateTimeThe last time the recommended action result was updated in the format YYYY-MM-DDThh:mm:ss.ms-/+zz:zz.
progressxsd:intThe progress of performing the recommendation action.
progressInfoxsd:stringThe progress information. Example: Moving a virtual machine.
startedTimeDateTimeThe start time of performing the recommended action in the format YYYY-MM-DDThh:mm:ss.ms-/+zz:zz.