Name: StatusMessage

Status message while setting up or updating synchronous replication

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.StatusMessage",
   "createTime": DateTime,
   "description": <String>,
   "name": <String>,
   "objectUuid": <String>,
   "severity": 'OK' | 'INFO' | 'WARNING' | 'MAJOR' | 'CRITICAL',
   "vmstoreTintriUuid": <String>,
}

Attributes
NameTypeDescription
createTimeDateTimeCreate time for this configuration message
descriptionxsd:stringMessage description for the configuration message
namexsd:stringName of the status message eg. SR_CONFIG_MISMATCH, SR_PEER_NOT_FOUND, APP_CONFIG_APPLICATION_FAILED etc
objectUuidxsd:stringTintri UUID of the object which failed during configuration
severityOK | INFO | WARNING | MAJOR | CRITICALSeverity of the configuration message. Possible values include OK, INFO, WARNING, MAJOR, CRITICAL
OKSituation is normal.
INFOQualifies normal operating state changes or progress information.
WARNINGA condition has appeared which may become a problem. Only user awareness is required.
MAJORA problem exists. A user may need to take action.
CRITICALRequires immediate user action.
vmstoreTintriUuidxsd:stringVMstore Tintri UUID for the given resource which resulted in configuration message state