Name: Response

Common part of responses from syncOnce and querySyncStatus. For example, if used in syncOnce response:
 {@code
 
   
     
       
         0
         150
       
     
     
       
       
         15
         60
       
     
   
 }
 

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.recovery.Response",
   "lastUpdatedTime": DateTime,
   "localAlias": <String>,
   "Error": SraError,
   "Log": <String>,
   "SyncOnceResults": SraPrepareFailoverSyncCommonResponse,
   "uuid": Uuid,
   "Warnings": [SraError],
}

Elements
NameTypeDescription
ErrorSraError
Logxsd:string
SyncOnceResultsSraPrepareFailoverSyncCommonResponse
uuidUuidUnique Tintri UUID for the object
Warning (wrapped by Warnings)xsd:list[SraError]

Attributes
NameTypeDescription
lastUpdatedTimeDateTimeLast time the entity is updated in the format YYYY-MM-DDThh:mm:ss.ms-/+zz:zz
localAliasxsd:stringAlias used for the entity instance in this Tintri API server. If an alias is not set, then localAlias is not returned.