name | data type | description |
---|---|---|
status | ApiHive3ReplicationMetricsStatus | |
stages | array of ApiHive3ReplicationMetricsStage |
Example
{ "status" : "FAILED_ADMIN", "stages" : [ { "name" : "...", "status" : "FAILED_ADMIN", "startDate" : "...", "endDate" : "...", "metrics" : [ { "name" : "...", "currentCount" : 12345, "totalCount" : 12345 }, { "name" : "...", "currentCount" : 12345, "totalCount" : 12345 } ], "errorLogPath" : "..." }, { "name" : "...", "status" : "FAILED", "startDate" : "...", "endDate" : "...", "metrics" : [ { "name" : "...", "currentCount" : 12345, "totalCount" : 12345 }, { "name" : "...", "currentCount" : 12345, "totalCount" : 12345 } ], "errorLogPath" : "..." } ] }