Name: Response

Sample ErrorResponse
 {@code
 
 
   
     Failed to connect to CLI at 10.20.30.40
     Make sure the address 10.20.30.40 is correct and accessible
   
 
 }
 

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

Elements
NameTypeDescription
ErrorSraError
Logxsd:string
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.