OBJECT
ReplicationPair
Description
Replication pair specific information.
link GraphQL Schema definition
- type ReplicationPair {
- # Configuration details about the replication pair of Rubrik clusters.
- : ReplicationPairConfigDetails
- # Additional information about the connection status of the replication pair
- # Rubrik clusters.
- : ConnectionStatusDetails!
- # Failed replication task count in last 24 hours.
- : Long
- # Represents replication pair pause enablement status.
- : Boolean!
- # Network throttle details for source Rubrik cluster.
- : NetworkThrottle
- # Running replication task count.
- : Long
- # Source Rubrik cluster details.
- : ReplicationCluster!
- # Connection status of the replication pair (active, disconnected, or paused).
- : ReplicationPairConnectionStatus!
- # Storage (in bytes) consumed on target cluster by replicated snapshots.
- : Long!
- # Target Rubrik cluster details.
- : ReplicationCluster!
- }
link Require by
- ReplicationPairConnectionPaginated list of ReplicationPair objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- ReplicationPairEdgeWrapper around the ReplicationPair object. This wrapper is used for pagination.