Replication Module
Message types for the Replication API
ReplicationInfo​
class ReplicationInfo(BaseModel)
Replication information
name​
name of the replication
is_provisioned​
replication is provisioned and can't be deleted or changed
is_active​
replication is active and the remote server is reachable
pending_records​
number of records to replicate
ReplicationList​
class ReplicationList(BaseModel)
List of replications
replications​
list of replications
ReplicationDiagnosticsError​
class ReplicationDiagnosticsError(BaseModel)
Error information for replication
count​
number of times this error occurred
last_message​
last error message for this error
ReplicationDiagnosticsDetail​
class ReplicationDiagnosticsDetail(BaseModel)
Diagnostics information for replication
ok​
number of successful replications
errored​
number of failed replications
errors​
list of errors grouped by status code
ReplicationDiagnostics​
class ReplicationDiagnostics(BaseModel)
Detailed diagnostics for replication
hourly​
hourly diagnostics
ReplicationSettings​
class ReplicationSettings(BaseModel)
Settings for creating a replication
src_bucket​
source bucket name