Name: Response

Call to source, in primary mode with existing replication, returns replicated device "fog1".
 {@code
 
 
   
     
       
     
     
       
         happyFailoverGroupName
         
         
           /tintri/fog1Dir
         
       
     
     
       
         happyFailoverGroupName
       
     
   
 
 }
 
Call to destination, in normal secondary mode, returns a replication target with matching key.
 {@code
 
 
   
     
       
         happyFailoverGroupName
       
     
   
 
 }
 
Call to destination, in protected secondary mode (after failover), returns information for the promoted device. SRM will use "X-copy" to reference the promoted device in reverseReplication requests.
 {@code
 
 
   
     
       
         Replica of DB LUN
         
           /tintri/fog1Dir
         
       
     
   
 
 }
 
Call to source, after reverseReplication, returns information of the target device now.
 {@code
 
 
   
     
       
         DB LUN
       
     
   
 
 }
 
Call to destination, after reverseReplication, returns information of the source device now.
 {@code
 
 
   
     
       
     
     
       
         Replica of DB LUN
         
         
           /tintri/fog1Dir
         
       
     
   
 
 }
 

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

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