Skip to main content

Get continuous replication pair details

Select

SaaS
Customer Managed

Get Continuous Replication Pair Details

Path Parameters
  • pairId int32 required
Query Parameters
  • additionalProperties boolean

    To get extra meta data details for the api

Responses

OK


Schema
  • summary object

    Gives summary of replication group.

  • id int32

    Id of replication pair

  • source object
  • id int32
  • name string
  • destination object
  • id int32
  • name string
  • recoveryType string

    Possible values: [LIVE, SNAPSHOT, GRANULAR, GRANULARV2]

    Gives information about the recovery type of replication group

  • synchronizationStatus string

    Possible values: [BLR_BACKUP, BLR_RESTORE, BLR_RESYNC, BLR_RUNNING, BLR_PAUSED, BLR_STOPPED, BLR_VERIFYING, BLR_TROUBLE, BLR_FAILED, BLR_STARTING, BLR_STOPPING, BLR_SUSPENDING, BLR_RESUMING, BLR_FAILING_OVER, BLR_FAILOVER_FAILED, BLR_FAILOVER_DONE, BLR_FAILING_BACK, BLR_FAILBACK_FAILED, BLR_SWITCHING_ROLES, BLR_SWITCH_ROLE_FAILED]

    Gives information about the synchronization status

  • replicationLag int32

    Lag time in seconds

  • eventMessage string

    additional description of current pair status

  • recoveryOptions object

    Gives information about the recovery options for replication group

  • recoverypointStore object
  • id int32
  • name string
  • CCRPInterval int32

    Time interval between crash consistent recovery points in seconds

  • mergeRecoveryPointsOlderThan int32

    Time which should be satisfied to merge recovery points in seconds

  • retainRecoveryPointsFor int32

    Recovery points retention time in seconds

  • RPIntervalAfterRetention int32

    Recovery point interval at the end of retention time in seconds

  • pruneAndMergeOffPeakOnly boolean

    Boolean which determines Prune and Merge Recovery Points during off peak time only.

  • ACRPInterval int32

    Gives information about application consistent recovery point interval in seconds

  • switchToLatestIfStoreOfflineFor int32

    Gives information about switching to latest recovery point store to latest if it is offline for time in seconds

  • replicationCopyDetails object[]

    Gives copy details information for replication group

  • name string

    Name of replication copy

  • UUID string

    UUID of replication copy

  • status string

    Possible values: [IN_PROGRESS, SUCCESS, FAILED, ABOUT_TO_EXPIRE, EXPIRED, USER_DELETED, DELETE_FAILED, PARTIAL_SUCCESS]

    Status of replication copy

  • statusDescription string

    Status description

  • type string

    Possible values: [TESTBOOT, PERMANENT]

    Type of replication copy

  • creationTime int32

    Creation time (Unix Time)

  • expirationTime int32

    Expiration time

  • statistics object[]

    Gives statistics information for Replication performance and Journal retention

  • id int32
  • repDataDeltaActual int32
  • IODelta int32
  • repSetSize int32
  • IOPSDelta int32
  • sizeInRpStore int32
  • repDataDeltaComp int32
  • retention int32
  • timeStamp int32
Loading...