The GUID of the replication that you would like to get latency information for
Yes
Type: String
Default: None
Period
The period of time
in hours
that you would like average latency to be calculated for
Note: In product version
12.36 and above
, the
time elapsed since the last successful data synchronization
will be returned along with the average latency
Yes
Type: Integer
Default: None
Request Headers
This implementation uses only request headers that are common to all operations. For more information please see the section
Common Request Headers
Response Syntax:
When data replication is turned on:
XML
HTTP/1.1 200
status: 200
<?xml version="1.0" encoding="utf-8"?>
<GetLatencyResponse>
<ReplicationId>1db2be53-bf80-4999-a9d7-77f1762645c2</ReplicationId>
<AverageLatency>0.2 secs</AverageLatency>
<Period>Last 48 hour(s)</Period>
<IsDataReplicationOn>true</IsDataReplicationOn>
<TimeSinceLastDataSync>0.3 secs</TimeSinceLastDataSync><!-- (Supported in product version 12.36 and above) The time elapsed since the last successful data synchronization -->
</GetLatencyResponse>