| name | data type | description | 
|---|---|---|
| scheduledExecutionId | number | |
| policy | string | |
| dumpExecutionId | number | |
| metadata | ApiHive3ReplicationMetricsMetadata | |
| progress | ApiHive3ReplicationMetricsProgress | |
| startDate | string | |
| endDate | string | |
| errorMessage | string | 
Example
{
  "scheduledExecutionId" : 12345,
  "policy" : "...",
  "dumpExecutionId" : 12345,
  "metadata" : {
    "dbName" : "...",
    "replicationType" : "BOOTSTRAP",
    "replicatedDBSizeInKB" : 12345.0,
    "stagingDir" : "...",
    "lastReplId" : 12345,
    "failoverMetadataLoc" : "...",
    "failoverEventId" : 12345,
    "failoverEndPoint" : "...",
    "failoverType" : "..."
  },
  "progress" : {
    "status" : "FAILED",
    "stages" : [ {
      "name" : "...",
      "status" : "FAILOVER_READY",
      "startDate" : "...",
      "endDate" : "...",
      "metrics" : [ { }, { } ],
      "errorLogPath" : "...",
      "oldestOpenTxnTimestampAtBegin" : 12345,
      "oldestOpenTxnTimestampAtEnd" : 12345
    }, {
      "name" : "...",
      "status" : "IN_PROGRESS",
      "startDate" : "...",
      "endDate" : "...",
      "metrics" : [ { }, { } ],
      "errorLogPath" : "...",
      "oldestOpenTxnTimestampAtBegin" : 12345,
      "oldestOpenTxnTimestampAtEnd" : 12345
    } ]
  },
  "startDate" : "...",
  "endDate" : "...",
  "errorMessage" : "..."
}